summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text)Tor Lillqvist2004-07-078-590/+300
* Merge from HEAD:J. Ali Harlow2004-07-021-1/+1
* Send key modifiers (shift, ctrl etc) in button and motion events from theRobert Ögren2004-05-271-37/+51
* Don't propagate mouse events to windows that want extended input events.Robert Ögren2004-05-242-46/+96
* Remove duplicated line. (Spotted by Benoît Carpentier.)Tor Lillqvist2004-05-221-1/+0
* Put back the ref_count field in the GdkDragContextPrivateWin32 struct (butTor Lillqvist2004-05-151-5/+10
* Add missing call to g_object_ref in Wintab code. (#138341)Robert Ögren2004-05-122-6/+26
* Add multi-monitor offset. (#141842, John Ehresman)Tor Lillqvist2004-05-051-2/+2
* don't modify the passed in GdkSegment(s) in place, we may get them againHans Breuer2004-05-022-17/+40
* Plug memory leak. (#140775, John Ehresman)Tor Lillqvist2004-04-291-1/+3
* workaround for bug #137496, the real fix would involve just another smallHans Breuer2004-04-111-2/+4
* If both Shift and CapsLock pressed, ignore the shift only for lettersTor Lillqvist2004-04-103-7/+14
* Use X11 semantics for angles. Thanks to Tim Newsham.Tor Lillqvist2004-03-311-15/+11
* applied the undisputable and required [due to recent gtkfilesystemHans Breuer2004-03-201-13/+17
* Don't just copy the whole GdkGCWin32 with a single assignment, thatTor Lillqvist2004-03-151-3/+26
* Don't undefine HAVE_MONITOR_INFO when compiling with gcc. Mingw's headersTor Lillqvist2004-03-132-2/+10
* Make this a total no-op when the new or old parent is destroyed. (#134230,Owen Taylor2004-03-131-20/+20
* Set also the pointer button bits. (#136636, Dave Neary)Tor Lillqvist2004-03-102-2/+39
* some more settings from system, also reflect some name changes done aHans Breuer2004-03-072-6/+92
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-0624-5/+24
* Add missing entries, thanks to J. Ali Harlow.Tor Lillqvist2004-03-056-16/+149
* set current_dest_drag to NULL when destroying, fixes bug #120007. AlsoHans Breuer2004-02-283-11/+18
* Return GDK_FILTER_CONTINUE for unhandled message types.Owen Taylor2004-02-261-1/+1
* Set the cursor in all cases. If no grab cursor specified, use the grabbingTor Lillqvist2004-02-021-0/+5
* 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-263-15/+15
* If the WM_TRANSIENT_FOR property is being deleted, set the owner of theTor Lillqvist2004-01-254-5/+18
* use SWP_NOACTIVATE in gdk_window_set_keep_(above|below) to make DND workHans Breuer2004-01-041-2/+2
* handle GTK_DATADIR similar as the other filesystem placement 'constants'Hans Breuer2003-12-143-4/+14
* Calls to OpenClipboard() must be followed by calls to CloseClipboard().Tor Lillqvist2003-12-141-29/+19
* Merge from stable:Tor Lillqvist2003-12-145-233/+313
* Implement gdk_window_set_icon_list() for Win32, with support for big andTim Evans2003-12-142-95/+297
* Changes to allow "no input" windows (#64613):Matthias Clasen2003-12-101-0/+18
* s/gdk_spawn/gdk_spawn_on_screen/.Mark McLoughlin2003-12-101-5/+5
* Utility functions for multi-screen applications which need to ensureMark McLoughlin2003-12-102-0/+105
* Use <multimon.h> when compiling with MSVC and old headers. (#126933, JohnTor Lillqvist2003-12-081-0/+4
* 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
* updated added all the new testsHans Breuer2003-11-151-0/+59
* If the window is maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)Tor Lillqvist2003-11-151-1/+4
* 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
* Remove special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,Tor Lillqvist2003-09-141-10/+0
* Don't call CloseHandle() on the HMODULE returned from GetModuleHandle().Tor Lillqvist2003-09-021-2/+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
* 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-071-0/+9
* 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