summaryrefslogtreecommitdiff
path: root/src/entry.c
Commit message (Expand)AuthorAgeFilesLines
* Set dialog 'heading', not 'title'Adam Williamson2023-04-201-1/+1
* Initial port to libadwaitaLogan Rathbone2023-01-231-22/+12
* Use g_auto* where possible.Logan Rathbone2021-12-291-3/+1
* Mass cleanup and finish meson migration.Logan Rathbone2021-02-141-2/+2
* calendar: make it not crash and use GDateTime.Logan Rathbone2021-02-121-5/+3
* password: use Builder for consistency with rest of app.Logan Rathbone2021-02-121-6/+5
* entry, fileselection: make build against gtk4Logan Rathbone2021-02-101-72/+99
* Fix styleArx Cruz2017-04-071-157/+167
* 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/+20
* util: Add an option to request dialogs being modalFlorian Müllner2012-09-251-0/+3
* Fix the ComboBoxText construction so the dropmenu works again.Frode Austvik2012-08-211-1/+1
* Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dial...Arx Cruz2011-07-261-0/+15
* Now if you use --timeout option, the return code will be properly handledArx Cruz2011-06-171-1/+1
* Bug 651948 - zenity list does not return default value when timeout is overArx Cruz2011-06-161-1/+1
* Remove deprecated code for GTK+-3.0.Luis Medinas2010-10-211-4/+4
* Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier2010-05-271-1/+1
* Bug 551116 - Fix default activation in entry dialogAdrian Carpenter2009-08-101-0/+10
* Bug 567773 – "zenity --entry --text" doesn't interpret line breaksSiegfried-Angel Gevatter Pujals2009-08-081-1/+1
* Bug 578393 – convert from libglade to GtkBuilderFelix Riemann2009-07-201-13/+11
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-131-0/+4
* entry activation makes dialog return OK (Fixes bug #347340).Lucas Rocha2006-07-271-1/+2
* add optional dropdown menu to entry dialog (Fixed bug #311038). Patch fromLucas Rocha2006-05-111-11/+54
* 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
* Clean up the code a little bit.Glynn Foster2005-04-201-2/+3
* 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-2/+1
* 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
* Better patch from raf@noduck.net to fix the activate on the entry dialog.Glynn Foster2003-09-121-20/+0
* Hook up the 'activate' signal on the entry dialog. Fixes Debian bugGlynn Foster2003-08-251-1/+21
* s/g_printerr/g_printMike Newman2003-08-251-1/+1
* Support user-defined return values via env vars, like dialog did.Mike Newman2003-06-071-4/+4
* Finish off the indentation cleanup. Add new '--width' and '--height'Glynn Foster2003-04-131-1/+3
* Mass indentation cleanup. Make sure the glade dialogs aren't initiallyGlynn Foster2003-03-101-56/+57
* Don't display the translators tab unless there is stuff to show.Glynn Foster2003-01-281-1/+6
* Add some screenshots for the help documentation.Glynn Foster2003-01-181-1/+1
* Fix up the response signal handlers. Use returns of 0 for 'Ok' andGlynn Foster2003-01-071-14/+25
* Initial revisionGlynn Foster2003-01-031-0/+94