summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* wip hacks to handle version symbolswip/alexl/versioned-types-gtk2Alexander Larsson2016-02-151-0/+2
* Add support for loading gtk2-only modulesLars Uebernickel2015-02-041-1/+12
* Bug 634146 - Check g_win32_get_package_installation_directory_of_module() ret...Hans Breuer2014-03-161-1/+1
* gtk: fix scrolling in modal dialogs when event_widget is insensitiveMichael Natterer2012-12-141-1/+1
* win32: Don't crash when installed in a top-level directoryKalev Lember2012-02-091-1/+2
* Bug 663856 - Make option-foo accelerators use the right symbolMichael Natterer2011-11-181-0/+44
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-191-0/+21
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-03-161-4/+5
* Extend the mixed-dependency check to modules as wellMatthias Clasen2011-02-081-8/+19
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-261-1/+2
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-261-1/+2
* Backport a lot of GI transfer annotationsMartin Pitt2011-01-101-1/+10
* Some documentation improvements for gtk_init/gtk_parse_argsMatthias Clasen2011-01-061-22/+25
* Deprecate gdk_set_locale and gtk_set_localeMatthias Clasen2010-12-211-0/+2
* Use gdk_window_ accessors instead of gdk_drawable_ accessors if possibleKristian Rietveld2010-10-191-2/+2
* Deprecate gtk_init_add, gtk_remove_add and friendsMatthias Clasen2010-10-161-1/+2
* Prevent concurrent use of GTK+ 2 and 3Matthias Clasen2010-06-181-0/+18
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_HAS_GRAB)Javier Jardón2010-04-261-2/+2
* 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