Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-06 | Last changes before dillo-3.0 release (rc3)release-3_0 | Jorge Arellano Cid | |
2011-09-06 | remove trailing whitespace | Jorge Arellano Cid | |
2011-09-06 | avoid redraw loops with ComplexComplexButtonResource | Johannes Hofmann | |
ComplexButtonResource was creating endless redraws. Testcase: <table> <tr> <td> <div> <button></button> </div> <div> words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words <span style="white-space:nowrap">And words in a span</span> <button></button> </div> </td> </table> This also fixes redraw loops with <button> in combination with limit_text_width=YES, so we no longer need to disable this option. Reported and testcase by: corvid <corvid@lavabit.com> | |||
2011-09-03 | use Fl::option() when disabling UI tooltips | corvid | |
2011-09-02 | Cancel the expected URL after offering a download, part 2 (BUG#982) | Jorge Arellano Cid | |
There was a convoluted way of using an already freed bw: first, one bw asks for a page, and that becomes conn->bw, and then another bw starts also asking for the page, and the first bw closes, invalidating the conn->bw, and then the second bw closes and the cancel expect code tries to use the old bw. Fixed now. | |||
2011-08-31 | merge | Jorge Arellano Cid | |
2011-08-31 | BugFix: first click on a link missed after middle-click on a scrollbar | Jorge Arellano Cid | |
2011-08-30 | mention font issue in README | corvid | |
2011-08-30 | Corrections in README file | Jorge Arellano Cid | |
2011-08-29 | Minor changes for dillo-3.0-rc2 | Jorge Arellano Cid | |
2011-08-29 | Added a few search options to dillorc. Also switched the default to duckduck.go | Jorge Arellano Cid | |
2011-08-29 | splash wording | corvid | |
2011-08-29 | splash page | Jorge Arellano Cid | |
2011-08-28 | fix doctree leak | Johannes Hofmann | |
HTML like <div>hello</div> </body> </html> <div>hello</div> currently causes the document tree to be a forest with two root nodes. To ensure we don't leak the first tree, an additional root node is introduced to hold all document trees. Catched by: Jeremy's valgrind logs Reported by: corvid <corvid@lavabit.com> | |||
2011-08-27 | ChangeLog | Johannes Hofmann | |
2011-08-27 | collapse parent top margin with first child's top margin | Johannes Hofmann | |
2011-08-27 | don't count margin-bottom twice | Johannes Hofmann | |
Avoid margin-bottom being counted twice. Testcase: <div style="border: 1px solid black; margin-bottom: 100px">foo bar</div> <div style="border: 1px solid black">foo bar</div> | |||
2011-08-26 | Start new focused tabs with an empty title | Jorge Arellano Cid | |
2011-08-26 | rm unused arg | corvid | |
2011-08-24 | ChangeLog | Johannes Hofmann | |
2011-08-24 | add support for CSS adjacent sibling selectors | Johannes Hofmann | |
2011-08-24 | Changelog | Jorge Arellano Cid | |
2011-08-23 | Fix a redraw bug introduced by wrong procedure in the previous commit | Jorge Arellano Cid | |
This also fixes updating the window tittle. | |||
2011-08-23 | test: smaller image to preserve clipping | corvid | |
2011-08-23 | Implemented a no-frills tab-overflow handler | Jorge Arellano Cid | |
This handler is meant as a simple/extensible solution for the upcoming dillo-3.0 release. | |||
2011-08-23 | Implemented variable-width tab buttons | Jorge Arellano Cid | |
The width, measured in chars, is hardcoded now. However, it can become a dillorc option easily. | |||
2011-08-23 | dillorc: de-bowdlerise duckduckgo search option | corvid | |
2011-08-22 | keysrc mention meta==command | corvid | |
2011-08-22 | ChangeLog | corvid | |
2011-08-22 | use the angle args in drawArc | corvid | |
2011-08-18 | Set wizard as window resizable intead of UI (valgrind detected bug) | Jorge Arellano Cid | |
2011-08-17 | typo | corvid | |
2011-08-11 | merge | Jorge Arellano Cid | |
2011-08-11 | crossing-events-part5: fix hoverTooltip accuracy for a corner case | Jorge Arellano Cid | |
This is not a bug in the event dispatcher but a problem with "hoverTooltip", which doesn't hold accurate data in some cases. Making it static solves the problem. | |||
2011-08-11 | save_link MSG only if we have a filename | corvid | |
2011-08-09 | crossing-events part4 (fix corner case: moving into the common ancestor) | Jorge Arellano Cid | |
In this case the ancestor is already in "entered" state, but we need to emit the signal again, for it to reset its state and resume. | |||
2011-08-07 | Focus render area after opening a new URL | Jorge Arellano Cid | |
2011-08-05 | Fixed CustLightButton "light" color deactivation | Jorge Arellano Cid | |
When hiding, or leaving a highlighted button into another tab, the "light" state lingered. This was specially nasty on deactivated buttons as there was no easy way to recover the normal state. e.g. * Keep the mouse over Stop until the page fully loads. * With mouse over Forw, go forward with keyboard until the end. * Mouse over Home, Ctrl-t, mouse click previous tab. * Start loading a page, mouse over Stop, Ctrl-t, wait for the page to fully load, go back to the loading tab * Mouse ove Home, hide panels, move mouse, show panels. * etc. | |||
2011-08-05 | Fixed a bug in url.h and also added missing parenthesis | Jorge Arellano Cid | |
2011-08-05 | merge | Jorge Arellano Cid | |
2011-08-05 | Added an API to access the expected URL resource | Jorge Arellano Cid | |
This fixes a segfault bug introduced by changeset 350af350b840. By mistake the expected URL got inside the parallel handling of CCC, into a race condition with a segfault path. | |||
2011-08-05 | dillorc search_url explanatory text | corvid | |
2011-08-05 | merge | Jorge Arellano Cid | |
2011-08-05 | merge | Jorge Arellano Cid | |
2011-08-05 | Fix: Don't confuse FLTK when tabs overflow. | Jorge Arellano Cid | |
When tabs overflow width, FLTK starts resizing the last tab label. This patch handles the case more gracefully. | |||
2011-08-05 | Fix resize for the corner case of starting dillo in a tiny window | Jorge Arellano Cid | |
FLTK has no problem in resizing from a "fitting" size into a "compressed" one, but if it starts compressed, things go wild. | |||
2011-08-05 | delete windows | corvid | |
2011-08-04 | Fix: include the close-tab tooltip in the workaround to avoid them linger | Jorge Arellano Cid | |
This also removes the unused MenuBar variable. | |||
2011-08-04 | FindBar cleanup: use the same size(0,0) trick we use for Panels | Jorge Arellano Cid | |
2011-08-04 | minor cleanups | Jorge Arellano Cid | |