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
/
tree.c
Commit message (
Expand
)
Author
Age
*
Put horizontal scrolling on automatic, otherwise we expand off the edge of
Glynn Foster
2003-08-27
*
user input data output to STDOUT via g_print instead of outputting to
Kevin C. Krinke
2003-07-13
*
Allow /t and /n in dialog text. Some code cleanup.
Mike Newman
2003-06-10
*
Support user-defined return values via env vars, like dialog did.
Mike Newman
2003-06-07
*
Fix up some build warnings as reported by Ross Burton and his amazing gcc
Glynn Foster
2003-06-04
*
Update commandline error message, needs updating of translations. Remove
Glynn Foster
2003-05-07
*
Fix up the stdin list dialog stuff. Updated to actually include the
Glynn Foster
2003-05-06
*
Make the list dialog handle stdin - a little bit buggy still. Update
Glynn Foster
2003-05-05
*
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 display the translators tab unless there is stuff to show.
Glynn Foster
2003-01-28
*
Fix a segfault in the --list if no data is supplied to populate
Mike Newman
2003-01-17
*
Add support to separate the selected rows output with a character with '/'
Glynn Foster
2003-01-14
*
Improve error handling. Make --list actually return something useful,
Glynn Foster
2003-01-13
*
Fix up the response signal handlers. Use returns of 0 for 'Ok' and
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
*
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