| Commit message (Expand) | Author | Age | Files | Lines |
* | [WM_WINDOWPOSCHANGED] Add note that the code snippet here is mostly | Tor Lillqvist | 2006-06-08 | 1 | -14/+107 |
* | Look at both GDK_SCROLL_MASK and GDK_BUTTON_PRESS_MASK. (#139628) | Tor Lillqvist | 2006-05-09 | 1 | -5/+6 |
* | If we don't know where we went, and have generated a leave event, set | Tor Lillqvist | 2006-02-09 | 1 | -0/+1 |
* | gdk/win32/gdkevents-win32.c (gdk_event_translate) <WM_MOUSEACTIVATE> Call | John Ehresman | 2006-02-09 | 1 | -1/+2 |
* | Consistenly use assign_object() when assigning GdkWindow pointers so that | Tor Lillqvist | 2006-02-08 | 1 | -5/+20 |
* | Get the invalidated region from ScrollWindowEx() instead of an incorrect | Tor Lillqvist | 2006-01-02 | 1 | -1/+1 |
* | Don't treat Alt-Enter specially. It does not have any special meaning and | Tor Lillqvist | 2005-10-13 | 1 | -3/+2 |
* | Keep track of cursor position also in root window coordinates. Prune out | Tor Lillqvist | 2005-09-02 | 1 | -11/+14 |
* | Cosmetics. | Tor Lillqvist | 2005-07-29 | 1 | -10/+5 |
* | Remove ifdeffed out code relating to the gdk-ping message. Use the global | Tor Lillqvist | 2005-07-29 | 1 | -148/+105 |
* | New static function to generate and append the GDK_GRAB_BROKEN events. | Tor Lillqvist | 2005-07-28 | 1 | -18/+40 |
* | Ignore GrabBroken events which are caused by overgrabbing inside the | Matthias Clasen | 2005-06-27 | 1 | -0/+2 |
* | Add a GrabBroken event to GDK, and a grab-broken-event signal to | Matthias Clasen | 2005-06-25 | 1 | -1/+22 |
* | gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check the | Tor Lillqvist | 2005-05-18 | 1 | -0/+20 |
* | New debugging function, to log a clipboard format name symbolically. | Tor Lillqvist | 2005-04-04 | 1 | -1/+57 |
* | Fix event filter handling. If an event filter (global, client message | Tor Lillqvist | 2005-03-30 | 1 | -47/+42 |
* | The state field should represent the state before the event, like on X11. | Tor Lillqvist | 2005-03-30 | 1 | -5/+24 |
* | On WM_MOUSEMOVE, don't check if this process owns the active window. This | Tor Lillqvist | 2005-03-18 | 1 | -10/+1 |
* | gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, just | Tor Lillqvist | 2005-03-16 | 1 | -8/+8 |
* | Print debugging output only if asked for, not always. | Tor Lillqvist | 2005-03-16 | 1 | -9/+5 |
* | New debugging function. As GetKeyNameText() returns a localized key name | Tor Lillqvist | 2005-03-15 | 1 | -7/+3 |
* | Implement better handling of Wintab tablet context overlap on Win32. | Robert Ögren | 2005-02-25 | 1 | -0/+10 |
* | New functions, code blocks refactored out of update_keymap(). No | Tor Lillqvist | 2005-02-01 | 1 | -4/+4 |
* | Fix for #163702, from Ivan Wong: | Tor Lillqvist | 2005-01-23 | 1 | -1/+13 |
* | Fix a copy-and-paste error. (#158459) | Matthias Clasen | 2004-11-16 | 1 | -1/+1 |
* | Fix for #137551, by Robert Ögren: | Tor Lillqvist | 2004-11-11 | 1 | -8/+74 |
* | Event timestamps don't have to be unique. As long as they are | Tor Lillqvist | 2004-11-10 | 1 | -1/+1 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Remove | Tor Lillqvist | 2004-10-31 | 1 | -1/+1 |
* | List the three theme gtkrc files separately, zip doesn't do anything if | Tor Lillqvist | 2004-09-03 | 1 | -0/+13 |
* | On Win32, do not produce tablet motion or button events while a window is | Robert Ögren | 2004-08-31 | 1 | -5/+4 |
* | autogenerate gtk.def, cleanup | Hans Breuer | 2004-08-09 | 1 | -2/+0 |
* | WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to top-level window | Tor Lillqvist | 2004-08-07 | 1 | -17/+13 |
* | Don't propagate mouse events to windows that want extended input events. | Robert Ögren | 2004-05-24 | 1 | -41/+47 |
* | Add missing call to g_object_ref in Wintab code. (#138341) | Robert Ögren | 2004-05-12 | 1 | -0/+1 |
* | applied the undisputable and required [due to recent gtkfilesystem | Hans Breuer | 2004-03-20 | 1 | -13/+17 |
* | Set also the pointer button bits. (#136636, Dave Neary) | Tor Lillqvist | 2004-03-10 | 1 | -0/+16 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -1/+1 |
* | Add missing entries, thanks to J. Ali Harlow. | Tor Lillqvist | 2004-03-05 | 1 | -0/+6 |
* | set current_dest_drag to NULL when destroying, fixes bug #120007. Also | Hans Breuer | 2004-02-28 | 1 | -2/+7 |
* | Return GDK_FILTER_CONTINUE for unhandled message types. | Owen Taylor | 2004-02-26 | 1 | -1/+1 |
* | Set the cursor in all cases. If no grab cursor specified, use the grabbing | Tor Lillqvist | 2004-02-02 | 1 | -0/+5 |
* | Don' generate enter or leave events if the pointer is grabbed with | Tor Lillqvist | 2004-01-28 | 1 | -0/+9 |
* | handle GTK_DATADIR similar as the other filesystem placement 'constants' | Hans Breuer | 2003-12-14 | 1 | -2/+2 |
* | Merge from stable: | Tor Lillqvist | 2003-12-14 | 1 | -223/+275 |
* | If we already have a pointer grab active with a grab cursor set, destroy | Tor Lillqvist | 2003-12-07 | 1 | -0/+8 |
* | Don't use hardcoded DEMOCODEDIR on Windows. | Tor Lillqvist | 2003-09-25 | 1 | -106/+120 |
* | Print also the root coordinates for events that have such. Print | Tor Lillqvist | 2003-08-08 | 1 | -12/+19 |
* | gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used. | Tor Lillqvist | 2003-08-07 | 1 | -46/+210 |
* | finally use TrackMouseEvent (only if the new window not known to Gdk) to | Hans Breuer | 2003-08-07 | 1 | -6/+85 |
* | 2003-08-04 Tor Lillqvist <tml@iki.fi | Tor Lillqvist | 2003-08-04 | 1 | -4/+10 |