summaryrefslogtreecommitdiff
path: root/gdk/win32
Commit message (Expand)AuthorAgeFilesLines
* Revert my attempted overly simple fix for #445284, as it causes aTor Lillqvist2007-06-251-0/+6
* updated explicit usage of RegisterClassExW to match the WNDCLASSEXW. TrueHans Breuer2007-06-151-8/+16
* Use g_win32_get_windows_version() instead of _winver so that this compilesTor Lillqvist2007-06-141-2/+6
* Don't revert the mouse cursor to the built-in one when the user holds theCody Russell2007-06-101-6/+0
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-012-0/+11
* Subtract the multi-monitor offset from x and y before setting up theTor Lillqvist2007-05-301-0/+3
* Fix initialization of last cursorCody Russell2007-05-291-1/+1
* Fix context iterations for handle_configure_event()Cody Russell2007-05-131-3/+2
* Clear correct areaCody Russell2007-04-301-4/+146
* Add functionality to set overall opacity of a top-level window. (#405316)Tor Lillqvist2007-04-301-0/+30
* Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515,Matthias Clasen2007-04-281-1/+1
* Use native Win32 cursors where it makes senseCody Russell2007-04-262-78/+84
* Win32 drop shadow goodnessCody Russell2007-04-251-14/+41
* Add gdk_notify_startup_complete_with_id and gdk_window_set_startup_id.Tor Lillqvist2007-03-151-0/+11
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-092-6/+3
* Add comment clarifying that "icon name" here is not related to theTor Lillqvist2007-02-261-0/+7
* Remove. (gdk_device_get_type): Drop class init function. The X11 versionTor Lillqvist2007-02-193-86/+35
* Fix Win32 resize events and flickeringCody Russell2007-02-151-133/+1
* Nitpick. Define BITMAPV5HEADERS also for w32api < 3.0, although I haveTor Lillqvist2007-02-041-1/+1
* Don't define BITMAPV5HEADER on mingw with w32api >= 3.8, which has it inTor Lillqvist2007-02-041-1/+5
* New debugging function. (_gdk_input_wintab_init_check): Call it whenTor Lillqvist2007-01-301-1/+147
* Fix for bug #143460 - missed tablet clicks on WindowsRobert Oegren2007-01-191-45/+33
* Build Wintab support always on Windows. Don't require the Wintab SDK.Tor Lillqvist2007-01-198-289/+1348
* gdk-pixbuf/Makefile.am gdk/Makefile.am gdk/win32/Makefile.am Fixes forTor Lillqvist2007-01-191-4/+3
* New file. Downloaded from freedesktop.org's webcvs. Slighly edited cursorsTor Lillqvist2007-01-063-36/+3341
* Cross-compilation fixes. (#392646, Yevgen Muntyan)Matthias Clasen2007-01-041-1/+1
* Support inverting arrows via XSetting. (#377979, Yevgen Muntyan).Kristian Rietveld2006-12-271-0/+6
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-1/+1
* Implement for B&W cursors, for instance the built-in GDK ones.Tor Lillqvist2006-10-291-33/+112
* Improve handling of the small icon of the window class. (#152620, KazukiTor Lillqvist2006-10-281-13/+25
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkmain-win32.c Define WINVER andTor Lillqvist2006-09-103-52/+8
* gdk/win32/gdkevents-win32.c Use wide-char API for message and windowTor Lillqvist2006-09-032-63/+62
* No GDK_WINDOW_DISPLAY in the Win32 backend.Tor Lillqvist2006-09-021-1/+1
* Add a function to beep on a window. For X11, implement this with XkbBell.Matthias Clasen2006-08-301-0/+6
* Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 orTor Lillqvist2006-08-301-12/+9
* Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 orTor Lillqvist2006-08-2910-586/+68
* Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 orTor Lillqvist2006-08-293-109/+1
* Convert \n to \r\n also when storing CF_UNICODETEXT (UTF-16) in theTor Lillqvist2006-06-111-3/+14
* Call ReleaseDC() on DCs acquired with GetDC() (for windows), andTor Lillqvist2006-06-091-1/+4
* [WM_WINDOWPOSCHANGED] Replace identical code as inTor Lillqvist2006-06-081-57/+102
* Look at both GDK_SCROLL_MASK and GDK_BUTTON_PRESS_MASK. (#139628)Tor Lillqvist2006-05-091-5/+6
* Create 'composited' label.Søren Sandmann2006-04-251-0/+8
* Merge the gtk-printing branch. For more detailed ChangeLog entries, seeAlexander Larsson2006-04-212-3/+23
* Map VK_NUMPAD[0-9] to GDK_KP_[0-9]. (#337562)Tor Lillqvist2006-04-191-0/+20
* Correct the appearance of non-square icons and cursors: pad them to squareTor Lillqvist2006-04-061-28/+55
* Make _gdk_windowing_args const.Matthias Clasen2006-04-031-1/+1
* Include gdksreen.h (#337032, Kazuki IWAMOTO)Matthias Clasen2006-04-031-0/+1
* New function to allow wrapping a native pixmap without a server roundtrip.Matthias Clasen2006-03-301-0/+12
* Use Polygon() for outlined polygons, too. Same idea as inTor Lillqvist2006-03-111-19/+9
* gdk/gdkscreen.h gdk/x11/gdkscreen-x11.c addedMichael Natterer2006-03-081-0/+16