| Commit message (Expand) | Author | Age | Files | Lines |
* | Call cairo_surface_finish() | Owen Taylor | 2005-03-18 | 2 | -12/+1 |
* | On WM_MOUSEMOVE, don't check if this process owns the active window. This | Tor Lillqvist | 2005-03-18 | 2 | -27/+3 |
* | Use cairo_set_device_offset(). | Owen Taylor | 2005-03-18 | 9 | -227/+196 |
* | Fix get_stipple_surface to actually work, set EXTEND_REPEAT on the stipple | Owen Taylor | 2005-03-17 | 1 | -2/+7 |
* | gdk_key is a typedef, not a struct tag. | Tor Lillqvist | 2005-03-17 | 1 | -7/+7 |
* | Switch set_cairo_target() virtual function to ref_cairo_surface() | Owen Taylor | 2005-03-17 | 21 | -1592/+674 |
* | Shut up CVS | Manish Singh | 2005-03-16 | 1 | -0/+1 |
* | #include gdkaliasdef.c here too. | Manish Singh | 2005-03-16 | 1 | -0/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 59 | -528/+1173 |
* | gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, just | Tor Lillqvist | 2005-03-16 | 11 | -72/+112 |
* | Print debugging output only if asked for, not always. | Tor Lillqvist | 2005-03-16 | 13 | -186/+219 |
* | New debugging function. As GetKeyNameText() returns a localized key name | Tor Lillqvist | 2005-03-15 | 4 | -28/+54 |
* | A further fix for big window support. Now also the test in testgtk works. | Ivan, Wong Yat Cheung | 2005-03-12 | 1 | -0/+2 |
* | Big window fix for Win32. Big windows are still emulated within 16-bit | Ivan, Wong Yat Cheung | 2005-03-11 | 3 | -552/+114 |
* | Convert the gdk keyval-keyname tables to a big string + offsets. (#168901) | Matthias Clasen | 2005-03-08 | 4 | -1332/+5338 |
* | Cast to avoid const warnings on data structure seeding. | Manish Singh | 2005-03-01 | 1 | -2/+2 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 7 | -12/+12 |
* | Implement better handling of Wintab tablet context overlap on Win32. | Robert Ögren | 2005-02-25 | 3 | -0/+37 |
* | Workaround for bug in MapVirtualKey(VK_DIVIDE, 0) in some Windows | Tor Lillqvist | 2005-02-23 | 1 | -1/+2 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-02-22 | 1 | -4/+161 |
* | Set have_render_with_trapezoids to GDK_YES when we have a new enough | Matthias Clasen | 2005-02-21 | 1 | -7/+7 |
* | build with Cairo dependency. The patch to acually use Cairo on win32 will | Hans Breuer | 2005-02-07 | 2 | -3/+3 |
* | #include cairo-xlib.h | Manish Singh | 2005-02-04 | 1 | -0/+2 |
* | Add gdk_drawable_set_cairo_target(). | Owen Taylor | 2005-02-03 | 8 | -2/+134 |
* | Make the gdk_key array const (#166075, Tommi Komulainen) | Matthias Clasen | 2005-02-03 | 1 | -1/+1 |
* | Implement lazy extended input initialization on Win32, by Robert Ögren. | Tor Lillqvist | 2005-02-02 | 3 | -6/+30 |
* | Use a FIFO list for storing GdkSelProp of a single window so that | Ivan, Wong Yat Cheung | 2005-02-02 | 1 | -11/+13 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 6 | -7/+7 |
* | Remove superfluous blank line. | Tor Lillqvist | 2005-02-01 | 1 | -1/+0 |
* | New functions, code blocks refactored out of update_keymap(). No | Tor Lillqvist | 2005-02-01 | 2 | -246/+334 |
* | Fix docs. (#165163, Jeff Franks) | Matthias Clasen | 2005-01-25 | 1 | -1/+1 |
* | Initialize user_time from DESKTOP_STARTUP_ID. (#165131, Elijah Newren) | Matthias Clasen | 2005-01-25 | 1 | -0/+21 |
* | Remove the accidentally added prototype for this unimplemented | Matthias Clasen | 2005-01-23 | 1 | -5/+0 |
* | Fix for #163702, from Ivan Wong: | Tor Lillqvist | 2005-01-23 | 4 | -32/+21 |
* | Handle Greek tonos dead accent key. (#164859, reported and fix verified by | Tor Lillqvist | 2005-01-23 | 1 | -3/+9 |
* | Call GDK_DISPLAY_XDISPLAY with a display, not a window. Clean up the | Manish Singh | 2005-01-20 | 1 | -14/+17 |
* | Squash strict aliasing warning in _NET_VIRTUAL_ROOTS code. | Manish Singh | 2005-01-20 | 1 | -3/+7 |
* | Handle keyboards with ShiftLock (and not CapsLock) correctly. (#161814) | Tor Lillqvist | 2005-01-19 | 1 | -26/+81 |
* | Precache the _NET_VIRTUAL_ROOTS atom. | Matthias Clasen | 2005-01-19 | 2 | -12/+49 |
* | Add a function to obtain the last user interaction time. (#163119, Elijah | Matthias Clasen | 2005-01-19 | 3 | -0/+21 |
* | Tue Jan 18 13:46:46 2005 Manish Singh <yosh@gimp.org | Manish Singh | 2005-01-18 | 1 | -15/+17 |
* | Add pointer warping to GDK. (#160437) | Matthias Clasen | 2005-01-18 | 4 | -0/+50 |
* | Avoid X errors when running against servers which implement XRender < 0.4. | Matthias Clasen | 2005-01-18 | 4 | -3/+37 |
* | Add an OS_LINUX conditional. | Matthias Clasen | 2005-01-13 | 1 | -1/+1 |
* | Fix for #162790, by Iwan Wong: | Tor Lillqvist | 2005-01-12 | 3 | -101/+192 |
* | Set current cursor also when changing the cursor of a window that is the | Tor Lillqvist | 2005-01-09 | 1 | -4/+25 |
* | Fix braino. (#163232, Arnaud Charlet) | Tor Lillqvist | 2005-01-07 | 1 | -1/+1 |
* | Update the user time when receiving a WM_DELETE message. (#162980, Elijah | Matthias Clasen | 2005-01-05 | 1 | -0/+2 |
* | Set x_root and y_root in button and motion events from extended input | Matthias Clasen | 2004-12-28 | 1 | -0/+4 |
* | Add sensitivity-changing timeout. Written by Christian Persch. | Søren Sandmann | 2004-12-22 | 2 | -25/+22 |