summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* main: Add G_APPLICATION_FLAGS_NON_UNIQUE to GApplication flagsLogan Rathbone2023-04-291-1/+1
* main: suppress "this is discouraged" message from libadwaitaLogan Rathbone2023-01-251-0/+7
* Initial port to libadwaitaLogan Rathbone2023-01-231-8/+5
* notification: Initial port to GNotificationLogan Rathbone2022-01-101-10/+7
* Use g_auto* where possible.Logan Rathbone2021-12-291-10/+4
* Mass cleanup and finish meson migration.Logan Rathbone2021-02-141-10/+11
* .ui: use resource; cleanup before commencing meson conversion.Logan Rathbone2021-02-131-2/+3
* calendar: make it not crash and use GDateTime.Logan Rathbone2021-02-121-0/+4
* Tweak layout of msg dialogs. Get font-setter to work with text-info.Logan Rathbone2021-02-121-1/+1
* Make zenity run with gtk4 (very unstable).Logan Rathbone2021-02-111-18/+41
* Make remaining C files build against gtk4Logan Rathbone2021-02-111-23/+42
* Fix styleArx Cruz2017-04-071-72/+73
* Adding missed files and code for --forms option.Arx Cruz2011-01-171-0/+3
* Add libnotify as optional in zenity instalationArx Cruz2010-11-091-0/+2
* Add new password dialogArx Cruz2010-07-121-0/+3
* Bug 540169 - Zenity should offer color selection dialogBerislav Kovacki2010-02-231-0/+3
* GNOME Goal: Clean up GLib and GTK+ includes (Fixes bug #563855). PatchLucas Rocha2009-01-091-1/+1
* initialize GTK+ before parsing command line options to better handleLucas Rocha2007-05-271-3/+3
* add optional dropdown menu to entry dialog (Fixed bug #311038). Patch fromLucas Rocha2006-05-111-0/+1
* new scale dialog for selecting a value from a range (Fixes #322399).Lucas Rocha2005-12-131-0/+3
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-251-2/+2
* Fix for #137993. There is a chance that we'll have to revert this fix,Glynn Foster2004-12-071-1/+1
* Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster2004-12-071-1519/+15
* Updated Spanish translation. Fixed typoFrancisco Javier F. Serrador2004-10-301-1/+1
* add code to listen for commands on stdin when in listen mode.James Henstridge2004-09-161-0/+17
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-131-2/+65
* Update Update. Patch from Lucas Rocha to implement save and directoryGlynn Foster2004-09-131-0/+34
* Add new option for --print-column, based on a patch by Paul Bolle. FixesGlynn Foster2004-07-191-4/+23
* Remove duplicate locale.h include. Patch from Leonardo Boshell. PartlyGlynn Foster2004-07-181-1/+0
* Fix parsing errors. Patch from Paull Bolle. Fixes #144501.Glynn Foster2004-06-161-1/+1
* Add Paul. fix tyops in parsing.Glynn Foster2004-06-091-4/+4
* Fix the list dialog not being able to handle --text to change the text. ItGlynn Foster2004-04-281-1/+19
* Patch from Leonardo Boshell to add the locale.h header.Glynn Foster2003-10-271-1/+8
* Make zenity compile on solaris. Whoops :)Damien Carbery2003-09-121-0/+1
* Update. Update. Patch from Toshi to fix encoding of passed text strings.Glynn Foster2003-09-041-5/+11
* Fixed i18n of help messages.Mike Newman2003-08-221-0/+1
* Added en_GB translation and fixed a typo.Mike Newman2003-06-211-1/+1
* Allow /t and /n in dialog text. Some code cleanup.Mike Newman2003-06-101-11/+11
* Allow multiple file selections.Mike Newman2003-06-091-11/+45
* Fix up some build warnings as reported by Ross Burton and his amazing gccGlynn Foster2003-06-041-8/+7
* Add a "no-c-format" xgettext header to unbreak po files in the newJordi Mallach2003-06-041-0/+1
* Add --auto-close option to progress dialog. Closes dialog when 100% has been ...Mike Newman2003-06-031-0/+17
* Update commandline error message, needs updating of translations. RemoveGlynn Foster2003-05-071-2/+3
* Ooops - fix build.Glynn Foster2003-04-131-3/+0
* Finish off the indentation cleanup. Add new '--width' and '--height'Glynn Foster2003-04-131-277/+312
* Mass indentation cleanup. Make sure the glade dialogs aren't initiallyGlynn Foster2003-03-101-961/+961
* Don't do a g_assert_not_reached () if we don't have any dialog types.Glynn Foster2003-01-291-0/+4
* Don't display the translators tab unless there is stuff to show.Glynn Foster2003-01-281-15/+174
* Print out warning when we have no arguments to the commandline.Glynn Foster2003-01-221-1/+3
* Attempt to make things work after 2 bottles of wine last night. HarmlessGlynn Foster2003-01-191-212/+154