Commit Graph

12 Commits (53d4016c649dc371d9239e889dd39ee1f6309833)

Author SHA1 Message Date
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.
12 years ago
Qingping Hou ec33e51d87 fix: bug in font menu 13 years ago
Qingping Hou fd1ccee911 mod: add font menu in filesearcher 13 years ago
Qingping Hou cb982f5da6 mod: error message for not found 13 years ago
Qingping Hou 85cb570e88 fix: unify font changes to all menus 13 years ago
Qingping Hou 83fa148583 mod: return to searcher if file is opened in searcher 13 years ago
Qingping Hou e5769a4cc0 fix: a foolish bug that open wrong file 13 years ago
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.
13 years ago
Qingping Hou 060ad5cb01 finished search feature! 13 years ago
Qingping Hou f9804a1c92 searcher demo finished!
waiting for refractory.
13 years ago
Qingping Hou 32d1bede8c start working on filesearcher 13 years ago
Qingping Hou 85fedef7a4 add: filesearcher 13 years ago