Commit Graph

8069 Commits (1cdc6c61e0555e0975d2470dd8f337f30183b29e)
 

Author SHA1 Message Date
Qingping Hou 99f3d405b0 add: slider_watcher to customupdate target 12 years ago
Qingping Hou 43288b55ec fix: handle zero used box 12 years ago
Qingping Hou 3992fdca0f add: vertical pan in crereader 12 years ago
Qingping Hou 5e58a94632 mod: rm unused shortcuts in crereader 12 years ago
Qingping Hou 9650a4a057 add: gamma settings in crereader 12 years ago
Qingping Hou a5a5c477ac mod: save and restore font face for each book in crereader 12 years ago
Qingping Hou 085d79d033 add: font menu and bold attribute toggle shortcut in crereader 12 years ago
Qingping Hou d3e8c57bc8 mod: reenable global pan_overlap_vertical in crereader 12 years ago
Qingping Hou c41e3e75a3 add: demo for fixing #85, #86 12 years ago
Qingping Hou 1593c56803 mod: add html support in crereader 12 years ago
Qingping Hou 9389aad0c4 Merge branch 'master' into epub 12 years ago
Qingping Hou 081a4165bb mod: add kpdview crash log 12 years ago
Qingping Hou 17823a0b58 mod: add cflags in crereader compiling 12 years ago
Qingping Hou f90ae38cb5 mod: load css in crereader 12 years ago
Qingping Hou b9b9455fe0 fix: progressbar display in crereader 12 years ago
Qingping Hou 8b6398b58e mod: small changes for kindle build 12 years ago
Qingping Hou bb5e28883c add: patch files for previous commit 12 years ago
Qingping Hou 74ffdf019e add: dirty hack for libjpeg as workaround
no segfault now, but no images displayed.
12 years ago
Qingping Hou c8a51bb4bd Merge branch 'master' into epub 12 years ago
Qingping Hou c48ed22fce fix: typo in drawOrCache() method 12 years ago
Qingping Hou 2814102d28 mod: use customed cmake rules to build CREngine libraries 12 years ago
Qingping Hou 9e4b2675f0 Merge branch 'master' into epub
Conflicts:
	unireader.lua
12 years ago
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