| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the right properties when the window becomes a toplevel. When a window | Soeren Sandmann | 2003-12-21 | 2 | -84/+121 |
* | Do not interpret distant clicks as double-clicks (#116541, Bernhard | Matthias Clasen | 2003-12-16 | 1 | -5/+1 |
* | Rename from _gdk_x11_register_event_type(), added API docs. | Matthias Clasen | 2003-12-14 | 5 | -10/+31 |
* | Documentation updates. | Matthias Clasen | 2003-12-11 | 1 | -11/+24 |
* | Changes to allow "no input" windows (#64613): | Matthias Clasen | 2003-12-10 | 2 | -3/+41 |
* | s/gdk_spawn/gdk_spawn_on_screen/. | Mark McLoughlin | 2003-12-10 | 1 | -5/+5 |
* | Utility functions for multi-screen applications which need to ensure | Mark McLoughlin | 2003-12-10 | 2 | -0/+237 |
* | Improve the GDK API for dealing with group leaders (#119375): | Matthias Clasen | 2003-12-09 | 3 | -9/+69 |
* | Make monitor boundaries visible in fake Xinerama mode. | Matthias Clasen | 2003-11-21 | 1 | -13/+44 |
* | Introduce a GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2 | Matthias Clasen | 2003-11-03 | 1 | -6/+33 |
* | Move the call to gdk_error_trap_pop() to the right place, fixing a problem | Owen Taylor | 2003-10-29 | 1 | -2/+2 |
* | #include <X11/extensions/Xrandr.h> if we have RandR support, for | Manish Singh | 2003-10-27 | 1 | -0/+4 |
* | Actually assign the new leader. (#125168, Mariano Suarez-Alvarez) | Matthias Clasen | 2003-10-23 | 1 | -1/+2 |
* | Make it work as documented when pixmap or mask is NULL. (#124081) | Matthias Clasen | 2003-10-13 | 1 | -2/+6 |
* | big patch from Kjartan Maraas to fix numerous typos. | Kristian Rietveld | 2003-09-03 | 1 | -2/+2 |
* | Improve PointerHint docs. Explain is_hint field in GdkEventMotion. | Matthias Clasen | 2003-08-27 | 1 | -4/+4 |
* | Fix variable declaration not at start of block. (#120371, Damien Carbery) | Owen Taylor | 2003-08-26 | 1 | -1/+2 |
* | Fix up CapsLock and NumLock handling for non-XKB. Add a special case hack | Owen Taylor | 2003-08-25 | 1 | -48/+88 |
* | Change the interpretation of consumed_modifiers so that it contains: - | Owen Taylor | 2003-08-21 | 1 | -11/+76 |
* | Don't use impl->position_info.clip_rect for toplevels. (#107068, reported | Owen Taylor | 2003-08-19 | 1 | -4/+15 |
* | Add a fallback for unaligned source data for FORMAT_ARGB_MASK. (#117217) | Owen Taylor | 2003-08-18 | 1 | -40/+57 |
* | Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai): | Owen Taylor | 2003-08-15 | 1 | -0/+2 |
* | Add missing break statements (#119494, Soeren Sandmann) | Owen Taylor | 2003-08-11 | 1 | -11/+11 |
* | Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos) | Matthias Clasen | 2003-08-10 | 1 | -0/+71 |
* | Reset the toplevel->have_* flags before iterating over the _NET_WM_STATE | Matthias Clasen | 2003-08-07 | 1 | -1/+6 |
* | Fix problem where use_xshm was getting set wrong if MIT_SHM wasn't found. | Owen Taylor | 2003-08-04 | 1 | -1/+1 |
* | Improve wording of the docs, avoid the term "virtual screen". (#119030, | Matthias Clasen | 2003-08-03 | 1 | -7/+5 |
* | Use g_setenv() instead of putenv(). | Matthias Clasen | 2003-08-02 | 1 | -3/+2 |
* | Requires glib-2.3.0, pango-1.2.0. | Owen Taylor | 2003-08-02 | 12 | -234/+19 |
* | If the check for missing depths, try actually creating pixmaps of the | Owen Taylor | 2003-08-01 | 1 | -0/+31 |
* | gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime and | Tor Lillqvist | 2003-07-26 | 1 | -5/+13 |
* | fix cut-n-paste-o | Jody Goldberg | 2003-07-18 | 1 | -1/+1 |
* | API doc updates. | Matthias Clasen | 2003-07-14 | 1 | -1/+1 |
* | gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.c | Owen Taylor | 2003-07-11 | 6 | -101/+159 |
* | Fix memory access error. (#69436) | Morten Welinder | 2003-07-11 | 1 | -1/+1 |
* | Change _gdk_x11_send_xevent_async() to | Owen Taylor | 2003-07-08 | 3 | -50/+77 |
* | Lookup all the atoms in the target list at once. | Owen Taylor | 2003-07-05 | 6 | -101/+373 |
* | Move the grabs up earlier, so we don't get a big pile of uncompressed | Owen Taylor | 2003-07-05 | 3 | -17/+7 |
* | Function to get a range of information about all the children of a window | Owen Taylor | 2003-07-05 | 3 | -84/+373 |
* | Add a function to XSendEvent() and call a calback on failure/success. | Owen Taylor | 2003-07-05 | 3 | -77/+300 |
* | Split toplevel-specific pieces of GdkWindowImplX11 into a separate | Owen Taylor | 2003-07-05 | 3 | -162/+199 |
* | Fix some leftover fields. | Owen Taylor | 2003-07-05 | 1 | -3/+0 |
* | Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trap | Owen Taylor | 2003-07-05 | 12 | -210/+603 |
* | Implement a loader for named themed icon based on from gnome-desktop | Owen Taylor | 2003-07-02 | 1 | -1/+2 |
* | Check for Xcursor. | Matthias Clasen | 2003-06-30 | 1 | -0/+302 |
* | Use application/x-rootwindow-drop for root window drops. (#108670, Alex | Owen Taylor | 2003-06-09 | 1 | -1/+8 |
* | Keep track of when we have a clip mask set for the GC, and when we unset | Owen Taylor | 2003-06-04 | 2 | -8/+35 |
* | Don't respond to pings on a root window; prevents infinite loops if we are | Owen Taylor | 2003-06-03 | 1 | -1/+3 |
* | Remove bad optimization for src_rowstride == dest_stride. (Didn't consider | Owen Taylor | 2003-06-03 | 1 | -7/+0 |
* | reenabled button_release events for xinput devices. (#113948) | Michael Natterer | 2003-06-03 | 1 | -1/+8 |