Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-04 | Update online manual URL | Rodrigo Arias Mallo | |
The old manual page is no longer needed as we have the latest manual rendered in the new website. | |||
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
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. | |||
2016-07-12 | cppcheck: ignored return value. | Jorge Arellano Cid | |
It wasn't necessary! ;) | |||
2016-04-30 | Fixed a very minor glitch in clear_cb() | Jorge Arellano Cid | |
2015-11-19 | readable location text | corvid | |
2014-09-16 | url positioning in location bar | corvid | |
the brief thread http://lists.dillo.org/pipermail/dillo-dev/2014-September/010205.html | |||
2013-09-16 | Made show_url dillorc option work again (BUG#1128) | Jorge Arellano Cid | |
Some apps that embed dillo or work in kiosk mode find good use for it. | |||
2013-01-11 | Changed color average from 0.1f to 0.14f | Jorge Arellano Cid | |
2012-12-31 | we still aren't using UI::customize() flags arg, so rm it | corvid | |
2012-12-31 | rm show_url preference | corvid | |
It hasn't worked for a long time, no one seems to miss it, and there isn't any compelling case for making the effort to make it work. http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009704.html | |||
2012-12-31 | don't say 'FL_GRAY' because it's a misleading term | corvid | |
2012-12-31 | ui colors: inactive icons, let's give the .1 color averaging a try | corvid | |
2012-12-30 | main background color for status output | corvid | |
...instead of the text background that it would use of its own accord. I'm not 100% certain about the decision, but the fact that you can't type into it makes it seem qualitatively different. | |||
2012-12-30 | ui color fg/bg preferences | corvid | |
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 | |||
2012-12-28 | don't let form Input widgets or Location eat Page_Up/Down | corvid | |
2012-12-25 | use MB for progress of large pages | corvid | |
2012-11-30 | trim ';' | corvid | |
2012-11-14 | Switched the Location to use TipWinInput (which uses custom tooltips) | Jorge Arellano Cid | |
2012-11-14 | Avoid scroll flickering with a custom tooltip class (TipWin) & a custom button | Jorge Arellano Cid | |
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 | |||
2012-10-14 | preserve location text when changing panel | corvid | |
2012-09-28 | keybinding for view-source | Alexander Voigt | |
2012-09-24 | trim a few spaces | corvid | |
2012-07-28 | when location bar is given focus, temporarily show panels if hidden | corvid | |
Bug #1093 reports that "Opening a new tab in fullscreen mode, the address bar is hidden, even if you press CTRL+L." focus_location() is called from: 1. location's clear button callback (the location bar has to be visible already in order to have a clear button to trigger) 2. UI::handle when it gets KEYS_GOTO, i.e., CTRL-L (the current code will temporarily show the panels) 3. filemenu_cb() when "Open URL" is selected (the user specifically asks to type into location) 4. a_UIcmd_open_url and UIcmd_open_url_nbw when no url given (a window/tab without a url to open is of little use without a visible location bar to type into) ...so it seems good to move the code that temporarily shows panels in case 2 to focus_location(). | |||
2011-09-16 | use x,y for tools popup | corvid | |
2011-09-16 | position history menu below button | corvid | |
2011-09-14 | Allow key bindings for paging left/right | corvid | |
2011-09-03 | use Fl::option() when disabling UI tooltips | 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 | |
2011-08-03 | Moved CustLightButton into ui.hh | Jorge Arellano Cid | |
Also added hl_color() to change the highlight color. | |||
2011-08-01 | Re-enabled the temoporary panels feature for Ctrl+l | Jorge Arellano Cid | |
It has lots of code cleanups and a simpler/more-uniform way of handling it all. | |||
2011-08-01 | Cleanup: removed some unused code from the UI | Jorge Arellano Cid | |
2011-07-29 | Removed the large panel option (P_large). | Jorge Arellano Cid | |
Nobody saw use for it... | |||
2011-07-15 | Updated the local help file, and the remote help URL | Jorge Arellano Cid | |
2011-07-11 | Made "hide-panels" hide the findbar, then panels (and removed "fullscreen"). | Jorge Arellano Cid | |
Redefined "hide-panels" to close the findbar if it's visible, and all the panels when the findbar is not visible. | |||
2011-07-10 | avoid a lingering tooltip from the StatusBar (Bugmeter) | Jorge Arellano Cid | |
2011-07-10 | Workaround: avoid a lingering tooltip from the Panel | Jorge Arellano Cid | |
2011-06-21 | Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64) | Jorge Arellano Cid | |
2011-06-18 | Made dillorc's middle_click_drags_page=NO operative again | Jorge Arellano Cid | |
* Added setDragScroll(bool) to the viewport to enable/disable it * Made middle-click paste URL upon FL_RELEASE | |||
2011-06-10 | Re-enable the "-f" fullscreen CLI switch (e.g. used by Claws email client). | Jorge Arellano Cid | |
2011-05-31 | Corrected small icon reference for Forward button | Jorge Arellano Cid | |
2011-05-27 | Avoid unnecessary background redraws | Jorge Arellano Cid | |
2011-05-27 | rm fltk2 workaround | corvid | |
Haven't found any need for it with 1.3. | |||
2011-05-26 | remove use of Fl_Pack to avoid resizing issues | Johannes Hofmann | |
CustGroup is split into CustGroupHorizontal and CustGroupVertical. CustGroupVertical is then used to replace Fl_Pack for TopGroup. | |||
2011-05-21 | fix excessive redraws on pages with bugs | Johannes Hofmann | |
2011-05-18 | Bound CTRL+{a,e,d,k} in the location bar (for start,end,del,cut) | Jorge Arellano Cid | |
2011-05-17 | Made KEYS_LEFT_TAB and KEYS_RIGHT_TAB no longer handled as a special case | Jorge Arellano Cid | |
* Made TAB-key focus the main area from location input. * Made KEYS_LEFT_TAB and KEYS_RIGHT_TAB cycle.. | |||
2011-05-16 | rm spaces | corvid | |