| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Fix spelling mistakes found by codespell | Björn Daase | 2020-08-21 | 1 | -1/+1 |
* | Replace "gdouble" with "double" | Benjamin Otte | 2020-07-25 | 1 | -2/+2 |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -22/+22 |
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -32/+32 |
* | GDK W32: Fix a missing weak referencing | Руслан Ижбулатов | 2018-04-11 | 1 | -0/+1 |
* | GDK W32: Use the new cursor class | Руслан Ижбулатов | 2018-03-29 | 1 | -199/+188 |
* | GDK W32: New cursor class | Руслан Ижбулатов | 2018-03-29 | 1 | -0/+304 |
* | GDK W32: drop cursor-related GdkWin32Display functions | Руслан Ижбулатов | 2018-03-28 | 1 | -41/+0 |
* | GdkWindow -> GdkSurface: File renames | Alexander Larsson | 2018-03-20 | 1 | -1/+1 |
* | win32: Remove an unused include | Matthias Clasen | 2017-11-17 | 1 | -1/+0 |
* | Win32: Re-work cursor handling | Chun-wei Fan | 2017-11-09 | 1 | -241/+254 |
* | gdk: Remove ability to download a cursor | Benjamin Otte | 2017-11-04 | 1 | -24/+0 |
* | gdk: Get rid of GdkCursorType | Benjamin Otte | 2017-11-04 | 1 | -1/+0 |
* | win32: Make cursor code work without _gdk_display | Benjamin Otte | 2016-02-11 | 1 | -16/+8 |
* | GDK W32: Add missing commas | Руслан Ижбулатов | 2015-08-14 | 1 | -2/+2 |
* | win32: Support all css cursor names | Matthias Clasen | 2015-07-26 | 1 | -0/+10 |
* | GDK: Add cursor theme support to W32 backend | Руслан Ижбулатов | 2015-05-20 | 1 | -72/+567 |
* | W32: Add a mapping for "left_ptr_watch" cursor | Руслан Ижбулатов | 2015-05-04 | 1 | -0/+1 |
* | GDK-W32: remove trailing whitespace everywhere | Руслан Ижбулатов | 2015-04-29 | 1 | -13/+13 |
* | drop old compat code, BITMAPV5HEADER is defined on vista+ | Jose Rostagno | 2015-04-27 | 1 | -29/+0 |
* | Simplify code a bit after xp support drop | Jose Rostagno | 2015-04-27 | 1 | -8/+2 |
* | gdk-win32: Clean Up A Bit | Chun-wei Fan | 2015-04-17 | 1 | -16/+1 |
* | Revert "gdk-win32: Clean Up A Bit" | Chun-wei Fan | 2015-04-17 | 1 | -1/+16 |
* | gdk-win32: Clean Up A Bit | Chun-wei Fan | 2015-04-17 | 1 | -16/+1 |
* | Fix various warnings about unused things | Руслан Ижбулатов | 2014-08-13 | 1 | -1/+0 |
* | GDK/GTK on Windows: Fix build | Chun-wei Fan | 2013-08-26 | 1 | -6/+22 |
* | gdk: Add gdk_cursor_get_surface() | Alexander Larsson | 2013-08-07 | 1 | -10/+22 |
* | gdkcursor-win32.c: Include gdkwin32.h | Chun-wei Fan | 2013-05-30 | 1 | -2/+1 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | win32: gdk3 resurrection | Hans Breuer | 2011-01-02 | 1 | -46/+69 |
* | gdk: Move gdk_cursor_get_display() out of the backends | Benjamin Otte | 2010-12-21 | 1 | -6/+0 |
* | Drop unused static function | Tor Lillqvist | 2010-11-08 | 1 | -8/+0 |
* | API: Remove gdk_cursor_new_from_pixmap() | Benjamin Otte | 2010-09-26 | 1 | -163/+0 |
* | Rename static local functions and variables to not have any unnecessary _ | Tor Lillqvist | 2009-01-21 | 1 | -61/+69 |
* | Bug 544684 - Win64 issue, window handles are assumed to be 32-bit | Tor Lillqvist | 2008-08-04 | 1 | -1/+2 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Use native Win32 cursors where it makes sense | Cody Russell | 2007-04-26 | 1 | -0/+6 |
* | Nitpick. Define BITMAPV5HEADERS also for w32api < 3.0, although I have | Tor Lillqvist | 2007-02-04 | 1 | -1/+1 |
* | Don't define BITMAPV5HEADER on mingw with w32api >= 3.8, which has it in | Tor Lillqvist | 2007-02-04 | 1 | -1/+5 |
* | Implement for B&W cursors, for instance the built-in GDK ones. | Tor Lillqvist | 2006-10-29 | 1 | -33/+112 |
* | Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or | Tor Lillqvist | 2006-08-29 | 1 | -13/+8 |
* | Correct the appearance of non-square icons and cursors: pad them to square | Tor Lillqvist | 2006-04-06 | 1 | -28/+55 |
* | Fix also the other place where maskstride was calculated. | Tor Lillqvist | 2005-11-07 | 1 | -5/+1 |
* | Correct the calculation of maskstride. (#320152, Peter Zelezny) | Tor Lillqvist | 2005-11-07 | 1 | -5/+1 |
* | (pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap, like | Tor Lillqvist | 2005-11-06 | 1 | -36/+81 |
* | As there is only one GdkDisplay in the Win32 backend, check that | Tor Lillqvist | 2005-11-03 | 1 | -7/+7 |
* | Rename the variables for the color bitmap to have "color" in their name, | Tor Lillqvist | 2005-11-03 | 1 | -18/+26 |
* | export _gdk_win32_pixbuf_to_hicon() as | Hans Breuer | 2005-09-18 | 1 | -0/+6 |
* | Don't create the GdkPixbuf until we know that we have something to put in | Tor Lillqvist | 2005-07-06 | 1 | -3/+5 |
* | Add comment about the current named cursor implementation, and what it | Tor Lillqvist | 2005-07-05 | 1 | -3/+115 |