aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-dateedit.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'EOG_0_109_1'.EOG_0_109_1nobody2001-12-141-1952/+0
* updated to new version from Ximian Setup Tools. Fixes bug #7641.Damon Chaplin2001-11-291-3/+4
* set both the date and the time of day in one call, creating only a singleJP Rosevear2001-11-061-0/+28
* emit signal when time set to none/empty.Damon Chaplin2001-10-311-0/+1
* ref the ECalendarItem and check if it gets destroyed, to try to avoid aDamon Chaplin2001-10-301-4/+10
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* clear the struct tm fields to keep purify happy.Damon Chaplin2001-10-241-2/+9
* Keep us from reading tmp_tm uninitialized, so purify won't complain.Jon Trowbridge2001-10-211-2/+7
* grab focus to the date entry or the time entry, depending on which isDamon Chaplin2001-09-271-0/+25
* add prototype for e_date_edit_set_editable.Chris Toshok2001-09-171-0/+21
* added e_date_edit_get/set_make_time_insensitive() which makes the timeDamon Chaplin2001-08-171-18/+103
* Fixes bug #2901.Federico Mena Quintero2001-07-171-16/+3
* added functions to set a callback to get the current time, which is usedDamon Chaplin2001-07-031-26/+80
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Added #include <glib.h> and moved corresponding local headers to the top.Kjartan Maraas2001-04-241-1/+3
* More header fixes. Same. Same. Same here. More header fixes. Same here.Kjartan Maraas2001-04-051-7/+16
* #include <time.h>Federico Mena Quintero2000-12-151-1/+0
* updated to emit "changed" when appropriate, which turned out to beDamon Chaplin2000-11-271-447/+993
* Removed the "time_changed" signal, since it was never being emitted in theFederico Mena Quintero2000-11-041-57/+57
* Do not unref the cal_popup since we already destroyed it.Federico Mena Quintero2000-10-281-1/+1
* fixed to recalculate min_cell_width/height in case the show_week_numbersDamon Chaplin2000-10-121-7/+151
* better i18n of strftime strings.Damon Chaplin2000-09-301-7/+13
* use pixmaps instead of GtkArrows to look better. Also set the canvasDamon Chaplin2000-09-251-18/+88
* set this to 4 to specify how much X/Open we want with that.Dan Winship2000-09-191-1/+1
* added e-dateedit.[hc] and the test-dateedit app.Damon Chaplin2000-09-111-0/+957