index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
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-07-15
Use XCopyArea when possible, for optimization and bug workaround.
Vladimir Vukicevic
1
-31
/
+86
2005-07-14
Eek. Yet _more_ fixups for _cairo_pattern_release_surface missed earlier.
Carl Worth
1
-4
/
+4
2005-07-14
Fix to accept a cairo_pattern_t rather than a cairo_surface_t as the primary ...
Carl Worth
1
-1
/
+0
2005-07-08
Give enum tags an underscore prefix to match the style of the struct tags. Ad...
Carl Worth
1
-3
/
+5
2005-06-28
Also flag older XFree86 servers as buggy-repeat.
Owen Taylor
1
-0
/
+3
2005-06-25
Provide locking macros, implement with pthreads.
Keith Packard
1
-37
/
+16
2005-06-24
Prefer descriptive variable names over single-character names. Remove unneede...
Carl Worth
1
-69
/
+66
2005-06-20
Workaround for https://bugs.freedesktop.org/show_bug.cgi?id=3566
Owen Taylor
1
-14
/
+268
2005-06-17
Fix width/height typo.
Owen Taylor
1
-1
/
+1
2005-06-17
Remove matrix, filter and repeat from the cairo_surface_t struct.
Kristian Høgsberg
1
-3
/
+0
2005-06-14
Implement path clipping and refactor _cairo_gstate_clip() out in three differ...
Kristian Høgsberg
1
-0
/
+1
2005-06-14
Remove Boolean 'drawable' parameter from the create_similar surface backend f...
Carl Worth
1
-2
/
+1
2005-06-10
Originally: 2005-06-09 Carl Worth <cworth@cworth.org>
Carl Worth
1
-6
/
+10
2005-06-10
Remove STATUS_OK macro which was not being used universally.
Carl Worth
1
-3
/
+3
2005-06-03
Add CODING_STYLE document to standardize on some style issues.
Carl Worth
1
-3
/
+10
2005-06-01
Rename CAIRO_OK to STATUS_OK. No intended changes in functionality.
Carl Worth
1
-3
/
+3
2005-05-26
Replace nesting-only surface clipping with gstate contained serial-number tra...
Keith Packard
1
-42
/
+81
2005-05-17
Add some comments about how and why masks are computed. Generalize overflow d...
Keith Packard
1
-12
/
+20
2005-05-17
Fix documentation to not mention set_size for the _for_bitmap functions.
Carl Worth
1
-5
/
+1
2005-05-17
Avoid shifting 32-bit quanity by 32 bits, which is undefined behavior.
Carl Worth
1
-2
/
+3
2005-05-17
Rework of cairo_xlib_surface create functions by Keith Packard:
Carl Worth
1
-215
/
+238
2005-05-14
Fix the last commit so it actually compiles now.
Carl Worth
1
-1
/
+1
2005-05-14
Fix a few documentation typos in the recent xlib surface rework.
Carl Worth
1
-8
/
+9
2005-05-13
src/cairo-xlib-surface.c src/cairo-xlib.h doc/public/cairo-sections.txt: Drop...
Owen Taylor
1
-64
/
+126
2005-05-13
Fix misplaced goto.
Owen Taylor
1
-2
/
+3
2005-05-12
Fix image->data to be unsigned
Carl Worth
1
-3
/
+3
2005-05-10
src/cairo-xlib-surface.c src/cairo-xlib.h: Remove leftover cairo_xlib_surface...
Owen Taylor
1
-16
/
+0
2005-05-06
Eliminate the following deprecated functions from cairo's interface:
Carl Worth
1
-7
/
+1
2005-05-06
Rename and re-order the cairo_operator_t enum to names that abbreviate less a...
Carl Worth
1
-10
/
+13
2005-04-19
Add new cairo_paint function.
Carl Worth
1
-29
/
+58
2005-04-14
and delete:
Carl Worth
1
-0
/
+18
2005-04-07
Change to allow NULL backend function pointers to indicate unsupported functi...
Carl Worth
1
-14
/
+2
2005-04-07
src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...
Owen Taylor
1
-9
/
+9
2005-04-07
Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...
Carl Worth
1
-6
/
+6
2005-04-04
Change type of data parameter from char* to unsigned char*.
Carl Worth
1
-1
/
+1
2005-04-04
Drop cairo_default_matrix since it is now always identical to cairo_identity_...
Carl Worth
1
-8
/
+0
2005-04-02
Style and indentation fixes.
Carl Worth
1
-2
/
+3
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
[next]