New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacing C libraries with Rust equivalents - student project #4215
Commits on Nov 29, 2014
-
Initial commit for migrating to freetype-rs library from rust-freetype
ankit3005 committedNov 29, 2014 -
added constant to freetype_rs library ft_sfnt_os2
ankit3005 committedNov 29, 2014 -
Changed freetyp-rs dependency to local fork on github
ankit3005 committedNov 29, 2014
Commits on Nov 30, 2014
-
Changes to use DynamicImage type from the new rust image library
anishashetty committedNov 30, 2014 -
fix in Cargo.lock after updating freetype-rs dependency
ankit3005 committedNov 30, 2014
Commits on Dec 1, 2014
-
Replaced png::Image references with DynamicImage
ynandak committedDec 1, 2014 -
Small fix in gfx/render_context.rs
ynandak committedDec 1, 2014 -
Replaced certain instances of png::Image use - build successful
ynandak committedDec 1, 2014
Commits on Dec 2, 2014
-
Minor change to render_context.rs::draw_image()
ynandak committedDec 2, 2014 -
Added changes to accept ImageFormat
anishashetty committedDec 2, 2014
Commits on Dec 3, 2014
-
Changes to fix runtime data.len() assertion crash
ynandak committedDec 3, 2014 -
ynandak committed
Dec 3, 2014 -
Changes to base.rs to resolve ImageFormat based on file extension
anishashetty committedDec 3, 2014 -
Merge branch 'master' of https://github.com/ankit3005/servo
anishashetty committedDec 3, 2014 -
ynandak committed
Dec 3, 2014 -
net component compiles with profiler in place
ankit3005 committedDec 3, 2014 -
whitespace changes to clean up mach test-tidy
ankit3005 committedDec 3, 2014 -
Minor cleanup. Removed unnecessary line
ankit3005 committedDec 3, 2014 -
Changed freetype-rs dependency from fork to upstream repo
ankit3005 committedDec 3, 2014
Commits on Dec 4, 2014
-
Changed freetype-rs version to old working commit
ankit3005 committedDec 4, 2014 -
ankit3005 committed
Dec 4, 2014 -
Add profiling to image decoding
ankit3005 committedDec 4, 2014 -
Code clean up. Removed unused functions and imports
ankit3005 committedDec 4, 2014 -
ankit3005 committed
Dec 4, 2014 -
ankit3005 committed
Dec 4, 2014 -
Fixed image rendering. Now working as intended
ynandak committedDec 4, 2014 -
ynandak committed
Dec 4, 2014 -
ynandak committed
Dec 4, 2014 -
whitespace changes to clean up test-tidy
ankit3005 committedDec 4, 2014