summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-0625-23/+34
* X11 R6.4 specifies 15 events for the XInput extension. We want to see themSimon Budig2004-03-011-1/+1
* Based on patch by Alex LarssonOwen Taylor2004-03-011-0/+1
* fix ytpo: s/eles/else/Manish Singh2004-02-271-1/+1
* Add xsettings_client_set_grab_func, Add xsettings_client_set_ungrab_funcOwen Taylor2004-02-271-13/+15
* Fix memory leak in case of mismatched property type.Owen Taylor2004-02-271-2/+6
* Return GDK_FILTER_CONTINUE for unhandled message types.Owen Taylor2004-02-261-6/+11
* Use the right free() function. (#135511, George Bronnikov)Owen Taylor2004-02-261-1/+7
* Call g_convert(), not g_convert() with fallback, since Emacs is happier ifOwen Taylor2004-02-251-5/+9
* Bug 130790 (Federico Mena Quintero, Owen Taylor)Soeren Sandmann2004-02-211-0/+5
* Fixes for #82099:Matthias Clasen2004-02-191-0/+2
* 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