summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Call cairo_surface_finish()Owen Taylor2005-03-182-12/+1
* On WM_MOUSEMOVE, don't check if this process owns the active window. ThisTor Lillqvist2005-03-182-27/+3
* Use cairo_set_device_offset().Owen Taylor2005-03-189-227/+196
* Fix get_stipple_surface to actually work, set EXTEND_REPEAT on the stippleOwen Taylor2005-03-171-2/+7
* gdk_key is a typedef, not a struct tag.Tor Lillqvist2005-03-171-7/+7
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-1721-1592/+674
* Shut up CVSManish Singh2005-03-161-0/+1
* #include gdkaliasdef.c here too.Manish Singh2005-03-161-0/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-1659-528/+1173
* gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, justTor Lillqvist2005-03-1611-72/+112
* Print debugging output only if asked for, not always.Tor Lillqvist2005-03-1613-186/+219
* New debugging function. As GetKeyNameText() returns a localized key nameTor Lillqvist2005-03-154-28/+54
* A further fix for big window support. Now also the test in testgtk works.Ivan, Wong Yat Cheung2005-03-121-0/+2
* Big window fix for Win32. Big windows are still emulated within 16-bitIvan, Wong Yat Cheung2005-03-113-552/+114
* 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