summaryrefslogtreecommitdiff
path: root/src/text.c
Commit message (Expand)AuthorAge
* Fixing GLib-CRITICAL messagesArx Cruz2015-10-02
* Port to webkit2gtkHristo Venev2015-05-29
* Merge branch 'jjardon/no_deprecated'Arx Cruz2015-04-21
|\
| * src/text.c: gtk_widget_override_font instead gtk_widget_modify_fontJavier Jardón2015-03-22
| * Do not use an icon for Cancel/OK buttonsJavier Jardón2015-03-22
* | ADD gchar **extra_label TO struct ZenityDataGama Anderson2015-04-21
|/
* Allow user to interact with --text-info --html WebViewKernc2014-10-22
* Bug #734049 - zenity --text-info chokes on some UTF-8 stringArx Cruz2014-10-22
* Allow --text-info to load resources also from relative file:// URIsKernc2014-10-22
* Allow --text-info to load resources from absolute file:// URIsKernc2014-10-21
* Bug #600533 zenity --text-info should have an auto scroll optionArx Cruz2013-11-23
* 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 for bug #611297 Now Zenity have --ok-label and --cancel-label in all dial...Arx Cruz2011-07-26
* Enable html support in --text-info option. This fix bug #598655, thanks for t...Arx Cruz2011-07-19
* This change add a new functionality to text-info:Arx Cruz2011-06-28
* 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
* text.c: Fix compilation warningJavier Jardón2011-02-15
* Add font and no wrap mode support in text dialogmuzuiget2011-01-04
* Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier2010-05-27
* 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
* correctly handle UTF-8 input text in the text info dialog (Fixes bugLucas Rocha2007-05-27
* fix seg fault when outputing files with special printf format stringsLucas Rocha2007-05-14
* correctly stdin input for text info dialog (Fixes bug #336736).Lucas Rocha2006-07-28
* 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
* 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
* Handle stdin. Fixes #132517.Glynn Foster2004-01-26
* 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
* 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
* Sigh - half a job done as usual :)Mike Newman2003-01-21
* Fixed a bug I introduced! Ensure that an editable --text-info dialog getsMike Newman2003-01-21
* Attempt to make things work after 2 bottles of wine last night. HarmlessGlynn Foster2003-01-19
* Add --editable option to --text-info, and return edited textbuffer contents o...Mike Newman2003-01-19
* Some new window icons.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