Commit Graph

742 Commits (d5c7e6ccb5329809a944e87c09a80c3727cd5f52)
 

Author SHA1 Message Date
HW d5c7e6ccb5 factored out pdfdocument implementation 12 years ago
HW 9e531fc2db file reorganisation
all lua frontend files are now in the frontend/ directory.
all old code is cleaned up.
12 years ago
HW 2a2a0828c8 added example usage for reader widget 12 years ago
HW f685f68852 added reader widget implementation
zooming, rotating, panning works already
12 years ago
HW bc191c1d9e started with a document abstraction
for now, only an implementation for PDFs exist. to be
separated out... and we need implementations for the
other supported engines
12 years ago
HW 389ee898b4 load geometry abstraction with ui 12 years ago
HW 0865d89463 geometry abstraction 12 years ago
HW 5cf8fec09d added input group for numerical input 12 years ago
HW ec39c408e9 add new generic global cache 12 years ago
Dobrica Pavlinušić 33538c4f66 Merge pull request #161 from houqp/new_ui_code
more fixes in new_ui_code
12 years ago
Qingping Hou 0ddc9f26da Merge branch 'new_ui_code' of github.com:hwhw/kindlepdfviewer into new_ui_code 12 years ago
Qingping Hou e300881361 update test file & add TestGrid widget for debug 12 years ago
Qingping Hou 2e3e0d849a some more fixes for menu widget 12 years ago
Qingping Hou c9114dabcc revert getSize() method of FrameContainer
my previous modification is wrong.
12 years ago
Dobrica Pavlinušić 5e7b0bfeb9 Merge pull request #160 from houqp/new_ui_code
more changes in new_ui_code
12 years ago
Qingping Hou 12bf282ef2 fix bug in paintRoundedRect
rounded up decimal leads to wrong claculation
for bottom corners
12 years ago
Qingping Hou e2fc72b411 add more styles for menu item icons 12 years ago
Qingping Hou 525c2f17c0 use rendertext in TextWidget for text background support 12 years ago
Dobrica Pavlinušić c486f5f8b3 Merge pull request #155 from houqp/new_ui_code
add paintRoundedRect & use it in FrameContainer
12 years ago
Qingping Hou c70146bf7e use paintRoundedRect in FrameContainer 12 years ago
Qingping Hou e2911b8d8f add paintRoundedRect in graphics.lua 12 years ago
Dobrica Pavlinušić 76f8b2bdd9 Merge pull request #152 from houqp/new_ui_code
half done menu widget for new ui framework
12 years ago
Qingping Hou aee9871d4d add PgBack and PgFwd key group in inputevent.lua 12 years ago
Qingping Hou b47d5b76eb add demo menu widget in new ui framework 12 years ago
Qingping Hou df1c8814ea Merge branch 'master' into new_ui_code 12 years ago
Qingping Hou 3ef820681b add radius property to FrameContainer 12 years ago
Qingping Hou c23555c48d use RoundedCornerRect to draw buttons frame
Also did some tunings for ConfirmBox widget.
12 years ago
Qingping Hou 2a7cfb68f5 add callback functions to confirmbox buttons 12 years ago
Qingping Hou 81d733d269 fix bug in TextBoxWidget
shrink box width if text is shorter than one line.
12 years ago
Qingping Hou db02c7ca1d apply key repeat from menus 12 years ago
Dobrica Pavlinusic bb5c54dd1c Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
Dobrica Pavlinusic 761cd68964 highlight mode also benefits from key repeat 12 years ago
Dobrica Pavlinušić 97f8b80db2 Merge pull request #147 from dpavlin/issue_142_key_repeat
few more places in which repeat key is useful
12 years ago
Dobrica Pavlinusic c688e6e20c few more places in which repeat key is useful 12 years ago
Dobrica Pavlinušić 8db0aef635 Merge pull request #146 from dpavlin/issue_142_key_repeat
Issue #142 key repeat
12 years ago
Dobrica Pavlinusic 9bdf4bf4c7 prevent full screen refresh if key is repeating #142 12 years ago
Dobrica Pavlinusic 6a479aee80 support pressed or repeating keys 12 years ago
Qingping Hou 6dcd849515 remove x shortcut in crereader 12 years ago
Qingping Hou 08e2c7888e Merge branch 'master' into new_ui_code 12 years ago
{Qingping,Dave} Hou d54c31b461 Merge pull request #145 from dpavlin/master
Show page bbox
12 years ago
Dobrica Pavlinusic 44be823115 use getRectInScreen 12 years ago
Dobrica Pavlinusic 37289fb18d invert page bbox on X #35 12 years ago
Dobrica Pavlinusic 9bf6c0902d Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
Dobrica Pavlinusic 8c01306154 invoke Screen:restoreFromSavedBB only if font changed 12 years ago
{Qingping,Dave} Hou d97df04a91 Merge pull request #144 from dpavlin/master
few more InfoMessages in crereader
12 years ago
Dobrica Pavlinusic 5492025a38 pan_margin is really in screen pixels
I don't know what I was thinking when implementing this code. If I
modify it with global zoom, it keeps moving, as we zoom in on multiple
key presses
12 years ago
Dobrica Pavlinusic 17a590cf5a show increase/decrease font size InfoMessage 12 years ago
Dobrica Pavlinusic ac09213319 show Redrawing with InfoMessage on font change 12 years ago
Dobrica Pavlinušić 5666e5908a Merge pull request #143 from houqp/master
add rounded corner border
12 years ago
Qingping Hou 6c33d80966 add paintCircle and RoundedCornerBorder 12 years ago