]> Pileus Git - ~andy/gtk/history - gtk/gtkaboutdialog.c
Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE
[~andy/gtk] / gtk / gtkaboutdialog.c
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-21 Matthias Clasen: Mark param spec strings as static.
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-12 Matthias ClasenMake it compile
2005-03-12 Matthias ClasenDon't crash on style changes. (#169334, Yury Puzis)
2005-03-09 Matthias ClasenMore canonical property names.
2005-02-24 Matthias ClasenMove initialization code from _new to _init. (#168249...
2005-01-27 Matthias ClasenSome visual tweaks to the about dialog, obey HIG spacin...
2005-01-26 Matthias ClasenMake it compile
2005-01-26 Matthias ClasenMake sure the license dialog is initially displayed...
2005-01-13 Matthias ClasenUse R as mnemonic for the Credits button to avoid dupli...
2004-12-19 Matthias ClasenAdd missing initializations. (#161646, Torsten Schoenfeld)
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c
2004-11-17 Matthias ClasenDestroy the correct data. (#158522, John Finlay)
2004-11-08 Matthias ClasenHide the website button if the url is unset. (#157630...
2004-11-08 Matthias ClasenChange the return types of the gchar ** getters to...
2004-11-04 Matthias ClasenDocumentation updates.
2004-11-01 Matthias ClasenDoc update.
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-10-28 Matthias ClasenDestroy the dialog with the parent. (#156557, Paolo...
2004-10-25 Matthias ClasenSupport named icons as logos. (#156378, James Henstridge)
2004-10-17 Matthias ClasenDestroy secondary dialogs if the main dialog is hidden...
2004-10-16 Matthias ClasenDon't leak the secondary dialogs. (#155084, Paolo Borelli)
2004-09-22 Matthias ClasenDon't leak cursors. (#153468, Christian Persch)
2004-09-16 Matthias ClasenFix #152760, Christian Persch:
2004-08-13 Matthias ClasenAdjust to GtkAboutDialog API changes.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-09 Matthias ClasenDon't leak the icon source.
2004-07-27 Anders CarlssonRemove dialog separators, fix text view background...
2004-07-14 Matthias ClasenDon't use gcc extensions for the ternary ?: operator...
2004-07-13 Matthias ClasenDon't display untranslated translator credits.
2004-07-12 Matthias ClasenDocs for GtkAboutDialog.
2004-07-12 Matthias ClasenNew widget: GtkAboutDialog.