summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Release 2.11.1 Add note about feature frozen-ness. Update.Lucas Rocha2005-07-13
* dependency on glib >= 2.7.3 Add G_OPTION_FLAG_NOALIAS flag on options thatLucas Rocha2005-07-13
* activate option help translations in GOption.Lucas Rocha2005-07-12
* general code cleanups. Contribution from BenoƮt Dejean.Lucas Rocha2005-07-08
* marks static many functions and global variables. Contribution fromLucas Rocha2005-07-08
* Changelog fixes, THANKS update.Lucas Almeida Rocha2005-07-06
* Include cleanups (config.h)Lucas Almeida Rocha2005-07-06
* Translation contributors update.Lucas Almeida Rocha2005-07-04
* New --hide-column option.Lucas Almeida Rocha2005-07-01
* Data structure improvements on List dialogs.Lucas Almeida Rocha2005-06-30
* New --print-column syntax. Now it's possible to pass a comma-separated list o...Lucas Almeida Rocha2005-06-28
* Error handling when trying to use checklist and radiolist in the same List di...Lucas Almeida Rocha2005-06-28
* Double-clicking on list dialogLucas Almeida Rocha2005-06-27
* Changed list dialog Selection behaviorLucas Almeida Rocha2005-06-27
* Don't use the parent widget for hiding tray iconLucas Almeida Rocha2005-06-17
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-25
* Fix for #171838, from Carlos Parra.Glynn Foster2005-04-21
* Clean up the code a little bit.Glynn Foster2005-04-20
* Bug fix for #149290, based on contributions from Timo Aaltonen, LucasGlynn Foster2005-04-20
* Fix leak in ZENITY_IMAGE_FULLPATH. Fixes #167518, hopefully.Glynn Foster2005-02-16
* Fix bug #167577, that leaks a seperator. Patch from Paolo BorelliGlynn Foster2005-02-16
* If auto-close, close the dialog when the input stream finds an EOF.Glynn Foster2005-02-07
* Update docs to add the new goption help stuff. Update to be in line withGlynn Foster2005-02-06
* Patch from Chris Lahey for #165456. Updated.Glynn Foster2005-01-31
* Patch from Ed Catmur to fix the list dialog on stdin. Fixes #164152.Glynn Foster2005-01-17
* Correct error message for notification icon. Fixes #163462.Glynn Foster2005-01-09
* Really fix #162297, and preload the current dates if they aren't alreadyGlynn Foster2005-01-09
* Pre-load the year, because gtk_calendar* is dumb and you need to selectGlynn Foster2005-01-07
* Fix tyop for #161774, as reported by Christian.Glynn Foster2004-12-20
* Fix #161539, and try and hide the parent widget, rather than the trayGlynn Foster2004-12-19
* Fix for #137993. There is a chance that we'll have to revert this fix,Glynn Foster2004-12-07
* Fix spacing issue.Glynn Foster2004-12-07
* Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster2004-12-07
* Patch from Lucas Rocha <lucasr@im.ufba.br> to use the GOption API for theGlynn Foster2004-12-07
* Check the xterm window ID is valid before using itRoss Burton2004-11-23
* Updated Spanish translation. Fixed typoFrancisco Javier F. Serrador2004-10-30
* g_strdown() modifies the filename, so use strcasecmp() for the comparisonJames Henstridge2004-10-05
* function to set a GtkImage to a scaled pixbuf.James Henstridge2004-09-30
* Add missing header. Same ANSIfication. Closes bug #152851.Kjartan Maraas2004-09-17
* add code to listen for commands on stdin when in listen mode.James Henstridge2004-09-16
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-13
* Update Update. Patch from Lucas Rocha to implement save and directoryGlynn Foster2004-09-13
* Add translator comment from Christian Rose, and fix up strcmp's forGlynn Foster2004-08-17
* Use 'translator-credits' rather than the underscore version which makesGlynn Foster2004-08-11
* Release 2.7.90Glynn Foster2004-08-03
* src/calendar.c, src/entry.c, src/fileselection.c, Cleanup fixes from PaulGlynn Foster2004-07-19
* Up the gicker.Glynn Foster2004-07-19
* Add new option for --print-column, based on a patch by Paul Bolle. FixesGlynn Foster2004-07-19
* Remove duplicate locale.h include. Patch from Leonardo Boshell. PartlyGlynn Foster2004-07-18
* Make sure the text can take markup, so that people can create nice HIGGlynn Foster2004-07-18
bgstack15