summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use hardcoded DEMOCODEDIR on Windows.Tor Lillqvist2003-09-251-106/+120
* Handle dead keysyms present on the US-International keyboard. For clarity,Tor Lillqvist2003-09-191-22/+33
* Add gdk_window_set_keep_{above,below} stubs to fix compilationEric Warmenhoven2003-09-163-18/+59
* Remove special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,Tor Lillqvist2003-09-141-10/+0
* Add deprecation notes. (#121955)Matthias Clasen2003-09-112-1/+13
* //bugs.xfree86.org/show_bug.cgi?id=534)Owen Taylor2003-09-051-27/+0
* big patch from Kjartan Maraas to fix numerous typos.Kristian Rietveld2003-09-033-4/+4
* Don't call CloseHandle() on the HMODULE returned from GetModuleHandle().Tor Lillqvist2003-09-021-2/+0
* Fix bug where the background pixmap was being offset twice, once by theSoeren Sandmann2003-09-011-4/+1
* 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
* Make the layers in the paint stack have their own pixmap instead ofSoeren Sandmann2003-08-201-195/+79
* 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
* Make the list of default languages more comprehensive. (Suggestion of Fco.Owen Taylor2003-08-161-1/+1
* 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-104-1/+80
* Elaborate a bit more in the docs on GdkFilterFunc and GdkFilterReturn.Noah Levitt2003-08-091-1/+3
* Fix a segfault. (#115284, Jan Kratochvil)Matthias Clasen2003-08-081-4/+0
* Print also the root coordinates for events that have such. PrintTor Lillqvist2003-08-082-22/+42
* gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used.Tor Lillqvist2003-08-078-147/+442
* Reset the toplevel->have_* flags before iterating over the _NET_WM_STATEMatthias Clasen2003-08-071-1/+6
* finally use TrackMouseEvent (only if the new window not known to Gdk) toHans Breuer2003-08-071-6/+85
* gdk/gdk.def Add missing function, trivially implement.Tor Lillqvist2003-08-072-0/+10
* initialize bits to 0 (probably default on NT)Hans Breuer2003-08-061-1/+1
* initialize bits to 0 (probably default on NT)Hans Breuer2003-08-061-0/+2
* now it works as intended ;-)Hans Breuer2003-08-061-2/+59
* set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435Hans Breuer2003-08-053-8/+132
* Fix problem where use_xshm was getting set wrong if MIT_SHM wasn't found.Owen Taylor2003-08-041-1/+1
* 2003-08-04 Tor Lillqvist <tml@iki.fiTor Lillqvist2003-08-041-4/+10
* 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
* Fix gdk/win32 window geometry handling again. The window position in aTor Lillqvist2003-08-023-131/+175
* If the check for missing depths, try actually creating pixmaps of theOwen Taylor2003-08-011-0/+31
* g_set_prgname("<unknown>") if argc is 0 as well, instead of leaving itOwen Taylor2003-08-011-11/+11
* Fix for #108007, #112402, #117042: There was confusion in gdk/win32 atTor Lillqvist2003-07-293-260/+236
* On Win9x, the keyboard state returned by GetKeyboardState() doesn'tTor Lillqvist2003-07-271-1/+16
* gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime andTor Lillqvist2003-07-267-1373/+1048
* new file to build it all ... added to EXTRA_DISTHans Breuer2003-07-203-9/+30
* fix cut-n-paste-oJody Goldberg2003-07-181-1/+1