summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-surface.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-26Fix text disappearing after space (bug #6617)1.0Carl Worth1-1/+1
2006-03-03_cairo_xlib_surface_show_glyphs: Break up rendering into chunks to fitCarl Worth1-19/+42
2005-10-06Add missing initialization for ximage.xoffset.Carl Worth1-0/+1
2005-09-19Avoid attempting to create a size-0 Pixmap, (to prevent the associated X erro...Carl Worth1-1/+2
2005-08-31Handle displays which don't match the local endianness by byteswapping on Get...Owen Taylor1-30/+140
2005-08-30Liberalize the ServerVendor check so that we can handle the Mandriva vendor s...Owen Taylor1-1/+1
2005-08-27Make the vendor string check for XFree86 more liberal, to deal with older ver...Owen Taylor1-1/+1
2005-08-23Add a long description.Billy Biggs1-0/+2
2005-08-22Make cairo_ft_unscaled_font_backend static.Owen Taylor1-1/+1
2005-08-21Recognize gentoo's (and maybe other distro's) modified server vendor string, ...Owen Taylor1-2/+2
2005-08-20Include Xfree86-4.5 in the blacklist. (Reported by Andrew Benton)Owen Taylor1-1/+1
2005-08-19We need the call to fixup_unbounded when we optimize the RENDER operator to X...Owen Taylor1-11/+12
2005-08-18Fix offset passed in for source patterns. (#2333, Tim Rowley)Owen Taylor1-9/+9
2005-08-18Implement new equations for CLEAR and SOURCE CLEAR: (mask IN clip) ? 0 : dest...Owen Taylor1-2/+4
2005-08-16src/cairoint.h: Split out a couple of useful utility functions.Owen Taylor1-40/+44
2005-08-09Don't crash on 0-width or 0-height glyphs; also correctly initialize entry->k...Vladimir Vukicevic1-0/+3
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs1-5/+17
2005-08-08Don't free the glyph if the entry doesn't have a glyph. (Maybe #3909, Carlos ...Owen Taylor1-2/+3
2005-08-08Add a function to test whether a cairo_operator_t is bounded (does nothing fo...Owen Taylor1-3/+211
2005-08-04Change *_reference() functions to return the object being referenced.Kristian Høgsberg1-2/+1
2005-08-04Check for render bug involving repeated patterns with a general transform mat...Tor Lillqvist1-10/+30
2005-08-01New public header file.Carl Worth1-2/+24
2005-07-28Patch from Martin Kretzschmar <martink@gnome.org>, #3798Owen Taylor1-4/+4
2005-07-28dest_image) src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_im...Owen Taylor1-1/+3
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-3/+9
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-18/+34
2005-07-27Turn off antialiasing for rendering to alpha surfaces.Owen Taylor1-3/+6
2005-07-27Deal with glyphs with entry->im->image NULL. (This can happen if fonts have s...Owen Taylor1-24/+49
2005-07-26Fix infinite loop bug in xlib backendDavid Reveman1-1/+1
2005-07-23src/cairo-xlib-private.h src/cairo-xlib-screen.c: Switch to using Screen * no...Owen Taylor1-1/+1
2005-07-21Add ARGB glyph support.Keith Packard1-17/+201
2005-07-21Add cairo_xlib_surface_set_drawable which changes the target drawable for an ...Keith Packard1-0/+44
2005-07-21src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o...Owen Taylor1-1/+21
2005-07-20Add Screen* arguments to:Keith Packard1-34/+82
2005-07-15Use XCopyArea when possible, for optimization and bug workaround.Vladimir Vukicevic1-31/+86
2005-07-14Eek. Yet _more_ fixups for _cairo_pattern_release_surface missed earlier.Carl Worth1-4/+4
2005-07-14Fix to accept a cairo_pattern_t rather than a cairo_surface_t as the primary ...Carl Worth1-1/+0
2005-07-08Give enum tags an underscore prefix to match the style of the struct tags. Ad...Carl Worth1-3/+5
2005-06-28Also flag older XFree86 servers as buggy-repeat.Owen Taylor1-0/+3
2005-06-25Provide locking macros, implement with pthreads.Keith Packard1-37/+16
2005-06-24Prefer descriptive variable names over single-character names. Remove unneede...Carl Worth1-69/+66
2005-06-20Workaround for https://bugs.freedesktop.org/show_bug.cgi?id=3566Owen Taylor1-14/+268
2005-06-17Fix width/height typo.Owen Taylor1-1/+1
2005-06-17Remove matrix, filter and repeat from the cairo_surface_t struct.Kristian Høgsberg1-3/+0
2005-06-14Implement path clipping and refactor _cairo_gstate_clip() out in three differ...Kristian Høgsberg1-0/+1
2005-06-14Remove Boolean 'drawable' parameter from the create_similar surface backend f...Carl Worth1-2/+1
2005-06-10Originally: 2005-06-09 Carl Worth <cworth@cworth.org>Carl Worth1-6/+10
2005-06-10Remove STATUS_OK macro which was not being used universally.Carl Worth1-3/+3
2005-06-03Add CODING_STYLE document to standardize on some style issues.Carl Worth1-3/+10
2005-06-01Rename CAIRO_OK to STATUS_OK. No intended changes in functionality.Carl Worth1-3/+3