summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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-022-4/+9
* Set the cursor in all cases. If no grab cursor specified, use the grabbingTor Lillqvist2004-02-021-0/+5
* 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-302-2/+2
* Revert changes from #113476 and go back to using XftDrawSetClip, becauseOwen Taylor2004-01-301-0/+20
* Don' generate enter or leave events if the pointer is grabbed withTor Lillqvist2004-01-281-0/+9
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-2617-120/+122
* If the WM_TRANSIENT_FOR property is being deleted, set the owner of theTor Lillqvist2004-01-254-5/+18
* Fix typoAlexander Larsson2004-01-221-1/+1
* Split the gtk translations into the domains gtk20 and gtk20-properties.Matthias Clasen2004-01-171-1/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-162-2/+4
* and a bit more.Murray Cumming2004-01-051-2/+2
* Added <public> documentation to the struct, as suggested by Owen Taylor.Murray Cumming2004-01-051-9/+11
* use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND workHans Breuer2004-01-042-2/+3
* 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-164-20/+57
* handle GTK_DATADIR similar as the other filesystem placement 'constants'Hans Breuer2003-12-144-4/+15
* Calls to OpenClipboard() must be followed by calls to CloseClipboard().Tor Lillqvist2003-12-141-29/+19
* Merge from stable:Tor Lillqvist2003-12-146-234/+314
* Implement gdk_window_set_icon_list() for Win32, with support for big andTim Evans2003-12-142-95/+297
* Rename from _gdk_x11_register_event_type(), added API docs.Matthias Clasen2003-12-145-10/+31
* Document that the clip mask of gc is ignored. (#101983, Sebastian Rittau)Matthias Clasen2003-12-131-0/+3
* Documentation updates.Matthias Clasen2003-12-112-13/+28
* Changes to allow "no input" windows (#64613):Matthias Clasen2003-12-105-3/+81
* include gdkspawn.h.Mark McLoughlin2003-12-101-0/+1
* s/gdk_spawn/gdk_spawn_on_screen/.Mark McLoughlin2003-12-103-15/+15
* Utility functions for multi-screen applications which need to ensureMark McLoughlin2003-12-108-0/+507
* Improve the GDK API for dealing with group leaders (#119375):Matthias Clasen2003-12-095-9/+72
* Add keysyms Ukrainian_ghe_with_upturn, Ukrainian_GHE_WITH_UPTURN.Noah Levitt2003-12-092-0/+4
* Use <multimon.h> when compiling with MSVC and old headers. (#126933, JohnTor Lillqvist2003-12-081-0/+4
* Based on a patch by Martin Kretzschmar; #122448Michael Meeks2003-12-083-8/+72
* Don't use the return value from SendMessage(WM_SETICON). That is the oldTor Lillqvist2003-12-071-2/+2
* If we already have a pointer grab active with a grab cursor set, destroyTor Lillqvist2003-12-071-0/+8
* Make monitor boundaries visible in fake Xinerama mode.Matthias Clasen2003-11-211-13/+44
* Fix for #119555, Peter Zelesny:Matthias Clasen2003-11-175-32/+42
* updated added all the new testsHans Breuer2003-11-152-1/+63
* If the window is maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)Tor Lillqvist2003-11-151-1/+4
* Map KP_Separator to ','. (#122941, Egmont Koblinger)Matthias Clasen2003-11-121-0/+1
* Introduce a GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2Matthias Clasen2003-11-033-7/+36
* 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
* Document the "direction-changed" and "keys-changed" signals.Matthias Clasen2003-09-304-1/+47