index
:
zenity
three
Unnamed repository; edit this file 'description' to name the repository.
bgstack15
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Commit message (
Expand
)
Author
Age
*
Add new option for --print-column, based on a patch by Paul Bolle. Fixes
Glynn Foster
2004-07-19
*
Remove duplicate locale.h include. Patch from Leonardo Boshell. Partly
Glynn Foster
2004-07-18
*
Fix parsing errors. Patch from Paull Bolle. Fixes #144501.
Glynn Foster
2004-06-16
*
Add Paul. fix tyops in parsing.
Glynn Foster
2004-06-09
*
Fix the list dialog not being able to handle --text to change the text. It
Glynn Foster
2004-04-28
*
Patch from Leonardo Boshell to add the locale.h header.
Glynn Foster
2003-10-27
*
Make zenity compile on solaris. Whoops :)
Damien Carbery
2003-09-12
*
Update. Update. Patch from Toshi to fix encoding of passed text strings.
Glynn Foster
2003-09-04
*
Fixed i18n of help messages.
Mike Newman
2003-08-22
*
Added en_GB translation and fixed a typo.
Mike Newman
2003-06-21
*
Allow /t and /n in dialog text. Some code cleanup.
Mike Newman
2003-06-10
*
Allow multiple file selections.
Mike Newman
2003-06-09
*
Fix up some build warnings as reported by Ross Burton and his amazing gcc
Glynn Foster
2003-06-04
*
Add a "no-c-format" xgettext header to unbreak po files in the new
Jordi Mallach
2003-06-04
*
Add --auto-close option to progress dialog. Closes dialog when 100% has been ...
Mike Newman
2003-06-03
*
Update commandline error message, needs updating of translations. Remove
Glynn Foster
2003-05-07
*
Ooops - fix build.
Glynn Foster
2003-04-13
*
Finish off the indentation cleanup. Add new '--width' and '--height'
Glynn Foster
2003-04-13
*
Mass indentation cleanup. Make sure the glade dialogs aren't initially
Glynn Foster
2003-03-10
*
Don't do a g_assert_not_reached () if we don't have any dialog types.
Glynn Foster
2003-01-29
*
Don't display the translators tab unless there is stuff to show.
Glynn Foster
2003-01-28
*
Print out warning when we have no arguments to the commandline.
Glynn Foster
2003-01-22
*
Attempt to make things work after 2 bottles of wine last night. Harmless
Glynn Foster
2003-01-19
*
Add --editable option to --text-info, and return edited textbuffer contents o...
Mike Newman
2003-01-19
*
Only some examples and some screenshots and we're mostly done for a first
Glynn Foster
2003-01-18
*
Some new window icons.
Glynn Foster
2003-01-18
*
Add an about box. Still need to add an icon, and implement the callbacks
Glynn Foster
2003-01-14
*
Add support to separate the selected rows output with a character with '/'
Glynn Foster
2003-01-14
*
Re-structure the code to pass in the ZenityData structure into the
Glynn Foster
2003-01-13
*
Localise output of --calendar dialog by default (using nl_langinfo),
Mike Newman
2003-01-13
*
Improve error handling. Make --list actually return something useful,
Glynn Foster
2003-01-13
*
Fix up the date string, although I guess this should be localized.
Glynn Foster
2003-01-09
*
Fix up the response signal handlers. Use returns of 0 for 'Ok' and
Glynn Foster
2003-01-07
*
Fix up the error returns.
Glynn Foster
2003-01-07
*
Improve error handling... a lot.
Glynn Foster
2003-01-07
*
Finish off commandline parsing for the list dialog. Wow, this is almost
Glynn Foster
2003-01-06
*
I love featuritis. Instead of fixing stuff so it actually works, I add
Glynn Foster
2003-01-06
*
Add functions to init and free the parsing options. Still not terribly
Glynn Foster
2003-01-06
*
Initial revision
Glynn Foster
2003-01-03
bgstack15