summaryrefslogtreecommitdiff
path: root/gtk/gtkaboutdialog.c
Commit message (Expand)AuthorAgeFilesLines
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-16/+15
* : Mark param spec strings as static.Matthias Clasen2005-03-211-14/+16
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-2/+5
* Make it compileMatthias Clasen2005-03-121-1/+1
* Don't crash on style changes. (#169334, Yury Puzis)Matthias Clasen2005-03-121-2/+2
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Move initialization code from _new to _init. (#168249, Murray Cumming)Matthias Clasen2005-02-241-10/+8
* Some visual tweaks to the about dialog, obey HIG spacing a bit more, add aMatthias Clasen2005-01-271-3/+71
* Make it compileMatthias Clasen2005-01-261-0/+8
* Make sure the license dialog is initially displayed without a horizontalMatthias Clasen2005-01-261-2/+4
* Use R as mnemonic for the Credits button to avoid duplicate. (#163465,Matthias Clasen2005-01-131-1/+1
* Add missing initializations. (#161646, Torsten Schoenfeld)Matthias Clasen2004-12-191-2/+3
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-8/+8
* Destroy the correct data. (#158522, John Finlay)Matthias Clasen2004-11-171-2/+2
* Hide the website button if the url is unset. (#157630, John Finlay)Matthias Clasen2004-11-081-0/+1
* Change the return types of the gchar ** getters to be more const correct.Matthias Clasen2004-11-081-15/+15
* Documentation updates.Matthias Clasen2004-11-041-1/+115
* Doc update.Matthias Clasen2004-11-011-0/+2
* Fix many sparse warnings.Matthias Clasen2004-10-281-2/+2
* Destroy the dialog with the parent. (#156557, Paolo Borelli)Matthias Clasen2004-10-281-0/+1
* Support named icons as logos. (#156378, James Henstridge)Matthias Clasen2004-10-251-3/+101
* Destroy secondary dialogs if the main dialog is hidden. (#155084, PaoloMatthias Clasen2004-10-171-23/+22
* Don't leak the secondary dialogs. (#155084, Paolo Borelli)Matthias Clasen2004-10-161-0/+22
* Don't leak cursors. (#153468, Christian Persch)Matthias Clasen2004-09-221-0/+3
* Fix #152760, Christian Persch:Matthias Clasen2004-09-161-8/+6
* Adjust to GtkAboutDialog API changes.Matthias Clasen2004-08-131-13/+28
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-1/+3
* Don't leak the icon source.Matthias Clasen2004-08-091-0/+1
* Remove dialog separators, fix text view background setting, use CloseAnders Carlsson2004-07-271-11/+24
* Don't use gcc extensions for the ternary ?: operator. (#147590, DamienMatthias Clasen2004-07-141-1/+8
* Don't display untranslated translator credits.Matthias Clasen2004-07-131-2/+8
* Docs for GtkAboutDialog.Matthias Clasen2004-07-121-7/+7
* New widget: GtkAboutDialog.Matthias Clasen2004-07-121-0/+1862