| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use wide character API when available. Use UTF-8 for filenames. | Tor Lillqvist | 2004-12-19 | 2 | -71/+97 |
* | Indentation fix. Won't bother with a ChangeLog entry. | Tor Lillqvist | 2004-12-15 | 1 | -11/+11 |
* | 2.5.6GTK_2_5_6 | Matthias Clasen | 2004-12-03 | 1 | -5/+5 |
* | gdk-pixbuf/Makefile.am (gdk_pixbuf.def) gdk/Makefile.am (gdk.def) Work | Tor Lillqvist | 2004-12-03 | 1 | -1/+1 |
* | Make sure we always return a value. Return None in the fallthrough case. | Manish Singh | 2004-12-02 | 1 | -0/+2 |
* | remove the disputable memset at the end of gdk_pixmap_new() - on X11 the | Hans Breuer | 2004-11-30 | 1 | -2/+0 |
* | gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_draw_xtrapezoids) Call | Owen Taylor | 2004-11-30 | 1 | -8/+4 |
* | A little bit of microoptimization of repeated GDK_GC_XDISPLAY()/XGC(). | Owen Taylor | 2004-11-30 | 1 | -4/+6 |
* | Determine the direction of XKB groups from their content, not by looking | Matthias Clasen | 2004-11-29 | 1 | -38/+149 |
* | Add dead_hook and dead_horn. | Matthias Clasen | 2004-11-29 | 2 | -0/+4 |
* | Use the perl found by configure. (#149826, Morten Welinder) | Matthias Clasen | 2004-11-29 | 1 | -2/+2 |
* | Mark as const. | Matthias Clasen | 2004-11-28 | 12 | -68/+73 |
* | Don't crash if Xlib fails to return UTF-8. (#159373, Kristian Høgsberg) | Matthias Clasen | 2004-11-26 | 1 | -2/+8 |
* | gdk/abicheck.sh filter out G_GNUC stuff when doing the compare. | Manish Singh | 2004-11-25 | 1 | -1/+1 |