summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Don't leak references to the drag context. (#144324, Alex Larsson)Matthias Clasen2004-07-081-1/+4
* Fix a 64bit alignment issue. (#144302, Sunil)Matthias Clasen2004-07-071-3/+4
* Handle _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW. (#144851, Billy Biggs)Matthias Clasen2004-06-261-0/+14
* reviewed by: Matthias Clasen <maclas@gmx.de>Bastien Nocera2004-06-251-6/+20
* made convert_format() utility function public asMichael Natterer2004-06-213-53/+72
* Fix off-by-one errors. (#143337, Billy Biggs)Matthias Clasen2004-05-281-2/+2
* Make static.Matthias Clasen2004-05-103-4/+4
* Make set_user_time() static. _-prefix calls ofMatthias Clasen2004-04-232-9/+9
* Make gdk_keymap_translate_keyboard_state() handle NULL keymaps. (#139715,Soeren Sandmann2004-04-181-32/+23
* Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah Newren.Soeren Sandmann2004-04-186-1/+98
* Make this a total no-op when the new or old parent is destroyed. (#134230,Owen Taylor2004-03-131-41/+47
* 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