]> Pileus Git - ~andy/gtk/history - gtk/gtkaboutdialog.c
filechooserbutton: Do not propagate state from the dialog unless it is active
[~andy/gtk] / gtk / gtkaboutdialog.c
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-18 Johan DahlinDon't markup deprecated in italics.
2008-02-12 Matthias ClasenUnify the handling of various "Enter" keysyms all over...
2008-01-12 Mathias HasselmannPrint angle brackets arround e-mail addresses in the...
2007-11-26 Matthias ClasenAdd a note about hook setup. (#425004, Emmanuele Bassi)
2007-11-25 Matthias ClasenRequire gtk-doc 1.8
2007-11-19 Matthias ClasenCorrect docs for program-name property. (#496689, Thoma...
2007-05-14 Tristan Van BerkomFunctions: gtk_about_dialog_get/set_name() were depreca...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-02-06 Tim Janikcall gdk_event_request_motions() for new motion events...
2007-01-31 Christian PerschHide the Credits button iff there are no credits to...
2006-12-25 Christian PerschSet the HIG spacings directly instead of using style...
2006-10-26 Christian PerschPut initial focus on Close button (#337261).
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-08-15 Matthias ClasenSet CAN_DEFAULT on all buttons. (#168737, fix proposed...
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-29 Matthias ClasenDocumentation additions and fixes.
2006-05-14 Matthias ClasenMore of the same
2006-04-24 Matthias ClasenUse g types, add documentation, and some stylistic...
2006-03-10 Matthias ClasenMake the behaviour of the about dialog consistent with...
2006-02-23 Matthias ClasenFix macro declaration
2006-02-22 Matthias ClasenChange Close buttons to GTK_RESPONSE_CANCEL so Escape...
2006-01-24 Matthias ClasenAdd GtkLinkButton, a port of GnomeHRef. (#314808, Emman...
2006-01-24 Matthias ClasenAdd link-color and visited-link-color style properties...
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-10-28 Matthias ClasenFix the build
2005-10-28 Matthias ClasenAdd the little stars. (#319985, Bastien Nocera)
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-07-05 Matthias ClasenFix a Since: marker
2005-07-05 Matthias ClasenAdd a GtkAboutDialog::wrap-license property
2005-04-05 Matthias ClasenProtect the license and credits buttons from being...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
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.