summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2011-01-17Adding missed files and code for --forms option.Arx Cruz
2010-11-09Add libnotify as optional in zenity instalationArx Cruz
2010-07-12Add new password dialogArx Cruz
2010-02-23Bug 540169 - Zenity should offer color selection dialogBerislav Kovacki
2009-01-09GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). PatchLucas Rocha
2007-05-27initialize GTK+ before parsing command line options to better handleLucas Rocha
2006-05-11add optional dropdown menu to entry dialog (Fixed bug #311038). Patch fromLucas Rocha
2005-12-13new scale dialog for selecting a value from a range (Fixes #322399).Lucas Rocha
2005-04-25COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster
2004-12-07Fix for #137993. There is a chance that we'll have to revert this fix,Glynn Foster
2004-12-07Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster
2004-10-30Updated Spanish translation. Fixed typoFrancisco Javier F. Serrador
2004-09-16add code to listen for commands on stdin when in listen mode.James Henstridge
2004-09-13Add new notification icon. Update for new files. Restructure code a littleGlynn Foster
2004-09-13Update Update. Patch from Lucas Rocha to implement save and directoryGlynn Foster
2004-07-19Add new option for --print-column, based on a patch by Paul Bolle. FixesGlynn Foster
2004-07-18Remove duplicate locale.h include. Patch from Leonardo Boshell. PartlyGlynn Foster
2004-06-16Fix parsing errors. Patch from Paull Bolle. Fixes #144501.Glynn Foster
2004-06-09Add Paul. fix tyops in parsing.Glynn Foster
2004-04-28Fix the list dialog not being able to handle --text to change the text. ItGlynn Foster
2003-10-27Patch from Leonardo Boshell to add the locale.h header.Glynn Foster
2003-09-12Make zenity compile on solaris. Whoops :)Damien Carbery
2003-09-04Update. Update. Patch from Toshi to fix encoding of passed text strings.Glynn Foster
2003-08-22Fixed i18n of help messages.Mike Newman
2003-06-21Added en_GB translation and fixed a typo.Mike Newman
2003-06-10Allow /t and /n in dialog text. Some code cleanup.Mike Newman
2003-06-09Allow multiple file selections.Mike Newman
2003-06-04Fix up some build warnings as reported by Ross Burton and his amazing gccGlynn Foster
2003-06-04Add a "no-c-format" xgettext header to unbreak po files in the newJordi Mallach
2003-06-03Add --auto-close option to progress dialog. Closes dialog when 100% has been ...Mike Newman
2003-05-07Update commandline error message, needs updating of translations. RemoveGlynn Foster
2003-04-13Ooops - fix build.Glynn Foster
2003-04-13Finish off the indentation cleanup. Add new '--width' and '--height'Glynn Foster
2003-03-10Mass indentation cleanup. Make sure the glade dialogs aren't initiallyGlynn Foster
2003-01-29Don't do a g_assert_not_reached () if we don't have any dialog types.Glynn Foster
2003-01-28Don't display the translators tab unless there is stuff to show.Glynn Foster
2003-01-22Print out warning when we have no arguments to the commandline.Glynn Foster
2003-01-19Attempt to make things work after 2 bottles of wine last night. HarmlessGlynn Foster
2003-01-19Add --editable option to --text-info, and return edited textbuffer contents o...Mike Newman
2003-01-18Only some examples and some screenshots and we're mostly done for a firstGlynn Foster
2003-01-18Some new window icons.Glynn Foster
2003-01-14Add an about box. Still need to add an icon, and implement the callbacksGlynn Foster
2003-01-14Add support to separate the selected rows output with a character with '/'Glynn Foster
2003-01-13Re-structure the code to pass in the ZenityData structure into theGlynn Foster
2003-01-13Localise output of --calendar dialog by default (using nl_langinfo),Mike Newman
2003-01-13Improve error handling. Make --list actually return something useful,Glynn Foster
2003-01-09Fix up the date string, although I guess this should be localized.Glynn Foster
2003-01-07Fix up the response signal handlers. Use returns of 0 for 'Ok' andGlynn Foster
2003-01-07Fix up the error returns.Glynn Foster
2003-01-07Improve error handling... a lot.Glynn Foster