| Commit message (Expand) | Author | Age | Files | Lines |
* | Add functionality to set overall opacity of a top-level window. (#405316) | Tor Lillqvist | 2007-04-30 | 1 | -0/+30 |
* | Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515, | Matthias Clasen | 2007-04-28 | 1 | -1/+1 |
* | Use native Win32 cursors where it makes sense | Cody Russell | 2007-04-26 | 2 | -78/+84 |
* | Win32 drop shadow goodness | Cody Russell | 2007-04-25 | 1 | -14/+41 |
* | Add gdk_notify_startup_complete_with_id and gdk_window_set_startup_id. | Tor Lillqvist | 2007-03-15 | 1 | -0/+11 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 2 | -6/+3 |
* | Add comment clarifying that "icon name" here is not related to the | Tor Lillqvist | 2007-02-26 | 1 | -0/+7 |
* | Remove. (gdk_device_get_type): Drop class init function. The X11 version | Tor Lillqvist | 2007-02-19 | 3 | -86/+35 |
* | Fix Win32 resize events and flickering | Cody Russell | 2007-02-15 | 1 | -133/+1 |
* | 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 |
* | New debugging function. (_gdk_input_wintab_init_check): Call it when | Tor Lillqvist | 2007-01-30 | 1 | -1/+147 |
* | Fix for bug #143460 - missed tablet clicks on Windows | Robert Oegren | 2007-01-19 | 1 | -45/+33 |
* | Build Wintab support always on Windows. Don't require the Wintab SDK. | Tor Lillqvist | 2007-01-19 | 8 | -289/+1348 |
* | gdk-pixbuf/Makefile.am gdk/Makefile.am gdk/win32/Makefile.am Fixes for | Tor Lillqvist | 2007-01-19 | 1 | -4/+3 |
* | New file. Downloaded from freedesktop.org's webcvs. Slighly edited cursors | Tor Lillqvist | 2007-01-06 | 3 | -36/+3341 |
* | Cross-compilation fixes. (#392646, Yevgen Muntyan) | Matthias Clasen | 2007-01-04 | 1 | -1/+1 |
* | Support inverting arrows via XSetting. (#377979, Yevgen Muntyan). | Kristian Rietveld | 2006-12-27 | 1 | -0/+6 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -1/+1 |
* | Implement for B&W cursors, for instance the built-in GDK ones. | Tor Lillqvist | 2006-10-29 | 1 | -33/+112 |
* | Improve handling of the small icon of the window class. (#152620, Kazuki | Tor Lillqvist | 2006-10-28 | 1 | -13/+25 |
* | gdk/win32/gdkprivate-win32.h gdk/win32/gdkmain-win32.c Define WINVER and | Tor Lillqvist | 2006-09-10 | 3 | -52/+8 |
* | gdk/win32/gdkevents-win32.c Use wide-char API for message and window | Tor Lillqvist | 2006-09-03 | 2 | -63/+62 |
* | No GDK_WINDOW_DISPLAY in the Win32 backend. | Tor Lillqvist | 2006-09-02 | 1 | -1/+1 |
* | Add a function to beep on a window. For X11, implement this with XkbBell. | Matthias Clasen | 2006-08-30 | 1 | -0/+6 |
* | Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or | Tor Lillqvist | 2006-08-30 | 1 | -12/+9 |
* | Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or | Tor Lillqvist | 2006-08-29 | 10 | -586/+68 |
* | Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 or | Tor Lillqvist | 2006-08-29 | 3 | -109/+1 |
* | Convert \n to \r\n also when storing CF_UNICODETEXT (UTF-16) in the | Tor Lillqvist | 2006-06-11 | 1 | -3/+14 |
* | Call ReleaseDC() on DCs acquired with GetDC() (for windows), and | Tor Lillqvist | 2006-06-09 | 1 | -1/+4 |
* | [WM_WINDOWPOSCHANGED] Replace identical code as in | Tor Lillqvist | 2006-06-08 | 1 | -57/+102 |
* | Look at both GDK_SCROLL_MASK and GDK_BUTTON_PRESS_MASK. (#139628) | Tor Lillqvist | 2006-05-09 | 1 | -5/+6 |
* | Create 'composited' label. | Søren Sandmann | 2006-04-25 | 1 | -0/+8 |
* | Merge the gtk-printing branch. For more detailed ChangeLog entries, see | Alexander Larsson | 2006-04-21 | 2 | -3/+23 |
* | Map VK_NUMPAD[0-9] to GDK_KP_[0-9]. (#337562) | Tor Lillqvist | 2006-04-19 | 1 | -0/+20 |
* | Correct the appearance of non-square icons and cursors: pad them to square | Tor Lillqvist | 2006-04-06 | 1 | -28/+55 |
* | Make _gdk_windowing_args const. | Matthias Clasen | 2006-04-03 | 1 | -1/+1 |
* | Include gdksreen.h (#337032, Kazuki IWAMOTO) | Matthias Clasen | 2006-04-03 | 1 | -0/+1 |
* | New function to allow wrapping a native pixmap without a server roundtrip. | Matthias Clasen | 2006-03-30 | 1 | -0/+12 |
* | Use Polygon() for outlined polygons, too. Same idea as in | Tor Lillqvist | 2006-03-11 | 1 | -19/+9 |
* | gdk/gdkscreen.h gdk/x11/gdkscreen-x11.c added | Michael Natterer | 2006-03-08 | 1 | -0/+16 |
* | New function, return TRUE. (gdk_display_supports_input_shapes): New | Tor Lillqvist | 2006-02-20 | 1 | -0/+20 |
* | New function. Factor out code from gdk_window_shape_combine_mask(). | Tor Lillqvist | 2006-02-20 | 1 | -19/+107 |
* | Replace all calls to g_strcasecmp() with g_ascii_strcasecmp(). | Tor Lillqvist | 2006-02-20 | 1 | -52/+52 |
* | If we don't know where we went, and have generated a leave event, set | Tor Lillqvist | 2006-02-09 | 1 | -0/+1 |
* | gdk/win32/gdkevents-win32.c (gdk_event_translate) <WM_MOUSEACTIVATE> Call | John Ehresman | 2006-02-09 | 2 | -3/+20 |
* | Let gdk_window_set_decorations() take precedence over anything derived | John Ehresman | 2006-02-09 | 1 | -96/+134 |
* | Consistenly use assign_object() when assigning GdkWindow pointers so that | Tor Lillqvist | 2006-02-08 | 1 | -7/+22 |
* | Make identical to the X11 implementation. (#322264, John Ehresman) | Tor Lillqvist | 2006-01-02 | 1 | -20/+0 |
* | Revert stuff that was accidentally committed. | Tor Lillqvist | 2006-01-02 | 1 | -41/+0 |