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-xlib-screen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-17
/
+3
2011-08-14
xlib: Mark surfaces as finished when the Display is finished/destroyed/closed.
Chris Wilson
1
-0
/
+10
2011-07-21
xcb,xlib: Cleanup GC cache handling
Andrea Canciani
1
-8
/
+8
2011-06-16
xlib: Fix build of xlib-xcb
Andrea Canciani
1
-0
/
+4
2010-10-21
raster backends: Set round_glpyh_positions to ON
Uli Schlachter
1
-0
/
+1
2010-06-28
xlib: Compile without fontconfig
Chris Wilson
1
-19
/
+1
2010-06-17
ft,fc,xlib: LCD filtering patch.
Nicolaus L Helper
1
-0
/
+28
2010-05-06
xlib: Remove reference counting for cairo_xlib_screen_t
Chris Wilson
1
-37
/
+10
2010-05-06
xlib: Convert visual array to a cairo_list_t
Chris Wilson
1
-53
/
+23
2010-05-06
xlib: Remove screen->has_render
Chris Wilson
1
-13
/
+4
2010-05-06
xlib: Remove obsolete comment, there is no race anymore
Chris Wilson
1
-4
/
+0
2010-04-27
Update FSF address
Andrea Canciani
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
[next]