summaryrefslogtreecommitdiff
path: root/src/entry.c
Commit message (Expand)AuthorAge
* added attach option for transient windowWeitian Leung2013-08-31
* But #674881 - Timeout option overriding normal exit codeArx Cruz2013-03-05
* util: Add an option to request dialogs being modalFlorian Müllner2012-09-25
* Fix the ComboBoxText construction so the dropmenu works again.Frode Austvik2012-08-21
* Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dial...Arx Cruz2011-07-26
* Now if you use --timeout option, the return code will be properly handledArx Cruz2011-06-17
* Bug 651948 - zenity list does not return default value when timeout is overArx Cruz2011-06-16
* Remove deprecated code for GTK+-3.0.Luis Medinas2010-10-21
* Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier2010-05-27
* Bug 551116 - Fix default activation in entry dialogAdrian Carpenter2009-08-10
* Bug 567773 – "zenity --entry --text" doesn't interpret line breaksSiegfried-Angel Gevatter Pujals2009-08-08
* Bug 578393 – convert from libglade to GtkBuilderFelix Riemann2009-07-20
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-13
* entry activation makes dialog return OK (Fixes bug #347340).Lucas Rocha2006-07-27
* add optional dropdown menu to entry dialog (Fixed bug #311038). Patch fromLucas Rocha2006-05-11
* 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
* Clean up the code a little bit.Glynn Foster2005-04-20
* 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
* Better patch from raf@noduck.net to fix the activate on the entry dialog.Glynn Foster2003-09-12
* Hook up the 'activate' signal on the entry dialog. Fixes Debian bugGlynn Foster2003-08-25
* s/g_printerr/g_printMike Newman2003-08-25
* Support user-defined return values via env vars, like dialog did.Mike Newman2003-06-07
* 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
* Don't display the translators tab unless there is stuff to show.Glynn Foster2003-01-28
* Add some screenshots for the help documentation.Glynn Foster2003-01-18
* Fix up the response signal handlers. Use returns of 0 for 'Ok' andGlynn Foster2003-01-07
* Initial revisionGlynn Foster2003-01-03
bgstack15