index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-xlib-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-27
xlib: Check pixman format before trying to create an image surface for it
Carlos Garcia Campos
1
-6
/
+9
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-3039
/
+185
2011-08-30
api: Extend cairo_antialias_t to include performace/quality hints
Chris Wilson
1
-15
/
+6
2011-08-20
xlib: Fix typo in snapshotting.
Chris Wilson
1
-1
/
+1
2011-08-14
xlib: Mark surfaces as finished when the Display is finished/destroyed/closed.
Chris Wilson
1
-0
/
+4
2011-08-14
image: peek through a snapshot to the recording surface behind
Chris Wilson
1
-1
/
+1
2011-08-13
image: move surface definition to new header for subclassing
Chris Wilson
1
-0
/
+1
2011-08-12
xlib: Set the clip_region for glyphs
Chris Wilson
1
-33
/
+2
2011-07-31
Remove useless checks for NULL before freeing
Andrea Canciani
1
-4
/
+2
2011-07-27
xlib: Fix a typo
Uli Schlachter
1
-1
/
+1
2011-07-26
API: map-to-image and create-similar-image
Chris Wilson
1
-65
/
+68
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-18
/
+14
2011-07-15
pattern: Add observer hooks
Chris Wilson
1
-1
/
+2
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-0
/
+3
2011-06-25
xlib: Create an exact match for the image surface if possible using Xrender
Chris Wilson
1
-20
/
+91
2011-06-24
xcb,xlib,surface: Check for too small sizes
Uli Schlachter
1
-5
/
+5
2011-06-16
xlib: Fix build of xlib-xcb
Andrea Canciani
1
-0
/
+4
2011-06-01
xlib,xcb: Force strict adherence to the Render specification when testing
Chris Wilson
1
-2
/
+5
2011-05-10
Extract function to query endianness from xlib/xcb and make it common
Alexandros Frantzis
1
-15
/
+4
2011-03-18
xcb,xlib: Fallback upon generic radial gradients
Andrea Canciani
1
-0
/
+6
2011-03-18
xcb,xlib: Fix 1-stop gradients
Andrea Canciani
1
-8
/
+21
2011-01-07
xlib: Handle a wider range of glyph positions
Andrea Canciani
1
-22
/
+22
2011-01-02
pattern: Factor out pattern rescaling
Andrea Canciani
1
-50
/
+14
2011-01-02
matrix: Cairo matrix to pixman transform/offset conversion
Andrea Canciani
1
-10
/
+25
2011-01-01
mesh: Add mesh pattern type and enum values
Adrian Johnson
1
-0
/
+1
2010-11-08
xlib: Add more _cairo_error() calls
Benjamin Otte
1
-3
/
+3
2010-08-26
subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE public
Benjamin Otte
1
-1
/
+1
2010-07-16
qt: Use native glyph rendering.
Oleg Romashin
1
-6
/
+0
2010-07-08
doc: Move tmpl/ docs to inline docs
Benjamin Otte
1
-0
/
+40
2010-07-06
xlib: Setters should set finished surfaces into an error status
Benjamin Otte
1
-4
/
+14
2010-07-02
xlib: Apply translation to image surface upload.
Chris Wilson
1
-5
/
+8
2010-06-19
xlib: Precise and Imprecise were reversed.
Chris Wilson
1
-4
/
+4
2010-06-19
xlib: Perform image uploads inplace.
Chris Wilson
1
-0
/
+112
2010-06-11
xlib: Adjust trapezoid precision based on antialias.
Chris Wilson
1
-0
/
+31
2010-06-11
xlib: Find matching Visual for XRenderFormat
Karl Tomlinson
1
-9
/
+65
2010-06-10
pattern: remove content field from solid patterns
Andrea Canciani
1
-3
/
+3
2010-06-10
surface: remove content argument from is_similar
Andrea Canciani
1
-28
/
+2
2010-05-17
xlib: ensure variable isn't uninitialized
Benjamin Otte
1
-1
/
+3
2010-05-06
xlib: Remove reference counting for cairo_xlib_screen_t
Chris Wilson
1
-27
/
+11
2010-05-04
xlib: Don't delete gradients in unbounded fixup code
Chris Wilson
1
-1
/
+2
2010-04-29
xlib: Don't modify variables that are needed later
Benjamin Otte
1
-4
/
+4
2010-04-29
xlib: Constify some function arguments
Benjamin Otte
1
-6
/
+6
2010-04-29
xlib: remove unused code
Benjamin Otte
1
-12
/
+0
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-04-18
xlib: Make display a cairo_device_t
Benjamin Otte
1
-226
/
+331
2010-04-15
Use pixman_image_composite32()
Benjamin Otte
1
-8
/
+8
2010-04-15
xlib: Make code not complain about every new format
Benjamin Otte
1
-28
/
+18
2010-04-14
xlib: Don't operate on an error object inside setters.
Chris Wilson
1
-0
/
+6
2010-03-31
xlib: Avoid multiple evaluations inside bswap_*() macro.
Chris Wilson
1
-1
/
+2
2010-03-30
Silence enumeration warnings following addition of RGB16_565
Chris Wilson
1
-0
/
+5
[next]