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
/
cairo-xcb-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-19
Add new cairo_paint function.
Carl Worth
1
-0
/
+15
2005-04-07
Change to allow NULL backend function pointers to indicate unsupported functi...
Carl Worth
1
-15
/
+3
2005-04-04
Drop cairo_default_matrix since it is now always identical to cairo_identity_...
Carl Worth
1
-8
/
+0
2005-03-25
Fix "implicit declaration" warning in cairo.c by moving cairo_xcb_surface_cre...
Jamey Sharp
1
-6
/
+0
2005-03-23
Move surface-specific cairo_t functions to cairo.c.
Carl Worth
1
-24
/
+0
2005-03-16
Add cairo_output_stream.c
Kristian Høgsberg
1
-4
/
+2
2005-03-03
Update xcb backend
David Reveman
1
-145
/
+312
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
2005-01-25
Add missing include directive so xcb backend compile again
David Reveman
1
-0
/
+1
2005-01-13
Replace struct cairo_surface_backend with cairo_surface_backend_t
David Reveman
1
-1
/
+1
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-1
/
+1
2004-10-08
Add cairo_cache.c
Graydon Hoare
1
-1
/
+2
2004-09-30
Update for minor XCB API change.
Jamey Sharp
1
-1
/
+1
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-07-24
Updating for XCB API change around iterators.
Jamey Sharp
1
-4
/
+4
2004-06-16
Fix image data length computation (XCB doesn't do this part).
Keith Packard
1
-2
/
+2
2004-05-24
Added glyph caching
David Reveman
1
-1
/
+2
2004-04-06
Added new pattern API
David Reveman
1
-1
/
+10
2004-03-23
Implement _set_clip_region by delegating it to the image backend.
Olivier Andrieu
1
-1
/
+10
2004-03-17
Fixed for latest XCB API. XCB headers can co-exist with Xlib headers now, so ...
Jamey Sharp
1
-59
/
+64
2004-02-02
Ported the Xlib surface backend to XCB.
Jamey Sharp
1
-0
/
+776