summaryrefslogtreecommitdiff
path: root/gtk/gtkaboutdialog.c
Commit message (Expand)AuthorAgeFilesLines
* Make setting website, website-label and url hook work independent of theirMatthias Clasen2009-01-051-57/+70
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-9/+13
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Don't markup deprecated in italics.Johan Dahlin2008-06-181-2/+2
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-1/+2
* Print angle brackets arround e-mail addresses in the about dialogMathias Hasselmann2008-01-121-10/+12
* Add a note about hook setup. (#425004, Emmanuele Bassi)Matthias Clasen2007-11-261-0/+3
* Require gtk-doc 1.8Matthias Clasen2007-11-251-2/+2
* Correct docs for program-name property. (#496689, Thomas Wood)Matthias Clasen2007-11-191-2/+2
* Functions: gtk_about_dialog_get/set_name() were deprecated in favour ofTristan Van Berkom2007-05-141-4/+43
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-3/+3
* call gdk_event_request_motions() for new motion events after receivingTim Janik2007-02-061-1/+1
* Hide the Credits button iff there are no credits to show. Bug #402806.Christian Persch2007-01-311-8/+22
* Set the HIG spacings directly instead of using style-set handlers. Fix theChristian Persch2006-12-251-51/+27
* Put initial focus on Close button (#337261).Christian Persch2006-10-261-2/+6
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-5/+0
* Set CAN_DEFAULT on all buttons. (#168737, fix proposed by Benjamin Berg)Matthias Clasen2006-08-151-0/+2
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-4/+4
* Documentation additions and fixes.Matthias Clasen2006-06-291-3/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Use g types, add documentation, and some stylistic fixups.Matthias Clasen2006-04-241-1/+1
* Make the behaviour of the about dialog consistent with other dialogs inMatthias Clasen2006-03-101-24/+24
* Fix macro declarationMatthias Clasen2006-02-231-19/+0
* Change Close buttons to GTK_RESPONSE_CANCEL so Escape works. (#331940,Matthias Clasen2006-02-221-6/+28
* Add GtkLinkButton, a port of GnomeHRef. (#314808, Emmanuele Bassi)Matthias Clasen2006-01-241-92/+7
* Add link-color and visited-link-color style properties. (#113649, LeenaMatthias Clasen2006-01-241-29/+82
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-3/+2
* Fix the buildMatthias Clasen2005-10-281-1/+1
* Add the little stars. (#319985, Bastien Nocera)Matthias Clasen2005-10-281-2/+4
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-6/+6
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-6/+11
* Fix a Since: markerMatthias Clasen2005-07-051-1/+1
* Add a GtkAboutDialog::wrap-license propertyMatthias Clasen2005-07-051-3/+83
* Protect the license and credits buttons from being affected byMatthias Clasen2005-04-051-0/+2
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-3/+3
* 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