Age | Commit message (Collapse) | Author |
|
Basically, I and i are different letters in Turkic languages, and this
causes problems for str(n)casecmp and toupper/tolower in these locales
when dillo is dealing with ASCII.
|
|
bug #1018 submitter requested behaviour a little more
friendly to html5, which sounds sensible as bits of
that infinite monstrosity start showing up more
often...
|
|
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>
|
|
|
|
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-March/007408.html
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-May/008319.html
|
|
|
|
* Instead of passing the nonCssHints as a CssPropertyList, set the hints
separately and create the list in StyleEngine.
* The CssPropertyList holding the nonCssHints is now completely managed
by StyleEngine and kept on the stack.
* Replace the table_cell_props mechanic in html.cc/table.cc with a
new method inheritNonCssHints() in StyleEngine.
|
|
seems reasonably common for INPUT to have one
|
|
RogutÄs was able to get a crash by using a SELECT outside of a form
before a stylesheet-induced repush()
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-March/007407.html
(Earlier thread where inputs in forms were disabled when stylesheets pending:
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-April/006310.html )
|
|
|
|
When opening a new BrowserWindow (tab or real window) we focus
Location if we don't yet have an URL, main otherwise.
|
|
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.html
|
|
The earlier space is less likely to be styled with the intended appearance.
|
|
|
|
"using namespace" in headers also affects all files that include the
header which is unwanted and unexpected in most cases.
|
|
Noticed that there weren't spaces after the math images in
http://en.wikipedia.org/wiki/Linear_programming
|
|
|
|
|
|
|
|
|
|
To avoid lost user input on repush, we disable forms until all
stylesheets have been loaded.
Also open select widgets cause crashes on repush.
|
|
Form widgets by default use the background color of their
parent.
To get more conservative widget colors, you can add a line
button, select, input {background-color: #e0e0e0}
to ~/.dillo/style.css.
|
|
|
|
|
|
This patch cleans things up by renaming a_Html_add_new_image() to
a_Html_image_new(), removing the boolean parameter and making the
caller add the image (or not) as appropriate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes things much simpler and improves sharing of colors.
If computing two more shades really proves to be a performance
issue, we can shade on demand without exposing this optimization
to the interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Removed an unused mouse button feature.
|
|
|
|
|