summaryrefslogtreecommitdiff
path: root/src/calendar.c
Commit message (Expand)AuthorAgeFilesLines
* Set dialog 'heading', not 'title'Adam Williamson2023-04-201-1/+1
* Initial port to libadwaitaLogan Rathbone2023-01-231-22/+15
* Use g_auto* where possible.Logan Rathbone2021-12-291-8/+3
* Mass cleanup and finish meson migration.Logan Rathbone2021-02-141-3/+2
* .ui: use resource; cleanup before commencing meson conversion.Logan Rathbone2021-02-131-20/+0
* calendar: make it not crash and use GDateTime.Logan Rathbone2021-02-121-13/+25
* Tweak layout of msg dialogs. Get font-setter to work with text-info.Logan Rathbone2021-02-121-5/+3
* convert .ui to gtk4; make calendar, color, about build against gtk4.Logan Rathbone2021-02-101-49/+67
* Fix styleArx Cruz2017-04-071-128/+140
* Fixing GLib-CRITICAL messagesArx Cruz2015-10-021-1/+1
* Merge branch 'jjardon/no_deprecated'Arx Cruz2015-04-211-4/+0
|\
| * Do not use an icon for Cancel/OK buttonsJavier Jardón2015-03-221-4/+0
* | ADD gchar **extra_label TO struct ZenityDataGama Anderson2015-04-211-2/+11
|/
* added attach option for transient windowWeitian Leung2013-08-311-1/+1
* But #674881 - Timeout option overriding normal exit codeArx Cruz2013-03-051-11/+22
* util: Add an option to request dialogs being modalFlorian Müllner2012-09-251-0/+3
* Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dial...Arx Cruz2011-07-261-1/+16
* Now if you use --timeout option, the return code will be properly handledArx Cruz2011-06-171-2/+1
* Bug 651948 - zenity list does not return default value when timeout is overArx Cruz2011-06-161-1/+1
* Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier2010-05-271-1/+1
* Bug 578393 – convert from libglade to GtkBuilderFelix Riemann2009-07-201-12/+11
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-131-0/+5
* double-click on day results in dialog response (Fixes bug #395152). PatchLucas Rocha2007-05-141-0/+10
* make it possible to add new lines and markup in the dialog text.Lucas Rocha2005-11-151-1/+1
* general code cleanups. Contribution from Benoît Dejean.Lucas Rocha2005-07-081-1/+1
* Include cleanups (config.h)Lucas Almeida Rocha2005-07-061-0/+2
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-251-2/+2
* Really fix #162297, and preload the current dates if they aren't alreadyGlynn Foster2005-01-091-1/+1
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-131-4/+1
* src/calendar.c, src/entry.c, src/fileselection.c, Cleanup fixes from PaulGlynn Foster2004-07-191-3/+2
* Add from the 2 Sebastian's, and make email addresses more spam proof.Glynn Foster2004-04-261-1/+1
* Patch from Darren Adams <darrenadams@dsl.pipex.com> to make sure the newGlynn Foster2004-03-191-1/+2
* user input data output to STDOUT via g_print instead of outputting toKevin C. Krinke2003-07-131-1/+1
* Support user-defined return values via env vars, like dialog did.Mike Newman2003-06-071-4/+4
* Fix an indentation weirdness in calendar.cMike Newman2003-05-271-2/+1
* Finish off the indentation cleanup. Add new '--width' and '--height'Glynn Foster2003-04-131-0/+2
* Mass indentation cleanup. Make sure the glade dialogs aren't initiallyGlynn Foster2003-03-101-62/+64
* Only some examples and some screenshots and we're mostly done for a firstGlynn Foster2003-01-181-1/+3
* Re-structure the code to pass in the ZenityData structure into theGlynn Foster2003-01-131-7/+12
* Localise output of --calendar dialog by default (using nl_langinfo),Mike Newman2003-01-131-5/+13
* Fix up the date string, although I guess this should be localized.Glynn Foster2003-01-091-1/+1
* Fix up the response signal handlers. Use returns of 0 for 'Ok' andGlynn Foster2003-01-071-15/+29
* Improve error handling... a lot.Glynn Foster2003-01-071-2/+2
* Initial revisionGlynn Foster2003-01-031-0/+90