aboutsummaryrefslogtreecommitdiff
path: root/dw/findtext.cc
AgeCommit message (Collapse)Author
2014-12-21trim some spacescorvid
2014-03-01Merge with main repo.Sebastian Geerken
2013-12-20RTFL messages.Sebastian Geerken
2013-12-09Merge (large!).Sebastian Geerken
2013-12-09Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>.Sebastian Geerken
2013-01-13Update with main repo.Sebastian Geerken
2013-01-11fix up dw namespace commentsp37sitdu
2013-01-06Make DeepIterator able to follow widget references; activated this for findtext.Sebastian Geerken
2012-10-08Work on iterators: finding text works (in a temporal way).Sebastian Geerken
2012-09-24Split up content type WIDGET; removed FLOAT_REF.Sebastian Geerken
2011-10-23back out c6cbf3ae7ffd (LC_CTYPE)corvid
I'd asked furaisanjin about input methods, and it sounded like it would be okay, but it turns out that something goes wrong on his system after all (LANG and the various LC_* set to ja_JP.eucJP normally, "while converting to Kanji, font width is half and it's not easy to recognize.") So I can't get away with the lazy fix after all.
2011-10-22reset LC_CTYPE to C (for the benefit of Turkic locales)corvid
The standard solution to I and i being different letters in Turkic locales is to make your own ASCIIfied strcasecmp/toupper/tolower, but I'm not aware of us currently having any need/use for non-C LC_CTYPE.
2011-07-07fix commentcorvid
2011-05-13more free/deletecorvid
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation.Jorge Arellano Cid
2009-02-08Implemented "search previous" in string searchesJoão Ricardo Lourenço
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid