Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-05 | Fix several typos | Gevel Tekens | |
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/ | |||
2024-08-07 | Use dStrdup instead of strdup | Rodrigo Arias Mallo | |
The strdup function is not available in POSIX-2001, so we use our own implementation in dlib: dStrdup. Reviewed-by: dogma | |||
2024-08-07 | Fix pedantic warnings | Rodrigo Arias Mallo | |
Reviewed-by: dogma | |||
2024-03-17 | Clamp width to min/max in getAvailWidthOfChild() | Rodrigo Arias Mallo | |
When the width is set to auto, a different branch is used to compute the width via getAvailWidth(true). The returned witdh needs to be clamped to be in the min/max-width CSS range if given, as otherwise it won't be corrected. Fixes: https://github.com/dillo-browser/dillo/issues/89 | |||
2024-01-09 | Update references to website and repository | Rodrigo Arias Mallo | |
The website is now at https://dillo-browser.github.io/ and the repository at https://github.com/dillo-browser/dillo. | |||
2023-12-30 | Fix bogus comparison of oofContainer[i] | Rodrigo Arias Mallo | |
The same index was being used in both sides of the comparison. | |||
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 #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 | Remove obsolete method. | Sebastian Geerken | |
2016-07-24 | Fix update problem related to CSS 'clear'. | Sebastian Geerken | |
2016-07-17 | RTFL. | Sebastian Geerken | |
2016-07-16 | Optimize Textblock::updateReference. | Jorge Arellano Cid | |
This helps to avoid unnecessary resize calls. | |||
2016-06-26 | Fix valgrind complain. | 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-18 | Fix <button> size (treat as inline). | Sebastian Geerken | |
2016-06-18 | Merge, undo Jorges change. | Sebastian Geerken | |
2016-06-18 | Documentation and comments on Jorge's patch. | Sebastian Geerken | |
2016-06-17 | Fix for updateReference() (missing content, overlapped text sometimes) | Jorge Arellano Cid | |
This is a race condition. When loading [1], tables under the form date camp, may dissapear and some overlapping text be shown below. How to reproduce: load the site (network effect may be enough), or go back and forward a few times, or maximize then back and forward. [1] http://www.btgpactual.mdgms.com/www/chile/resume.html FWIW this is the only regression I've found so far. | |||
2016-06-17 | Fix for CPU-hog bugs with deeply nested elements. | Jorge Arellano Cid | |
This patch fixes a cpu-hog regression of GROWS2 with respect to dillo-3.0.5. The problem arises with some deeply nested elements. e.g.: (for i in $(seq 1 20); do echo '<div style="float:left"><div></div><div style="display:table"><span></div></div>'; done) > t0.html (for i in $(seq 1 20); do echo '<div style="float:left"><div></div><div style="display:table"></div>'; done) > t1.html For both, taking away the SPAN or float is much faster. Note: Some "unrelated" sited (i.e. not clearly hogging the CPU) have been measured to render near two times faster with the patch. | |||
2016-06-17 | Optimize Textblock::updateReference(). | Jorge Arellano Cid | |
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-29 | Comment. | Sebastian Geerken | |
2016-05-29 | Fix position for sizeRequest in Textblock widget (simplification). | Sebastian Geerken | |
2016-05-29 | Fix position for sizeRequest in Textblock widget (comments). | Sebastian Geerken | |
2016-05-29 | Fix position for sizeRequest in Textblock widget (corrections). | Sebastian Geerken | |
2016-05-29 | Comments, cleanup. | Sebastian Geerken | |
2016-05-29 | Fix position for sizeRequest in Textblock widget (draft). | Sebastian Geerken | |
2016-05-27 | RTFL messages. | Sebastian Geerken | |
2016-05-27 | Typos | 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-08 | RTFL. | Sebastian Geerken | |
2016-05-08 | Allow negative Textblock::getGeneratorWidth (fixes case of overlapping floats. | Sebastian Geerken | |
2016-04-30 | RTFL. | Sebastian Geerken | |
2016-04-23 | GROWS: new options allowDecreaseWidth and allowDecreaseHeight for size ↵ | Sebastian Geerken | |
correction. | |||
2016-04-03 | Replace OOFAwareWidget::borderChanged by OOFAwareWidget::updateReference. | Sebastian Geerken | |
2016-04-03 | WidgetReference: Widget::widgetReference. | Sebastian Geerken | |
2016-04-02 | Content with type WIDGET_OOF_REF now refers to new class WidgetReference. | Sebastian Geerken | |
2016-01-10 | SRDOP: Fix passing positions to first block within a list item. | Sebastian Geerken | |
2016-01-10 | RTFL. | Sebastian Geerken | |
2016-01-10 | Whitespace. | Sebastian Geerken | |
2016-01-09 | Widget::calcExtraSpace is only called for size, not for extremes. | Sebastian Geerken | |
2016-01-09 | SRDOP: Extend Widget::calcExtraSpace and Widget::calcExtraSpaceImpl by ↵ | Sebastian Geerken | |
references. | |||
2016-01-08 | Rename OOFAwareWidget::isPossibleContainer to isPossibleOOFContainer (clang ↵ | Sebastian Geerken | |
warning). | |||
2016-01-03 | Fix (first half of) problem with "clear" position. | Sebastian Geerken | |
2016-01-02 | SRDOP: Consider references and positions in Textblock::sizeRequestImpl (fix). | Sebastian Geerken | |
2016-01-02 | Style. | Sebastian Geerken | |
2016-01-01 | SRDOP: Consider references and positions in Textblock::sizeRequestImpl. | Sebastian Geerken | |