Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-07 | Make Dillo C99 standard compliant | Rodrigo Arias Mallo | |
Reviewed-by: dogma | |||
2024-06-02 | Remove undefined floatRef debug line in RTFL | Rodrigo Arias Mallo | |
Fixes: https://bugs.gentoo.org/933361 | |||
2016-08-09 | Merged commit #4653 (float clearance). | Jorge Arellano Cid | |
Test case: <body> <div id="a"> <div id="b" style="float:left">main</div> </div> <div id="c" style="clear:left"></div> <div id="d">footer</div> </body> Note: passes all the tests at http://www.dillo.org/test/4648/test-suite.v1.txt | |||
2016-08-04 | Revert commit #4651 | Jorge Arellano Cid | |
Introduces regressions: .-------.--------.------.-----------.-----------------------.-----.-----. | | BTG | test | pravda.ru | 4ta.html | VT | PV | | | render | t.* | #1 | #2 | Girl | footb. | horos.| | | |-------|--------|------|-----------|-----------------------|-----|-----| |d4594 | ok | ok | x a | x b | x c | ok | x d | x i | x k | '-----------------------------------------------------------------------' Note: patch #4594 is the same as patch #4651. (we use d4594 to avoid side effects from other patches). Check this testsuite [1] for more details. [1] http://www.dillo.org/test/4648/test-suite.v1.txt | |||
2016-08-04 | Revert commit #4653 (on hold) | Jorge Arellano Cid | |
This patch is "on hold", as it depends on reverted code, and at least would need a non-automatic merge. | |||
2016-07-24 | Fix update problem related to CSS 'clear'. | Sebastian Geerken | |
2016-07-17 | Reverse commit 4647:8c6b1b79d329. | Sebastian Geerken | |
2016-07-16 | Change OOFFloatsMgr::markSizeChange() | Jorge Arellano Cid | |
We change to a graph coverage model, with pruning. | |||
2016-07-10 | RTFL. | Sebastian Geerken | |
2016-07-09 | Cleanup OOFFloatsMgr::collidesH(). | Sebastian Geerken | |
2016-06-26 | Fix memory leak (OOFFloatsMgr::Float). | Sebastian Geerken | |
2016-06-26 | Simplify again the signature of OOFAwareWidget:getGeneratorWidth(), with a ↵ | Sebastian Geerken | |
slightly more complex (but more correct) implementatin for Textblock. | |||
2016-06-20 | Incremental resizing for OOFFloatsMgr. | Sebastian Geerken | |
2016-06-04 | Revert an accidental commit of testing code (2 patches in the queue). | Jorge Arellano Cid | |
2016-06-04 | imported patch pos-adjustments | Jorge Arellano Cid | |
2016-06-04 | imported patch renames | Jorge Arellano Cid | |
2016-05-27 | Textblock::getGeneratorWidth() may use caller information to adjust return ↵ | Sebastian Geerken | |
value. This fixes too small return values of getGeneratorRest(). | |||
2016-05-17 | Fixed a CPU hog bug when rendering slashdot. | Jorge Arellano Cid | |
https://linux.slashdot.org/comments.pl?sid=5852295&cid=48188823 It was hard to find, sometimes backtraces gave near 85 or more nested calls, full of different functions. There was no CPU lock because it finally solved the page (after more than two minutes in my machine). Finding the bug: > 99,9% of the effort. Actual fix : ~ 0.01% of the effort. | |||
2016-04-03 | Fix usage of OOFAwareWidget::updateReference. | Sebastian Geerken | |
2016-04-03 | Replace OOFAwareWidget::borderChanged by OOFAwareWidget::updateReference. | Sebastian Geerken | |
2016-03-26 | RTFL. | Sebastian Geerken | |
2016-02-27 | Optimzie OOFFloatsMgr::markSizeChange. | Sebastian Geerken | |
2016-01-09 | Better abort messages. | Sebastian Geerken | |
2016-01-06 | Fix calculation of borders. | Sebastian Geerken | |
2016-01-03 | Fix (first half of) problem with "clear" position. | Sebastian Geerken | |
2015-12-30 | SRDOP: fix floats within textblocks not necessarily allocating the availabke ↵ | Sebastian Geerken | |
width. | |||
2015-12-29 | SRDOP: Fix (really!) calculation of borders. | Sebastian Geerken | |
2015-12-29 | SRDOP: Fix(!) calculation of borders. | Sebastian Geerken | |
2015-12-29 | SRDOP: Fix(?) calculation of borders. | Sebastian Geerken | |
2015-12-28 | SRDOP: Fix floats border calculation. | Sebastian Geerken | |
2015-10-12 | Fixed some RTFL messages. | Sebastian Geerken | |
2015-10-10 | SRDOP: Small cleanup. | Sebastian Geerken | |
2015-10-10 | SRDOP: clear (still buggy). | Sebastian Geerken | |
2015-10-09 | SRDOP: Remove obsolete OOFFloatsMgr::doFloatsExceedCB() | Sebastian Geerken | |
2015-10-09 | SRDOP: More cleanup. | Sebastian Geerken | |
2015-10-09 | SRDOP: Remove obsolete comments. | Sebastian Geerken | |
2015-10-04 | SRDOP: Fix OOFFloatsMgr::calcFloatX. | Sebastian Geerken | |
2015-10-03 | SRDOP: remove some obsolete attributes in TBInfo- | Sebastian Geerken | |
2015-10-03 | SRDOP: comment. | Sebastian Geerken | |
2015-10-03 | SRDOP: remove obsolete `TBInfo::lineBreakWidth`. | Sebastian Geerken | |
2015-10-03 | SRDOP: renamed `Float::generatingBlock` to `generator`. | Sebastian Geerken | |
2015-10-03 | SRDOP: Remove references to allocations in OOFFloatsMgr. | Sebastian Geerken | |
2015-10-03 | SRDOP: Remove obsolete Float::sizeChangedSinceLastAllocation. | Sebastian Geerken | |
2015-10-03 | SRDOP: more cleanup related to floats. | Sebastian Geerken | |
2015-10-03 | SRDOP: Simplifications related to OOFFloatsMgr::calcClearPosition. | Sebastian Geerken | |
2015-10-03 | SRDOP: renamed `OOFAwareWidget::getLineBreakWidth` to `getGeneratorWidth`; ↵ | Sebastian Geerken | |
new method `OOFAwareWidget::getGeneratorX`. | |||
2015-09-22 | SRDOP: OOFFloatsMgr now regards positions relative to container. (Code ↵ | Sebastian Geerken | |
compiles, not more!) | |||
2015-09-21 | SRDOP: more cleanup. (Code compiles, not more!) | Sebastian Geerken | |
2015-09-21 | SRDOP: more cleanup. (Code compiles, not more!) | Sebastian Geerken | |
2015-09-21 | SRDOP: Cleanup, no more CB/GB lists. (Code compiles, not more!) | Sebastian Geerken | |