| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for #108007, #112402, #117042: There was confusion in gdk/win32 at | Tor Lillqvist | 2003-07-29 | 3 | -260/+236 |
* | On Win9x, the keyboard state returned by GetKeyboardState() doesn't | Tor Lillqvist | 2003-07-27 | 1 | -1/+16 |
* | gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime and | Tor Lillqvist | 2003-07-26 | 6 | -1368/+1035 |
* | new file to build it all ... added to EXTRA_DIST | Hans Breuer | 2003-07-20 | 1 | -2/+4 |
* | Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trap | Owen Taylor | 2003-07-05 | 1 | -0/+8 |
* | We can calculate the width and height of the bounding rectangle only after | Tor Lillqvist | 2003-07-04 | 1 | -4/+16 |
* | WindowFromPoint() wants screen coordinates (#115422, Tim Evans). | Tor Lillqvist | 2003-07-01 | 1 | -2/+2 |
* | New function, callback proc for EnumWindows(). | Tor Lillqvist | 2003-06-30 | 9 | -127/+167 |
* | Fix for #111028, thanks to J. Ali Harlow, who writes: I found that the | Tor Lillqvist | 2003-06-28 | 8 | -65/+67 |
* | When emulating X11's automatic grab on button down, pass owner_events as | Tor Lillqvist | 2003-06-22 | 1 | -11/+12 |
* | Fix typo. | Tor Lillqvist | 2003-06-06 | 1 | -1/+1 |
* | Set graphics_exposures and subwindow_mode, too, even if they aren't | Tor Lillqvist | 2003-06-06 | 1 | -1/+3 |
* | Handle global filters. | Tor Lillqvist | 2003-06-05 | 1 | -0/+17 |
* | Remove dubious bitfields of unspecified signedness. (#112919, Morten | Matthias Clasen | 2003-05-27 | 1 | -3/+3 |
* | Patch from James Henstridge to update to automake-1.7 (#109542) | Owen Taylor | 2003-05-06 | 1 | -20/+8 |
* | Fix for #110165 (thanks to Arnaud Charlet): | Tor Lillqvist | 2003-05-06 | 1 | -14/+33 |
* | Use the signed GET_X_LPARAM() and GET_Y_LPARAM() to extract x and y | Tor Lillqvist | 2003-03-15 | 1 | -31/+34 |
* | On WM_MOUSEMOVE, the test whether we have actually moved (and thus | Tor Lillqvist | 2003-03-13 | 1 | -12/+15 |
* | if a grab cursor is used, must copy the HCURSOR with CopyCursor(), as it | Tor Lillqvist | 2003-03-13 | 2 | -13/+31 |
* | Don't try to compensate for LineTo() not drawing the end pixel. It causes | Tor Lillqvist | 2003-03-09 | 1 | -6/+2 |
* | Bug #107664 continued: | Matthias Clasen | 2003-03-08 | 2 | -12/+3 |
* | Trivial cleanups (bug #107664) | Matthias Clasen | 2003-03-08 | 1 | -4/+4 |
* | Merge from stable: | Tor Lillqvist | 2003-02-01 | 1 | -0/+27 |
* | Merge from stable: | Tor Lillqvist | 2003-01-19 | 2 | -3/+18 |
* | Merge from stable: | Tor Lillqvist | 2003-01-12 | 1 | -5/+26 |
* | Use correct DLL and import library names, with GTK_API_VERSION in name, | Tor Lillqvist | 2003-01-05 | 4 | -96/+19 |
* | Move the code that sets the window style and extended window style, and | Tor Lillqvist | 2002-12-21 | 1 | -92/+129 |
* | Minor cosmetics. | Tor Lillqvist | 2002-12-17 | 3 | -3/+21 |
* | Use g_printf instead of system printf. (#99327) | Matthias Clasen | 2002-12-15 | 3 | -13/+13 |
* | gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data, | Tor Lillqvist | 2002-12-11 | 4 | -41/+46 |
* | Merge from stable: | Tor Lillqvist | 2002-12-09 | 5 | -145/+217 |
* | Fix gdkenumtypes.h hack | Eric Warmenhoven | 2002-12-06 | 1 | -1/+1 |
* | Fixes from #98358, Havoc Pennington. | Owen Taylor | 2002-11-25 | 2 | -1/+12 |
* | Enclose in #ifdef G_ENABLE_DEBUG, as they use functions only available | Tor Lillqvist | 2002-11-25 | 1 | -0/+4 |
* | Merge from stable: | Tor Lillqvist | 2002-11-24 | 4 | -601/+515 |
* | Add missing entries, needed by gtk. | Tor Lillqvist | 2002-11-16 | 9 | -34/+61 |
* | Reflect recent renamings and removals of functions. | Tor Lillqvist | 2002-11-16 | 7 | -293/+699 |
* | Try a different hack to force gdkenumtypes.h to be updated before building | Owen Taylor | 2002-11-14 | 1 | -4/+2 |
* | gdk/win32/gdkprivate-win32.h Rename all global variables and functions to | Tor Lillqvist | 2002-11-12 | 18 | -1380/+1375 |
* | Add in a awful hack to force gdkenumtypes.h to be updated before building | Owen Taylor | 2002-11-08 | 1 | -0/+11 |
* | Add startup notification hooks - mostly based on patch by Havoc Pennington | Owen Taylor | 2002-11-02 | 1 | -0/+5 |
* | Add a --screen option for setting the default screen. (Based on a patch | Owen Taylor | 2002-10-31 | 1 | -0/+7 |
* | Don't call GetWindowLong for GWL_EXSTYLE, the extended window style wasn't | Tor Lillqvist | 2002-10-28 | 1 | -19/+31 |
* | Fix doc comment. | Matthias Clasen | 2002-10-25 | 1 | -44/+0 |
* | Remove redundant doc comments. | Matthias Clasen | 2002-10-23 | 4 | -116/+0 |
* | Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint. | Owen Taylor | 2002-10-16 | 1 | -6/+6 |
* | Add gdk_drag_find_window_for_screen(), so that we can interpret x_root / | Owen Taylor | 2002-10-07 | 1 | -8/+10 |
* | - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks, | Owen Taylor | 2002-10-07 | 1 | -39/+40 |
* | gdk_image_get_pixel, gdk_image_put_pixel: Fixed sense of bounds checks. | Bill Haneman | 2002-10-07 | 1 | -4/+4 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -7/+6 |