index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-xlib-screen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-23
xlib: Add cairo_xlib_device API
Benjamin Otte
1
-1
/
+1
2010-04-23
xlib: Fix screen device handling
Benjamin Otte
1
-7
/
+16
2010-04-18
xlib: Make display a cairo_device_t
Benjamin Otte
1
-130
/
+31
2010-01-29
xlib: Compile fix for no fontconfig
Chris Wilson
1
-1
/
+2
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-11-05
xlib: Fix double free
Andrea Canciani
1
-0
/
+1
2009-10-18
[xlib] Fix compiler warnings
Benjamin Otte
1
-4
/
+4
2009-10-15
[atomic] Fallback to libatomic-ops-dev
Chris Wilson
1
-7
/
+9
2009-09-11
[xlib] Fix big-line.
Chris Wilson
1
-2
/
+4
2009-09-10
[xlib] Fix extraction of GC during XCloseDisplay()
Chris Wilson
1
-1
/
+1
2009-09-02
[xlib] Eliminate GC clipping
Chris Wilson
1
-32
/
+18
2009-09-01
[xlib] Make xlib_display_t private and rename xlib_screen_info_t
Chris Wilson
1
-86
/
+69
2009-06-19
[xlib] Improve GC caching efficacy
Chris Wilson
1
-48
/
+152
2009-03-17
Support compiling without fontconfig
Behdad Esfahbod
1
-13
/
+10
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-1
/
+1
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-2
/
+2
2008-10-30
[xlib] Only clear the GC clip mask as necessary.
Chris Wilson
1
-2
/
+6
2008-10-30
[xlib] Propagate real status from get_screen_info().
Chris Wilson
1
-29
/
+37
2008-10-30
[xlib] Defer querying of font options until first use
Chris Wilson
1
-3
/
+25
2008-09-25
Remove all lcd_filter code.
Carl Worth
1
-28
/
+0
2008-09-18
Make the lcd_filter API private
Carl Worth
1
-1
/
+1
2008-09-02
[xlib] Keep a pointer to the cairo_xlib_display_t on the surface.
Chris Wilson
1
-10
/
+4
2008-08-18
Tone down comment
Behdad Esfahbod
1
-1
/
+1
2008-08-17
[xlib] Return the integer from XGetDefault().
Chris Wilson
1
-2
/
+1
2008-08-06
Fix Ubuntu-specific issue with FC_LCD_NONE et al
Behdad Esfahbod
1
-0
/
+3
2008-08-05
[cairo-xlib] Support to retrieve the LCD filter type from the Xrm database
Sylvain Pasche
1
-0
/
+28
2008-08-05
[cairo-ft] Fontconfig defines for LCD constants when using Fontconfig < 2.6
Sylvain Pasche
1
-0
/
+9
2008-06-10
[cairo-xlib-screen] Protect fontconfig call with CAIRO_HAS_FT_FONT
Behdad Esfahbod
1
-0
/
+2
2008-04-11
[xlib] Clear the gc_needs_clip_reset after use.
Chris Wilson
1
-0
/
+1
2008-04-11
[xlib] Clear the Visual cache upon display closure.
Chris Wilson
1
-7
/
+9
2008-04-11
[xlib] Convert the Visual cache to use the screen mutex.
Chris Wilson
1
-12
/
+13
2008-04-11
[xlib] Add locking around GC cache.
Chris Wilson
1
-10
/
+21
2008-04-02
[cairo-xlib] Handle malloc failures for cairo_xlib_visual_info_t.
Chris Wilson
1
-16
/
+36
2008-03-20
Add support for 8-bit PseudoColor visuals
Carl Worth
1
-0
/
+49
2008-01-17
[cairo-xlib] Remove the NULL safeguards.
Chris Wilson
1
-6
/
+0
2008-01-15
[cairo-xlib] Fixup --disable-xlib-xrender
Chris Wilson
1
-0
/
+1
2007-09-25
[cairo-atomic] Rewrite reference counting using atomic ops.
Chris Wilson
1
-5
/
+7
2007-08-31
[xlib] Make it compile without Xrender available at compile time (#12210)
Behdad Esfahbod
1
-2
/
+0
2007-05-16
[cairo-xlib-screen] Increase number of GC depths.
Chris Wilson
1
-6
/
+8
2007-05-12
[cairo-xlib-screen] Clear the gc_needs_clip_reset after use.
Chris Wilson
1
-1
/
+3
2007-05-04
[cairo-xlib-display] Cache the screen_info for the lifetime of the display.
Chris Wilson
1
-2
/
+1
2007-05-04
[cairo-xlib] Cache freed GCs
Chris Wilson
1
-0
/
+70
2007-05-04
[cairo-xlib] Introduce a workqueue for deferred destruction of X resources.
Chris Wilson
1
-1
/
+0
2007-05-04
[cairo-xlib] Split per-display attributes from per-screen.
Chris Wilson
1
-245
/
+64
2007-04-12
[xlib] Turn metrics-hinting on by default
Behdad Esfahbod
1
-0
/
+1
2007-04-12
Add a reference count to cairo_xlib_screen_info_t
Chris Wilson
1
-17
/
+60
2007-04-12
cairo_xlib_close_display - drop the mutex whilst calling the hooks
Chris Wilson
1
-9
/
+24
2007-04-12
cairo_xlib_screen_info_t - always perform an exact match
Chris Wilson
1
-1
/
+1
2007-04-12
cairo-xlib-screen - avoid dereferencing a NULL screen.
Chris Wilson
1
-5
/
+7
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-2
/
+2
[next]