summaryrefslogtreecommitdiff
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'MC_4_5_26'.MC_4_5_26nobody1999-03-1052-14790/+0
* For DRAG_MOVE, DRAG_SIZE_TOP and DRAG_SIZE_BOTTOM: call child_focus_out ()Martin Baulig1999-02-281-0/+13
* gtk_widget_get_requisition fix for Gtk+ 1.2.Martin Baulig1999-02-281-1/+1
* Added Korean font to the fontset string. Likewise.Changwoo Ryu1999-02-262-10/+10
* Implemented new panel groups as suggested on gnome-hackersMichael Fulbright1999-02-251-1/+1
* Updated spanish language file;Pablo Saratxaga1999-02-244-7/+11
* Save the owner/organizer of the event. (ical_object_create_from_vobject):Miguel de Icaza1999-02-241-1/+1
* tzname issuesTimur Bakeyev1999-02-222-2/+15
* Made use of g_get_{user,real}_name() instead of our own home-brew...Tomas Ogren1999-02-201-24/+2
* will define fonts via fontset. Friendlier to locales that use iso8859-[^1]Sergey I. Panov1999-02-188-29/+61
* Updated to install desktop into $(datadir)/gnome/appsMichael Fulbright1999-02-171-1/+1
* added danish language to the menu filePablo Saratxaga1999-02-171-2/+4
* Internationalization Police (Interpol)Sergey I. Panov1999-02-161-7/+7
* Indentation fixes.Federico Mena Quintero1999-02-151-1/+1
* Made a private copy of what localtime() returns, to be able to keep theTomas Ogren1999-02-151-5/+5
* Gnomecal now autosaves all the time.Arturo Espinosa1999-02-126-3/+26
* Removed the gtk_widget_realize call.Tomas Ogren1999-02-091-1/+0
* Added Korean translations.Changwoo Ryu1999-02-051-0/+2
* New convenience function to create a properly-configured date editorFederico Mena Quintero1999-02-041-4/+16
* Make the calendar start weeks on Monday if appropriate.Federico Mena Quintero1999-02-045-10/+49
* Set the title of the event editor window.Federico Mena Quintero1999-02-011-0/+1
* Do not remove the clipping rectangle here.Federico Mena Quintero1999-02-012-1/+2
* Improve this draw routine. Now it can split the text in lines and fit asMiguel de Icaza1999-01-313-53/+129
* if the user clicks on an event that is an occurance, the menu will allowJason Tackaberry1999-01-302-15/+48
* Add --hidden key to hide the calendar at startup. Only works with GNOMEMiguel de Icaza1999-01-292-7/+36
* Schedule an alarm for midnight to change theMiguel de Icaza1999-01-296-18/+67
* Insert the summary text here. (child_focus_in): No need to raise theFederico Mena Quintero1999-01-282-68/+59
* Warn if the calendar file has changed.Miguel de Icaza1999-01-273-18/+55
* Only trap printable characters such that hotkeys work. (UNSELECT_TIMEOUT):Nat Friedman1999-01-202-24/+40
* Do not grab the mouse here (it was being grabbed incorrectly, anyways).Federico Mena Quintero1999-01-191-25/+35
* do gtk_widget_realize on the toplevel window..Tomas Ogren1999-01-191-0/+1
* Make the little calendar start up with the correct date.Federico Mena Quintero1999-01-141-1/+7
* Add the month to the date range display label.Federico Mena Quintero1999-01-141-2/+2
* Converted some more stuff to use the standards.Nat Friedman1999-01-081-19/+6
* New function to create the status bar. (setup_menu): Install menu hints.Nat Friedman1999-01-081-25/+53
* Wed, 30 Dec 1998 23:04:25 +0100 [Vincent]Vincent Renardias1998-12-301-1/+1
* s/g_copy_strings/g_strconcat/Jeff Garzik1998-12-304-7/+7
* Rewrote the old and broken alarm system. It never actually workedMiguel de Icaza1998-12-178-28/+110
* Use the allocation size instead of the old fields in the canvas structure.Federico Mena Quintero1998-12-153-4/+4
* Use gnome_dialog_set_parent. ditto ditto.Miguel de Icaza1998-12-105-6/+14
* GNOME PIM livesMichael Fulbright1998-12-092-5/+3
* gncal: Fix server registration to give proper id/kindElliot Lee1998-12-031-1/+1
* s/gtk_window_position/gtk_window_set_position/Sebastian Wilhelmi1998-12-022-6/+6
* Remove more deprecated gnome_dialog functionsManish Vachharajani1998-11-291-1/+1
* Add missing declaration for GtkWidget *sw.Andrew T. Veliath1998-11-241-0/+1
* Update GtkClist usage.Miguel de Icaza1998-11-241-4/+5
* Use gtk_scrolled_window_add_with_viewport instead of gtk_container_addAndrew T. Veliath1998-11-231-1/+1
* use GPOINTER_TO_INTHerbert V. Riedel1998-11-233-4/+4
* DittoHavoc Pennington1998-11-231-0/+2
* Fixed the popt event parsing callback to have the correct number ofMatthew Wilson1998-11-221-24/+24