| Commit message (Expand) | Author | Age | Files | Lines |
* | Make focus rectangles optional | Matthias Clasen | 2011-08-10 | 1 | -1/+11 |
* | Drop a few more unwanted exports | Matthias Clasen | 2011-07-09 | 1 | -2/+2 |
* | We're not a module anymore | Matthias Clasen | 2011-07-05 | 1 | -2/+2 |
* | gtk: Include gail by default, don't build it as a module | Benjamin Otte | 2011-07-05 | 1 | -0/+5 |
* | Remove unused includes | Matthias Clasen | 2011-06-16 | 1 | -1/+0 |
* | Some additional auto-mnemonic fixes | Matthias Clasen | 2011-05-06 | 1 | -0/+3 |
* | gtk_init*(): Document that argc/argv can be 0,NULL. | Murray Cumming | 2011-03-05 | 1 | -8/+17 |
* | Extend the mixed-dependency check to modules as well | Matthias Clasen | 2011-02-08 | 1 | -9/+20 |
* | [GI] Add method annotation for gtk_grab_add and gtk_grab_remove. | Laszlo Pandy | 2011-02-03 | 1 | -2/+2 |
* | [GI] Mark unintrospectable constructs as (skip) | Pavel Holejsovsky | 2011-01-20 | 1 | -2/+2 |
* | [GI] Add missing (out) and (array) annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -4/+5 |
* | [GI] Add missing (transfer) annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -3/+3 |
* | [GI] Fixes of existing incorrect annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -1/+2 |
* | Move GtkSelection docs inline | Matthias Clasen | 2011-01-14 | 1 | -1/+1 |
* | Fix win32 build | Fridrich Štrba | 2011-01-11 | 1 | -1/+8 |
* | More documentation fixes2.99.0 | Matthias Clasen | 2011-01-06 | 1 | -1/+1 |
* | Documentation polishing | Matthias Clasen | 2011-01-06 | 1 | -20/+20 |
* | Move docs for gtkmain inline | Matthias Clasen | 2011-01-04 | 1 | -414/+707 |
* | Remove deprecated gtk_quit_* API | Javier Jardón | 2011-01-04 | 1 | -192/+1 |
* | Some documentation improvements for gtk_init/gtk_parse_args | Matthias Clasen | 2011-01-04 | 1 | -22/+25 |
* | Add some missing includes | Matthias Clasen | 2010-12-23 | 1 | -2/+2 |
* | Drop g[dt]k_set_locale | Matthias Clasen | 2010-12-21 | 1 | -31/+0 |
* | Merge libgdk and libgtk | Matthias Clasen | 2010-12-21 | 1 | -2/+1 |
* | Hide GtkWindowGroup members | Matthias Clasen | 2010-12-17 | 1 | -20/+11 |
* | Avoid a gtk-doc warning | Matthias Clasen | 2010-12-17 | 1 | -1/+6 |
* | Do not initialize RC subsystem. | Carlos Garnacho | 2010-12-04 | 1 | -1/+0 |
* | gtk: Fix typos in comment | Benjamin Otte | 2010-12-02 | 1 | -1/+1 |
* | gtk: Don't include private GDK headers | Benjamin Otte | 2010-12-02 | 1 | -3/+1 |
* | API: Remove GdkNoExposeEvent | Benjamin Otte | 2010-12-02 | 1 | -1/+0 |
* | gtkmain: Remove deprecated gtk_init_add() function | Javier Jardón | 2010-11-16 | 1 | -37/+0 |
* | Split off gtkprivate.h | Emmanuele Bassi | 2010-10-20 | 1 | -1/+1 |
* | Deprecate gtk_init_add, gtk_remove_add and friends | Matthias Clasen | 2010-10-15 | 1 | -1/+2 |
* | Remove GtkObject completely | Matthias Clasen | 2010-09-26 | 1 | -9/+9 |
* | gtk: gdk_drawable_get_display() => gdk_window_get_display() | Benjamin Otte | 2010-09-26 | 1 | -1/+1 |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -2/+11 |
* | Fix a trivial typo in a doc comment | Matthias Clasen | 2010-09-17 | 1 | -1/+1 |
* | Revert "gtk/gtkmain.c: Use accessor functions to access GtkWindowGroup" | Javier Jardón | 2010-09-11 | 1 | -10/+17 |
* | gtk/gtkmain.c: Use accessor functions to access GtkWindowGroup | Javier Jardón | 2010-09-11 | 1 | -17/+10 |
* | Don't use the same name for a function that used to be a variable | Tor Lillqvist | 2010-09-09 | 1 | -15/+25 |
* | GDK: Prefix key names with KEY_ | Colin Walters | 2010-09-08 | 1 | -1/+1 |
* | Replace gtk_debug_flags with getter and setter functions | Tor Lillqvist | 2010-09-08 | 1 | -11/+33 |
* | Turn the gtk version and age variables into functions | Tor Lillqvist | 2010-09-08 | 1 | -6/+91 |
* | gtk/gtkmain.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -3/+3 |
* | Set translation domain for parameter_string in gtk_init_with_args | Gabor Kelemen | 2010-08-10 | 1 | -11/+12 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | Fixing debug build (s/extended layout/size request/ in GTK_NOTE flags). | Tristan Van Berkom | 2010-06-23 | 1 | -1/+1 |
* | Prevent concurrent use of GTK+ 2 and 3 | Matthias Clasen | 2010-06-18 | 1 | -0/+18 |
* | Make GTK+ device grabs take precedence over GTK+ grabs | Carlos Garnacho | 2010-06-15 | 1 | -22/+12 |
* | constify gtk_init_with_args()'s GOptionEntry argument | Javier Jardón | 2010-06-10 | 1 | -6/+6 |
* | gtkmain: remove some unused code | Javier Jardón | 2010-05-27 | 1 | -125/+0 |