summaryrefslogtreecommitdiff
path: root/THANKS
AgeCommit message (Collapse)Author
2004-03-06Update to add Mike. Update for new release. Add lots of people, probablyGlynn Foster
2004-03-07 Glynn Foster <glynn.foster@sun.com> * AUTHORS: Update to add Mike. * NEWS: Update for new release. * THANKS, src/about.c: Add lots of people, probably get heaps of bug reports complaining their name is spelled wrongly - darn those weird characters. * configure.in: Release 2.5.90
2003-09-04Update. Update. Patch from Toshi to fix encoding of passed text strings.Glynn Foster
2003-09-04 Glynn Foster <glynn.foster@sun.com> * THANKS: Update. * src/about.c: Update. * src/main.c: Patch from Toshi to fix encoding of passed text strings. Fixes #121389.
2003-09-01Documentation updates from Nicholas Curran. Add Nicholas.Glynn Foster
2003-09-01 Glynn Foster <glynn.foster@sun.com> * help/C/zenity.xml: Documentation updates from Nicholas Curran. * THANKS, src/about.c: Add Nicholas.
2003-07-13user input data output to STDOUT via g_print instead of outputting toKevin C. Krinke
2003-07-11 Kevin C. Krinke <kckrinke@opendoorsoftware.com> * src/calendar.c, src/entry.c, src/fileselection.c, src/text.c, src/tree.c: user input data output to STDOUT via g_print instead of outputting to STDERR via g_printerr. This makes it possible to destinguish user input data from GTK+ warnings / errors. * THANKS, src/about.c: I figure this is my second patch submission so I belong in the credits...
2003-05-24Patch from Dagmar d'Surreal <dagmar@speakeasy.net> to correct help docsGlynn Foster
2003-05-24 Glynn Foster <glynn.foster@sun.com> * help/C/zenity.xml: Patch from Dagmar d'Surreal <dagmar@speakeasy.net> to correct help docs and script examples for the change from --dialog-title to --title. * THANKS, src/about.c: Add Dagmar. * src/progress.c: For now, just send a SIGHUP to the parent process - not entirely sure if this is the best thing to do right now.
2003-02-05Add Ross.Glynn Foster
2003-02-05 Glynn Foster <glynn.foster@sun.com> * THANKS, src/about.c: Add Ross.
2003-02-03Add spec file, thanks to Mihai T. Lazarescu.Glynn Foster
2003-02-03 Glynn Foster <glynn.foster@sun.com> * Makefile.am, configure.in, zenity.spec.in: Add spec file, thanks to Mihai T. Lazarescu. * THANKS, src/about.c: Update.
2003-02-01Fix Jonathan's name - I suck.Glynn Foster
2003-02-01 Glynn Foster <glynn.foster@sun.com> * NEWS, THANKS, src/about.c: Fix Jonathan's name - I suck.
2003-02-01Okay, I'm a glory hunter. Seperate out the about dialog entries a little.Glynn Foster
2003-02-01 Glynn Foster <glynn.foster@sun.com> * src/about.c: Okay, I'm a glory hunter. Seperate out the about dialog entries a little. * THANKS: Update.
2003-01-26UpdateGlynn Foster
2003-01-26 Glynn Foster <glynn.foster@sun.com> * THANKS, src/about.c: Update
2003-01-24Provide correct help URL.Glynn Foster
2003-01-24 Glynn Foster <glynn.foster@sun.com> * src/about.c: Provide correct help URL. * src/util.h, src/util.c: Add functions from libgnome/gnome-i18n so that we can correctly find the apropriate help file. * xmldocs.make: Install help into $(datadir)/help/$(lang)/ * THANKS: Update from the code I stole from libgnome
2003-01-18Some new window icons.Glynn Foster
2003-01-18 Glynn Foster <glynn.foster@sun.com> * data/Makefile.am, data/zenity-calendar.png, data/zenity-entry.png, data/zenity-progress.png, data/zenity-text.png: Some new window icons. * src/text.c: Fix crash where the GladeXML ref was getting unref'd before we wanted to use it. * src/main.c: Fix up commandline parsing a little, although we should really add the parsing options for gtk+. * src/zenity.glade: Give some saner defaults. * THANKS, src/about.c: Update for all the people I stole icons and code from. * TODO: Update accordingly.
2003-01-13Re-structure the code to pass in the ZenityData structure into theGlynn Foster
2003-01-13 Glynn Foster <glynn.foster@sun.com> * src/calendar.c: Re-structure the code to pass in the ZenityData structure into the response_callback instead. * src/main.c: Fix the screwups in the commandline parser due to popt being teh suck. * src/msg.c: Don't unref the GladeXML before you use it. * THANKS: New file.