Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-25 | don't inherit UI_TEMPORARILY_SHOW_PANELS, use UI_HIDDEN instead | Johannes Hofmann | |
When creating a new ui, we take the current ui as a template. However it makes no sense to inherit the temporary panelmode UI_TEMPORARILY_SHOW_PANELS. In this case we use the UI_HIDDEN instead. This fixes location bar unhiding issues with multiple tabs when in fullscreen mode. Reported by Dennis Nezic. http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-February/007346.html | |||
2010-02-24 | Fix fullwindow start (from CLI and dillorc) | Jorge Arellano Cid | |
2010-02-11 | allow pasting into form widgets when middle_click_drags_page=NO | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-February/007281.html | |||
2010-01-18 | Added a help button. It tries a local help file then dillo.org's one. | corvid, jcid | |
2009-10-03 | only set tooltips for UI if prefs.show_tooltip set | corvid | |
2009-09-08 | 'save' key action | corvid | |
2009-07-12 | Fixed CustProgressBox() for systems without weak symbols (wrong semantics) | Jorge Arellano Cid | |
2009-07-05 | keybindings for scrolling | corvid | |
2009-06-24 | Added the "stop" keybinding (not bound!) | corvid | |
2009-06-22 | remove system includes | corvid | |
2009-06-05 | KeysCommand_t | corvid | |
This should make it easier for the casual reader to tell what's what in keys.cc. | |||
2009-05-23 | garbage collect unused code | Johannes Hofmann | |
2009-05-18 | add support for --xid command line option | Johannes Hofmann | |
The --xid option is used by a plugin for the claws mail client (http://www.claws-mail.org/) to embed the dillo window into the mailer application to display HTML mails. | |||
2009-05-17 | New utility function: a_Utf8_end_of_char() | corvid | |
2009-05-16 | merge | Jorge Arellano Cid | |
2009-05-16 | Fix: don't update window title for background tabs | Jorge Arellano Cid | |
2009-05-16 | Avoid unnecessary tab label redraws. | Johannes Hofmann | |
This change avoids a redraw when the mouse enters the dillo window. | |||
2009-05-03 | Added configurable keybindings! (in ~/.dillo/keysrc) # part1 | Jorge Arellano Cid | |
2009-02-15 | Moved creation of the UI's status panel into a function. | corvid | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-02-08 | Switched load images on/off feature to the Tools menu | corvid | |
2009-01-28 | Added the show_tools dillorc option | corvid | |
2009-01-27 | Implemented the tools button with CSS options. Also removed nav.h from html.cc | Jorge Arellano Cid | |
2008-12-22 | Added some const quialifiers. | corvid | |
2008-11-11 | - removed the tab labelfont setting | jcid | |
2008-10-26 | - Added the "middle_click_drags_page" dillorc option. | jcid | |
2008-10-13 | . Minor update to README. | jcid | |
2008-10-09 | - File menu as popup implementation. | jcid | |
- Working show_filemenu dillorc option. | |||
2008-10-07 | . | jcid | |
2008-10-07 | - Made ALT+q work. | jcid | |
2008-10-03 | - Set menubar "close window" items from a timeout | jcid | |
(to avoid events on deleted widgets) | |||
2008-10-03 | - insert workaround part2 | jcid | |
2008-10-03 | - . | jcid | |
2008-10-03 | - Avoid a valgrind detexcted illegal memory access. | jcid | |
2008-10-02 | - Made SHIFT + {Left, Right} work even with findbar focused. | jcid | |
2008-10-01 | - fix 2 for the iconset patch (smallicons) | jcid | |
2008-10-01 | - iconset patch fix. | jcid | |
2008-10-01 | - Set UI's to share icons. | jcid | |
2008-10-01 | - Committed the no bw as window user_data() patch. | jcid | |
2008-09-30 | - s/todo:/TODO:/g | jcid | |
2008-09-30 | - Typo correction | jcid | |
2008-09-29 | - Switched the image load button to be a per-window choice. | jcid | |
2008-09-29 | - workaround for FLTK2 bug with menu shortcuts. | jcid | |
2008-09-26 | - part2 of RAW_LABEL patch | jcid | |
2008-09-26 | - Added the "middle_click_opens_new_tab" option to dillo2rc. | jcid | |
- Added the "focus_new_tab" option to dillo2rc. - Added "New Tab", "Open Link in new Tab" and "Open Image in new Tab". - Fixed the resizable when removed by tabs | |||
2008-09-21 | - Some i18n in view source and tab labels. | jcid | |
2008-09-19 | - Keybinding polish... | jcid | |
2008-09-18 | - Implemented tabbed browsing. | jcid | |
2008-09-14 | - minor mem leak fix. | jcid | |
2008-09-12 | - Reverted an accidental testing code commit. | jcid | |