summaryrefslogtreecommitdiff
path: root/src/text.c
Commit message (Expand)AuthorAgeFilesLines
* webkit: Fix leak by removing unnecessary ref sinkLogan Rathbone2023-04-261-2/+2
* Port to webkitgtk 6.0Adam Williamson2023-04-261-3/+7
* Set dialog 'heading', not 'title'Adam Williamson2023-04-201-1/+1
* text: Fix dialog response signal handlerLogan Rathbone2023-01-241-1/+5
* text: Re-add webkit support for gtk4Logan Rathbone2023-01-241-11/+10
* Initial port to libadwaitaLogan Rathbone2023-01-231-35/+19
* Use g_auto* where possible.Logan Rathbone2021-12-291-20/+10
* Mass cleanup and finish meson migration.Logan Rathbone2021-02-141-3/+3
* Tweak layout of msg dialogs. Get font-setter to work with text-info.Logan Rathbone2021-02-121-8/+6
* Make remaining C files build against gtk4Logan Rathbone2021-02-111-85/+130
* Fix styleArx Cruz2017-04-071-322/+373
* Fixing GLib-CRITICAL messagesArx Cruz2015-10-021-1/+1
* Port to webkit2gtkHristo Venev2015-05-291-42/+28
* Merge branch 'jjardon/no_deprecated'Arx Cruz2015-04-211-5/+1
|\
| * src/text.c: gtk_widget_override_font instead gtk_widget_modify_fontJavier Jardón2015-03-221-1/+1
| * 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-1/+10
|/
* Allow user to interact with --text-info --html WebViewKernc2014-10-221-1/+7
* Bug #734049 - zenity --text-info chokes on some UTF-8 stringArx Cruz2014-10-221-1/+1
* Allow --text-info to load resources also from relative file:// URIsKernc2014-10-221-1/+10
* Allow --text-info to load resources from absolute file:// URIsKernc2014-10-211-2/+2
* Bug #600533 zenity --text-info should have an auto scroll optionArx Cruz2013-11-231-5/+14
* added attach option for transient windowWeitian Leung2013-08-311-1/+1
* But #674881 - Timeout option overriding normal exit codeArx Cruz2013-03-051-8/+19
* 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-7/+13
* Enable html support in --text-info option. This fix bug #598655, thanks for t...Arx Cruz2011-07-191-0/+138
* This change add a new functionality to text-info:Arx Cruz2011-06-281-2/+32
* 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
* text.c: Fix compilation warningJavier Jardón2011-02-151-1/+1
* Add font and no wrap mode support in text dialogmuzuiget2011-01-041-0/+8
* Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier2010-05-271-1/+1
* Bug 578393 – convert from libglade to GtkBuilderFelix Riemann2009-07-201-10/+9
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-131-0/+4
* correctly handle UTF-8 input text in the text info dialog (Fixes bugLucas Rocha2007-05-271-3/+8
* fix seg fault when outputing files with special printf format stringsLucas Rocha2007-05-141-1/+4
* correctly stdin input for text info dialog (Fixes bug #336736).Lucas Rocha2006-07-281-33/+26
* general code cleanups. Contribution from Benoît Dejean.Lucas Rocha2005-07-081-3/+0
* 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
* 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-1/+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/+5
* Handle stdin. Fixes #132517.Glynn Foster2004-01-261-0/+75
* 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-3/+3
* Finish off the indentation cleanup. Add new '--width' and '--height'Glynn Foster2003-04-131-0/+1
* Mass indentation cleanup. Make sure the glade dialogs aren't initiallyGlynn Foster2003-03-101-56/+57