| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the build | Matthias Clasen | 2007-03-09 | 1 | -3/+7 |
* | Defer the callbacks to an idle to avoid deadlock with xcb-ified libX11. | Matthias Clasen | 2007-03-09 | 1 | -3/+13 |
* | Be more careful when checking for ButtonRelease events that end implicit | Matthias Clasen | 2007-02-16 | 1 | -1/+7 |
* | Be more careful about toplevel possibly being NULL. (#402453, Sebastian | Matthias Clasen | 2007-01-30 | 1 | -1/+7 |
* | 2.10.7GTK_2_10_7 | Matthias Clasen | 2007-01-05 | 1 | -0/+1 |
* | Apply a patch by Chris Wilson to avoid spurious valgrind warnings from | Matthias Clasen | 2007-01-04 | 4 | -92/+94 |
* | Try to fix #315732, reported by Luke Hutchinson: | Matthias Clasen | 2007-01-02 | 3 | -20/+37 |
* | Generate double-click events. (#380421, Tommi Komulainen) | Matthias Clasen | 2006-12-21 | 1 | -0/+4 |
* | Correct return_if_fail checks. (#379803, Tommi Komulainen) | Matthias Clasen | 2006-12-21 | 1 | -3/+3 |
* | Check for crt_extern.h and _NSGetEnviron. Fix compilation on Darwin where | Matthias Clasen | 2006-12-10 | 1 | -0/+12 |
* | free display->input_windows with g_free(), not g_object_unref() (#357566, | Michael Natterer | 2006-09-25 | 1 | -1/+1 |
* | just check the first shift-level of keyboard layout for RTL and LTR | Behnam Esfahbod | 2006-09-20 | 1 | -18/+14 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 2 | -1/+1 |
* | Fix small theoretical memory leaks. (#353916, Chris Wilson) | Matthias Clasen | 2006-09-09 | 1 | -2/+5 |
* | Add Win32 detail to doc comments. | Tor Lillqvist | 2006-08-23 | 1 | -0/+10 |
* | Don't leak ShmPixmapInfo. (#349858, Chris Wilson) | Matthias Clasen | 2006-08-15 | 1 | -2/+18 |
* | Use XAllocSizeHints to allocate the XSizeHints struct. (#249285, David | Matthias Clasen | 2006-08-15 | 1 | -19/+25 |
* | Zero out some stack-allocated X structures, to avoid valgrind warnings | Matthias Clasen | 2006-08-15 | 2 | -0/+6 |
* | Free all XKB data. (#349997, Chris Wilson) | Matthias Clasen | 2006-08-06 | 1 | -1/+1 |
* | cast the return value of XGetWindowProperty() correctly so we don't return | Michael Natterer | 2006-07-27 | 1 | -1/+1 |
* | When looking up a font XID, add the XID_FONT_BIT. (#348001) | Matthias Clasen | 2006-07-19 | 1 | -1/+1 |
* | Fix root window size changes | Matthias Clasen | 2006-06-29 | 1 | -1/+7 |
* | broken pipe | Matthias Clasen | 2006-06-28 | 1 | -1/+2 |
* | Update the docs. (#345194, Yevgen Muntyan) | Matthias Clasen | 2006-06-20 | 1 | -3/+5 |
* | Remove the right XID from the xid table. (#34327, Sampo Savolainen, Tim | Matthias Clasen | 2006-06-05 | 1 | -1/+1 |
* | Make GTK+ work as an untrusted X client. (#136571, Ed Catmur) | Matthias Clasen | 2006-05-25 | 6 | -66/+208 |
* | Remove _gdk_x11_screen_request_cm_notification | Matthias Clasen | 2006-05-22 | 2 | -37/+30 |
* | Always set protocol. (#342003, Tommi Komulainen) | Matthias Clasen | 2006-05-18 | 1 | -4/+1 |
* | gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c | Søren Sandmann | 2006-05-15 | 2 | -10/+38 |
* | Remove extraneous ; | Matthias Clasen | 2006-05-14 | 9 | -9/+9 |
* | Make symbol list mstch reality. | Matthias Clasen | 2006-05-04 | 1 | -1/+2 |
* | fix build without xfixes | Matthias Clasen | 2006-04-27 | 1 | -0/+2 |
* | Create 'composited' label. | Søren Sandmann | 2006-04-25 | 5 | -4/+130 |
* | Avoid a possible array overrun. (Coverity) | Matthias Clasen | 2006-04-16 | 1 | -1/+1 |
* | Fix another Coverity bug | Matthias Clasen | 2006-04-12 | 1 | -5/+5 |
* | Make this work for list == NULL. (Coverity) | Matthias Clasen | 2006-04-12 | 1 | -6/+7 |
* | Rearrange the code a bit. | Matthias Clasen | 2006-04-12 | 1 | -25/+9 |
* | Fix another Coverity bug | Matthias Clasen | 2006-04-12 | 1 | -1/+4 |
* | Add "_private" to make it build. | Søren Sandmann | 2006-04-04 | 1 | -1/+1 |
* | Use G_DEFINE_TYPE. | Matthias Clasen | 2006-04-04 | 10 | -341/+84 |
* | Make _gdk_windowing_args const. | Matthias Clasen | 2006-04-03 | 1 | -1/+1 |
* | Make it compile | Matthias Clasen | 2006-03-30 | 1 | -1/+2 |
* | New function to allow wrapping a native pixmap without a server roundtrip. | Matthias Clasen | 2006-03-30 | 1 | -7/+52 |
* | Added checksettings. | Behdad Esfahbod | 2006-03-15 | 1 | -0/+1 |
* | gdk/gdkscreen.h gdk/x11/gdkscreen-x11.c added | Michael Natterer | 2006-03-08 | 1 | -0/+144 |
* | Adjust the handling of min values for the x and y axes of extended input | Matthias Clasen | 2006-03-04 | 1 | -2/+4 |
* | map "gtk-touchscreen-mode" to the "Gtk/TouchscreenMode" XSettings | Michael Natterer | 2006-02-27 | 2 | -5/+13 |
* | moved and renamed the gdk_settings_names and gdk_settings_map. | Tim Janik | 2006-02-27 | 4 | -84/+160 |
* | remove unconditional warnings about missing X locale support. Gdk properly | Tim Janik | 2006-02-24 | 1 | -5/+2 |
* | adding boolean have_shapes and have_input_shapes members fixes the build. | Michael Natterer | 2006-02-20 | 1 | -0/+3 |