summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Convert the gdk keyval-keyname tables to a big string + offsets. (#168901)Matthias Clasen2005-03-084-1332/+5338
* Cast to avoid const warnings on data structure seeding.Manish Singh2005-03-011-2/+2
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-017-12/+12
* Implement better handling of Wintab tablet context overlap on Win32.Robert Ögren2005-02-253-0/+37
* Workaround for bug in MapVirtualKey(VK_DIVIDE, 0) in some WindowsTor Lillqvist2005-02-231-1/+2
* Merged from gtk-2-6:Federico Mena Quintero2005-02-221-4/+161
* Set have_render_with_trapezoids to GDK_YES when we have a new enoughMatthias Clasen2005-02-211-7/+7
* build with Cairo dependency. The patch to acually use Cairo on win32 willHans Breuer2005-02-072-3/+3
* #include cairo-xlib.hManish Singh2005-02-041-0/+2
* Add gdk_drawable_set_cairo_target().Owen Taylor2005-02-038-2/+134
* Make the gdk_key array const (#166075, Tommi Komulainen)Matthias Clasen2005-02-031-1/+1
* Implement lazy extended input initialization on Win32, by Robert Ögren.Tor Lillqvist2005-02-023-6/+30
* Use a FIFO list for storing GdkSelProp of a single window so thatIvan, Wong Yat Cheung2005-02-021-11/+13
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-016-7/+7
* Remove superfluous blank line.Tor Lillqvist2005-02-011-1/+0
* New functions, code blocks refactored out of update_keymap(). NoTor Lillqvist2005-02-012-246/+334
* Fix docs. (#165163, Jeff Franks)Matthias Clasen2005-01-251-1/+1
* Initialize user_time from DESKTOP_STARTUP_ID. (#165131, Elijah Newren)Matthias Clasen2005-01-251-0/+21
* Remove the accidentally added prototype for this unimplementedMatthias Clasen2005-01-231-5/+0
* Fix for #163702, from Ivan Wong:Tor Lillqvist2005-01-234-32/+21
* Handle Greek tonos dead accent key. (#164859, reported and fix verified byTor Lillqvist2005-01-231-3/+9
* Call GDK_DISPLAY_XDISPLAY with a display, not a window. Clean up theManish Singh2005-01-201-14/+17
* Squash strict aliasing warning in _NET_VIRTUAL_ROOTS code.Manish Singh2005-01-201-3/+7
* Handle keyboards with ShiftLock (and not CapsLock) correctly. (#161814)Tor Lillqvist2005-01-191-26/+81
* Precache the _NET_VIRTUAL_ROOTS atom.Matthias Clasen2005-01-192-12/+49
* Add a function to obtain the last user interaction time. (#163119, ElijahMatthias Clasen2005-01-193-0/+21
* Tue Jan 18 13:46:46 2005 Manish Singh <yosh@gimp.orgManish Singh2005-01-181-15/+17
* Add pointer warping to GDK. (#160437)Matthias Clasen2005-01-184-0/+50
* Avoid X errors when running against servers which implement XRender < 0.4.Matthias Clasen2005-01-184-3/+37
* Add an OS_LINUX conditional.Matthias Clasen2005-01-131-1/+1
* Fix for #162790, by Iwan Wong:Tor Lillqvist2005-01-123-101/+192
* Set current cursor also when changing the cursor of a window that is theTor Lillqvist2005-01-091-4/+25
* Fix braino. (#163232, Arnaud Charlet)Tor Lillqvist2005-01-071-1/+1
* Update the user time when receiving a WM_DELETE message. (#162980, ElijahMatthias Clasen2005-01-051-0/+2
* Set x_root and y_root in button and motion events from extended inputMatthias Clasen2004-12-281-0/+4
* Add sensitivity-changing timeout. Written by Christian Persch.Søren Sandmann2004-12-222-25/+22
* Use wide character API when available. Use UTF-8 for filenames.Tor Lillqvist2004-12-192-71/+97
* Indentation fix. Won't bother with a ChangeLog entry.Tor Lillqvist2004-12-151-11/+11
* 2.5.6GTK_2_5_6Matthias Clasen2004-12-031-5/+5
* gdk-pixbuf/Makefile.am (gdk_pixbuf.def) gdk/Makefile.am (gdk.def) WorkTor Lillqvist2004-12-031-1/+1
* Make sure we always return a value. Return None in the fallthrough case.Manish Singh2004-12-021-0/+2
* remove the disputable memset at the end of gdk_pixmap_new() - on X11 theHans Breuer2004-11-301-2/+0
* gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_draw_xtrapezoids) CallOwen Taylor2004-11-301-8/+4
* A little bit of microoptimization of repeated GDK_GC_XDISPLAY()/XGC().Owen Taylor2004-11-301-4/+6
* Determine the direction of XKB groups from their content, not by lookingMatthias Clasen2004-11-291-38/+149
* Add dead_hook and dead_horn.Matthias Clasen2004-11-292-0/+4
* Use the perl found by configure. (#149826, Morten Welinder)Matthias Clasen2004-11-291-2/+2
* Mark as const.Matthias Clasen2004-11-2812-68/+73
* Don't crash if Xlib fails to return UTF-8. (#159373, Kristian Høgsberg)Matthias Clasen2004-11-261-2/+8
* gdk/abicheck.sh filter out G_GNUC stuff when doing the compare.Manish Singh2004-11-251-1/+1