summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkcursor-win32.c
Commit message (Expand)AuthorAgeFilesLines
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-2/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-22/+22
* Replace "gint" with "int"Benjamin Otte2020-07-251-32/+32
* GDK W32: Fix a missing weak referencingРуслан Ижбулатов2018-04-111-0/+1
* GDK W32: Use the new cursor classРуслан Ижбулатов2018-03-291-199/+188
* GDK W32: New cursor classРуслан Ижбулатов2018-03-291-0/+304
* GDK W32: drop cursor-related GdkWin32Display functionsРуслан Ижбулатов2018-03-281-41/+0
* GdkWindow -> GdkSurface: File renamesAlexander Larsson2018-03-201-1/+1
* win32: Remove an unused includeMatthias Clasen2017-11-171-1/+0
* Win32: Re-work cursor handlingChun-wei Fan2017-11-091-241/+254
* gdk: Remove ability to download a cursorBenjamin Otte2017-11-041-24/+0
* gdk: Get rid of GdkCursorTypeBenjamin Otte2017-11-041-1/+0
* win32: Make cursor code work without _gdk_displayBenjamin Otte2016-02-111-16/+8
* GDK W32: Add missing commasРуслан Ижбулатов2015-08-141-2/+2
* win32: Support all css cursor namesMatthias Clasen2015-07-261-0/+10
* GDK: Add cursor theme support to W32 backendРуслан Ижбулатов2015-05-201-72/+567
* W32: Add a mapping for "left_ptr_watch" cursorРуслан Ижбулатов2015-05-041-0/+1
* GDK-W32: remove trailing whitespace everywhereРуслан Ижбулатов2015-04-291-13/+13
* drop old compat code, BITMAPV5HEADER is defined on vista+Jose Rostagno2015-04-271-29/+0
* Simplify code a bit after xp support dropJose Rostagno2015-04-271-8/+2
* gdk-win32: Clean Up A BitChun-wei Fan2015-04-171-16/+1
* Revert "gdk-win32: Clean Up A Bit"Chun-wei Fan2015-04-171-1/+16
* gdk-win32: Clean Up A BitChun-wei Fan2015-04-171-16/+1
* Fix various warnings about unused thingsРуслан Ижбулатов2014-08-131-1/+0
* GDK/GTK on Windows: Fix buildChun-wei Fan2013-08-261-6/+22
* gdk: Add gdk_cursor_get_surface()Alexander Larsson2013-08-071-10/+22
* gdkcursor-win32.c: Include gdkwin32.hChun-wei Fan2013-05-301-2/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* win32: gdk3 resurrectionHans Breuer2011-01-021-46/+69
* gdk: Move gdk_cursor_get_display() out of the backendsBenjamin Otte2010-12-211-6/+0
* Drop unused static functionTor Lillqvist2010-11-081-8/+0
* API: Remove gdk_cursor_new_from_pixmap()Benjamin Otte2010-09-261-163/+0
* Rename static local functions and variables to not have any unnecessary _Tor Lillqvist2009-01-211-61/+69
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-041-1/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use native Win32 cursors where it makes senseCody Russell2007-04-261-0/+6
* 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
* Implement for B&W cursors, for instance the built-in GDK ones.Tor Lillqvist2006-10-291-33/+112
* Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 orTor Lillqvist2006-08-291-13/+8
* Correct the appearance of non-square icons and cursors: pad them to squareTor Lillqvist2006-04-061-28/+55
* Fix also the other place where maskstride was calculated.Tor Lillqvist2005-11-071-5/+1
* Correct the calculation of maskstride. (#320152, Peter Zelezny)Tor Lillqvist2005-11-071-5/+1
* (pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap, likeTor Lillqvist2005-11-061-36/+81
* As there is only one GdkDisplay in the Win32 backend, check thatTor Lillqvist2005-11-031-7/+7
* Rename the variables for the color bitmap to have "color" in their name,Tor Lillqvist2005-11-031-18/+26
* export _gdk_win32_pixbuf_to_hicon() asHans Breuer2005-09-181-0/+6
* Don't create the GdkPixbuf until we know that we have something to put inTor Lillqvist2005-07-061-3/+5
* Add comment about the current named cursor implementation, and what itTor Lillqvist2005-07-051-3/+115