summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAge
* Port build system from autotools to meson.Logan Rathbone2021-06-08
* Fix styleArx Cruz2017-04-07
* Adding missed files and code for --forms option.Arx Cruz2011-01-17
* Add libnotify as optional in zenity instalationArx Cruz2010-11-09
* Add new password dialogArx Cruz2010-07-12
* Bug 540169 - Zenity should offer color selection dialogBerislav Kovacki2010-02-23
* GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). PatchLucas Rocha2009-01-09
* initialize GTK+ before parsing command line options to better handleLucas Rocha2007-05-27
* add optional dropdown menu to entry dialog (Fixed bug #311038). Patch fromLucas Rocha2006-05-11
* new scale dialog for selecting a value from a range (Fixes #322399).Lucas Rocha2005-12-13
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-25
* Fix for #137993. There is a chance that we'll have to revert this fix,Glynn Foster2004-12-07
* Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster2004-12-07
* Updated Spanish translation. Fixed typoFrancisco Javier F. Serrador2004-10-30
* add code to listen for commands on stdin when in listen mode.James Henstridge2004-09-16
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-13
* Update Update. Patch from Lucas Rocha to implement save and directoryGlynn Foster2004-09-13
* Add new option for --print-column, based on a patch by Paul Bolle. FixesGlynn Foster2004-07-19
* Remove duplicate locale.h include. Patch from Leonardo Boshell. PartlyGlynn Foster2004-07-18
* Fix parsing errors. Patch from Paull Bolle. Fixes #144501.Glynn Foster2004-06-16
* Add Paul. fix tyops in parsing.Glynn Foster2004-06-09
* Fix the list dialog not being able to handle --text to change the text. ItGlynn Foster2004-04-28
* Patch from Leonardo Boshell to add the locale.h header.Glynn Foster2003-10-27
* Make zenity compile on solaris. Whoops :)Damien Carbery2003-09-12
* Update. Update. Patch from Toshi to fix encoding of passed text strings.Glynn Foster2003-09-04
* Fixed i18n of help messages.Mike Newman2003-08-22
* Added en_GB translation and fixed a typo.Mike Newman2003-06-21
* Allow /t and /n in dialog text. Some code cleanup.Mike Newman2003-06-10
* Allow multiple file selections.Mike Newman2003-06-09
* Fix up some build warnings as reported by Ross Burton and his amazing gccGlynn Foster2003-06-04
* Add a "no-c-format" xgettext header to unbreak po files in the newJordi Mallach2003-06-04
* Add --auto-close option to progress dialog. Closes dialog when 100% has been ...Mike Newman2003-06-03
* Update commandline error message, needs updating of translations. RemoveGlynn Foster2003-05-07
* Ooops - fix build.Glynn Foster2003-04-13
* 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 do a g_assert_not_reached () if we don't have any dialog types.Glynn Foster2003-01-29
* Don't display the translators tab unless there is stuff to show.Glynn Foster2003-01-28
* Print out warning when we have no arguments to the commandline.Glynn Foster2003-01-22
* 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
* Only some examples and some screenshots and we're mostly done for a firstGlynn Foster2003-01-18
* Some new window icons.Glynn Foster2003-01-18
* Add an about box. Still need to add an icon, and implement the callbacksGlynn Foster2003-01-14
* Add support to separate the selected rows output with a character with '/'Glynn Foster2003-01-14
* Re-structure the code to pass in the ZenityData structure into theGlynn Foster2003-01-13
* Localise output of --calendar dialog by default (using nl_langinfo),Mike Newman2003-01-13
* Improve error handling. Make --list actually return something useful,Glynn Foster2003-01-13
* Fix up the date string, although I guess this should be localized.Glynn Foster2003-01-09
* Fix up the response signal handlers. Use returns of 0 for 'Ok' andGlynn Foster2003-01-07
bgstack15