summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* GC caching, bug #125645 (based on patch by Brian Cameron)Soeren Sandmann2004-02-182-12/+5
* Fix for #119722, reported by Olexiy Avramchenko, patch by Owen Taylor.Soeren Sandmann2004-02-173-26/+67
* Assign xtype using gdk_x11_atom_to_xatom_for_display () when type !=Manish Singh2004-02-121-1/+1
* Fix misleading debug output.Matthias Clasen2004-02-111-1/+1
* Avoid triggering an X error when the client->manager_window isOwen Taylor2004-02-103-24/+36
* Use a weak reference instead of ref()/unref(). (#60857, reported by JoshuaSoeren Sandmann2004-02-021-3/+8
* Assume gravity works. (Anything else we have to take our chances with).Soeren Sandmann2004-02-023-70/+1
* Remove unused variable 'result'Soeren Sandmann2004-02-024-18/+65
* Fixes #132975.Federico Mena Quintero2004-01-301-1/+1
* Revert changes from #113476 and go back to using XftDrawSetClip, becauseOwen Taylor2004-01-301-0/+20
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-263-15/+15
* Fix typoAlexander Larsson2004-01-221-1/+1
* Fix to allow reasonable pointer behavior in window mode when an extended13:49 Daniel Rogers2003-12-311-9/+26
* Add the missing _get_ to the name of the non-Xcursor version of thisMatthias Clasen2003-12-241-1/+1
* 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