| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't use impl->position_info.clip_rect for toplevels. (#107068, reported | Owen Taylor | 2003-08-19 | 1 | -4/+15 |
* | Add a fallback for unaligned source data for FORMAT_ARGB_MASK. (#117217) | Owen Taylor | 2003-08-18 | 1 | -40/+57 |
* | Make the list of default languages more comprehensive. (Suggestion of Fco. | Owen Taylor | 2003-08-16 | 1 | -1/+1 |
* | Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai): | Owen Taylor | 2003-08-15 | 1 | -0/+2 |
* | Add missing break statements (#119494, Soeren Sandmann) | Owen Taylor | 2003-08-11 | 1 | -11/+11 |
* | Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos) | Matthias Clasen | 2003-08-10 | 4 | -1/+80 |
* | Elaborate a bit more in the docs on GdkFilterFunc and GdkFilterReturn. | Noah Levitt | 2003-08-09 | 1 | -1/+3 |
* | Fix a segfault. (#115284, Jan Kratochvil) | Matthias Clasen | 2003-08-08 | 1 | -4/+0 |
* | Print also the root coordinates for events that have such. Print | Tor Lillqvist | 2003-08-08 | 2 | -22/+42 |
* | gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used. | Tor Lillqvist | 2003-08-07 | 8 | -147/+442 |
* | Reset the toplevel->have_* flags before iterating over the _NET_WM_STATE | Matthias Clasen | 2003-08-07 | 1 | -1/+6 |
* | finally use TrackMouseEvent (only if the new window not known to Gdk) to | Hans Breuer | 2003-08-07 | 1 | -6/+85 |
* | gdk/gdk.def Add missing function, trivially implement. | Tor Lillqvist | 2003-08-07 | 2 | -0/+10 |
* | initialize bits to 0 (probably default on NT) | Hans Breuer | 2003-08-06 | 1 | -1/+1 |
* | initialize bits to 0 (probably default on NT) | Hans Breuer | 2003-08-06 | 1 | -0/+2 |
* | now it works as intended ;-) | Hans Breuer | 2003-08-06 | 1 | -2/+59 |
* | set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435 | Hans Breuer | 2003-08-05 | 3 | -8/+132 |
* | Fix problem where use_xshm was getting set wrong if MIT_SHM wasn't found. | Owen Taylor | 2003-08-04 | 1 | -1/+1 |
* | 2003-08-04 Tor Lillqvist <tml@iki.fi | Tor Lillqvist | 2003-08-04 | 1 | -4/+10 |
* | Improve wording of the docs, avoid the term "virtual screen". (#119030, | Matthias Clasen | 2003-08-03 | 1 | -7/+5 |
* | Use g_setenv() instead of putenv(). | Matthias Clasen | 2003-08-02 | 1 | -3/+2 |
* | Requires glib-2.3.0, pango-1.2.0. | Owen Taylor | 2003-08-02 | 12 | -234/+19 |
* | Fix gdk/win32 window geometry handling again. The window position in a | Tor Lillqvist | 2003-08-02 | 3 | -131/+175 |
* | If the check for missing depths, try actually creating pixmaps of the | Owen Taylor | 2003-08-01 | 1 | -0/+31 |
* | g_set_prgname("<unknown>") if argc is 0 as well, instead of leaving it | Owen Taylor | 2003-08-01 | 1 | -11/+11 |
* | Fix for #108007, #112402, #117042: There was confusion in gdk/win32 at | Tor Lillqvist | 2003-07-29 | 3 | -260/+236 |
* | On Win9x, the keyboard state returned by GetKeyboardState() doesn't | Tor Lillqvist | 2003-07-27 | 1 | -1/+16 |
* | gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime and | Tor Lillqvist | 2003-07-26 | 7 | -1373/+1048 |
* | new file to build it all ... added to EXTRA_DIST | Hans Breuer | 2003-07-20 | 3 | -9/+30 |