| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: don't use <emphasis> | William Jon McCann | 2014-01-28 | 1 | -1/+1 |
* | docs: use #*-struct instead of <structname> | William Jon McCann | 2014-01-27 | 1 | -20/+20 |
* | docs: don't reference nonexisting type in docs | William Jon McCann | 2014-01-21 | 1 | -3/+3 |
* | docs: fix typo in argument list | William Jon McCann | 2014-01-21 | 1 | -1/+1 |
* | Fix a compiler warning | Matthias Clasen | 2013-12-13 | 1 | -1/+1 |
* | clipboard: Don't crash when data is requested from NULL window | Benjamin Otte | 2013-12-13 | 1 | -0/+3 |
* | all: Add names to timeouts | Bastien Nocera | 2013-10-23 | 1 | -2/+7 |
* | Fix GI warnings | Jasper St. Pierre | 2013-10-09 | 1 | -2/+1 |
* | Add missing introspection annotations | Phil Clayton | 2013-09-10 | 1 | -2/+2 |
* | docs: fix a number of typos and obsolete references | Cosimo Cecchi | 2012-07-02 | 1 | -2/+2 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | Bug 658398 - Use of uninitialized variable reported by Valgrind | Behdad Esfahbod | 2011-09-07 | 1 | -2/+1 |
* | API: gdk: Make GdkEventSelection.requestor a GdkWindow | Benjamin Otte | 2011-02-01 | 1 | -9/+1 |
* | [GI] Add missing (out) and (array) annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -15/+17 |
* | [GI] Add missing (transfer) annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -4/+4 |
* | [GI] Fixes of existing incorrect annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -1/+1 |
* | [GI] Add (type) annotations to real types | Pavel Holejsovsky | 2011-01-20 | 1 | -4/+4 |
* | Move GtkSelection docs inline | Matthias Clasen | 2011-01-14 | 1 | -0/+26 |
* | add gtk_selection_data_get_data_with_length API which can be bound | Matthias Clasen | 2011-01-03 | 1 | -0/+23 |
* | x11: Rename GdkDisplayX11 to GdkX11Display | Benjamin Otte | 2010-12-21 | 1 | -2/+2 |
* | Deal with property encoding functions | Matthias Clasen | 2010-12-21 | 1 | -10/+14 |
* | Make gdk_window_{lookup,foreign_new}_for_display backend specific | Matthias Clasen | 2010-12-21 | 1 | -10/+10 |
* | Move GtkSelectionData to a private header | Javier Jardón | 2010-12-19 | 1 | -1/+4 |
* | selection: constify GtkSelectionData getters | Benjamin Otte | 2010-12-17 | 1 | -21/+21 |
* | API: Remove GDK_WINDOW_XWINDOW() macro | Benjamin Otte | 2010-12-02 | 1 | -1/+1 |
* | [gi] add array annotations for DnD related methods | John (J5) Palmieri | 2010-11-19 | 1 | -1/+1 |
* | selection: Hi, I can't get my code right | Benjamin Otte | 2010-10-18 | 1 | -1/+1 |
* | Add boxed type and constructor | Colin Walters | 2010-10-15 | 1 | -1/+67 |
* | Remove GtkObject completely | Matthias Clasen | 2010-09-26 | 1 | -0/+1 |
* | 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/+2 |
* | Use gdk_error_trap_pop_ignore() where appropriate | Matthias Clasen | 2010-09-18 | 1 | -2/+2 |
* | Use accessor functions in Win32-only code | Tor Lillqvist | 2010-09-09 | 1 | -2/+2 |
* | gtk/gtkselection.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -17/+22 |
* | Use G_DEFINE_BOXED_TYPE | Christian Persch | 2010-08-18 | 1 | -24/+6 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -5/+0 |
* | Prefix gtk_selection_clear with an underscore | Christian Dywan | 2010-05-03 | 1 | -8/+2 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -3/+3 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -1/+1 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -5/+6 |
* | Rework a broken workaround for a Java bug | Matthias Clasen | 2009-11-28 | 1 | -4/+1 |
* | Fix a compilation warning: use NULL instead "" | Javier Jardón | 2009-10-21 | 1 | -1/+1 |
* | Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms | Davyd Madeley | 2009-05-18 | 1 | -1/+1 |
* | Avoid a warning when persisting clipboards | Matthias Clasen | 2009-05-17 | 1 | -2/+10 |
* | Typo correction, s/hilding/holding | Christian Dywan | 2009-03-25 | 1 | -1/+1 |
* | Accept a type of TARGETS instead of ATOM, too. Based on a patch by Peng | Matthias Clasen | 2009-01-19 | 1 | -1/+4 |
* | Typo fix. | Christian Persch | 2008-11-29 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2008-11-29 | 1 | -2/+2 |
* | Add gtk_selection_data_get_selection to retrieve the sealed struct field | Torsten Schönfeld | 2008-10-01 | 1 | -0/+18 |
* | Update documentation for gtk_selection_data_get_data to match the changes | Wouter Bolsterlee | 2008-09-01 | 1 | -2/+0 |