| Commit message (Expand) | Author | Age | Files | Lines |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 2 | -2/+4 |
* | and a bit more. | Murray Cumming | 2004-01-05 | 1 | -2/+2 |
* | Added <public> documentation to the struct, as suggested by Owen Taylor. | Murray Cumming | 2004-01-05 | 1 | -9/+11 |
* | use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND work | Hans Breuer | 2004-01-04 | 2 | -2/+3 |
* | Fix to allow reasonable pointer behavior in window mode when an extended | 13:49 Daniel Rogers | 2003-12-31 | 1 | -9/+26 |
* | Add the missing _get_ to the name of the non-Xcursor version of this | Matthias Clasen | 2003-12-24 | 1 | -1/+1 |
* | Set the right properties when the window becomes a toplevel. When a window | Soeren Sandmann | 2003-12-21 | 2 | -84/+121 |
* | Do not interpret distant clicks as double-clicks (#116541, Bernhard | Matthias Clasen | 2003-12-16 | 4 | -20/+57 |
* | handle GTK_DATADIR similar as the other filesystem placement 'constants' | Hans Breuer | 2003-12-14 | 4 | -4/+15 |
* | Calls to OpenClipboard() must be followed by calls to CloseClipboard(). | Tor Lillqvist | 2003-12-14 | 1 | -29/+19 |
* | Merge from stable: | Tor Lillqvist | 2003-12-14 | 6 | -234/+314 |
* | Implement gdk_window_set_icon_list() for Win32, with support for big and | Tim Evans | 2003-12-14 | 2 | -95/+297 |
* | Rename from _gdk_x11_register_event_type(), added API docs. | Matthias Clasen | 2003-12-14 | 5 | -10/+31 |
* | Document that the clip mask of gc is ignored. (#101983, Sebastian Rittau) | Matthias Clasen | 2003-12-13 | 1 | -0/+3 |
* | Documentation updates. | Matthias Clasen | 2003-12-11 | 2 | -13/+28 |
* | Changes to allow "no input" windows (#64613): | Matthias Clasen | 2003-12-10 | 5 | -3/+81 |
* | include gdkspawn.h. | Mark McLoughlin | 2003-12-10 | 1 | -0/+1 |
* | s/gdk_spawn/gdk_spawn_on_screen/. | Mark McLoughlin | 2003-12-10 | 3 | -15/+15 |
* | Utility functions for multi-screen applications which need to ensure | Mark McLoughlin | 2003-12-10 | 8 | -0/+507 |
* | Improve the GDK API for dealing with group leaders (#119375): | Matthias Clasen | 2003-12-09 | 5 | -9/+72 |
* | Add keysyms Ukrainian_ghe_with_upturn, Ukrainian_GHE_WITH_UPTURN. | Noah Levitt | 2003-12-09 | 2 | -0/+4 |
* | Use <multimon.h> when compiling with MSVC and old headers. (#126933, John | Tor Lillqvist | 2003-12-08 | 1 | -0/+4 |
* | Based on a patch by Martin Kretzschmar; #122448 | Michael Meeks | 2003-12-08 | 3 | -8/+72 |
* | Don't use the return value from SendMessage(WM_SETICON). That is the old | Tor Lillqvist | 2003-12-07 | 1 | -2/+2 |
* | If we already have a pointer grab active with a grab cursor set, destroy | Tor Lillqvist | 2003-12-07 | 1 | -0/+8 |
* | Make monitor boundaries visible in fake Xinerama mode. | Matthias Clasen | 2003-11-21 | 1 | -13/+44 |
* | Fix for #119555, Peter Zelesny: | Matthias Clasen | 2003-11-17 | 5 | -32/+42 |
* | updated added all the new tests | Hans Breuer | 2003-11-15 | 2 | -1/+63 |
* | If the window is maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman) | Tor Lillqvist | 2003-11-15 | 1 | -1/+4 |
* | Map KP_Separator to ','. (#122941, Egmont Koblinger) | Matthias Clasen | 2003-11-12 | 1 | -0/+1 |
* | Introduce a GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2 | Matthias Clasen | 2003-11-03 | 3 | -7/+36 |
* | Move the call to gdk_error_trap_pop() to the right place, fixing a problem | Owen Taylor | 2003-10-29 | 1 | -2/+2 |
* | #include <X11/extensions/Xrandr.h> if we have RandR support, for | Manish Singh | 2003-10-27 | 1 | -0/+4 |
* | Actually assign the new leader. (#125168, Mariano Suarez-Alvarez) | Matthias Clasen | 2003-10-23 | 1 | -1/+2 |
* | Make it work as documented when pixmap or mask is NULL. (#124081) | Matthias Clasen | 2003-10-13 | 1 | -2/+6 |
* | Document the "direction-changed" and "keys-changed" signals. | Matthias Clasen | 2003-09-30 | 4 | -1/+47 |
* | Don't use hardcoded DEMOCODEDIR on Windows. | Tor Lillqvist | 2003-09-25 | 1 | -106/+120 |
* | Handle dead keysyms present on the US-International keyboard. For clarity, | Tor Lillqvist | 2003-09-19 | 1 | -22/+33 |
* | Add gdk_window_set_keep_{above,below} stubs to fix compilation | Eric Warmenhoven | 2003-09-16 | 3 | -18/+59 |
* | Remove special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows, | Tor Lillqvist | 2003-09-14 | 1 | -10/+0 |
* | Add deprecation notes. (#121955) | Matthias Clasen | 2003-09-11 | 2 | -1/+13 |
* | //bugs.xfree86.org/show_bug.cgi?id=534) | Owen Taylor | 2003-09-05 | 1 | -27/+0 |
* | big patch from Kjartan Maraas to fix numerous typos. | Kristian Rietveld | 2003-09-03 | 3 | -4/+4 |
* | Don't call CloseHandle() on the HMODULE returned from GetModuleHandle(). | Tor Lillqvist | 2003-09-02 | 1 | -2/+0 |
* | Fix bug where the background pixmap was being offset twice, once by the | Soeren Sandmann | 2003-09-01 | 1 | -4/+1 |
* | Improve PointerHint docs. Explain is_hint field in GdkEventMotion. | Matthias Clasen | 2003-08-27 | 1 | -4/+4 |
* | Fix variable declaration not at start of block. (#120371, Damien Carbery) | Owen Taylor | 2003-08-26 | 1 | -1/+2 |
* | Fix up CapsLock and NumLock handling for non-XKB. Add a special case hack | Owen Taylor | 2003-08-25 | 1 | -48/+88 |
* | Change the interpretation of consumed_modifiers so that it contains: - | Owen Taylor | 2003-08-21 | 1 | -11/+76 |
* | Make the layers in the paint stack have their own pixmap instead of | Soeren Sandmann | 2003-08-20 | 1 | -195/+79 |