| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a missing unref in the local/passive case. (#82067, Michael Meeks) | Owen Taylor | 2002-05-17 | 1 | -30/+9 |
* | Only optimize out the full configure handling if we got a gratuitous | Owen Taylor | 2002-05-16 | 1 | -30/+0 |
* | Thu May 16 18:47:29 2002 Owen Taylor <otaylor@redhat.com> ... | Owen Taylor | 2002-05-16 | 1 | -4/+28 |
* | gtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk/gtkwindow.c a few typos | Vitaly Tishkov | 2002-05-13 | 1 | -3/+3 |
* | changed the order of the arguments. #80278 | Erwann Chenede - | 2002-05-03 | 1 | -5/+5 |
* | Doc fixes. | Owen Taylor | 2002-04-30 | 1 | -1/+0 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -30/+98 |
* | Save x and y in window_private. | Alexander Larsson | 2002-04-21 | 1 | -1/+5 |
* | Implement accelerator propagation using a custom XEMBED_GTK_KEY_GRAB | Owen Taylor | 2002-02-24 | 1 | -102/+67 |
* | Handle the case where bin->child is NULL. (#70153, Padraig O'Briain) | Owen Taylor | 2002-01-31 | 1 | -1/+1 |
* | Return FALSE not true in the grab_widget == NULL case. (Bug reported by | Owen Taylor | 2002-01-27 | 1 | -0/+1 |
* | Speak of window IDs rather than XIDs in the docs. | Matthias Clasen | 2002-01-09 | 1 | -2/+2 |
* | gtk/gtkplug.c (gtk_plug_key_press_event): Don't do special handling of key | Owen Taylor | 2001-12-27 | 1 | -4/+9 |
* | Assign the allocation to widget->allocation. (Fixes #67290, Chris Phelps.) | Owen Taylor | 2001-12-26 | 1 | -0/+2 |
* | 1.3.12, interface, binary age 0. | Owen Taylor | 2001-12-23 | 1 | -0/+1 |
* | (Fixes related to #64428, Michael Meeks) | Owen Taylor | 2001-11-19 | 1 | -2/+13 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -2/+2 |
* | Remove unused static function. (xpm_skip_string): Dito. | Daniel Egger | 2001-11-14 | 1 | -0/+2 |
* | Fix problem with g_return_if_fail return value. | Owen Taylor | 2001-10-22 | 1 | -4/+4 |
* | Fix docs. (#61976) | Matthias Clasen | 2001-10-18 | 1 | -1/+1 |
* | Small warning cleanups. | Owen Taylor | 2001-09-20 | 1 | -0/+2 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -3/+3 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 1 | -1/+0 |
* | commiting patch after comments from Alex on IRC | James Henstridge | 2001-07-25 | 1 | -1/+1 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 1 | -11/+1 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -2/+0 |
* | Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not | Owen Taylor | 2001-07-05 | 1 | -4/+233 |
* | For XEMBED embedding add a _XEMBED_INFO property to the client with | Owen Taylor | 2001-07-03 | 1 | -30/+246 |
* | Add a GtkWindowGroup struct that allows grouping together multiple windows | Owen Taylor | 2001-06-14 | 1 | -12/+7 |
* | geez, don't call g_list funcs on GSList | Havoc Pennington | 2001-06-08 | 1 | -26/+12 |
* | gtk/Makefile.am gtk/gtkplug.c on request of Owen, reverted my last change | Sven Neumann | 2001-04-23 | 1 | -6/+0 |
* | put into #ifdef GDK_WINDOWING_X11 to make GTK+ compile for non-X11 targets | Sven Neumann | 2001-04-23 | 1 | -0/+6 |
* | File containing #defines for XEMBED protocol. | Owen Taylor | 2001-04-19 | 1 | -364/+449 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Generate gtk/makefile.mingw. | Tor Lillqvist | 2000-07-25 | 1 | -4/+4 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -1/+1 |
* | (follow-on from previous commit) | Elliot Lee | 2000-06-20 | 1 | -3/+5 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -8/+10 |
* | Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com> | Paolo Molaro | 2000-05-06 | 1 | -0/+2 |
* | s/refcount/ref_count/. | Tim Janik | 2000-02-13 | 1 | -3/+3 |
* | Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they | Tor Lillqvist | 1999-12-11 | 1 | -1/+8 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -0/+28 |
* | Fix a reference to window_private->destroyed. | Owen Taylor | 1999-10-03 | 1 | -1/+1 |
* | Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef | Owen Taylor | 1999-09-29 | 1 | -6/+6 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 1 | -2/+2 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -1/+1 |
* | This might seem like a large patch, but it isn't that bad, and nothing | Tor Lillqvist | 1999-03-15 | 1 | -0/+150 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | removed debugging statements about embedded XID's. They could have been | Owen Taylor | 1999-02-21 | 1 | -2/+22 |