summaryrefslogtreecommitdiff
path: root/inputmethods/dvorak/dvorak.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-01-05remove hard coded fonts for dvorak, keyboard, multikey, pickboard, and ↵mickeyl1-3/+10
unikeyboard
2004-04-24gcc 3.4 fixesmickeyl1-4/+4
2002-11-22- properly namespace the input methods. fixes symbols clashes at run-timesimon1-0/+2
with names like 'Keyboard' or 'KeyboardConfig' . the qcom interface objects are in an anonymous namespace now and the actual keyboard implementations are in Dvorak, JumpX, etc. namespaces. What's left is to solve the symbol clashes of the multiply compiled pickboard classes. I'll leave that one (as part of the patch posted yesterday) for another day for review. This part (namespacing) sounds like a safe bet to me though, so comitting now. (got no comments anyway)
2002-02-10Initial commit of the dvorak keyboard.... Dvorak keyboard input method for ↵jeremy1-0/+793
the Opie environment. This is based off of the original keyboard input method.