summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* Ignore GrabBroken events which are caused by overgrabbing inside theMatthias Clasen2005-06-271-0/+2
* Add a GrabBroken event to GDK, and a grab-broken-event signal toMatthias Clasen2005-06-251-1/+22
* Improve and simplify line segment rendering on Win32, especially theTor Lillqvist2005-06-243-298/+269
* Set the actions and suggested_action fields in the GdkDragContext toTor Lillqvist2005-06-171-0/+2
* Cleanup. (#169648, Fabricio Barros Cabral)Matthias Clasen2005-06-123-18/+6
* Return NULL unless screen number is zero. We have only one screen onTor Lillqvist2005-06-051-1/+4
* gdk/win32/gdkcursor-win32.c gdk/win32/gdkwindow-win32.c SupportTor Lillqvist2005-06-043-300/+318
* If blitting from the root window, take the multi-monitor offset intoTor Lillqvist2005-05-261-0/+10
* Handle gtk-alternative-button-order (setting it to TRUE).Tor Lillqvist2005-05-241-0/+6
* Map VK_APPS to GDK_Menu. (#172383, Ivan Wong)Tor Lillqvist2005-05-221-0/+2
* If the keysym isn't one of the special cases this function takes care of,Tor Lillqvist2005-05-221-11/+7
* gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check theTor Lillqvist2005-05-183-0/+26
* Check that GDK_IS_SCREEN(screen) (like the X11 backend does), not screenTor Lillqvist2005-05-101-1/+1
* Fill in unused bits so they can be used for the depth-32 target case.Owen Taylor2005-05-091-0/+16
* gdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_pixmap) Minor fixesTor Lillqvist2005-05-042-10/+13
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-023-166/+46
* Take multi-monitor offset into account. (#302525)Tor Lillqvist2005-04-301-2/+2
* Match character height instead of cell height. Fix #301228.Ivan, Wong Yat Cheung2005-04-211-2/+2
* Fix #300218:Ivan, Wong Yat Cheung2005-04-111-1/+3
* Handle 16 colour display mode. For some reason, in this modeTor Lillqvist2005-04-051-3/+11
* Don't force 24bpp GdkVisual on 32bpp displays. (#140706)Tor Lillqvist2005-04-051-1/+0
* New debugging function, to log a clipboard format name symbolically.Tor Lillqvist2005-04-048-218/+587
* [merged from gtk-2-6 branch] let dash_offset shift the start of the lineHans Breuer2005-04-034-14/+88
* Fix event filter handling. If an event filter (global, client messageTor Lillqvist2005-03-301-47/+42
* The state field should represent the state before the event, like on X11.Tor Lillqvist2005-03-301-5/+24
* Return the Terminal Services session number, window station name (alwaysTor Lillqvist2005-03-201-3/+71
* On WM_MOUSEMOVE, don't check if this process owns the active window. ThisTor Lillqvist2005-03-182-27/+3
* Use cairo_set_device_offset().Owen Taylor2005-03-188-225/+194
* gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, justTor Lillqvist2005-03-1611-72/+112
* Print debugging output only if asked for, not always.Tor Lillqvist2005-03-1613-186/+219
* New debugging function. As GetKeyNameText() returns a localized key nameTor Lillqvist2005-03-154-28/+54
* A further fix for big window support. Now also the test in testgtk works.Ivan, Wong Yat Cheung2005-03-121-0/+2
* Big window fix for Win32. Big windows are still emulated within 16-bitIvan, Wong Yat Cheung2005-03-113-552/+114
* Implement better handling of Wintab tablet context overlap on Win32.Robert Ögren2005-02-253-0/+37
* Workaround for bug in MapVirtualKey(VK_DIVIDE, 0) in some WindowsTor Lillqvist2005-02-231-1/+2
* build with Cairo dependency. The patch to acually use Cairo on win32 willHans Breuer2005-02-071-1/+1
* Implement lazy extended input initialization on Win32, by Robert Ögren.Tor Lillqvist2005-02-023-6/+30
* Use a FIFO list for storing GdkSelProp of a single window so thatIvan, Wong Yat Cheung2005-02-021-11/+13
* Remove superfluous blank line.Tor Lillqvist2005-02-011-1/+0
* New functions, code blocks refactored out of update_keymap(). NoTor Lillqvist2005-02-012-246/+334
* Fix for #163702, from Ivan Wong:Tor Lillqvist2005-01-234-32/+21
* Handle Greek tonos dead accent key. (#164859, reported and fix verified byTor Lillqvist2005-01-231-3/+9
* Handle keyboards with ShiftLock (and not CapsLock) correctly. (#161814)Tor Lillqvist2005-01-191-26/+81
* Add pointer warping to GDK. (#160437)Matthias Clasen2005-01-181-0/+9
* Fix for #162790, by Iwan Wong:Tor Lillqvist2005-01-123-101/+192
* Set current cursor also when changing the cursor of a window that is theTor Lillqvist2005-01-091-4/+25
* Fix braino. (#163232, Arnaud Charlet)Tor Lillqvist2005-01-071-1/+1
* Use wide character API when available. Use UTF-8 for filenames.Tor Lillqvist2004-12-192-71/+97
* Indentation fix. Won't bother with a ChangeLog entry.Tor Lillqvist2004-12-151-11/+11
* remove the disputable memset at the end of gdk_pixmap_new() - on X11 theHans Breuer2004-11-301-2/+0