summaryrefslogtreecommitdiff
path: root/dw/selection.cc
AgeCommit message (Collapse)Author
2014-09-26RTFL.Sebastian Geerken
2013-12-20RTFL messages.Sebastian Geerken
2013-12-09Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>.Sebastian Geerken
2013-01-11fix up dw namespace commentsp37sitdu
2012-10-30trim some spacescorvid
2011-07-17comment typocorvid
2011-07-17selection press button 3, don't bother going through most of the link stuffcorvid
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-16rm unused double-click codecorvid
2011-06-15remove lingering MSG in selection.ccJorge Arellano Cid
2011-06-15Re-indent selection.cc for clarityJorge Arellano Cid
2009-10-29move link signal emitter/receiver from Widget to Layoutcorvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.html
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases.
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid