aboutsummaryrefslogtreecommitdiffstats
path: root/games/netris
ModeNameSize
-rw-r--r--Makefile413logstatsplainblame
-rw-r--r--distinfo59logstatsplainblame
d---------files72logstatsplain
-rw-r--r--pkg-comment41logstatsplainblame
-rw-r--r--pkg-descr135logstatsplainblame
-rw-r--r--pkg-plist28logstatsplainblame
26bbc81bae22'>Marked strings for translation (with U_).Chyla Zbigniew2001-09-013-6/+15 * s/_/U_/Chyla Zbigniew2001-09-015-4/+23 * Use g_utf8_collate instead of g_strcasecmp for comparing names.Chyla Zbigniew2001-09-012-9/+21 * Bumped required version of GAL to 0.11.3 (for g_utf8_collate)Chyla Zbigniew2001-09-012-1/+6 * fix debugging messages so they use "" rather than NULL. Fixes bug #8559.Damon Chaplin2001-09-012-2/+8 * Updated French translation.Christophe Merlet2001-08-312-1550/+1534 * ch. virus, rm. emoticon, haiku, spam.Aaron Weber2001-08-311-51/+5 * Fix the Pine and Netscape importers. Give them a nice progress reporting GUI.Iain Holmes2001-08-319-53/+249 * Return the default folder (ie. INBOX) rather than saying we don't supportJeffrey Stedfast2001-08-312-3/+5 * revise for style. added info about calendar customizing.Aaron Weber2001-08-312-9/+63 * Check for \r in the folder name, this is an invalid char. Also take aJeffrey Stedfast2001-08-312-13/+33 * Due to the introduction of mail_folder_cache_remove(), we can no longerPeter Williams2001-08-312-38/+198 * Fixed a memory leak. (message_browser_new): Added a comment as to why ,Jeffrey Stedfast2001-08-313-21/+27 * #include pk11func.h. (ssl_bad_cert): Use CERT_GetDefaultCertDB.Jeffrey Stedfast2001-08-312-1/+7 * Instead of removing the folder from the folder cache here...Peter Williams2001-08-312-4/+12 * Updated Hungarian translation.Andras Timar2001-08-302-200/+258 * Updated Norwegian (bokmål) translation.Kjartan Maraas2001-08-302-493/+599 * Use e_select_names_model_merge to combine the selected names with anyJon Trowbridge2001-08-307-3/+97 * Paranoia. Check that name != qa->name. (quick_add_set_email): Check thatJon Trowbridge2001-08-302-10/+39 * Make sure that comp->priv->query_text isn't NULL. (Fixes bug #8195)Jon Trowbridge2001-08-302-3/+12 * This function can be re-entrant during the signal emission; Added extraJon Trowbridge2001-08-302-4/+22 * See if the set of categories changed by using the removed_categories hashFederico Mena Quintero2001-08-302-16/+91 * Importer changesIain Holmes2001-08-303-4/+69 * fix smime the same way...Jeffrey Stedfast2001-08-302-15/+34 * Special-case message/rfc822 mime parts - don't set an encoding on these,Jeffrey Stedfast2001-08-302-14/+39 * Pass in FALSE as the 'sending' arg to e_msg_composer_get_message.Jon Trowbridge2001-08-307-64/+41 * Added info about NS importing.Aaron Weber2001-08-302-1/+17 * GUIIain Holmes2001-08-302-4/+67 * in mail:Peter Williams2001-08-304-2/+10 * Toss in a call to mail_config_init () cause it might contribute to solvingPeter Williams2001-08-302-1/+8 * Rewrote this file to be...more up to date.Kevin Breit2001-08-304-130/+125 * Add progress reporting to deleting messages. Dont change the calculationNot Zed2001-08-292-2/+15 * New prototype here.Ettore Perazzoli2001-08-293-0/+40 * Initialize buf and diag_buf to NULL, hopefully this fixes the crash if theJeffrey Stedfast2001-08-292-39/+14 * Fixes bug #7879, a query may receive an update notification from theFederico Mena Quintero2001-08-295-41/+207 * Initialize buf and diag_buf to NULL, hopefully this fixes the crash if theJeffrey Stedfast2001-08-292-11/+17 * Patch to fix few 64bit issuesGeorge Lebl2001-08-295-21/+23 * Handle the case when there is no URI without crashing. Only add shortcutsEttore Perazzoli2001-08-292-6/+14 * Whoops. Double-free and FMR = bad.Peter Williams2001-08-292-2/+6 * Instead of folder_browser_factory_new_control ("", corba_shell) whenPeter Williams2001-08-292-1/+4 * Don't reveal the user's IMAP password if their server supportsPeter Williams2001-08-292-1/+9 * If the user accepts the certificate, add it to the database as a trustedJeffrey Stedfast2001-08-292-3/+32 * Make the locking more fine-grained on destruction; specifically, don'tPeter Williams2001-08-292-0/+12 * Disable interaction once the shell has quit.Peter Williams2001-08-292-0/+6 * Renamed a xref to make it work.Kevin Breit2001-08-294-50/+109 * Dont call g_print with a NULL string. See bug #7396.Not Zed2001-08-282-1/+6 * Updated French translation.Christophe Merlet2001-08-282-593/+534 * New prototype here.Ettore Perazzoli2001-08-282-0/+8 * Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-2829-123/+228 * Added. Generated queries against file_as. (match_file_as): Added. MatchJon Trowbridge2001-08-282-2/+68 * Added ref/unref pair to make sure that our listener doesn't get finalizedJon Trowbridge2001-08-282-2/+19 * Removed some debugging spew that I left in by mistake.Jon Trowbridge2001-08-283-5/+6 * Do the right thing if the card we are trying to send to is a contact list.Jon Trowbridge2001-08-282-23/+91 * Check if we are trying to reply to a message with no From: field, and tryJon Trowbridge2001-08-283-5/+22 * Add prototypeIain Holmes2001-08-282-0/+7 * Destroy lists and hashes when needed, so that old data isn't left behind.Iain Holmes2001-08-282-1/+26 * Set the source and transport description labels. (transport_type_changed):Jeffrey Stedfast2001-08-285-13/+65 * Changed the description/names of some of the local providers to try andJeffrey Stedfast2001-08-283-15/+21 * s/IMAPv4/IMAPJeffrey Stedfast2001-08-283-3/+7 * Remove X-Evolution* headers. (mail_tool_remove_xevolution_headers): NewJeffrey Stedfast2001-08-284-1/+85 * Updated Hungarian translation.Andras Timar2001-08-272-203/+272 * Fixed this memmove to subtract the count as well as the row for the numberChristopher James Lahey2001-08-271-1/+1 * re-read the iconv man page, and treat the return value properly. ItNot Zed2001-08-275-150/+135 * Updated Swedish translation.Christian Rose2001-08-272-135/+185 * If the store is not connected, scan it's subfolders first.Jeffrey Stedfast2001-08-274-134/+143 * Call va_end() so LinuxPPC doesn't have a caniption.Jeffrey Stedfast2001-08-272-5/+11 * Added shell/glade/evolution-startup-wizard.gladeChyla Zbigniew2001-08-272-0/+5 * Display localized status string (added missing _()).Chyla Zbigniew2001-08-272-1/+6 * Updated French translation.Christophe Merlet2001-08-272-889/+983 * - more updates; still not done.Dirk-Jan C. Binnema2001-08-261-124/+131 * Added addressbook/gui/widgets/e-addressbook-model.cChyla Zbigniew2001-08-263-38/+90 * Convert UTF-8 strings to locale's encoding before putting them in canvasChyla Zbigniew2001-08-251-6/+14 * - update nl translation. not finished yet.Dirk-Jan C. Binnema2001-08-251-335/+301 * ["Summarising" and "Synchronising" are spelt with a "s" in ENGLISH]Not Zed2001-08-253-8/+19 * Use fseek instead of fseeko since we want to be portable and use ftellJeffrey Stedfast2001-08-252-8/+17 * robustificationJeffrey Stedfast2001-08-252-6/+44 * Fixed typo.Chyla Zbigniew2001-08-251-1/+1 * Put a freeze/thaw around our the set of operations that changes theJon Trowbridge2001-08-252-14/+30 * Remove the stupid "do you want me to initialize stuff?" dialog.Ettore Perazzoli2001-08-252-27/+5 * [Patch from Nike Gerdts <michael.gerdts@usa.alcatel.com> forEttore Perazzoli2001-08-252-2/+12 * Change the `selected_row_path' to be non-const. (destroy): Free it.Ettore Perazzoli2001-08-252-5/+21 * Use the new e_mkdtemp function.Jeffrey Stedfast2001-08-254-80/+70 * Revert Not Zed's previous commits as they apparently can cause seriousPeter Williams2001-08-257-104/+97 * Added e-mktemp.[c,h] to the build.Jeffrey Stedfast2001-08-254-6/+281 * Added e-unicode-i18n.c and e-unicode-i18n.h.Chyla Zbigniew2001-08-254-0/+87 * Ooops. Save the pointer to the control for use after the view struct isEttore Perazzoli2001-08-252-8/+15 * New struct `View'. Replace `uri_to_control' in `EShellViewPrivate' withEttore Perazzoli2001-08-252-59/+110 * Added info about tables, rules, and imagesKevin Breit2001-08-254-63/+197 * Updated Brazilian Portuguese translation.Gustavo Maciel Dias Vieira2001-08-252-2234/+972 * Don't mark empty strings for translation. Rather, give descriptions andEttore Perazzoli2001-08-252-2/+10 * Changed to get a @title and a @type. (update_for_current_uri): UpdatedEttore Perazzoli2001-08-252-48/+55 * [Fix #5978, "If a component dies, it's toolbar buttons remain".]Ettore Perazzoli2001-08-252-6/+26 * Updated Swedish translation.Christian Rose2001-08-252-189/+191 * Implement the rest of the Evolution_Wizard eventsIain Holmes2001-08-252-2/+27 * Added accelerators for the right-click shortcut menu.Ettore Perazzoli2001-08-252-4/+9 * Added the missing part of my patch:Chyla Zbigniew2001-08-251-0/+1 * Save the folder's full_name, unref it, and *then* unref the store, so thatPeter Williams2001-08-252-1/+14 * Instead of using the length of the shortcuts list as the index for thePeter Williams2001-08-254-13/+40 * s/Synchronising/Synchronizing/.Ettore Perazzoli2001-08-252-3/+14 * Don't let the uri be an empty string (how the fuck is this even happeningJeffrey Stedfast2001-08-252-12/+17 * Modified to accept and return UTF-8 string.Zbigniew Chyla2001-08-252-2/+10 * Convert names of the default group and shortcuts to UTF-8.Zbigniew Chyla2001-08-252-6/+25 * We don't need to check for both bonobo-conf 0.11 AND bonobo-conf 0.2.Dan Winship2001-08-252-1/+5 * Convert the name of the group to GTK+ locale before displaying it in aZbigniew Chyla2001-08-252-3/+11 * Updated Polish translationChyla Zbigniew2001-08-251-19/+46 * Added start_drag signals.Christopher James Lahey2001-08-2511-255/+329 * Updated Polish translationChyla Zbigniew2001-08-242-3857/+3772 * Fixes to the Swedish translation.Christian Rose2001-08-242-10/+14 * Updated Swedish translation.Christian Rose2001-08-242-109/+147 * Updated Swedish translation.Christian Rose2001-08-242-309/+259 * Limit the maximum output buffer size. iconv bugs? returns E2BIG forever onNot Zed2001-08-242-1/+6 * attach to the destroy handler to reset the tokenizer. (dialog_destroy_cb):Larry Ewing2001-08-242-5/+23 * added ... to Search Message to indicate that it pops up a dialog.Larry Ewing2001-08-242-1/+6 * Likewise.Not Zed2001-08-247-95/+140 * add BUTTON_PRESS_MASK so double clicks still work.Chris Toshok2001-08-242-0/+6 * Eek, let the user create new accounts if old_account == NULL.Peter Williams2001-08-242-1/+6 * Check to make sure we actually have drag data.Jeffrey Stedfast2001-08-244-6/+22 * If we get no data, don't notify the receiving component at all.Ettore Perazzoli2001-08-242-0/+8 * [Fix #5736, crashing when copying a message with drag and drop.]Ettore Perazzoli2001-08-242-2/+17 * Add a missing \n to the end of a printf.Peter Williams2001-08-243-2/+9 * Fix?Iain Holmes2001-08-242-1/+6 * Remove broken news feeds, don't show completed tasksIain Holmes2001-08-243-4/+11 * Revert fix for Ximian bug #6995.Christopher James Lahey2001-08-242-29/+11 * Record the timeout_id so we can cancel it if the mail_folder_info is laterPeter Williams2001-08-232-15/+39 * Updated Hungarian translation.Andras Timar2001-08-232-80/+81 * switch "full_name" to "x-evolution-any-field" in all the queries where weChris Toshok2001-08-232-3/+10 * In the GUI, the toggle is labelled "hide addresses", not "show addresses"Jon Trowbridge2001-08-238-12/+249 * Unset the priv->updating flag before returning in the case the componentFederico Mena Quintero2001-08-232-0/+8 * Added a snooze flag to differentiate snoozed alarms from real occurrences.Federico Mena Quintero2001-08-233-69/+155 * Don't blindly make all vtrash folder types have a uri of vtrash:file:/,Jeffrey Stedfast2001-08-233-37/+47 * 0.13.99.Ettore Perazzoli2001-08-232-2/+6 * Sync for 0.13.Ettore Perazzoli2001-08-2330-53539/+97713 * Remove src/python/Makefile and src/test/Makefile.Ettore Perazzoli2001-08-232-2/+4 * Bump requirements to GAL 0.11, bonobo-conf 0.11, GtkHTML 0.12. Don'tEttore Perazzoli2001-08-232-7/+13 * public key.Aaron Weber2001-08-233-14/+42 * Change the property bag to setIain Holmes2001-08-232-0/+6 * Fix the show_full_path bugIain Holmes2001-08-238-40/+75 * emit an event from our event source (contact_editor_cb): emit a destroyjacob berkman2001-08-237-73/+137 * Oops, we need to take the basename too.Peter Williams2001-08-232-1/+6 * Removed NNTP docs. Improved IMAP docs. IMAP still needs more work though.Aaron Weber2001-08-234-36/+71 * Put in a $(srcdir) here for when srcdir != builddir.Peter Williams2001-08-232-1/+6 * If the remove_source is %TRUE and destination is a descendant of theEttore Perazzoli2001-08-233-0/+22 * call back to add timezones to the top level (itip_send_comp): callJP Rosevear2001-08-232-1/+34 * Actually return if the folder is being moved into one of its descendants.Ettore Perazzoli2001-08-232-0/+7 * We don't need to escape this for printf'ing.Peter Williams2001-08-232-14/+6 * make sure we don't get into a situation where priv->email == NULL.Chris Toshok2001-08-232-12/+25 * `#if 0'ed out. (make_bold): Likewise.Ettore Perazzoli2001-08-233-7/+19 * Fix the improper construction of the new folder's physical URI.Peter Williams2001-08-232-2/+10 * Don't remove the folder directory here.Ettore Perazzoli2001-08-232-37/+44 * Updated Norwegian (bokmål) translation.Kjartan Maraas2001-08-233-251/+290 * [Fix #7775, crash trying to do New Task]Ettore Perazzoli2001-08-232-2/+10 * When reporting an error, use my_file_name instead of file_name sinceJeffrey Stedfast2001-08-232-5/+11 * oops, don't need that extra statementJeffrey Stedfast2001-08-231-3/+0 * Oops. Fixed a mis-use of GPtrArray. If we set_size, then usingJeffrey Stedfast2001-08-232-2/+11 * Prevent the user from creating two accounts with the same name.Peter Williams2001-08-225-50/+81 * #include <libgnomevfs/gnome-vfs-types.h> so this will compile againstDan Winship2001-08-222-0/+6 * This patch fixes a lot of i18n problems in Evolution.Chyla Zbigniew2001-08-221-0/+1 * Check for NULL uic here as well. (fbui_sensitize_items): Up the timeoutPeter Williams2001-08-222-2/+14 * open the tasks folder associated with the calendar being opened, and notRodrigo Moya2001-08-223-8/+51 * Added.Ettore Perazzoli2001-08-222-5/+31 * cut and paste fixed version of gnome_canvas_button here.Chris Toshok2001-08-221-0/+255 * add LDAP server dialog to addressbook NEWS.Chris Toshok2001-08-221-0/+2 * Updated NEWS for addressbook.Christopher James Lahey2001-08-222-0/+60 * unref the rc_style.Damon Chaplin2001-08-222-0/+5 * Turn on --batch and reenable gpg keyserver lookups. (pgp_decrypt): DisableJeffrey Stedfast2001-08-223-11/+20 * tiny typoPeter Williams2001-08-221-1/+1 * Honor the return value of mail_account_gui_save.Peter Williams2001-08-222-1/+5 * fixesJeffrey Stedfast2001-08-221-1/+0 * Handle the case where there is no attachment. Fixes bug #7257.Federico Mena Quintero2001-08-222-5/+21 * It's more NEWSIain Holmes2001-08-221-0/+2 * Fix it for people with funny themesIain Holmes2001-08-222-1/+5 * Ummm....It's the NEWSIain Holmes2001-08-221-0/+7 * NEWS - FedericoFederico Mena Quintero2001-08-221-0/+46 * Updated some more.Peter Williams2001-08-222-0/+20 * Updated.Jeffrey Stedfast2001-08-222-0/+33 * Updated Lithuanian translation a bit...Gediminas Paulauskas2001-08-222-2948/+4573 * Say which folder is getting saved.Peter Williams2001-08-222-1/+8 * #include "e-shell-startup-wizard.h".Ettore Perazzoli2001-08-224-0/+37 * Add `sgmldocs.make' to `EXTRA_DIST'.Ettore Perazzoli2001-08-223-1/+23 * Don't trust gnome-vfs when it says "text/plain" ifDan Winship2001-08-222-18/+40 * s/attempt recovery/try to recover them/.Ettore Perazzoli2001-08-222-1/+6 * strip the mailto bit for the email address if we display itJP Rosevear2001-08-222-1/+6 * Show an error dialog when the Evolution Mailer Wizard interface cannot be cre...Iain Holmes2001-08-222-1/+9 * Fix a leak: unref the EFont after we have used it. Also, don't crash ifEttore Perazzoli2001-08-222-2/+12 * Fully initialise the structures.Iain Holmes2001-08-222-0/+7 * changed the icons. For calendar events we use the 'new appointment' iconDamon Chaplin2001-08-223-3/+12 * zero-ize the password before freeing. (forget_password): Same.Jeffrey Stedfast2001-08-223-2/+10 * Don't print a NULL. Crashes on SolarisIain Holmes2001-08-222-2/+6 * Added tip for 'New Task'.Damon Chaplin2001-08-222-2/+4 * added new e-sexp operator. We don't currently use it though.Damon Chaplin2001-08-2212-27/+268 * 'All-Day' -> 'All Day' to be consistent everywhere.Damon Chaplin2001-08-222-1/+6 * Don't sink the extras since _set_folder can get called more than once (onPeter Williams2001-08-222-3/+5 * Treat the spool provider like IMAP: update instead of performing anPeter Williams2001-08-222-2/+7 * Rename to fbui_real_sensitize_items. Now we queue a change and set up aPeter Williams2001-08-224-11/+90 * Updated Hungarian translation.Andras Timar2001-08-212-816/+1855 * Fix the duplicate message check so it doesn't mess up threading when aDan Winship2001-08-21