summaryrefslogtreecommitdiff
path: root/gtk/gtkaboutdialog.c
Commit message (Expand)AuthorAgeFilesLines
* Remove reference to hooks in gtk_about_dialog_set_website() docs.Stef Walter2010-10-061-3/+0
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* Update docs of GtkAboutDialog and GtkLinkButtonMatthias Clasen2010-09-241-31/+8
* GtkAboutDialog: correct a since tagMatthias Clasen2010-09-241-1/+1
* GtkAboutDialog: escape mail addressesMatthias Clasen2010-09-241-2/+10
* Remove url hooks from GtkAboutDialog and GtkLinkButtonMatthias Clasen2010-09-221-218/+103
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-3/+3
* Remove separators from dialogsMatthias Clasen2010-09-021-3/+0
* Fix a translation problem in the about dialogMatthias Clasen2010-08-221-1/+1
* gtk/gtkaboutdialog.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-1/+2
* Improve the looks of the license text in GtkAboutDialogClaudio Saavedra2010-08-121-3/+7
* about: Add :license-type propertyEmmanuele Bassi2010-08-101-2/+157
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-14/+28
* Remove unnecessary castingCody Russell2010-05-031-64/+41
* Fix GtkAboutDialog to stop using GSEAL'd members of GtkDialogCody Russell2010-05-031-25/+41
* Unseal GtkAboutDialog's private_data member, convert from gpointer to GtkAbou...Cody Russell2010-05-031-46/+46
* Remove deprecated functions from GtkAboutDialogChristian Dywan2010-05-031-38/+0
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-021-2/+2
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-9/+9
* Fix compilation warning: cast to GTK_LABEL()Javier Jardón2009-12-021-1/+1
* Whitespace fixesMatthias Clasen2009-11-291-553/+550
* Use a url label instead of a link buttonMatthias Clasen2009-11-291-15/+46
* Remove unused functionJavier Jardón2009-10-211-26/+0
* Documentation and stylistic fixupsMatthias Clasen2009-10-141-6/+6
* Fix doc buildMatthias Clasen2009-10-141-1/+1
* Move documentation from templates to inline comments: GtkAboutDialogJavier Jardón2009-10-141-0/+61
* Fix a typo in the docsMatthias Clasen2009-05-291-1/+1
* Avoid double browser windows from the about dialog.Matthias Clasen2009-05-031-2/+0
* Add default URL and Email hooks to GtkAboutDialogChristian Persch2009-04-201-13/+113
* Support links in licensesMatthias Clasen2009-04-081-81/+74
* Remove a non-effective style-set handlerMatthias Clasen2009-04-081-11/+0
* 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