| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED) | Javier Jardón | 2010-03-06 | 1 | -2/+2 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Move documentation to inline comments: GtkPlug | Patrick Bernaud | 2010-03-05 | 1 | -0/+21 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -5/+5 |
* | Deprecate widget flag: GTK_WIDGET_MAPPED | Javier Jardón | 2010-03-03 | 1 | -2/+2 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -4/+4 |
* | [docs] Fix GtkPlug::embedded signal documentation | Carlos Garcia Campos | 2010-02-22 | 1 | -2/+1 |
* | Emit GtkPlug::embedded signal when plug/socket are in the same process too | Carlos Garcia Campos | 2010-02-22 | 1 | -0/+2 |
* | Fix a refcounting issues in GtkPlug | Matthias Clasen | 2010-02-09 | 1 | -14/+21 |
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-01-04 | 1 | -8/+8 |
* | Keep GtkPlug in sync with the global list of toplevels. | Matthias Clasen | 2009-01-23 | 1 | -2/+2 |
* | 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 | -2/+2 |
* | gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.c | Sven Neumann | 2008-08-11 | 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 |
* | Bug 539363 – Segfault when creating GtkPlugs | Björn Lindqvist | 2008-06-21 | 1 | -1/+1 |
* | must return a value of the appropriate type with g_return_val_if_fail | Hans Breuer | 2008-06-20 | 1 | -1/+1 |
* | Add missing Since: gtk-doc markup for newly added GSEAL API. Change all | Johan Dahlin | 2008-06-20 | 1 | -1/+5 |
* | Add gtk_plug_get_socket_window | Tim Janik | 2008-06-20 | 1 | -1/+36 |
* | Seal GtkPlug | Tim Janik | 2008-06-20 | 1 | -0/+16 |
* | use g_object_ref() and unref() instead of the deprecated gtk_widget_ref() | Michael Natterer | 2008-06-16 | 1 | -5/+5 |
* | gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c | Michael Natterer | 2008-02-07 | 1 | -11/+3 |
* | Move some docs inline | Matthias Clasen | 2007-07-11 | 1 | -0/+7 |
* | Notify the "embedded" property also on normal construction and when | Christian Persch | 2006-12-25 | 1 | -1/+6 |
* | Make it possible to track the embeddedness of statusicon (#387215, Martyn | Matthias Clasen | 2006-12-22 | 1 | -0/+44 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -39/+10 |
* | Use the slice allocator for many small allocations. | Matthias Clasen | 2006-01-04 | 1 | -2/+8 |
* | Fix the build | Matthias Clasen | 2005-12-20 | 1 | -1/+1 |
* | Documentation fixes. | Matthias Clasen | 2005-12-19 | 1 | -22/+22 |
* | Keep track of cursor position also in root window coordinates. Prune out | Tor Lillqvist | 2005-09-02 | 1 | -0/+2 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+3 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Fixes "notification area leaks space" (bug #312687) | Mark McLoughlin | 2005-08-09 | 1 | -1/+1 |
* | gtk/gtksocket.c Splice out backend-dependend parts to separate files, see | Tor Lillqvist | 2005-07-21 | 1 | -312/+126 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+5 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Call gdk_window_enable_synchronized_configure() | Soeren Sandmann | 2004-08-05 | 1 | -0/+2 |
* | Avoid errors when removing the plug from the socket. (#128546, Christopher | Matthias Clasen | 2004-02-18 | 1 | -2/+5 |
* | Put the supported protocol version in in the right field of the | Matthias Clasen | 2003-10-07 | 1 | -1/+1 |
* | Send the focus on to the parent when there was no focus widget before and | Owen Taylor | 2003-08-25 | 1 | -91/+49 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+4 |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 1 | -2/+2 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -13/+14 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -21/+21 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -2/+2 |
* | Add a "is_focus" property indicating whether a widget is the focus widget | Owen Taylor | 2002-06-06 | 1 | -30/+15 |