summaryrefslogtreecommitdiff
path: root/src/calendar.c
Commit message (Expand)AuthorAge
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-13
* double-click on day results in dialog response (Fixes bug #395152). PatchLucas Rocha2007-05-14
* make it possible to add new lines and markup in the dialog text.Lucas Rocha2005-11-15
* general code cleanups. Contribution from BenoƮt Dejean.Lucas Rocha2005-07-08
* Include cleanups (config.h)Lucas Almeida Rocha2005-07-06
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-25
* Really fix #162297, and preload the current dates if they aren't alreadyGlynn Foster2005-01-09
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-13
* src/calendar.c, src/entry.c, src/fileselection.c, Cleanup fixes from PaulGlynn Foster2004-07-19
* Add from the 2 Sebastian's, and make email addresses more spam proof.Glynn Foster2004-04-26
* Patch from Darren Adams <darrenadams@dsl.pipex.com> to make sure the newGlynn Foster2004-03-19
* user input data output to STDOUT via g_print instead of outputting toKevin C. Krinke2003-07-13
* Support user-defined return values via env vars, like dialog did.Mike Newman2003-06-07
* Fix an indentation weirdness in calendar.cMike Newman2003-05-27
* Finish off the indentation cleanup. Add new '--width' and '--height'Glynn Foster2003-04-13
* Mass indentation cleanup. Make sure the glade dialogs aren't initiallyGlynn Foster2003-03-10
* Only some examples and some screenshots and we're mostly done for a firstGlynn Foster2003-01-18
* Re-structure the code to pass in the ZenityData structure into theGlynn Foster2003-01-13
* Localise output of --calendar dialog by default (using nl_langinfo),Mike Newman2003-01-13
* Fix up the date string, although I guess this should be localized.Glynn Foster2003-01-09
* Fix up the response signal handlers. Use returns of 0 for 'Ok' andGlynn Foster2003-01-07
* Improve error handling... a lot.Glynn Foster2003-01-07
* Initial revisionGlynn Foster2003-01-03
bgstack15