aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-3/+0
* Use 'alloc' gate only for platforms which use freetype in gfxTetsuharu OHZEKI2017-02-071-1/+4
* Silent Windows specific warningsUK9922017-02-061-1/+1
* Use SIMD in `gfx` when possibleMátyás Mustoha2017-02-041-2/+3
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-4/+1
* Implement downloadable fonts on WindowsVladimir Vukicevic2017-01-181-0/+1
* Remove the rustc-serialize dependency from gfx.Ms2ger2017-01-101-1/+0
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-4/+2
* tidy and warning fixesVladimir Vukicevic2016-11-101-4/+1
* DirectWrite font backend for WindowsVladimir Vukicevic2016-11-101-4/+4
* Remove the direct azure dependencies from gfx, layout and layout_thread.Ms2ger2016-11-041-1/+0
* Update to string-cache 0.3Simon Sapin2016-11-031-2/+1
* Remove #![feature(rustc_attrs)]Anthony Ramine2016-11-031-1/+0
* Remove #![feature(structural_match)]Anthony Ramine2016-11-031-1/+0
* Remove #![feature(custom_attribute)]Anthony Ramine2016-11-031-1/+0
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+0
* Auto merge of #14028 - servo:rustup, r=nox,SimonSapinbors-servo2016-11-021-1/+1
|\
| * Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-031-1/+1
* | Ignore the Content-Type header completely for @font-face.Ms2ger2016-11-021-1/+0
|/
* Remove some unused gfx code.Ms2ger2016-10-281-8/+0
* Remove old rendering backend.Glenn Watson2016-10-181-7/+0
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-1/+5
* Minimal Win32 font platform implementation.Glenn Watson2016-10-051-2/+6
* Sanitise web fontsKeegan McAllister2016-08-221-0/+1
* Native MSVC windows build, convert to cmakeVladimir Vukicevic2016-08-171-2/+2
* Prefer length and percentage for word spacingRavi Shankar2016-08-091-0/+1
* Reduce the scope of the allowed unsafe code in gfx::text.Ms2ger2016-06-051-1/+0
* Make the gfx::platform module private.Ms2ger2016-06-051-1/+1
* Remove support for gpu painting.Ms2ger2016-06-031-1/+0
* Add a fast path for shaping ASCII textMatt Brubeck2016-05-201-0/+1
* Move hb_tag! macro and KERN into font moduleMatt Brubeck2016-05-191-1/+1
* Add string_cache override for geckolib based on gecko atoms.Bobby Holley2016-05-181-0/+1
* Use xi-unicode for line breakingMatt Brubeck2016-04-301-0/+1
* Stop using deprecated `str::char_*` methodsMatt Brubeck2016-04-271-1/+0
* Replace range::Range with std::ops::Range in text shaping codeMatt Brubeck2016-04-271-0/+1
* Silence unused-extern-crates false positives.Zbynek Winkler2016-04-221-0/+2
* gfx: Drop "canvas_traits" dependencyEmilio Cobos Álvarez2016-03-231-1/+0
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+4
* Remove unnecessary path attributes from gfx/lib.rs.Ms2ger2016-03-181-3/+0
* Move util::range into its own crateJonathan Schuster2016-02-251-1/+2
* Add WebRender integration to Servo.Glenn Watson2016-02-181-0/+1
* Move util::cursor to style_traitsAnthony Ramine2016-02-161-0/+1
* Auto merge of #9523 - ruud-v-a:hasher, r=Wafflespeanutbors-servo2016-02-051-1/+0
|\
| * Upgrade to new Hasher APIRuud van Asseldonk2016-02-031-1/+0
* | Auto merge of #9532 - nox:dedup-heapsize, r=Manishearthbors-servo2016-02-051-0/+2
|\ \
| * | Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-0/+2
| |/
* / Remove old features 'clone_from_slice' and 'convert'Tim van der Meij2016-02-031-1/+0
|/
* win32: use fontconfig/freetype on windows as well (for now)Vladimir Vukicevic2016-01-201-5/+4