summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-8/+8
* Deprecate some widget flagsJavier Jardón2010-01-071-4/+4
* Some improvements to the auto-mnemonics codeMatthias Clasen2009-12-201-2/+5
* Only show the mnemonic underline when pressing AltMatthias Clasen2009-12-201-0/+23
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-12/+12
* Remove statement with no effectJavier Jardón2009-10-301-1/+0
* gtk_init_with_args() arguments should be const gchar*Nick Schermer2009-10-261-2/+2
* Don't ignore SIGPIPE unless it existsTor Lillqvist2009-10-061-0/+2
* Move SIGPIPE suppression to gtk_init and document itMatthias Clasen2009-10-011-0/+11
* Automatically flush window when doing non-double-buffered exposeAlexander Larsson2009-09-141-1/+9
* Bug 164002 - query scripts don't work uninstalled on windowsTor Lillqvist2009-01-131-16/+21
* gtk/gtksignal.[ch] gtk/gtkclist.c gtk/gtklist.c gtk/gtkmain.cMichael Natterer2008-09-221-2/+2
* gdk-pixbuf/gdk-pixbuf-io.c Don't use the deprectatedTor Lillqvist2008-09-131-12/+36
* Bug 552153 – GtkModules loading with XSettings doesn't work if theCosimo Cecchi2008-09-131-0/+4
* gdk-pixbuf/gdk-pixbuf-io.c Do as the docs forTor Lillqvist2008-09-131-5/+5
* Bug 56070 – Can't click button after setting it sensitive.Cody Russell2008-08-011-21/+32
* Don't do funny casts to avoid compiler warningsFederico Mena Quintero2008-07-181-2/+8
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* deprecate gtk_type_init() unconditionally (also for GTK_COMPILATION). MoveMichael Natterer2008-06-241-2/+5
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-1/+1
* deprecate GdkDestroyNotify.Michael Natterer2008-06-181-1/+1
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-6/+6
* Open the default display even when gtk_parse_args() has already beenMatthias Clasen2008-06-131-1/+1
* gtk/gtkmain.c don't #include <libintl.h>, it's pulled in via "gtkintl.h"Michael Natterer2008-06-121-4/+0
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-111-13/+25
* Bug 318807 – Offscreen windows and window redirection.10:49:20 Tim Janik2008-05-211-0/+1
* Bug 503071 - Application direction changes to right to left even if theres14:27:34 Tim Janik2008-05-201-8/+0
* gtk_disable_setlocale() - Added a call to g_disable_setlocale().Yair Hershkovitz2008-05-161-0/+2
* g_i18n_init(); -> g_i18n_init ();Yair Hershkovitz2008-05-121-1/+1
* call g_i18n_init() in gettext_initialization(). do gettext_initializationYair Hershkovitz2008-05-111-0/+6
* include <pango/pango.h> instead of <pango/pango-layout.h>.Michael Natterer2008-04-251-2/+0
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-3/+3
* A proper build of GNU libintl is supposed to export the variableTor Lillqvist2007-11-281-23/+41
* Fix up some doc comments to shut up gtk-doc.Matthias Clasen2007-11-261-1/+1
* Make gtk_check_version() return const. (#496734, Nicolas Joseph)Matthias Clasen2007-11-191-1/+1
* Stylistic fixesMatthias Clasen2007-11-091-3/+2
* Fix "cannot open display" error message when display is set by the DISPLAYLoïc Minier2007-10-151-1/+3
* Remove faulty and irrelevant enter-leave compression code. (#449167, patchMatthias Clasen2007-06-211-33/+0
* Use a static variable to hold the singleton and remove the code that bindsEmmanuele Bassi2007-06-191-2/+8
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-2/+3
* Fix a small leakMatthias Clasen2007-02-161-1/+7
* New tooltips API.Kristian Rietveld2007-02-061-0/+15
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-18/+5
* Fix minor typo in docs. (#378632, Hannes Mueller)Behdad Esfahbod2006-11-231-2/+2
* Merge from 2.10 branch:Tor Lillqvist2006-10-101-0/+147