Commit Graph

3823 Commits (22697adf208c0d2f6390f096405889ac5d0a2f31)
 

Author SHA1 Message Date
Hans-Werner Hilse 22697adf20 switch from scaleByDPI() to scaleBySize() 10 years ago
Hans-Werner Hilse 63af71188a refactor refresh
Lots of the device-related distinction wandered into
base/ffi/framebuffer_<driver>. This eases the refresh logic in
UI manager, which basically only decides what kind of refresh
to trigger. The device specific configuration in the framebuffer
driver decides how to realize that whish.

screen.lua is gone, in its place is now the framebuffer driver.
The device abstraction decides what framebuffer driver to load.
10 years ago
HW 7b91935df0 Merge pull request #1230 from chrox/fix_1170
fix #1169 and #1170
10 years ago
HW 9fcf9f5a88 Merge pull request #1229 from chrox/fix_1166
fix #1166 by auto alignment of option name
10 years ago
chrox d11dba0558 fix #1169 and #1170 10 years ago
chrox 3574865dcb fix #1166 by auto alignment of option name 10 years ago
Huang Xin 65938c9f9a Merge pull request #1228 from hwhw/fix_koptcontext_free
wait for background thread before free()ing koptcontext
10 years ago
Hans-Werner Hilse f9f97163e8 wait for background thread before free()ing koptcontext
This should prevent freeing resources that are actually in use in
a background thread.
10 years ago
HW 9b5ff4ca41 Merge pull request #1224 from chrox/cover_60
add unit tests for readerdictionary and readerhighlight
10 years ago
Huang Xin 823147f8df Merge pull request #1225 from Frenzie/language
Refactored menu
10 years ago
Huang Xin b6f37debeb Merge pull request #1226 from Frenzie/filesearcher
Filesearcher: added notification for no results
10 years ago
Huang Xin 01510fdd8e Merge pull request #1227 from Frenzie/master
Fixed spaces stripped out by Transifex in readerui.lua by using util.template
10 years ago
Frans de Jonge 7c01a3f2a9 Fixed spaces stripped out by Transifex in readerui.lua by using util.template 10 years ago
Frans de Jonge da00b4b8a9 Refactored menu
While looking into #1219 I accidentally ended up refactoring some stuff.

Tested in emulator and on H2O, but be wary because I might have overlooked something.
10 years ago
chrox 08f0f14ba3 fix dictionary spec 10 years ago
chrox 566586619a add unit tests for readerdictionary and readerhighlight 10 years ago
Frans de Jonge 92f0092ad4 Filesearcher: added notification for no results 10 years ago
HW d649ce269b Merge pull request #1216 from chrox/auto_scale
auto scale icon button especially for screen with high DPI
10 years ago
chrox dbf8faa9b1 remove hardcoded footer height of reader menu 10 years ago
chrox f52872b081 default autoscale for IconButton 10 years ago
chrox 8384eba810 consider also the screen size when scaling by DPI 10 years ago
chrox e66801039b refactoring: reuse IconButton for config menu bar 10 years ago
Huang Xin 49d5a1b71e Merge pull request #1215 from Frenzie/gettext
gettext: unescape \n
10 years ago
Huang Xin 810d5dbc38 Merge pull request #1214 from Frenzie/master
Some English improvements in evernote.koplugin
10 years ago
Frans de Jonge ab442c2434 gettext: unescape \n
Fixes the problem that any msgid with \n in it wouldn't show up translated.
10 years ago
Frans de Jonge 6a7e6ed6ca Some English improvements in evernote.koplugin 10 years ago
Frans de Jonge fad702b6d5 Merge pull request #1212 from hwhw/master
fix item number distinction (plural forms)
10 years ago
Hans-Werner Hilse ab44d1f7e3 fix item number distinction (plural forms) 10 years ago
HW f6f03999c5 Merge pull request #1211 from Frenzie/master
Fix typo in #1176
10 years ago
Frans de Jonge 8b9bbf918c Fix typo in #1176 10 years ago
HW 8b5a4ddea6 Merge pull request #1176 from Frenzie/master
First util.template encapsulated strings
10 years ago
Frans de Jonge d701d9b198 First util.template encapsulated strings 10 years ago
Frans de Jonge 4efe036c2f Update to latest base (added util.template) 10 years ago
HW c9d6c02d04 Merge pull request #1203 from chrox/fix_1202
find the finest toc ticks by sorting out the largest one
10 years ago
Huang Xin 4e58ed6070 Merge pull request #1204 from hwhw/nilujes-fixes
Nilujes fixes
10 years ago
NiLuJe e9573ebe58 Try to avoid more update_regions_func mismatches
scheduling tricks
10 years ago
NiLuJe f6753085ef Detect another KT2 model 10 years ago
NiLuJe 9bd089812b Tweaks and fixes for refresh logic
Don't increase counter for regional updates
Also some workarounds for Kobos

Try to avoid update_regions_func poisoning

Reset it at the end of repaint() even if nothing was found dirty

Ensure regional updates are always PARTIAL, in
case we get a region attached to an automatically triggered refresh, not
marked force_partial [which, hey, shouldn't happen, but apparently does
sometimes ^^]
10 years ago
HW aea764f842 Merge pull request #1201 from chrox/fix_903
fix #903 by reverting arbitary margin at the end line of italic text
10 years ago
chrox a65dcb4c0d find the finest toc ticks by sorting out the largest one 10 years ago
chrox 033ffb1d0f update readersearch and readertoc specs as crengine is updated 10 years ago
chrox cae6bf273b fix #903 by reverting arbitary margin at the end line of italic text 10 years ago
HW 2d04b5755a Merge pull request #1197 from chrox/fix_864
add an option to show an arrow to indicate page overlap
10 years ago
chrox 897358e09a add missing translation of 'Screensaver' options 10 years ago
chrox ee3c5525f9 add an option to show an arrow to indicate page overlap 10 years ago
HW c651816f4b Merge pull request #1195 from chrox/fix_1121
fix #1121
10 years ago
HW 36d98bb5f7 Merge pull request #1194 from chrox/pdf_search
add fulltext search for PDF documents
10 years ago
chrox 3e7ca5706e fix #1121 10 years ago
chrox b80dd1f966 add fulltext search for PDF documents 10 years ago
Qingping Hou ae65d0ae09 Merge pull request #1192 from hwhw/master
Add support for viewing PNG and GIF files
10 years ago