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
Implement Box-model Computations #507
Closed
+732
−259
Compute percent widths/margins properly and fix numerous small visual…
3e80e97
Select commit
09292be
Update rust-geom
pcwalton 11efed6
Implement the beginnings of the box model for render boxes
pcwalton 43c83d2
Add horizontal borders, margins and padding. Broken until rust-css su…
c14a137
Update rust-geom
pcwalton 233a204
Implement the beginnings of the box model for render boxes
pcwalton a1d1289
Add NSPR and NSS submodules
pcwalton 0af3bbf
Add NSS and NSPR to the build
pcwalton 2d1a00c
Don't clip layers to the screen area
pcwalton 67eb533
Clamp scrolling to the page boundaries
pcwalton d97f002
Stop hammering on the compositor
pcwalton 02c5772
Fix corrupted textures when resizing.
pcwalton dcfabb7
Don't try to remove whitespace twice if it's the only node.
pcwalton e2bcd36
Color links blue
pcwalton b6dd3f6
Refactor a bit and compute vertical margins as well.
2e4cecc
Add flows if requested to the display list info.
pcwalton 25fb1e5
Add comments and compute heights properly
ea1a406
base and bounds methods for DisplayItem
f77eef5
Basic hit testing functionality
pcwalton facb707
Update rust-css and rust-netsurfcss
pcwalton d5e4793
Add horizontal borders, margins and padding. Broken until rust-css su…
4a2171c
Update border rendering
708f9b4
Fix method names and dynamic borrow check failures
pcwalton e3290a3
Merge
d6a9bc7
Fix merge problems
ff8d33e
Fix borrow-check and repo errors.
3e80e97
Compute percent widths/margins properly and fix numerous small visual…
Closed
Implement Box-model Computations #507
Compute percent widths/margins properly and fix numerous small visual…
May 29, 2013
May 29, 2013
May 30, 2013
May 29, 2013
May 29, 2013
May 29, 2013
May 29, 2013
May 29, 2013
May 29, 2013
May 29, 2013
May 30, 2013
May 30, 2013
May 30, 2013
May 30, 2013
May 30, 2013
May 30, 2013
May 25, 2013
May 31, 2013
May 31, 2013
May 30, 2013
May 31, 2013
May 31, 2013
May 31, 2013
May 31, 2013
Jun 3, 2013
Jun 4, 2013
3e80e97
Select commit
09292be
Update rust-geom
pcwalton 11efed6
Implement the beginnings of the box model for render boxes
pcwalton 43c83d2
Add horizontal borders, margins and padding. Broken until rust-css su…
c14a137
Update rust-geom
pcwalton 233a204
Implement the beginnings of the box model for render boxes
pcwalton a1d1289
Add NSPR and NSS submodules
pcwalton 0af3bbf
Add NSS and NSPR to the build
pcwalton 2d1a00c
Don't clip layers to the screen area
pcwalton 67eb533
Clamp scrolling to the page boundaries
pcwalton d97f002
Stop hammering on the compositor
pcwalton 02c5772
Fix corrupted textures when resizing.
pcwalton dcfabb7
Don't try to remove whitespace twice if it's the only node.
pcwalton e2bcd36
Color links blue
pcwalton b6dd3f6
Refactor a bit and compute vertical margins as well.
2e4cecc
Add flows if requested to the display list info.
pcwalton 25fb1e5
Add comments and compute heights properly
ea1a406
base and bounds methods for DisplayItem
f77eef5
Basic hit testing functionality
pcwalton facb707
Update rust-css and rust-netsurfcss
pcwalton d5e4793
Add horizontal borders, margins and padding. Broken until rust-css su…
4a2171c
Update border rendering
708f9b4
Fix method names and dynamic borrow check failures
pcwalton e3290a3
Merge
d6a9bc7
Fix merge problems
ff8d33e
Fix borrow-check and repo errors.
3e80e97
Compute percent widths/margins properly and fix numerous small visual…