Commit Graph

10447 Commits (master)
 

Author SHA1 Message Date
Dobrica Pavlinusic b4bf2e59d0 Merge branch 'master' of github.com:hwhw/kindlepdfviewer 12 years ago
Dobrica Pavlinušić 7a42adb5b0 Merge pull request #84 from houqp/master
force freeing biltbuffer on cache evict
12 years ago
Dobrica Pavlinusic 989318661d disable djvu tools when cross-compiling 12 years ago
Qingping Hou 0dd063b7ce Merge branch 'master' of github.com:hwhw/kindlepdfviewer
Conflicts:
	unireader.lua
12 years ago
Qingping Hou 8764b8aa4f fix: force freeing biltbuffer on cache evict
Also move cache display code above reading progress
code.
12 years ago
Dobrica Pavlinusic 244a6077ab cache_item_max_pixels is not used #79 12 years ago
Dobrica Pavlinušić fd8a7283c0 Merge pull request #83 from houqp/master
This should fix #78
12 years ago
Dobrica Pavlinusic 17f7f00441 Merge branch 'master' of github.com:hwhw/kindlepdfviewer into memory_usage 12 years ago
Dobrica Pavlinusic 661c7be893 use @traycold code from #74 to show current mupdf cache usage 12 years ago
{Qingping,Dave} Hou f4af610a54 Merge pull request #82 from dpavlin/memory_usage
Memory usage configurable from lua
close #80
12 years ago
Qingping Hou dc30c491f7 add: Shift+R for manual full screen refresh
fix #78
12 years ago
Qingping Hou a035998b20 add: partial refresh configure entry in .readker.kpdfview.lua
fix #78
12 years ago
Dobrica Pavlinusic 5884f69b60 setCacheSize cleanup 12 years ago
Qingping Hou a24fca5b5c mod: simulate full screen update in SDL emulator 12 years ago
Dobrica Pavlinusic d34ccb92e6 make cache_size optional 12 years ago
Dobrica Pavlinušić a15d5fb3b8 Merge pull request #81 from houqp/master
djvulibre cache size control from Lua script
12 years ago
Dobrica Pavlinusic b8941eee41 cleanup cache_size based on coding guidelines 12 years ago
Dobrica Pavlinusic 5b1deedd86 remove setCacheSize set cache in openDocument 12 years ago
Qingping Hou 42c9773711 add: cache size control for djvureader 12 years ago
Dobrica Pavlinusic 2754d996c4 move memory info to top of page
This allows section name to be displayed on bottom, and it won't push
memory info out of screen
12 years ago
Qingping Hou 4633ca0832 mod: use percent as absolute location in DOCs in CREReader
The height of documents will be changed after zoom in or
zoom out, so we cannot use pos to mark positions inside
documents.
12 years ago
Dobrica Pavlinusic 3e83dcc2a4 pass cache_document_size to document open
This is how mupdf API is structured
12 years ago
Dobrica Pavlinusic 4f0b41ebc5 show cache_current_memsize 12 years ago
Dobrica Pavlinusic 60b7ccb3cb added cleanCache bound to C key in menu #80 12 years ago
Dobrica Pavlinusic 91bd1277d7 control renderer memory usage #80
added setCacheSize and cache_document_size configuration vairable
12 years ago
Dobrica Pavlinusic 92ec4213c0 show djvu cache size #80
Currently it shows cache_max_memsize and cache_item_max_pixels from
lua and djvu cache size on menu key
12 years ago
Qingping Hou 9df574de01 add: last reading position saving and restoring 12 years ago
Qingping Hou 37dfc84d5a fix: move commands initilization from global init to local
If we call addAllCommands in initGlobalSettings, all
the readers will share the same commands and we cannot
adjust commands for a specific reader. I thus moved this
method call to Unireader:init() method.
12 years ago
Qingping Hou 937f445b92 fix: mistakenly over written unireader's method 12 years ago
Qingping Hou 8a2b86e203 mod: factor last reading page saving and resotring 12 years ago
Qingping Hou 612890850c add: percent jump in CREReader 12 years ago
Qingping Hou ad750a89f8 add: font zooming in CREReader 12 years ago
Qingping Hou c0edbfae27 mod: remove not used shorcuts in CREReader 12 years ago
Qingping Hou 5c4b0868ba add: del method in commands 12 years ago
Qingping Hou c89e3efc19 fix: clear commands when no item in menu 12 years ago
Qingping Hou e94fe052d3 mod: rewrite selectmenu with commands
also fixed bug in page counting
12 years ago
Qingping Hou 7e07ea5a1f fix: bug in Commands:new()
assign a new map to every created object
12 years ago
Qingping Hou 9b500189f2 Merge branch 'master' into epub 12 years ago
Qingping Hou 28e53ce771 mod: adapt jumpstack in CREReader 12 years ago
Qingping Hou ad9d13a947 mod: rename TOC to Toc, adapt showMenu to CREReader 12 years ago
Qingping Hou b09110a38d Merge branch 'djvu-highlight' into epub 12 years ago
Qingping Hou 178e6597e2 add: TOC support 12 years ago
Dobrica Pavlinusic e97cfb91e7 hack crsetup.h using grep #77 12 years ago
Dobrica Pavlinusic ee5b32aced build crengine after depenencies #77 12 years ago
Dobrica Pavlinusic 8bd1cb09ea lua.h dependecy #77 12 years ago
Qingping Hou c56516d5d1 add: data from crengine 12 years ago
Qingping Hou 4821f10dda half done demo for crengine 12 years ago
{Qingping,Dave} Hou dbeef1b4c2 Merge pull request #76 from dpavlin/issue_55_multikey
Issue #55 multikey support
12 years ago
Dobrica Pavlinusic 69a8ee83bb specify multiple keys for single command #55
This code still doesn't support different modifiers on keys, but
I would rather refactor it in small steps first

Current changes adds support for Kindle 3 left page keys
reported by @houqp in issue #55
12 years ago
Dobrica Pavlinusic d3318beb84 print defined commands using dump 12 years ago