| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Split gtk_selection_data_get_data into gtk_selection_data_get_data and | Matthias Clasen | 2008-08-29 | 1 | -6/+19 |
* | Bug 549734 – gtk_selection_data_get_data prototype is wrong | Christian Dywan | 2008-08-28 | 1 | -1/+1 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -6/+6 |
* | 2.13.5GTK_2_13_5 | Matthias Clasen | 2008-07-22 | 1 | -0/+10 |
* | Don't do funny casts to avoid compiler warnings | Federico Mena Quintero | 2008-07-18 | 1 | -1/+3 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Add missing Since: gtk-doc markup for newly added GSEAL API. Change all | Johan Dahlin | 2008-06-20 | 1 | -5/+5 |
* | Remove superflous gtkselection accessors and merge _get_data | Tim Janik | 2008-06-20 | 1 | -108/+8 |
* | Implement gtk_selection_get_display, style fixes | Tim Janik | 2008-06-20 | 1 | -15/+41 |
* | Seal GtkSelectionData | Tim Janik | 2008-06-20 | 1 | -0/+160 |
* | Bug 479384 – gtk_selection_data_targets_include_uri docs buglet | Matthias Clasen | 2008-05-25 | 1 | -1/+1 |
* | add tons of g_return_if_fail() instead of crashing when NULL pointers get | Michael Natterer | 2008-04-21 | 1 | -2/+36 |
* | Don't add the same target atom twice. (#516087, Christian Persch) | Matthias Clasen | 2008-02-16 | 1 | -1/+2 |
* | Use GSlice for GtkSelectionData. (#515060, Christian Persch) | Matthias Clasen | 2008-02-12 | 1 | -29/+31 |
* | svn path=/trunk/; revision=18842 | Hans Breuer | 2007-09-17 | 1 | -1/+1 |
* | don't simply crash if any of the pointer args are NULL. Instead, | Michael Natterer | 2007-09-15 | 1 | -5/+13 |
* | Don't ignore the passed-in len parameter. (#430049, Yevgen Muntyan) | Matthias Clasen | 2007-07-09 | 1 | -5/+5 |
* | fixed wrong g_convert_with_fallback() call which caused | Yevgen Muntyan | 2007-04-14 | 1 | -1/+1 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -4/+2 |
* | Plug memory leaks. (#396160, Carlos Garcia Campos) | Matthias Clasen | 2007-01-14 | 1 | -0/+3 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -13/+6 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+0 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -5/+6 |
* | Fix 344743 | Matthias Clasen | 2006-06-14 | 1 | -0/+8 |
* | Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. | Michael Natterer | 2006-03-07 | 1 | -3/+208 |
* | Doc updates | Matthias Clasen | 2005-12-20 | 1 | -1/+1 |
* | Don't leak list[0]. (#323629, Markku Vire) | Matthias Clasen | 2005-12-09 | 1 | -3/+1 |
* | Plug a leak | Matthias Clasen | 2005-11-15 | 1 | -0/+2 |
* | Only set the text if it is not NULL. (#319930, Thomas Klausner) | Matthias Clasen | 2005-10-27 | 1 | -6/+6 |
* | Free mult_atoms here. (#317039, Paolo Borelli) | Matthias Clasen | 2005-09-28 | 1 | -0/+2 |
* | Use gdk_atom_intern_static_string() where appropriate. | Matthias Clasen | 2005-09-11 | 1 | -13/+13 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -4/+5 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -3/+3 |