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
Closed
+196
−112
whitespace changes to clean up test-tidy
768709a
Select commit
c4156d4
Initial commit for migrating to freetype-rs library from rust-freetype
ankit3005 66623ea
added constant to freetype_rs library ft_sfnt_os2
ankit3005 ff891d8
Changed freetyp-rs dependency to local fork on github
ankit3005 754a841
Changes to use DynamicImage type from the new rust image library
anishashetty 254e9c9
fix in Cargo.lock after updating freetype-rs dependency
ankit3005 552cc7b
Replaced png::Image references with DynamicImage
ynandak f712870
Small fix in gfx/render_context.rs
ynandak dbd681a
Replaced certain instances of png::Image use - build successful
ynandak 82d3720
Minor change to render_context.rs::draw_image()
ynandak 61557e5
Added changes to accept ImageFormat
anishashetty d2d9a99
Changes to fix runtime data.len() assertion crash
ynandak 1a0f513
Minor fix in render_context
ynandak 1bca917
Changes to base.rs to resolve ImageFormat based on file extension
anishashetty 0954f6d
Merge branch 'master' of https://github.com/ankit3005/servo
anishashetty 8ce5e11
Updated RGB in draw_image()
ynandak 169160a
net component compiles with profiler in place
ankit3005 91f719e
whitespace changes to clean up mach test-tidy
ankit3005 7f20adc
Minor cleanup. Removed unnecessary line
ankit3005 4c33555
Changed freetype-rs dependency from fork to upstream repo
ankit3005 b7b50f8
Changed freetype-rs version to old working commit
ankit3005 ba24947
Clean up commented code
ankit3005 3d518cd
Add profiling to image decoding
ankit3005 d6bb6b4
Code clean up. Removed unused functions and imports
ankit3005 ad709d6
minor cleanup
ankit3005 d1aaa2c
Remove a println statement
ankit3005 dfa0b92
Fixed image rendering. Now working as intended
ynandak 85b5efc
Updated Cargo.lock
ynandak 9e2b0c7
Removed debugging println!
ynandak 768709a
whitespace changes to clean up test-tidy
ankit3005
Closed
Replacing C libraries with Rust equivalents - student project #4215
whitespace changes to clean up test-tidy
Nov 29, 2014
Nov 29, 2014
Nov 29, 2014
Nov 30, 2014
Nov 30, 2014
Dec 1, 2014
Dec 1, 2014
Dec 1, 2014
Dec 2, 2014
Dec 2, 2014
Dec 3, 2014
Dec 3, 2014
Dec 3, 2014
Dec 3, 2014
Dec 3, 2014
Dec 3, 2014
Dec 3, 2014
Dec 3, 2014
Dec 3, 2014
Dec 4, 2014
Dec 4, 2014
Dec 4, 2014
Dec 4, 2014
Dec 4, 2014
Dec 4, 2014
Dec 4, 2014
Dec 4, 2014
Dec 4, 2014
Dec 4, 2014
768709a
Select commit
c4156d4
Initial commit for migrating to freetype-rs library from rust-freetype
ankit3005 66623ea
added constant to freetype_rs library ft_sfnt_os2
ankit3005 ff891d8
Changed freetyp-rs dependency to local fork on github
ankit3005 754a841
Changes to use DynamicImage type from the new rust image library
anishashetty 254e9c9
fix in Cargo.lock after updating freetype-rs dependency
ankit3005 552cc7b
Replaced png::Image references with DynamicImage
ynandak f712870
Small fix in gfx/render_context.rs
ynandak dbd681a
Replaced certain instances of png::Image use - build successful
ynandak 82d3720
Minor change to render_context.rs::draw_image()
ynandak 61557e5
Added changes to accept ImageFormat
anishashetty d2d9a99
Changes to fix runtime data.len() assertion crash
ynandak 1a0f513
Minor fix in render_context
ynandak 1bca917
Changes to base.rs to resolve ImageFormat based on file extension
anishashetty 0954f6d
Merge branch 'master' of https://github.com/ankit3005/servo
anishashetty 8ce5e11
Updated RGB in draw_image()
ynandak 169160a
net component compiles with profiler in place
ankit3005 91f719e
whitespace changes to clean up mach test-tidy
ankit3005 7f20adc
Minor cleanup. Removed unnecessary line
ankit3005 4c33555
Changed freetype-rs dependency from fork to upstream repo
ankit3005 b7b50f8
Changed freetype-rs version to old working commit
ankit3005 ba24947
Clean up commented code
ankit3005 3d518cd
Add profiling to image decoding
ankit3005 d6bb6b4
Code clean up. Removed unused functions and imports
ankit3005 ad709d6
minor cleanup
ankit3005 d1aaa2c
Remove a println statement
ankit3005 dfa0b92
Fixed image rendering. Now working as intended
ynandak 85b5efc
Updated Cargo.lock
ynandak 9e2b0c7
Removed debugging println!
ynandak 768709a
whitespace changes to clean up test-tidy
ankit3005