Commit graph

16 commits

Author SHA1 Message Date
Qingping Hou
44d7d6cd29 fix: handle -1 index when deleting characters in inputbox 2012-03-19 20:43:52 +08:00
Qingping Hou
46de106e8a fix: clear input_text before input result return 2012-03-16 14:23:09 +08:00
Qingping Hou
9eff3e3224 mod: delete debug lines in inputbox.lua 2012-03-15 22:18:27 +08:00
Qingping Hou
709a9003d2 fix: handle default text in inputbox 2012-03-15 22:15:09 +08:00
Qingping Hou
7b0f2ad815 mod: cursor finished, add to inputbox 2012-03-15 21:43:55 +08:00
Qingping Hou
a231b944c1 add: first demo of cursor support 2012-03-15 17:03:09 +08:00
Qingping Hou
b7c04ada1a mod: clean up in inputbox.lua 2012-03-11 15:46:25 +08:00
Qingping Hou
6614bbe33d mod: handle shift and alt key events in adjustKeyEvents() 2012-03-02 18:38:34 +08:00
Qingping Hou
53d4016c64 fix: move shiftmode and altmode to global
now shiftmode and altmode is recoreded in Keys module.  So all the UIs
are sharing these two mode instead of remembering their own. These fix
the bug in UI switchings.

For instance, you use combo 'Alt'+'b' to fire up some menu in pdfreader,
the altmode is set, but the alt key was released after the menu show
up. Then the key release event will only be captured by the menu. So
after you exit from the menu, the altmode is still set in pdfreader,
which is not what we want.
2012-03-02 13:46:15 +08:00
Qingping Hou
b33720a567 mod: change shortcut for jumpstack & fix: inputbox 2012-02-26 11:39:36 +08:00
Qingping Hou
91dd1a13c8 mod: add number keys in inputbox 2012-02-19 19:51:08 +08:00
Qingping Hou
417ef640a7 Merge branch 'rotate'
Conflicts:
	filechooser.lua

* merge rotate branch with search branch
* fix font display bug in font menu

not fully tested the new rotation implemention yet.
2012-02-19 15:29:51 +08:00
Qingping Hou
060ad5cb01 finished search feature! 2012-02-19 14:41:44 +08:00
Qingping Hou
32d1bede8c start working on filesearcher 2012-02-19 07:21:50 +08:00
Qingping Hou
29a9996fb2 mod: inputbox finished 2012-02-18 20:32:38 +08:00
Qingping Hou
8fdb0a4c3e add: demo for inputbox 2012-02-18 18:21:03 +08:00