summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* gtkmain: Remove deprecated gtk_init_add() functionJavier Jardón2010-11-161-37/+0
* Split off gtkprivate.hEmmanuele Bassi2010-10-201-1/+1
* Deprecate gtk_init_add, gtk_remove_add and friendsMatthias Clasen2010-10-151-1/+2
* Remove GtkObject completelyMatthias Clasen2010-09-261-9/+9
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* Tons of transfer annotationsMatthias Clasen2010-09-211-2/+11
* Fix a trivial typo in a doc commentMatthias Clasen2010-09-171-1/+1
* Revert "gtk/gtkmain.c: Use accessor functions to access GtkWindowGroup"Javier Jardón2010-09-111-10/+17
* gtk/gtkmain.c: Use accessor functions to access GtkWindowGroupJavier Jardón2010-09-111-17/+10
* Don't use the same name for a function that used to be a variableTor Lillqvist2010-09-091-15/+25
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-1/+1
* Replace gtk_debug_flags with getter and setter functionsTor Lillqvist2010-09-081-11/+33
* Turn the gtk version and age variables into functionsTor Lillqvist2010-09-081-6/+91
* gtk/gtkmain.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-3/+3
* Set translation domain for parameter_string in gtk_init_with_argsGabor Kelemen2010-08-101-11/+12
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Fixing debug build (s/extended layout/size request/ in GTK_NOTE flags).Tristan Van Berkom2010-06-231-1/+1
* Prevent concurrent use of GTK+ 2 and 3Matthias Clasen2010-06-181-0/+18
* Make GTK+ device grabs take precedence over GTK+ grabsCarlos Garnacho2010-06-151-22/+12
* constify gtk_init_with_args()'s GOptionEntry argumentJavier Jardón2010-06-101-6/+6
* gtkmain: remove some unused codeJavier Jardón2010-05-271-125/+0
* gtkmain: Remove unused GtkClosure structJavier Jardón2010-05-271-8/+0
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-46/+212
* Remove gtkmain stuff from docs and tutorial.Javier Jardón2010-05-031-7/+0
* Remove all deprecated stuff from gtkmainMichael Natterer2010-05-031-175/+0
* Remove GtkSignal completelyJavier Jardón2010-05-031-6/+4
* Merge branch 'native-layout-incubator'Matthias Clasen2010-04-301-1/+2
|\
| * Added GTK_DEBUG_EXTENDED_LAYOUT flag and use that for debuggin in gtkextended...Tristan Van Berkom2010-04-181-1/+2
| * Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-04-031-1/+1
| * Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-04-031-1/+1
| * Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-04-031-1/+1
| * Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-04-031-8/+8
| * Deprecate some widget flagsJavier Jardón2010-04-031-4/+4
| * Some improvements to the auto-mnemonics codeMatthias Clasen2010-04-031-2/+5
| * Only show the mnemonic underline when pressing AltMatthias Clasen2010-04-031-0/+23
| * [introspection] Merge in Gtk-custom.c annotationsColin Walters2010-04-031-12/+12
* | 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