Age | Commit message (Collapse) | Author |
|
|
|
Add the possibility to search from address bar by entering a
prefix of a search_url label followed by a blank followed by
the search term.
Submitted by: Aki Helin <aki.helin@iki.fi>
with some modifications.
|
|
|
|
|
|
|
|
|
|
|
|
1: Suggest the same save file for "Save page" and "Save link".
2: Create the save file from the path and the query, ignoring the
fragment.
3: Truncate the path and the query as necessary.
|
|
overwriting.
|
|
|
|
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2013-January/009722.html
(focus can go from main->location, and location can get its value selected)
|
|
|
|
prefs.save_dir was silently ignored if it contained no '/'
|
|
|
|
a_UIcmd_init().
|
|
Recent mailing list: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009661.html
The earlier thread begins with: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-September/008890.html
|
|
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009668.html
|
|
|
|
I noticed this with shift-Escape, but it would also happen with plain Escape
if mapped to nop in keysrc.
|
|
There're two options: update the focus number so when you close
the current tab, focus goes to the last background-opened tab
(as with this patch), or to leave it low so when you close the
current tab, focus goes to the previous non-background tab.
|
|
|
|
|
|
|
|
Removed the workaround [1] that added a full UI and viewport
redraw to conceal the lingering tooltips bug [2]. It produced
annoying scroll flickering when the mouse was in the UI but
outside the viewport (e.g. over the panel).
This is more a FLTK bug than anything; the FLTK team's plan is
to fix it in FLTK3, and also extend the tooltips API.
As FLTK3 may take long to be released, and porting dillo to it
is non-trivial (if both events ever come to happen), this custom
solution looks quite reasonable for the present times.
The patch introduces a new CustButton class that uses TipWin,
and thus the tooltip handling is no longer handled by FLTK. This
patch switches the UI buttons to the new CustButton.
1] http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-July/008515.html
2] http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-July/008494.html
|
|
This also avoids a valgrind uninitialized focus number warning for new tabs.
|
|
|
|
Viewing image source wasn't working anyway. I have the impression that the
vsource dpi is told, e.g., "Here's 3000 bytes", and then it's only given
however much it takes to reach a NULL in the image data -- but I didn't
trouble myself to dig into the matter, since unformatted image source is
not very informative anyway.
|
|
Submitted by: 123 <p37sitdu@lavabit.com>
|
|
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.
|
|
|
|
|
|
|
|
It looks like plastic just _insists_ on mixing lots and lots of grey in,
so if you pick a color that you like in plain/gtk+, it gets seriously washed
out in plastic. There is a problem of getting nearly indistinguishable
colors.
|
|
|
|
|
|
|
|
|
|
This also fixes updating the window tittle.
|
|
This handler is meant as a simple/extensible solution for the
upcoming dillo-3.0 release.
|
|
The width, measured in chars, is hardcoded now.
However, it can become a dillorc option easily.
|
|
|
|
|
|
|
|
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.
|
|
|
|
When tabs overflow width, FLTK starts resizing the last tab label. This
patch handles the case more gracefully.
|
|
FLTK has no problem in resizing from a "fitting" size into a "compressed" one,
but if it starts compressed, things go wild.
|
|
Although right-click (or middle-click) is much better, new users don't have
an obvious way to find it out.
|
|
|
|
It has lots of code cleanups and a simpler/more-uniform way of handling it all.
|