/devel/p5-DateTime-Format-ICal/

/cgit/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/games/bsdtris
Commit message (Expand)AuthorAgeFilesLines
* games/bsdtris: USES+=ncurses plus ...marino2016-02-051-0/+2
* It seems some people keep adding $FreeBSD$ to patch files.mat2015-09-16span class='insertions'>+5
* Make this return CamelStream * (like the other stream new functions)Dan Winship2001-05-123-5/+10
* If the cursor_uid is NULL, then we can't forward anything so just return.Jeffrey Stedfast2001-05-122-0/+12
* Lots of people seem to have "broken" local storage hierarchies. So ignoreDan Winship2001-05-122-2/+10
* don't leak the ECard or ECardSimple.Chris Toshok2001-05-113-18/+31
* the only problematic area - pass NULL for now in as the BonoboUIContainer.Chris Toshok2001-05-1110-34/+116
* I'm an idiot.Jon Trowbridge2001-05-111-1/+0
* Use the ESearchingTokenizer to highlight search matches for folder-levelJon Trowbridge2001-05-119-9/+1082
* No, we don't want to include bonobo-running-context.h... justJon Trowbridge2001-05-112-1/+6
* plug leak (icaltime_as_timet): use altered functionsJP Roseveaer2001-05-112-58/+64
* call SSL_Enable after the SSL_ImportFD and before PR_Connect. Otherwise,Chris Toshok2001-05-112-1/+8
* Fix some compiler warnings by including the correct bonobo headers and byJeffrey Stedfast2001-05-113-23/+51
* If we are creating a message with only a single part (ie no attachmentsJeffrey Stedfast2001-05-112-5/+22
* Don't abort if the Service is NULL, this is perfectly valid for cipherJeffrey Stedfast2001-05-112-1/+5
* Make the time section workIain Holmes2001-05-112-2/+12
* Don't let the spinner be set to 0Iain Holmes2001-05-112-1/+6
* Fix a crash when Update Now is clicked.Iain Holmes2001-05-112-1/+15
* Don't advance to the next undeleted message after "Delete"...Dan Winship2001-05-114-14/+37
* add the nspr includes to the list of includes used to test for NSSChris Toshok2001-05-102-4/+15
* Pass appropriate parameters to CF_CLASS and add comment explaining why myPeter Williams2001-05-102-1/+9
* Updated Swedish translation.Christian Rose2001-05-102-468/+562
* Use a better method of elm detectionIain Holmes2001-05-102-50/+120
* New file, started by Ettore, finished by me, to implement theDan Winship2001-05-109-4/+453
* Set the disconnected status. (camel_disco_store_can_work_offline): ReturnDan Winship2001-05-1010-10/+308
* remove something jeff didn't mean to commitDan Winship2001-05-101-1/+1
* Don't wrap content-id with brackets here as it is now done internally inJeffrey Stedfast2001-05-102-5/+8
* switch on the correct widget and mapJP Rosevear2001-05-102-1/+17
* Wrap the content-id with <>'s.Jeffrey Stedfast2001-05-103-3/+17
* Show the date for dates in the future.Christopher James Lahey2001-05-103-34/+52
* Added .cvsignore.Christopher James Lahey2001-05-102-0/+23
* Include bonobo-context.h.Christopher James Lahey2001-05-104-24/+54
* Made this function static. Removed the unused variable placeholder.Christopher James Lahey2001-05-102-3/+10
* Made a const char * here.Christopher James Lahey2001-05-102-1/+7
* Kill the RDF Summary as well.Iain Holmes2001-05-102-0/+7
* OpenSSL LDFLAGS also needs to include -lcryptJeffrey Stedfast2001-05-102-2/+8
* Remove get_physical_path and load_folders, and replace the calls to themDan Winship2001-05-102-178/+34
* Rename "port" to "type" here too.Dan Winship2001-05-102-1/+6
* Remove the nonexistant filesIain Holmes2001-05-091-4/+1
* Moved all references for the Mail.h and Bonobo stuff into the .c fileIain Holmes2001-05-093-18/+18
* Importer changesIain Holmes2001-05-0937-1553/+3193
* Walk a hierarchy using the "/subfolders/" convention and call a callbackDan Winship2001-05-093-2/+106
* free the alarm component if it doesn't have a parent, rather than if itJP Rosevear2001-05-093-5/+15
* unref the property bag when we finish with itJP Rosevear2001-05-094-2/+6
* Convert the Subject header to HTML and also make sure that the Subject,Jeffrey Stedfast2001-05-092-8/+22
* Free the UIDs if the user decides to not go through with editing all theJeffrey Stedfast2001-05-092-5/+40
* Updated russian translation.Valek Frob2001-05-082-1290/+1497
* Updated Finnish translation.jjranta2001-05-082-423/+481
* Bumped check for gal to 0.7.99.3.Christopher James Lahey2001-05-082-1/+5
* Removed e-card-pairs.h since we're not using it.Christopher James Lahey2001-05-0821-656/+1379
* Added util/e-sorter-array.lo and widgets/e-reflow-model.lo. RemovedChristopher James Lahey2001-05-088-421/+1564
* Deleted Gediminas patch.Not Zed2001-05-081-0/+4
* Reverted Gediminas patch.Not Zed2001-05-081-0/+4
* Removed EVOLUTION_VERSION from the rest of makefiles. use VERSION instead. SoGediminas Paulauskas2001-05-086-8/+9
* Fix for #2253 (search names not translated), mail-search i18n fixes.Gediminas Paulauskas2001-05-0811-23/+88
* Request an update if just our line widths needed recalculation. This fixesFederico Mena Quintero2001-05-082-1/+3
* flesh out the function more. It should work now, but there's no way toChris Toshok2001-05-082-4/+79
* Convert to bonobo xobjectJP Rosevear2001-05-085-495/+224
* Fix a free of non-malloc'ed memory introduced by my last change.Dan Winship2001-05-082-2/+5
* ShushJP Rosevear2001-05-089-15/+31
* Use a different error message in the ldap support/no ldap support/fileChris Toshok2001-05-082-22/+43
* Added command entry for 'ToggleOffline'.Jon Trowbridge2001-05-084-2/+14
* undef HAVE_SSL and HAVE_OPENSSLJeffrey Stedfast2001-05-083-2/+77
* Add support for using OpenSSL.Jeffrey Stedfast2001-05-087-30/+109
* s/HAVE_NSS/HAVE_SSL for the SSL checkbox stuff.Jeffrey Stedfast2001-05-082-2/+7
* (Fix bug #53111: Portability fixes for HP's ANSI compiler.)Jason Leach2001-05-083-6/+12
* Connect to key_press_event on the GtkHTML widget. (etree_key): Only handleDan Winship2001-05-083-34/+63
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-088-71/+73
* write what was converted to console, this function does not work always.Gediminas Paulauskas2001-05-082-5/+11
* updted Azeri filePablo Saratxaga2001-05-071-286/+257
* I am sure at least with this:Gediminas Paulauskas2001-05-072-3/+17
* Fix another build problem. (Um, anyone else could have done this...)Dan Winship2001-05-062-1/+5
* upped required gtkhtml version to 0.9.3, even that is not enough for idlGediminas Paulauskas2001-05-063-8/+17
* Evolution has got so many strings............. how many? 1895Gediminas Paulauskas2001-05-052-2425/+3247
* no need of -DEVOLUTION_VERSIONGediminas Paulauskas2001-05-057-6/+24
* Updated Spanish translation.Hector Garcia2001-05-052-1127/+1302
* un-#if 0 this. (xfer_folder): add skeleton code to validate xfer request.Chris Toshok2001-05-052-12/+86
* take a physical_uri and pass it to the callback.Chris Toshok2001-05-055-4/+31
* Rename `WorkOffline' to `ToggleOffline' as needed by the new offlineEttore Perazzoli2001-05-052-1/+5
* Use type instead of portNumber.Dan Winship2001-05-053-5/+16
* Remove a line of code that caused the offline confirmation dialog toEttore Perazzoli2001-05-052-3/+7
* Undo a broken leak fix.Ettore Perazzoli2001-05-052-2/+5
* correct type where same pixmap mask was unreffed twiceJP Rosevear2001-05-052-1/+7
* init change_id to NULLJP Rosevear2001-05-042-1/+7
* Plug more leaks.Ettore Perazzoli2001-05-044-2/+24
* unref the calcomponent when we're done with itJP Rosevear2001-05-043-8/+22
* Plug a leak in the folder creation dialog (a string was beingEttore Perazzoli2001-05-042-1/+6
* Plug a leak (the return value from `oaf_query()' must be freed!).Ettore Perazzoli2001-05-042-0/+7
* Fix up refcounting on current_folder.Dan Winship2001-05-044-4/+14
* Change `e_shell_get_icon_path()' to only look up the Evolution imageEttore Perazzoli2001-05-042-8/+10
* Change the mode for the GtkCList in the active connection dialog to beEttore Perazzoli2001-05-042-1/+6
* Complete the shell side for supporting off-line operations, gettingEttore Perazzoli2001-05-044-21/+120
* Initial implementation for the "warning, some connections are stillEttore Perazzoli2001-05-048-22/+537
* #include <camel/camel-file-utils.h>Dan Winship2001-05-045-8/+25
* new abstract class for disconnectable remote storesDan Winship2001-05-0414-536/+1174
* signature editing fixesRadek Doulik2001-05-044-21/+77
* Rename `WorkOffLine' into `WorkOffline'.Ettore Perazzoli2001-05-032-1/+5
* Updated German translationMatthias Warkus2001-05-032-1122/+1279
* Make the `EShellOfflineHandler' object non-floating in the constructEttore Perazzoli2001-05-032-0/+7
* Add interfaces to the shell to handle off-line operation, as well as aEttore Perazzoli2001-05-0310-1/+955
* new file.Chris Toshok2001-05-034-0/+581
* I commited patches to mail and calendar summary which relied on this, but forgotGediminas Paulauskas2001-05-032-0/+7
* Found out that I forgot to commit this.Gediminas Paulauskas2001-05-032-4/+7
* Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" intoDan Winship2001-05-034-18/+31
* unref the book if the view is being destroyedJP Rosevear2001-05-031-0/+2
* unref the book if the view is being destroyedJP Rosevear2001-05-033-0/+23
* initialize "continuation_line" to 0JP Rosevear2001-05-032-0/+6
* Updated Slovenian translationAndraz Tori2001-05-031-1913/+2507
* Fix this up... it was losing count in some cases and giving a more verboseDan Winship2001-05-032-14/+12
* Rescue the KPOP code from bit rot.Dan Winship2001-05-022-23/+21
* Updated Azeri file Enabled Dutch headerPablo Saratxaga2001-05-023-6754/+5023
* Remove the last argument from camel_session_alert_user.Anders Carlsson2001-05-021-1/+1
* Redo command locking. Since command_lock is recursive, we can just get aDan Winship2001-05-027-197/+234
* Debugging routine. (Only works for recursive mutexes right now.)Dan Winship2001-05-023-0/+12
* Don't use g_utf8_next_char on text that isn't valid UTF8, since it won'tDan Winship2001-05-022-3/+11
* remove unused assignment that calls non-existent function.Dan Winship2001-05-011-2/+0
* Support the IMAP UIDPLUS extension (RFC 2359), which lets youDan Winship2001-05-016-73/+469
* if the view does not contain a search context, the result is by defaultJP Rosevear2001-05-012-0/+10
* Mockups of the inline send and receiving mail dialog; including one using ico...Anna Dirks2001-05-011-0/+534
* New-and-improved version of get_uid_set() from camel-imap-folder.c. LooksDan Winship2001-05-014-38/+89
* only remove event handlers if we set them up originally, to avoidDan Winship2001-04-301-4/+11
* Unhook event handlers before syncing the folder, since the folder browserDan Winship2001-04-302-1/+15
* Made fewer calls to functions like split_into_lines to save time whenChristopher James Lahey2001-04-301-86/+53
* Make this smarter. Now e_text_to_html_full calls it when it sees a '@',Dan Winship2001-04-302-62/+61
* Mojo this a bit so that "\n\n>" gets translated to "<br><blockquote>"Dan Winship2001-04-302-8/+23
* Updated Swedish translation.Christian Rose2001-04-292-80/+84