summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* Make focus rectangles optionalMatthias Clasen2011-08-101-1/+11
* Drop a few more unwanted exportsMatthias Clasen2011-07-091-2/+2
* We're not a module anymoreMatthias Clasen2011-07-051-2/+2
* gtk: Include gail by default, don't build it as a moduleBenjamin Otte2011-07-051-0/+5
* Remove unused includesMatthias Clasen2011-06-161-1/+0
* Some additional auto-mnemonic fixesMatthias Clasen2011-05-061-0/+3
* gtk_init*(): Document that argc/argv can be 0,NULL.Murray Cumming2011-03-051-8/+17
* Extend the mixed-dependency check to modules as wellMatthias Clasen2011-02-081-9/+20
* [GI] Add method annotation for gtk_grab_add and gtk_grab_remove.Laszlo Pandy2011-02-031-2/+2
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-2/+2
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-4/+5
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-3/+3
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-1/+2
* Move GtkSelection docs inlineMatthias Clasen2011-01-141-1/+1
* Fix win32 buildFridrich Štrba2011-01-111-1/+8
* More documentation fixes2.99.0Matthias Clasen2011-01-061-1/+1
* Documentation polishingMatthias Clasen2011-01-061-20/+20
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-414/+707
* Remove deprecated gtk_quit_* APIJavier Jardón2011-01-041-192/+1
* Some documentation improvements for gtk_init/gtk_parse_argsMatthias Clasen2011-01-041-22/+25
* Add some missing includesMatthias Clasen2010-12-231-2/+2
* Drop g[dt]k_set_localeMatthias Clasen2010-12-211-31/+0
* Merge libgdk and libgtkMatthias Clasen2010-12-211-2/+1
* Hide GtkWindowGroup membersMatthias Clasen2010-12-171-20/+11
* Avoid a gtk-doc warningMatthias Clasen2010-12-171-1/+6
* Do not initialize RC subsystem.Carlos Garnacho2010-12-041-1/+0
* gtk: Fix typos in commentBenjamin Otte2010-12-021-1/+1
* gtk: Don't include private GDK headersBenjamin Otte2010-12-021-3/+1
* API: Remove GdkNoExposeEventBenjamin Otte2010-12-021-1/+0
* 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