index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-02
time: Add cairo_time_t type
Andrea Canciani
7
-101
/
+419
2011-09-02
win32: Fix compilation
Andrea Canciani
3
-0
/
+3
2011-09-02
quartz: Fix compilation
Andrea Canciani
2
-0
/
+2
2011-08-30
xcb: Fix fallback for *_shm_put_image
Uli Schlachter
1
-2
/
+2
2011-08-30
xcb: Add an assert for the tighten-bounds test
Uli Schlachter
1
-0
/
+3
2011-08-30
observer: Add missing return codes
Chris Wilson
1
-4
/
+4
2011-08-30
api: Extend cairo_antialias_t to include performace/quality hints
Chris Wilson
12
-24
/
+65
2011-08-30
perf: Print a summary of each operation for a trace (using '-s')
Chris Wilson
2
-65
/
+177
2011-08-29
pdf: use a new clipper object in recording_subsurface
Adrian Johnson
1
-0
/
+6
2011-08-29
ps/pdf: use a new clipper object when emitting a recording surface
Adrian Johnson
2
-0
/
+20
2011-08-24
font-subsets: fix wrong string length
Adrian Johnson
1
-1
/
+1
2011-08-23
[ft] Minor
Behdad Esfahbod
1
-1
/
+1
2011-08-23
observe: Provide the sum of the elapsed time of the individual operations
Chris Wilson
2
-6
/
+51
2011-08-23
cff-subset: fix decoding of real numbers
Adrian Johnson
1
-1
/
+3
2011-08-21
cff-subset: don't easily give up parsing a charstring if we already have the ...
Adrian Johnson
1
-4
/
+10
2011-08-21
cff-subset: fallback when parsing the charstrings in bare cff fonts fails
Adrian Johnson
1
-6
/
+17
2011-08-20
observer: correct classification of aligned paths
Chris Wilson
1
-5
/
+4
2011-08-20
observer: bypass surface mid-layer and call into recording surface directly
Chris Wilson
1
-46
/
+69
2011-08-20
observer: copy glyphs around call into backend
Chris Wilson
1
-5
/
+14
2011-08-20
recording: optionally disable optimise away clears
Chris Wilson
4
-12
/
+28
2011-08-20
xlib: Fix typo in snapshotting.
Chris Wilson
1
-1
/
+1
2011-08-20
observer: record all operations and their timings
Chris Wilson
7
-55
/
+464
2011-08-18
xcb-shm: Fix a logic error while allocating mem
Uli Schlachter
1
-5
/
+6
2011-08-18
xcb: Handle SHM exhaustion via falling back
Uli Schlachter
1
-2
/
+7
2011-08-18
xcb: Merge two functions for creating shm images
Uli Schlachter
3
-41
/
+10
2011-08-18
xcb: Fallback to image if allocating SHM fails
Uli Schlachter
1
-1
/
+1
2011-08-18
obsever: include the operation timings
Chris Wilson
2
-122
/
+553
2011-08-18
observer: put a comma between array items when printing
Chris Wilson
1
-2
/
+3
2011-08-18
observer: further classify general clips
Chris Wilson
4
-4
/
+29
2011-08-18
observer: only print out the non-zero clip types
Chris Wilson
1
-6
/
+9
2011-08-18
observer: only print out the non-zero path types
Chris Wilson
1
-7
/
+10
2011-08-18
obverser: only print out the active patterns
Chris Wilson
1
-13
/
+15
2011-08-18
observer: print path antialias modes
Chris Wilson
1
-0
/
+16
2011-08-16
pdf: change end of line in pdf output from \r\n to \n
Adrian Johnson
1
-2
/
+2
2011-08-15
snapshot: restore the order of detach vs callback
Chris Wilson
1
-3
/
+3
2011-08-15
observer: print stroke caps/joins frequencies
Chris Wilson
1
-11
/
+54
2011-08-15
observer: print operator frequencies
Chris Wilson
1
-0
/
+67
2011-08-15
observer: report number of solid patterns first
Chris Wilson
1
-2
/
+2
2011-08-15
stroke: Convert the outlines into contour and then into a polygon
Chris Wilson
11
-448
/
+1464
2011-08-15
stroke: move normal stroker to new file
Chris Wilson
4
-6
/
+1017
2011-08-15
recording: Defend against bad user-input
Chris Wilson
1
-1
/
+1
2011-08-15
check: make check-headers happy
Chris Wilson
7
-0
/
+10
2011-08-15
Introduce cairo_mime_surface_t
Chris Wilson
5
-21
/
+501
2011-08-14
xml: Include 'cairo-image-surface-private.h'
Chris Wilson
1
-0
/
+1
2011-08-14
tee: compile fix for migration of _cairo_is_recording_surface()
Chris Wilson
1
-0
/
+1
2011-08-14
script: enable by default
Chris Wilson
1
-1
/
+1
2011-08-14
Introduce cairo_surface_observer_t for performance analysis
Chris Wilson
7
-4
/
+1216
2011-08-14
gstate: Copy clusters for an untransformed unbounded surface
Chris Wilson
2
-7
/
+13
2011-08-14
script: Hook image caching into the snapshot mechanism
Chris Wilson
1
-67
/
+7
2011-08-14
surface: Rearrange nothing_to_do? to catch OVER + clear source
Chris Wilson
1
-5
/
+7
[next]