aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo
Commit message (Collapse)AuthorAgeFilesLines
...
* gfx: Antialias fontsPatrick Walton2012-11-091-1/+1
|
* servo: Allow a render backend to be specified on the command line (-r)Patrick Walton2012-11-0910-130/+159
|
* Make Opts no longer a recordPatrick Walton2012-11-091-3/+3
|
* De-Cairo font handling.Patrick Walton2012-11-085-79/+22
| | | | This breaks Linux/Freetype.
* gfx: De-Cairo layersPatrick Walton2012-11-083-34/+26
|
* Add FontHandleMethods trait; add ctor and FontHandle member for FontEntry; ↵Brian J. Burg2012-11-084-7/+56
| | | | add debug info for CTFont name key information.
* Use high-level CTFont bindings.Brian J. Burg2012-11-081-44/+25
|
* Switch QuartzFontHandle to use RAII CGDataProvider bindings.Brian J. Burg2012-11-082-18/+9
|
* Update Rust to commit 1702024Brian J. Burg2012-11-081-2/+2
|
* Hook up optional FontList instance to FontContext.Brian J. Burg2012-11-088-15/+60
|
* Fix test bustage in util::cache.Brian J. Burg2012-11-081-6/+6
|
* Add QuartzFontListHandle::get_available_families() stub, and update CF, CT, ↵Brian J. Burg2012-11-081-5/+30
| | | | and IoSurface submodules.
* Remove workaround for impl methods not being affected by cfg directives.Brian J. Burg2012-11-073-18/+6
|
* Remove unused font_cache.rs and font_list_handle.rs.Brian J. Burg2012-11-072-36/+0
|
* Update to new rust commit. Fix uses of bare function types in DOM bindings code.Brian J. Burg2012-11-071-2/+2
|
* Final font rearrangement for a while. Remove _handle suffix, add dummy ↵Brian J. Burg2012-11-0717-77/+103
| | | | font_list, other cleanup.
* Move shaper and textrun back to src/servo/text/. Add a text redirector.Brian J. Burg2012-11-0715-73/+92
|
* Extract mono-cache implementation; lay groundwork for private font matching.Brian J. Burg2012-11-0718-87/+371
|
* Rename NativeFont to FontHandle.Brian J. Burg2012-11-079-62/+68
|
* Add default stylesheetsBrian Anderson2012-11-064-2/+134
|
* Fix mysterious resolve errors on linuxBrian Anderson2012-11-062-4/+4
|
* Inherit CSS stylesBrian Anderson2012-11-065-159/+52
|
* Update rust-geom and shorten geom imports.Brian J. Burg2012-11-061-3/+1
|
* Remove src/servo/text and move things to gfx/ and util/. Add a convenience ↵Brian J. Burg2012-11-0627-189/+125
| | | | gfx.rs redirector. Closes #171.
* Only element nodes have stylesBrian Anderson2012-11-055-13/+21
|
* Expose display, position, float, width, height CSS propertiesBrian Anderson2012-11-041-3/+51
|
* Make the interface to calculated styles a little nicerBrian Anderson2012-11-045-44/+57
|
* Add margin style propertyBrian Anderson2012-11-041-0/+21
|
* Update rust-stb-imageBrian Anderson2012-11-031-1/+5
|
* Update rust-css, rust-netsurfcssBrian Anderson2012-11-0313-51/+54
|
* Remove dead codeBrian Anderson2012-11-031-90/+0
|
* Render simple border colors againBrian Anderson2012-11-032-1/+24
|
* Clean up css::computeBrian Anderson2012-11-031-7/+10
|
* Remove dead display list builder codeBrian Anderson2012-11-021-26/+0
|
* Draw simple borders againBrian Anderson2012-11-023-21/+57
|
* Update for CF bindings changes.Brian J. Burg2012-11-021-0/+2
|
* Update libcss, rust-netsurfcss, rust-cssBrian Anderson2012-11-022-0/+20
|
* Remove debug loggingBrian Anderson2012-11-011-1/+0
|
* Fix useless comparison in inline layout code revealed by new upstream rustc.Brian J. Burg2012-11-011-1/+1
|
* Turn off borders again temporarilyBrian Anderson2012-11-011-1/+1
|
* Make borders sort of work againBrian Anderson2012-11-012-6/+63
|
* servo doesn't need to link to netsurfcssBrian Anderson2012-10-311-1/+0
|
* Silence warningsBrian Anderson2012-10-311-1/+1
|
* Fix conversion from CSS color to GFX colorBrian Anderson2012-10-311-1/+1
|
* Use a color type in the display listBrian Anderson2012-10-315-24/+50
|
* Time aux ptr initialization and selector matching separatelyBrian Anderson2012-10-311-4/+8
|
* Selector matching doesn't need a LayoutContext just nowBrian Anderson2012-10-312-4/+4
|
* Rename css::styles to css::matchingBrian Anderson2012-10-313-7/+7
|
* Move aux pointer initialization to layout::auxBrian Anderson2012-10-314-37/+46
|
* Delete unused old CSS codeBrian Anderson2012-10-317-519/+12
|