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
/
pixman
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-02
fix comment: pixman_private needs to be before the type of a variable
Christian Biesinger
1
-2
/
+2
2006-10-31
Use pixman_private consistently as prefix not suffix
Alfred Peng
2
-3
/
+3
2006-10-31
Add Sun Pro C definition of pixman_private
Alfred Peng
1
-1
/
+3
2006-10-31
Add missing pixman_private to _FbOnes when a function.
Carl Worth
1
-1
/
+1
2006-10-31
Make the SLIM macros robust in the face of macro-renamed symbols
Nicholas Miell
1
-2
/
+3
2006-10-31
Fix the AMD64 final link by removing SLIM from pixman
Nicholas Miell
7
-29
/
+0
2006-10-31
pixman: Add pixman_private decorations to hide pixman symbols from public int...
Carl Worth
4
-56
/
+85
2006-08-17
pixman: Use pSourceClip rather than pCompositeClip when fetching
Vladimir Vukicevic
1
-19
/
+19
2006-08-13
[pixman] Don't cast pointers to integers
Pavel Roskin
1
-1
/
+1
2006-08-11
[warnings] Fixes for sparse. This fixes a lot of instances of 0 vs NULL
Kjartan Maraas
3
-22
/
+22
2006-08-08
Fix leaks in failure paths in pixman gradient creation
Alfred Peng
1
-0
/
+2
2006-08-08
Fix few remaining compiler warnings, revealed by -O3
Behdad Esfahbod
1
-3
/
+3
2006-08-07
Merge branch 'warnings-cleanup' into cairo
Carl Worth
5
-47
/
+49
2006-08-07
Add -Wswitch-enum compiler flag and fix all trivial warnings
Carl Worth
1
-0
/
+11
2006-08-07
Add -Wunsafe-loop-optimizations compiler flag and fix all warnings
Behdad Esfahbod
1
-4
/
+4
2006-08-07
Fix bug 7294 by adding pixman BGR formats and internal cairo BGR formats.
Carl Worth
2
-1
/
+15
2006-07-28
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
3
-12
/
+12
2006-07-28
Add -Wold-style-definition compiler falg and fix all warnings.
Behdad Esfahbod
1
-31
/
+22
2006-06-29
Squelch some bogus compiler warnings about possibly uninitialized values.
Carl Worth
1
-4
/
+5
2006-06-25
Fix build after recent pixman.h change.
Torsten Schoenfeld
1
-0
/
+4
2006-06-25
Prefer using configure-generated variable for finding stdint.h or similar.
Carl Worth
1
-5
/
+7
2006-06-16
New API: Add support for new CAIRO_FORMAT_RGB16_565
Carl Worth
2
-1
/
+8
2006-06-16
Use enum time instead of int (shuts intel compiler up.)
Behdad Esfahbod
1
-1
/
+1
2006-06-13
Patch to fix pixman samping location bug (#2488).
Bertram Felgenhauer
1
-6
/
+15
2006-06-13
Bug 4196: undef MIN an MAX before defining to avoid duplicate definition
Carl Worth
2
-0
/
+4
2006-06-07
pixman: fix compilation on HP-UX 11.11
Zakharov Mikhail
1
-1
/
+1
2006-06-06
Remove initial, final, and duplicate blank lines.
Carl Worth
19
-73
/
+0
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
18
-79
/
+79
2006-06-06
Remove trailing whitespace from lines with a single brace.
Carl Worth
2
-5
/
+5
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
11
-27
/
+27
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
21
-425
/
+425
2006-05-15
pixman: Remove unused code to quiet compiler warnings
Carl Worth
2
-80
/
+0
2006-05-15
pixman: Add default case to quiet compiler warning
Carl Worth
1
-0
/
+3
2006-05-15
pixman: Fix build to enable warnings again
Carl Worth
1
-2
/
+2
2006-05-04
pixman: Remove potential memory leak in failure path.
Carl Worth
1
-4
/
+6
2006-04-19
Use calloc rather than malloc+memset
Christian Biesinger
2
-7
/
+2
2006-04-14
Change cairo_image_surface_create to zero out surface contents.
Dom Lachowicz
1
-0
/
+1
2006-04-10
Simple fix for build failure on DEC/OSF1.
Laxmi Harikumar
1
-1
/
+1
2006-03-15
Remove annoyinc RCS magic lines that are not being used, but cause conflicts.
Carl Worth
10
-20
/
+0
2006-03-13
fbCompositeTrans_0888xnx0888: Fix suspicious logical negation of pointer value.
Carl Worth
1
-2
/
+2
2006-02-27
Misc compilation fixes (C++-style comments, M_PI decls, etc.)
Vladimir Vukicevic
2
-3
/
+11
2006-02-26
Use C-style comments rather than C++-style
Christian Biesinger
2
-3
/
+3
2006-02-21
Add missing gradient functions to pixman-remap.h
Christian Biesinger
1
-0
/
+2
2006-02-15
Rename .cvsignore to .gitignore. Add *~ and *.o.
Carl Worth
1
-0
/
+2
2006-01-21
Don't mix declarations and code. This makes the code valid ISO C, fixes a gcc...
Christian Biesinger
1
-3
/
+3
2006-01-09
Use uint32_t instead of uint;
Anders Carlsson
1
-4
/
+4
2006-01-04
2005-10-10 David Reveman <davidr@novell.com>
Carl Worth
3
-458
/
+755
2006-01-04
Originally: 2005-10-10 David Reveman <davidr@novell.com>
Carl Worth
5
-55
/
+497
2005-12-14
Remove dead code from cairo-meta-surface: vestiges of meta-surface backend im...
Carl Worth
1
-0
/
+2
2005-11-21
Remove duplicate definitions of pixman_color_to_pixel and pixman_composite.
Carl Worth
1
-2
/
+0
[next]