aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/gfx/render_context.rs
Commit message (Expand)AuthorAgeFilesLines
* submodules: Split out GFX and all its dependencies into a servo-gfx submodulePatrick Walton2012-11-111-103/+0
* servo: Allow a render backend to be specified on the command line (-r)Patrick Walton2012-11-091-11/+9
* De-Cairo font handling.Patrick Walton2012-11-081-1/+0
* Move shaper and textrun back to src/servo/text/. Add a text redirector.Brian J. Burg2012-11-071-1/+1
* Extract mono-cache implementation; lay groundwork for private font matching.Brian J. Burg2012-11-071-4/+4
* Remove src/servo/text and move things to gfx/ and util/. Add a convenience gf...Brian J. Burg2012-11-061-4/+5
* Use a color type in the display listBrian Anderson2012-10-311-11/+2
* gfx: Implement tiled renderingPatrick Walton2012-10-251-1/+2
* gfx: Place rects in the layer buffers, not just sizesPatrick Walton2012-10-251-1/+2
* Split out xlib to rust-xlib and cairo to rust-cairo.Brian J. Burg2012-10-251-1/+1
* Move RenderContext::draw_text() to Font::draw_text_into_context(). Fixes #156.Brian J. Burg2012-10-241-142/+5
* Fix incorrect origin for drawing glyphs. Fixes #153.Brian J. Burg2012-10-241-3/+8
* Snap borders with odd pixel width to pixel boundaries.Brian J. Burg2012-10-241-2/+14
* servo: Update to Rust 754704ea9442ce92602f8022f6c979824b016842Patrick Walton2012-10-181-9/+9
* Extract Range into its own file.Brian J. Burg2012-10-181-2/+3
* Refactor uses of text ranges in glyph storage iteration and display list.Brian J. Burg2012-10-181-4/+4
* Extract RenderContext from render_taskBrian Anderson2012-10-181-0/+231