| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-04-03 | 1 | -4/+4 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS) | Javier Jardón | 2010-04-03 | 1 | -3/+5 |
* | Deprecate widget flag: GTK_WIDGET_HAS_FOCUS | Javier Jardón | 2010-04-03 | 1 | -1/+1 |
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-04-03 | 1 | -3/+3 |
* | Implement extended layout for plug/socket | Matthias Clasen | 2009-12-19 | 1 | -1/+71 |
* | Don't use structure fields of GtkAccelMap in GtkSocket | Christian Dywan | 2009-10-27 | 1 | -23/+4 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -2/+1 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -3/+3 |
* | gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.c | Sven Neumann | 2008-08-08 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | Seal GtkSocket | Tim Janik | 2008-06-20 | 1 | -0/+19 |
* | Remove second call of GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED). | Hiroyuki Ikezoe | 2008-05-21 | 1 | -2/+0 |
* | gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c | Michael Natterer | 2008-02-07 | 1 | -15/+3 |
* | gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.c | Michael Natterer | 2008-02-06 | 1 | -2/+2 |
* | Fix up some doc comments to shut up gtk-doc. | Matthias Clasen | 2007-11-26 | 1 | -1/+1 |
* | Move some docs inline | Matthias Clasen | 2007-07-11 | 1 | -0/+18 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -35/+4 |
* | Convert GtkSocket to g_type_class_add_private. | Matthias Clasen | 2005-11-21 | 1 | -19/+4 |
* | 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 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | gtk/gtksocket.c Splice out backend-dependend parts to separate files, see | Tor Lillqvist | 2005-07-21 | 1 | -605/+167 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -1/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -1/+2 |
* | Reset current_width and current_height to 0 when ending the embedding. | Matthias Clasen | 2004-07-03 | 1 | -0/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Don't open/close the file, just check for existence with g_file_test(). | Owen Taylor | 2004-03-04 | 1 | -0/+6 |
* | Use gtk_widget_is_focus() instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen | Soeren Sandmann | 2003-11-20 | 1 | -1/+1 |
* | Only remove PropertyNotify events from the stream if they have been | Matthias Clasen | 2003-09-10 | 1 | -2/+3 |
* | Send the focus on to the parent when there was no focus widget before and | Owen Taylor | 2003-08-25 | 1 | -84/+98 |
* | Patch from Denis Mikhalkin to forward KeyRelease events as well as | Owen Taylor | 2003-08-01 | 1 | -5/+6 |
* | Fix prototype for activate_key. (#108927, Jason D. Hildebrand) | Owen Taylor | 2003-04-22 | 1 | -3/+11 |
* | event->any.window might be NULL. Use gtk_widget_get_display (widget) | Owen Taylor | 2003-01-27 | 1 | -1/+1 |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 1 | -3/+3 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -12/+13 |
* | Use hyphen instead of underscore in signal names in calls to | Padraig O'Briain | 2002-07-02 | 1 | -2/+2 |
* | Add a "is_focus" property indicating whether a widget is the focus widget | Owen Taylor | 2002-06-06 | 1 | -65/+91 |
* | Only optimize out the full configure handling if we got a gratuitous | Owen Taylor | 2002-05-16 | 1 | -103/+0 |
* | Thu May 16 18:47:29 2002 Owen Taylor <otaylor@redhat.com> ... | Owen Taylor | 2002-05-16 | 1 | -34/+73 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -54/+62 |
* | Fix off-by-one error. (Pointed out by Anders Carlsson) | Owen Taylor | 2002-02-25 | 1 | -2/+2 |
* | Implement accelerator propagation using a custom XEMBED_GTK_KEY_GRAB | Owen Taylor | 2002-02-24 | 1 | -121/+125 |
* | Patch from Matthias Clasen (#54488) | Owen Taylor | 2002-02-23 | 1 | -12/+3 |
* | Return boolean (and FALSE from focus_in / focus_out handlers. (#69528, | Owen Taylor | 2002-01-29 | 1 | -2/+6 |
* | Don't send MODALITY_ON/OFF if socket->same_app (More fixes for #69735) | Owen Taylor | 2002-01-27 | 1 | -3/+6 |