summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fill in unused bits so they can be used for the depth-32 target case.Owen Taylor2005-05-0910-33/+223
* Small documentation additions.Matthias Clasen2005-05-086-25/+18
* Forgotten fix.Matthias Clasen2005-05-081-6/+8
* Fix typos in the docs. (#303389, Masao Mutoh)Matthias Clasen2005-05-081-2/+2
* Get the foreground color, not the background color.Owen Taylor2005-05-071-1/+1
* Change prototype to match cairo_set_source_surface().Owen Taylor2005-05-075-40/+28
* Fix a bug in focus tracking when we move between has_pointer_focus andOwen Taylor2005-05-052-26/+69
* gdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_pixmap) Minor fixesTor Lillqvist2005-05-042-10/+13
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-0215-699/+797
* Take multi-monitor offset into account. (#302525)Tor Lillqvist2005-04-301-2/+2
* 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