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-05-07 | Copy links to clipboard selection too | Rodrigo Arias Mallo | |
Selecting text in the page copies only to the primary selection. Copying links via the context menu now places the URL both in the primary and clipboard selections so it can also be pasted with Ctrl+V. See: https://github.com/dillo-browser/dillo/issues/228 | |||
2014-09-26 | RTFL. | Sebastian Geerken | |
2013-12-20 | RTFL messages. | Sebastian Geerken | |
2013-12-09 | Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>. | Sebastian Geerken | |
2013-01-11 | fix up dw namespace comments | p37sitdu | |
2012-10-30 | trim some spaces | corvid | |
2011-07-17 | comment typo | corvid | |
2011-07-17 | selection press button 3, don't bother going through most of the link stuff | corvid | |
It just had the effect of getting it confused sometimes -- pop up the link menu, and then click elsewhere, and it would select the text between A and B. | |||
2011-06-16 | rm unused double-click code | corvid | |
2011-06-15 | remove lingering MSG in selection.cc | Jorge Arellano Cid | |
2011-06-15 | Re-indent selection.cc for clarity | Jorge Arellano Cid | |
2009-10-29 | move link signal emitter/receiver from Widget to Layout | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.html | |||
2009-10-15 | remove "using namespace" statements from header files | Johannes Hofmann | |
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases. | |||
2009-03-02 | Updated the GPL copyright note in the source files | Detlef Riekenberg | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2008-09-24 | - Moved the dw2 tree into dillo2's tree. | jcid | |