summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdrawable-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Add function accessors for x11 window/pixmap implAlexander Larsson2009-09-041-0/+11
* Make clipmasks work for pixbuf renderingAlexander Larsson2009-07-071-2/+15
* Make GdkDrawable draw_drawable backwards compatAlexander Larsson2009-07-011-1/+1
* Move new draw_drawable argument to end to make it more backwards compatAlexander Larsson2009-07-011-4/+4
* Rename gdk_window_set_has_native to gdk_window_ensure_nativeAlexander Larsson2009-06-011-1/+1
* Add support for client side graphics exposures in gdk_draw_drawableAlexander Larsson2009-05-271-0/+2
* Workaround X11 clipping bugAlexander Larsson2009-04-021-3/+40
* Only sync the display if creating a native window implicitlyAlexander Larsson2009-04-021-2/+10
* Really create a native window when getting xidAlexander Larsson2009-04-021-4/+6
* Create native window when requesting xidAlexander Larsson2009-04-021-2/+4
* Initial client-side-windows workAlexander Larsson2009-04-021-26/+55
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Don't leak ShmPixmapInfo. (#349858, Chris Wilson)Matthias Clasen2006-08-151-2/+18
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-041-38/+12
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* Fix have_base_pc / have_base_x_pc typo.Owen Taylor2005-08-151-2/+0
* Follow change in cairo API to add Screen* toKeith Packard2005-07-211-0/+1
* Update to changed cairo interface.Owen Taylor2005-05-171-11/+30
* Update for cairo-xlib API change.Owen Taylor2005-05-141-11/+13
* Fill in unused bits so they can be used for the depth-32 target case.Owen Taylor2005-05-091-1/+23
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-021-4/+4
* Call cairo_surface_finish()Owen Taylor2005-03-181-8/+1
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-371/+79
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+5
* Set have_render_with_trapezoids to GDK_YES when we have a new enoughMatthias Clasen2005-02-211-7/+7
* #include cairo-xlib.hManish Singh2005-02-041-0/+2
* Add gdk_drawable_set_cairo_target().Owen Taylor2005-02-031-0/+50
* Tue Jan 18 13:46:46 2005 Manish Singh <yosh@gimp.orgManish Singh2005-01-181-15/+17
* Avoid X errors when running against servers which implement XRender < 0.4.Matthias Clasen2005-01-181-2/+32
* gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_draw_xtrapezoids) CallOwen Taylor2004-11-301-8/+4
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-18/+175
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Cast to 32-bit integers when premultiplying, suggested by Keith Packard.Anders Carlsson2004-07-271-3/+3
* Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangleAnders Carlsson2004-07-271-2/+67
* Merge from stable:Michael Natterer2004-06-211-38/+32
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-2/+2
* GC caching, bug #125645 (based on patch by Brian Cameron)Soeren Sandmann2004-02-181-2/+1
* Fix for #119722, reported by Olexiy Avramchenko, patch by Owen Taylor.Soeren Sandmann2004-02-171-9/+17
* Revert changes from #113476 and go back to using XftDrawSetClip, becauseOwen Taylor2004-01-301-0/+20
* Add a fallback for unaligned source data for FORMAT_ARGB_MASK. (#117217)Owen Taylor2003-08-181-40/+57
* Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):Owen Taylor2003-08-151-0/+2
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-021-116/+7
* If the check for missing depths, try actually creating pixmaps of theOwen Taylor2003-08-011-0/+31
* Remove bad optimization for src_rowstride == dest_stride. (Didn't considerOwen Taylor2003-06-031-7/+0
* Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2 anyway.Matthias Clasen2003-05-211-20/+0
* Fix pointer arithmetic on 'void *'. (#108322)Owen Taylor2003-04-181-2/+2
* Patch from Morten Welinder to catch Sun servers with a brokenOwen Taylor2003-04-181-6/+51
* Don't try to use render if we can't get a picture for the drawable. (FixesOwen Taylor2002-11-071-1/+2