summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Match character height instead of cell height. Fix #301228.Ivan, Wong Yat Cheung2005-04-211-2/+2
* gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update toOwen Taylor2005-04-184-12/+12
* Fix #300218:Ivan, Wong Yat Cheung2005-04-111-1/+3
* Some more fixes necessary to make building with gcc 4 work.Matthias Clasen2005-04-103-2/+14
* Simplify matrix manipulation now that cairo exposes the cairo_matrix_tCarl Worth2005-04-082-9/+8
* Handle 16 colour display mode. For some reason, in this modeTor Lillqvist2005-04-051-3/+11
* Don't force 24bpp GdkVisual on 32bpp displays. (#140706)Tor Lillqvist2005-04-051-1/+0
* New debugging function, to log a clipboard format name symbolically.Tor Lillqvist2005-04-049-218/+593
* [merged from gtk-2-6 branch] let dash_offset shift the start of the lineHans Breuer2005-04-035-16/+95
* Include cairo.hMatthias Clasen2005-03-301-6/+3
* Fix event filter handling. If an event filter (global, client messageTor Lillqvist2005-03-301-47/+42
* The state field should represent the state before the event, like on X11.Tor Lillqvist2005-03-301-5/+24
* Don't invalidate areas that are covered by mapped input-output childSøren Sandmann2005-03-281-28/+40
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-1/+1
* Mark param spec strings as static.Matthias Clasen2005-03-212-2/+5
* Return the Terminal Services session number, window station name (alwaysTor Lillqvist2005-03-201-3/+71
* 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