/misc/libmcal/

='freebsd-ports-gnome' href='/~lantw44/cgit/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libXau
Commit message (Expand)AuthorAgeFilesLines
* Misc X.org port updates:kwm2015-04-18'deletions'>-12/+184
* this too so the icons gets installed.. -tig-Tuomas Kuosmanen2001-10-232-1/+5
* Fixed to use the new icon.. -tigert-Tuomas Kuosmanen2001-10-231-1/+1
* Remove the ping timeout.Ettore Perazzoli2001-10-232-0/+8
* New app icon, should scale better..Tuomas Kuosmanen2001-10-232-0/+4
* bumped required GAL to 0.15.99.2.Damon Chaplin2001-10-232-1/+5
* Don't die if the parent window has no WMHints.Ettore Perazzoli2001-10-232-3/+7
* No, use Storing, as the other code does :p (spool_summary_check): Check22001-10-232-3/+9
* If the view is dead, just return FALSE. Prevents crash #12483.Ettore Perazzoli2001-10-232-22/+7
* s/summarising/summarizing/. (spool_summary_check): s/summarise/summarize/.Jon Trowbridge2001-10-232-3/+9
* added set_value() class method, which sets the model value based on theDamon Chaplin2001-10-234-37/+65
* Remove the help_button in the property box.Ettore Perazzoli2001-10-232-0/+7
* Don't free `clientid' as it's uninitialized.Ettore Perazzoli2001-10-232-2/+6
* disable this column. Fixes Ximian bug #12381.Christopher James Lahey2001-10-232-1/+6
* Added a disabled field here.Christopher James Lahey2001-10-237-25/+66
* If we are kludging around a inline-pgp signed part, do some charsetJeffrey Stedfast2001-10-233-4/+30
* #include "component-factory.h". (do_op_status): Pass the component IDEttore Perazzoli2001-10-234-5/+16
* Use search_type_mlist for mailing list searches.Michael Zucci2001-10-238-213/+130
* Don't wrap error text with <blockquote>, this is done insideJeffrey Stedfast2001-10-233-30/+47
* Move the folder sync code along with a few other things fromJeffrey Stedfast2001-10-232-39/+59
* (camel_search_header_match): Oops, missing i=0.Michael Zucci2001-10-233-8/+24
* New member `is_interactive' in `EShellPrivate'. (init): Init to %FALSE.Ettore Perazzoli2001-10-235-7/+108
* Make C-w not do anything here. (e_text_event_processor_emacs_like_event):Christopher James Lahey2001-10-231-5/+5
* PGP verification UI changes to make it not HTML spoofable.Dan Winship2001-10-233-540/+495
* Pass a CORBA_Environment to bonobo_config_get_string so it doesn't g_warnDan Winship2001-10-233-63/+81
* Check that account->id->address != NULL.Jon Trowbridge2001-10-232-26/+41
* Match check against all addresses in a multiple address match. Should fix22001-10-232-6/+10
* Updated French translation.Christophe Merlet2001-10-232-1149/+794
* More updates.Ettore Perazzoli2001-10-232-478/+780
* Fixed up a little bit.Ettore Perazzoli2001-10-232-5/+9
* Add a hack: if the multipart/signed part has a "x-inline-pgp-hack"Dan Winship2001-10-232-1/+15
* Register the public ConfigDatabase interface last to work around an OAFEttore Perazzoli2001-10-232-2/+9
* validation. SIlly me.Aaron Weber2001-10-234-4/+29
* added $GNOME_INCLUDEDIR to INCLUDES, needed for latest libgnome, whichRodrigo Moya2001-10-232-0/+6
* HAVE_KDE_APPLNK.Ettore Perazzoli2001-10-233-2/+12
* write out the correct time in the controlJP Rosevear2001-10-235-31/+49
* Updated Polish translationChyla Zbigniew2001-10-232-24/+61
* *** empty log message ***Rodrigo Moya2001-10-221-0/+1
* Fix these functions so they don't crash evolution-mail. Too bad it stillDan Winship2001-10-222-7/+12
* we don't need to save the stateJP Rosevear2001-10-224-17/+30
* Updated Slovak translation.Stanislav Visnovsky2001-10-222-918/+1072
* include destdir in the path of the kde desktop installation dirJP Rosevear2001-10-222-1/+6
* null out DBT memory prior to usage (from Edd Dumbill <edd@usefulinc.com>)JP Rosevear2001-10-222-0/+7
* updatedMarius Andreiana2001-10-222-930/+773
* new splashJakub Steiner2001-10-223-0/+1
* update the look a bitJakub Steiner2001-10-222-0/+4
* Put up an error dialog if there's an error while saving. If the personChristopher James Lahey2001-10-222-1/+26
* Accept UTF8_STRING, UTF-8, and STRING targets when getting the selection.Christopher James Lahey2001-10-222-12/+118
* listen for changes in the date editors (schedule_page_set_dates): updateJP Rosevear2001-10-225-84/+261
* Use mail_format_get_data_wrapper_text for text parts so we get freeJeffrey Stedfast2001-10-224-59/+104
* Only do the rawtext checks if the part is a text part, otherwise don'tJeffrey Stedfast2001-10-222-1/+6
* Instead of select_all() then using the tree's selected nodes to iterate,22001-10-222-2/+20
* Updated comments to make the code a bit more clear.Jeffrey Stedfast2001-10-222-7/+14
* fixed bug #13151Jeffrey Stedfast2001-10-224-6/+29
* Updated news.Jon Trowbridge2001-10-221-0/+29
* Clear variables once done, for debugging. (mail_vfolder_add_uri,12001-10-226-37/+65
* Dont do the macro stuff - basically so you can actually debug calls.12001-10-224-2/+18
* fix broken default changelog email address in last entryDan Winship2001-10-221-1/+1
* Update for e_msg_composer_add_messages_attachments arg change.Dan Winship2001-10-222-2/+8
* Make inline images used for replies not show up asDan Winship2001-10-226-125/+183
* oops, dont free the vuid, since its alloca'd now.12001-10-222-1/+5
* Pseudo update of the french translation.Christophe Merlet2001-10-222-1541/+1819
* Updated Spanish translation.Hector Garcia2001-10-212-870/+1008
* Updated Swedish translation.Christian Rose2001-10-212-729/+847
* Offer UTF8_STRING, UTF-8, COMPOUND_TEXT, STRING, and TEXT targets when weChristopher James Lahey2001-10-211-21/+70
* *** empty log message ***Wang Jian2001-10-212-838/+891
* Group by the correct column.Christopher James Lahey2001-10-213-4/+11
* Make this not be a radio button, but instead just a normal menu.Christopher James Lahey2001-10-212-70/+58
* right_click_up here when we let go of the popup.Christopher James Lahey2001-10-213-0/+9
* Use right_click_down here instead of maybe_do_something.Christopher James Lahey2001-10-211-1/+1
* Use an EEntry here instead of a GtkLabel. Fixes Ximian bug #7067.Christopher James Lahey2001-10-212-33/+29
* Call e_addressbook_model_force_folder_bar_message when we activate theJon Trowbridge2001-10-214-2/+24
* (e_select_names_set_default): don't forget to unref the oldstyle.Larry Ewing2001-10-212-1/+2
* stick with the style font if the efont bold font does not exist.Larry Ewing2001-10-212-8/+24
* Don't leak our ESearchingTokenizer.Jon Trowbridge2001-10-212-1/+9
* Don't convert to locale here since EText takes UTF8 strings. Fixes XimianChristopher James Lahey2001-10-211-9/+3
* Fix memory leak.Jon Trowbridge2001-10-215-1/+21
* We shouldn't leak the info returned by oaf_query.Jon Trowbridge2001-10-214-2/+17
* Make LDAP servers non-user-creatable.Ettore Perazzoli2001-10-212-1/+6
* hook up zoom functions.Larry Ewing2001-10-214-1/+35
* Keep us from reading tmp_tm uninitialized, so purify won't complain.Jon Trowbridge2001-10-212-2/+12
* Check that the string we are checking for xml-ness is non-NULL.Jon Trowbridge2001-10-212-1/+4
* add text size menu.Larry Ewing2001-10-212-0/+23
* Install `evolution.desktop' in the `KDE_APPLNK_DIR'.Ettore Perazzoli2001-10-213-0/+33
* Translate the rule names. (Bug #13082)Jon Trowbridge2001-10-212-1/+7
* Filter out empty destinations. (also Bug #13036)Jon Trowbridge2001-10-214-12/+58
* Handle focus_change in event by selecting that contact. Fixes Ximian bugChristopher James Lahey2001-10-212-0/+17
* Changed some of these gbooleans to be guint : 1s.Christopher James Lahey2001-10-212-5/+6
* Updated italian translation from Clara Tattoni <clara.tattoni@libero.it>Christopher R. Gabriel2001-10-212-5354/+3368
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-10-212-358/+385
* Repeatedly call gtk_main_quit here as long as there is a main loop around.Christopher James Lahey2001-10-202-2/+16
* Added #include <gal/widgets/e-unicode.h>.Christopher James Lahey2001-10-203-62/+101
* Check for num_children == -1 here and generate the children if theyChristopher James Lahey2001-10-201-0/+5
* Changed this to not grab on a right click. Fixes Ximian bug #12660.Christopher James Lahey2001-10-202-1/+10
* If no exception supplied, use a local one. (move_message_to): Set the seen02001-10-202-5/+15
* Added in import dialogue documentationKevin Breit2001-10-202-146/+221
* Allow copy/move to/from vTrash folders as well.Jeffrey Stedfast2001-10-202-1/+4
* If the destination folder is the vfolder source folder, thenJeffrey Stedfast2001-10-202-1/+7
* Properly handle local vTrash folders.Jeffrey Stedfast2001-10-202-13/+23
* Update to reflect API changes to e_msg_composer_add_message_attachments().Jeffrey Stedfast2001-10-202-1/+3
* More NEWSRodrigo Moya2001-10-201-0/+2
* Dont translate camel strings. (mail_account_gui_setup): "92001-10-202-9/+14
* When registering provider, translate all strings.92001-10-202-0/+26
* don't free the parameterJP Rosevear2001-10-202-1/+5
* Pass the @folder_type to ::handleDrop.Ettore Perazzoli2001-10-209-6/+52
* Many changes w/r/t IMAP and importation and encryption.Aaron Weber2001-10-205-131/+213
* Add `about-box.png'.Ettore Perazzoli2001-10-203-4/+12
* Use EShellAboutBox. (zero_pointer): Removed.Ettore Perazzoli2001-10-205-64/+483
* camel-vee-folder.c (folder_changed_change): Change logic, we always addMichael Zucci2001-10-202-15/+23
* Fixes a deadlock. camel-vee-folder.c: (folder_changed_change): Ok, so dontMichael Zucci2001-10-202-2/+4
* Update to reflect API changes to e_msg_composer_add_message_attachments().Jeffrey Stedfast2001-10-202-3/+9
* Now takes a 'attach_all' argument. If !attach_all, then only attach theJeffrey Stedfast2001-10-203-13/+30
* Null some freed memoryIain Holmes2001-10-202-0/+10
* Assorted fixes. Kevin, there's a FIXME for ya in here.Aaron Weber2001-10-204-48/+75
* Do not assert if we fail to load the URI list. This would of course haveFederico Mena Quintero2001-10-205-12/+42
* make it a public functionRodrigo Moya2001-10-205-6/+35
* Translate labels in select-names option menu. (Bug #9604)Jon Trowbridge2001-10-203-2/+15
* new function (update_query): call set_status_messageRodrigo Moya2001-10-202-0/+89
* keep a reference to the EvolutionShellClient componentRodrigo Moya2001-10-198-25/+156
* Updated Ukrainian TranslationYuri Syrota2001-10-191-1473/+1486
* Merge the two EXTRA_DIST declarations together so they both happen.Dan Winship2001-10-192-4/+7
* Updated Polish translationChyla Zbigniew2001-10-192-61/+113
* Typo, srlen aint right.Michael Zucci2001-10-191-1/+1
* camel-vee-folder.c: (folder_changed_change_uid): Use alloca for vuid, andMichael Zucci2001-10-192-35/+94
* Free folders_uri. (real_folder_deleted): If folder is deleted, remove it92001-10-194-43/+59
* Lock the right lock for unmatched subfolder list stuff. If the sub folder92001-10-193-16/+110
* If a charset isn't specified or claims to be utf-8, check the validity ofJeffrey Stedfast2001-10-192-2/+37
* Don't use a g_return_val_if_fail after iconv_open, this is a valid errorJeffrey Stedfast2001-10-193-51/+40
* Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko82001-10-196-0/+11
* Added remove flag - its not adduri, its removeuri, its less typing than82001-10-196-53/+124
* Make sure the cancel_fd isn't -1.Jeffrey Stedfast2001-10-192-1/+6
* Don't make the mail settings dialog modal.Jeffrey Stedfast2001-10-192-3/+9
* Flush the stream here, not sure it really matters but it might (hopefully)Jeffrey Stedfast2001-10-192-0/+5
* Make user-cancellable.Jeffrey Stedfast2001-10-192-6/+37
* String cleanup for bug #6640.Jeffrey Stedfast2001-10-192-2/+5
* use a new fangled perl script that queries oaf for interfaces we want toChris Toshok2001-10-192-67/+133
* call the invite others dialog in the modelJP Rosevear2001-10-1912-193/+217
* Bumped the required version of gal to 0.15.99.1 for use inChristopher James Lahey2001-10-197-3/+254
* Made this take a const GList.Christopher James Lahey2001-10-193-4/+9
* Bumped the version number to 0.15.99.1.Christopher James Lahey2001-10-192-1/+33
* Fixed.Carlos Perelló Marín2001-10-192-1/+4
* Fix my Cyrus imapd workaround...instead of checking to see if info->flagsJeffrey Stedfast2001-10-192-5/+11
* Stuff to try to find the memory corruptionIain Holmes2001-10-196-3/+48
* Calendar news - FedericoFederico Mena Quintero2001-10-191-2/+6
* Ooops. Remove stale files `e-shell-about-box.[ch]'.Ettore Perazzoli2001-10-192-2/+5
* add html widget (url_requested_cb): add function to load images from fileLarry Ewing2001-10-194-57/+169
* Fix the WM problems related to the folder selection dialog beingEttore Perazzoli2001-10-1915-8/+123
* call setup_send_data *after* we've setup the global dialogue thingy.82001-10-192-11/+22
* Adds session management for the alarm daemon. Also makes it store a listFederico Mena Quintero2001-10-1913-261/+595
* Added. Check if our book is local or networked.Jon Trowbridge2001-10-192-0/+25
* add alarm.png for the new alarm notification code.Larry Ewing2001-10-193-4/+10
* Oops.JP Rosevear2001-10-191-1/+14
* gui/e-meeting-time-sel.cJP Rosevear2001-10-193-9/+25
* new functionsRodrigo Moya2001-10-193-0/+75
* Lag our cardification on focus-out. This seems to help with the unintendedJon Trowbridge2001-10-193-5/+11
* Connect keys before we show the widget.Jon Trowbridge2001-10-192-5/+3
* Updated Ukrainian TranslationYuri Syrota2001-10-191-103/+64
* Updated Norwegian (bokmål) translation.Kjartan Maraas2001-10-193-492/+631
* change va_copy to G_VA_COPYDan Winship2001-10-192-4/+7
* #include bonobo-ui-util.hJeffrey Stedfast2001-10-192-0/+5
* Updated Ukrainian TranslationYuri Syrota2001-10-191-43/+27
* Updated Ukrainian TranslationYuri Syrota2001-10-191-46/+26
* Use va_copy to make this compile on ppc again.Dan Winship2001-10-192-1/+6
* Updated Ukrainian TranslationYuri Syrota2001-10-191-33/+17
* util routine to handle calling back (async_close): use aboveJP Rosevear2001-10-182-12/+36
* Updated Ukrainian TranslationYuri Syrota2001-10-181-44/+23
* Updated Ukrainian TranslationYuri Syrota2001-10-181-463/+494
* *** empty log message ***Wang Jian2001-10-184-1/+13210
* Urgh. Remove stale line that caused `display_default' to be set to TRUEEttore Perazzoli2001-10-182-2/+6
* Use '.' as the inbox name for filter new messages test.72001-10-182-1/+5
* Clone the folderinfo before passing to async event. (real_folder_created):72001-10-18