index
:
~bryce/cairo
cairogles-integration
doc-fixes
downscaling
master
path-effects
perspective-transform
test-outputs-to-output-dir
vbo-size
Bryce's cairo repository for development branches
bryce
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
2005-03-28
Renamed a bunch of files to use - rather than _ as a separator. Copy happened...
Carl Worth
1
-1669
/
+0
2005-03-23
Move surface-specific cairo_t functions to cairo.c.
Carl Worth
1
-41
/
+0
2005-03-17
doc fix - 90 degrees is MI_PI/2 radians.
Owen Taylor
1
-6
/
+6
2005-03-17
src/cairo.h src/cairo_surface.c src/cairo-xlib.h src/cairo_xlib_surface.c: Mo...
Owen Taylor
1
-95
/
+16
2005-03-16
Add cairo_output_stream.c
Kristian Høgsberg
1
-4
/
+4
2005-03-15
src/cairo-xlib.h src/cairo_xlib_surface.c: Rework set of contructors for XLib...
Owen Taylor
1
-162
/
+421
2005-03-03
Pass mask to composite operation as pattern
David Reveman
1
-40
/
+48
2005-03-03
Removed surface backend functions set_matrix, set_filter and set_repeat
David Reveman
1
-22
/
+29
2005-03-03
Change to cairo_surface_t like structure of of cairo_pattern_t
David Reveman
1
-93
/
+108
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
2005-01-31
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...
Owen Taylor
1
-113
/
+219
2005-01-27
Fold _cairo_pattern_get_image into _cairo_pattern_get_surface and make sure w...
Kristian Høgsberg
1
-91
/
+31
2005-01-27
src/cairo.[ch] src/cairo_font.c src/cairo_ft_font.c src/cairo_ps_surface.c sr...
Owen Taylor
1
-0
/
+16
2005-01-27
The overall idea of this rewrite is that we want to pass the source pattern a...
Kristian Høgsberg
1
-24
/
+78
2005-01-26
Fix access to uninitialized data
Alexander Larsson
1
-1
/
+1
2005-01-21
Change cairo_font_t to refer to a font scaled to a particular output device r...
Owen Taylor
1
-19
/
+36
2005-01-20
Track various renamings.
Carl Worth
1
-0
/
+1
2005-01-17
Add preliminary text support, including support for truetype font subsetting.
Kristian Høgsberg
1
-5
/
+5
2005-01-13
Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cair...
Carl Worth
1
-2
/
+2
2005-01-11
reverted accidental change
Øyvind Kolås
1
-3
/
+0
2005-01-11
changed default paint color to opaque black
Øyvind Kolås
1
-0
/
+3
2005-01-11
Fix math library detection to use autotools helper
Keith Packard
1
-12
/
+21
2004-12-21
With thanks to Kristian Høgsberg <krh@bitplanet.net>:
Carl Worth
1
-1
/
+1
2004-12-20
Fix bug in earlier change.
Alexander Larsson
1
-1
/
+3
2004-12-20
Split off from _cairo_xlib_surface_create to avoid roundtrip when size is alr...
Carl Worth
1
-16
/
+46
2004-11-05
Change the signs of a variety of metrics, which were backwards.
Graydon Hoare
1
-2
/
+39
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-1
/
+1
2004-10-12
Compute extents of cairo_traps_t on the fly using approximate method which is...
Keith Packard
1
-1
/
+1
2004-10-08
Add cairo_cache.c
Graydon Hoare
1
-2
/
+527
2004-09-04
Add the MPL as a new license option, in addition to the LGPL.
Carl Worth
1
-10
/
+27
2004-08-02
Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...
Carl Worth
1
-7
/
+5
2004-08-02
Change from MIT license to LGPL.
Carl Worth
1
-20
/
+14
2004-05-24
Added glyph caching
David Reveman
1
-1
/
+2
2004-05-20
Add sanity checking feature configury.
Graydon Hoare
1
-3
/
+49
2004-04-06
Added new pattern API
David Reveman
1
-3
/
+12
2004-03-30
Add question on semantics with empty region. Fix missing return value.
Carl Worth
1
-2
/
+5
2004-03-19
Add.
Graydon Hoare
1
-3
/
+47
2004-02-02
New predicate. (_cairo_xlib_surface_set_filter): Skip filterless servers. (_c...
Graydon Hoare
1
-3
/
+5
2004-01-30
New "filter" field.
Graydon Hoare
1
-10
/
+8
2004-01-24
Add missing break statements to switch.
Carl Worth
1
-0
/
+6
2003-12-11
Replace mysterious image->depth == 32 ? 24 : image->depth with simply image->...
Carl Worth
1
-1
/
+1
2003-12-05
Don't include obsolete cairo-xlib.h.
Carl Worth
1
-1
/
+0
2003-11-03
Add support for cairo_copy_page. Fixes so PS output can be more than one page...
Carl Worth
1
-0
/
+7
2003-10-31
Implemented preliminary PostScript output support. Added cairo_show_page. Bum...
Carl Worth
1
-1
/
+6
2003-10-31
Moved all libic-related drawing into cairo_image_surface.c
Carl Worth
1
-161
/
+225
2003-10-30
Fixed a few memory leaks
Carl Worth
1
-6
/
+34
2003-10-28
Rename gstate->ppm to gstate->pixels_per_inch. Add new pixels_per_inch to the...
Carl Worth
1
-0
/
+8
2003-10-27
Cleanup of surface->backend interface. Better type-safety and more consistent...
Carl Worth
1
-59
/
+74
2003-10-24
Fixes to eliminate a few compiler warnings. Bump version to 0.1.8 for recent ...
Carl Worth
1
-9
/
+0
2003-10-23
New file.
Graydon Hoare
1
-203
/
+12
[next]