Commit Graph

13 Commits (755567d7ba9b2bcc977998a0b9bb307eaf1fad00)

Author SHA1 Message Date
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 29a9996fb2 mod: inputbox finished 13 years ago
Qingping Hou 3bc71354ed mod: add KEY_DEL for EMU mode 13 years ago
Qingping Hou 8fdb0a4c3e add: demo for inputbox 13 years ago
Qingping Hou 262b8113f7 add: adjustFWKey(code)
adjustFWKey() will change code event for five way keys
according to current rotation mode. Add this to the
input.waitForEvent loop and your UI can navigate properly
in different rotation mode.
13 years ago
Qingping Hou 4b93d2c71b add: F key code in EMU mode 13 years ago
Dobrica Pavlinusic c2207f0e67 rotate page using J and K keys 13 years ago
HW 5e62e3e4af file mode fixes, added shebang to rendertext example script 13 years ago
HW a86352dbc4 added enter key for SDL/emu mode 13 years ago
Dobrica Pavlinusic 04087c072f added altmode for smaller pans and zooms 13 years ago
Dobrica Pavlinusic bdda25f284 move gamma controlls to volume or F11/F12 in emu
Idea is to fee 5way presses for pan/zoom operations in future
13 years ago
HW a6541596ce added multiple zoom variants
also, added key codes from launchpad sources.
thus, a few constants change their names.
These are the current keys:
PGFWD = next page
PGBCK = previous page

SHIFT+PGFWD = zoom in
SHIFT+PGBCK = zoom out

A = fit to page
S = fit to page width
D = fit to page height

SHIFT+A = fit to page content
SHIFT+S = fit to page content width
SHIFT+D = fit to page content height

SHIFT+FW_UP = Gamma + 0.2
SHIFT+FW_DOWN = Gamma - 0.2
13 years ago
HW a07ea2f8b8 factored out key config and tilecache 13 years ago