summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Set the right properties when the window becomes a toplevel. When a windowSoeren Sandmann2003-12-212-84/+121
* Do not interpret distant clicks as double-clicks (#116541, BernhardMatthias Clasen2003-12-161-5/+1
* Rename from _gdk_x11_register_event_type(), added API docs.Matthias Clasen2003-12-145-10/+31
* Documentation updates.Matthias Clasen2003-12-111-11/+24
* Changes to allow "no input" windows (#64613):Matthias Clasen2003-12-102-3/+41
* s/gdk_spawn/gdk_spawn_on_screen/.Mark McLoughlin2003-12-101-5/+5
* Utility functions for multi-screen applications which need to ensureMark McLoughlin2003-12-102-0/+237
* Improve the GDK API for dealing with group leaders (#119375):Matthias Clasen2003-12-093-9/+69
* Make monitor boundaries visible in fake Xinerama mode.Matthias Clasen2003-11-211-13/+44
* Introduce a GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2Matthias Clasen2003-11-031-6/+33
* Move the call to gdk_error_trap_pop() to the right place, fixing a problemOwen Taylor2003-10-291-2/+2
* #include <X11/extensions/Xrandr.h> if we have RandR support, forManish Singh2003-10-271-0/+4
* Actually assign the new leader. (#125168, Mariano Suarez-Alvarez)Matthias Clasen2003-10-231-1/+2
* Make it work as documented when pixmap or mask is NULL. (#124081)Matthias Clasen2003-10-131-2/+6
* big patch from Kjartan Maraas to fix numerous typos.Kristian Rietveld2003-09-031-2/+2
* Improve PointerHint docs. Explain is_hint field in GdkEventMotion.Matthias Clasen2003-08-271-4/+4
* Fix variable declaration not at start of block. (#120371, Damien Carbery)Owen Taylor2003-08-261-1/+2
* Fix up CapsLock and NumLock handling for non-XKB. Add a special case hackOwen Taylor2003-08-251-48/+88
* Change the interpretation of consumed_modifiers so that it contains: -Owen Taylor2003-08-211-11/+76
* Don't use impl->position_info.clip_rect for toplevels. (#107068, reportedOwen Taylor2003-08-191-4/+15
* Add a fallback for unaligned source data for FORMAT_ARGB_MASK. (#117217)Owen Taylor2003-08-181-40/+57
* Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):Owen Taylor2003-08-151-0/+2
* Add missing break statements (#119494, Soeren Sandmann)Owen Taylor2003-08-111-11/+11
* Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos)Matthias Clasen2003-08-101-0/+71
* Reset the toplevel->have_* flags before iterating over the _NET_WM_STATEMatthias Clasen2003-08-071-1/+6
* Fix problem where use_xshm was getting set wrong if MIT_SHM wasn't found.Owen Taylor2003-08-041-1/+1
* Improve wording of the docs, avoid the term "virtual screen". (#119030,Matthias Clasen2003-08-031-7/+5
* Use g_setenv() instead of putenv().Matthias Clasen2003-08-021-3/+2
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-0212-234/+19
* If the check for missing depths, try actually creating pixmaps of theOwen Taylor2003-08-011-0/+31
* gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime andTor Lillqvist2003-07-261-5/+13
* fix cut-n-paste-oJody Goldberg2003-07-181-1/+1
* API doc updates.Matthias Clasen2003-07-141-1/+1
* gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.cOwen Taylor2003-07-116-101/+159
* Fix memory access error. (#69436)Morten Welinder2003-07-111-1/+1
* Change _gdk_x11_send_xevent_async() toOwen Taylor2003-07-083-50/+77
* Lookup all the atoms in the target list at once.Owen Taylor2003-07-056-101/+373
* Move the grabs up earlier, so we don't get a big pile of uncompressedOwen Taylor2003-07-053-17/+7
* Function to get a range of information about all the children of a windowOwen Taylor2003-07-053-84/+373
* Add a function to XSendEvent() and call a calback on failure/success.Owen Taylor2003-07-053-77/+300
* Split toplevel-specific pieces of GdkWindowImplX11 into a separateOwen Taylor2003-07-053-162/+199
* Fix some leftover fields.Owen Taylor2003-07-051-3/+0
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-0512-210/+603
* Implement a loader for named themed icon based on from gnome-desktopOwen Taylor2003-07-021-1/+2
* Check for Xcursor.Matthias Clasen2003-06-301-0/+302
* Use application/x-rootwindow-drop for root window drops. (#108670, AlexOwen Taylor2003-06-091-1/+8
* Keep track of when we have a clip mask set for the GC, and when we unsetOwen Taylor2003-06-042-8/+35
* Don't respond to pings on a root window; prevents infinite loops if we areOwen Taylor2003-06-031-1/+3
* Remove bad optimization for src_rowstride == dest_stride. (Didn't considerOwen Taylor2003-06-031-7/+0
* reenabled button_release events for xinput devices. (#113948)Michael Natterer2003-06-031-1/+8