Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-08 | Make Ctrl+C copy selection into clipboard | Rodrigo Arias Mallo | |
Follows the behavior of so many other programs by copying the current text selection into the clipboard with Ctrl+C. Selecting text continues to copy it into the primary selection. Fixes: https://github.com/dillo-browser/dillo/issues/228 | |||
2025-04-27 | Add about:keys to show keyboard shortcuts | Rodrigo Arias Mallo | |
Fixes: https://github.com/dillo-browser/dillo/issues/66 | |||
2024-06-25 | Add support for zoom factor | Rodrigo Arias Mallo | |
Allows zooming in and out of pages by changing the size of all elements, including font size, images and tables. The initial zoom is specified in the "zoom_factor" option of dillorc. Use the new shortcuts Ctrl+ and Ctrl- to adjust the zoom of the current page and Ctrl 0 to reset it to 100%. When a new tab or window is opened, the current zoom factor is inherited. Each tab retains its own zoom factor. Fixes: https://github.com/dillo-browser/dillo/issues/21 | |||
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2015-05-09 | keys: add Menu key | corvid | |
Now have a computer with windows keys :( and, at least for me, the one that looks like a menu is apparently "Menu" in xev. (Although some FLTK documentation and other stuff on the web suggests that this used to [or maybe still does for some people] cause Super_R (xev), which would then turn into FL_Meta_R in FLTK.) | |||
2012-09-28 | keybinding for view-source | Alexander Voigt | |
2012-05-26 | unify use of sizeof() when computing array length | Johannes Hofmann | |
Submitted by: 123 <p37sitdu@lavabit.com> | |||
2011-11-11 | locale-independent ASCII character case handling | corvid | |
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. | |||
2011-10-30 | Bind Ctrl-{PageUp,PageDown} to tab-{previous,next}. | Jeremy Henty | |
2011-09-14 | Allow key bindings for paging left/right | corvid | |
2011-08-03 | Bind <Ctrl><Shift>Tab instead of <Shift>Tab to "left-tab". | Jeremy Henty | |
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-06-25 | rm some references to fltk2 | corvid | |
2011-06-23 | multimedia key names | corvid | |
fltk-1.3 gives them special values, so they can't be used by specifying keysyms in keysrc anymore. I separated them from the other keys 1) so that they can be ignored when looking through the list of 'ordinary' keys 2) because Back and BackSpace could be confusing. Am I thrilled with the idea of having rules like "forward = forward"? Well, not particularly. | |||
2011-06-23 | non-ASCII keybindings | corvid | |
Alexander Voigt has kindly done some testing, and it seems that this makes bindings to most keys on a German keyboard possible -- except those that need AltGr don't work yet. | |||
2011-04-28 | Made Ctrl-q the default for close-all (it was Alt-q) | Jorge Arellano Cid | |
2011-04-27 | Set Ctrl-w as default for close tab/window (it was Ctrl-q) | Jorge Arellano Cid | |
2011-01-06 | keys | corvid | |
2011-01-06 | events | corvid | |
2011-01-06 | keys and mouse buttons | corvid | |
2009-11-04 | allow keysyms in keysrc | corvid | |
2009-09-08 | 'save' key action | corvid | |
2009-07-05 | keybindings for scrolling | corvid | |
2009-06-24 | Added the "stop" keybinding (not bound!) | corvid | |
2009-06-21 | Added the "nop" keybinding (nop = NO_OPERATION; to cancel a default hook) | corvid | |
2009-05-07 | NumLock, CapsLock, etc. modifiers should be ignored in parseKey(). | Rogutes Sparnuotos | |
2009-06-05 | KeysCommand_t | corvid | |
This should make it easier for the casual reader to tell what's what in keys.cc. | |||
2009-06-05 | Get key bindings for File menu | corvid | |
2009-06-01 | free Keys | corvid | |
2009-05-29 | consts | corvid | |
2009-05-16 | Keys::parseKey MSG | corvid | |
2009-05-05 | Keybindings: allow shifted characters as keynames | corvid | |
2009-05-04 | show line number for keysrc errors | corvid | |
2009-05-03 | dStrndup, dStrcasecmp | corvid | |
2009-05-03 | Fixed a memory leak in keybindings. | corvid | |
2009-05-03 | Added configurable keybindings! (in ~/.dillo/keysrc) # part1 | Jorge Arellano Cid | |