Commit Graph

3393 Commits (18be385321a6ad10a36577799c5c2783247e22aa)
 

Author SHA1 Message Date
Hans-Werner Hilse 18be385321 add showcase of alpha-blitting to wtest.lua 10 years ago
Hans-Werner Hilse feb774afa9 update koreader-base with bugfix for alpha-blitting 10 years ago
Hans-Werner Hilse e47b43e8b5 add implementation of a container widget with alpha-blitting
This is a container that will honor a given alpha value (0..1)
when painting, so it will be translucent for values < 1.
10 years ago
Hans-Werner Hilse adbcdddb56 undo wrong use of addblitFrom()
rendertext.lua did use addblitFrom() for rendering text - i.e. blitting
the letters to a BlitBuffer. However, it used intensity=1.0, which is
the same as doing a (faster, more efficient) blitFrom(). So use that
instead.

What was probably intented here is a different kind of blitting - using
the bitbuffer of the glyph as a mask.
10 years ago
HW 0ca3dd8cad Merge pull request #930 from chrox/master
update koreader-base
10 years ago
chrox 243bde6f9d update koreader-base 10 years ago
Huang Xin ec4415ef6a Merge pull request #928 from Ebrehem/master
Customising footer font size via DMINIBAR_FONT_SIZE variable
10 years ago
Ebrehem 19520f6d3b Update defaults.lua 10 years ago
Ebrehem 44ecf74ba3 Update readerfooter.lua 10 years ago
HW 5925e762fc Merge pull request #924 from chrox/win32-port
add win32 port of Koreader
10 years ago
chrox 9035ac31a7 fix win32 building 10 years ago
chrox bfc48f82b5 update ignore file 10 years ago
chrox a4f870753e Koreader win32 port 10 years ago
chrox 36f450e907 add runtime binaries for win32 platform 10 years ago
chrox c4a1e4d10d update PATH variable on startup for Windows 10 years ago
chrox 97e7a90865 encode lfs.dir iterated file path to UTF-8 10 years ago
chrox a0cd4816a7 no mkfifo on Windows 10 years ago
chrox 7d22318641 don't require ssl.https since it cannot yet be built for win32 10 years ago
chrox 7013e9dae4 update koreader-base 10 years ago
Huang Xin be43d41e26 Merge pull request #911 from evgsh/master
add fb2 file format in download panel of opdsbrowser
10 years ago
evgsh aabee1f3bc Update opdsbrowser.lua 10 years ago
Qingping Hou 4e211e230f Merge pull request #909 from chrox/fix_hostname_unresolved
use calibre ip address returned by receivefrom
10 years ago
Huang Xin 0d38a02eb6 Merge pull request #910 from WS64/master
minor code optimizing
10 years ago
WS64 d47af7e368 minor code optimizing optimizing 10 years ago
chrox e002125696 use calibre ip address returned by receivefrom
This fixes unresolved hostname issue in some network configurations.
10 years ago
Huang Xin 534c68cf24 Merge pull request #908 from WS64/master
Minor code optimization
10 years ago
WS64 f7c640e550 Code optimization 10 years ago
Qingping Hou b7536ef339 Merge pull request #907 from chrox/calibre_companion
add Calibre Companion plugin
10 years ago
chrox 7871af3489 add Calibre Companion plugin
This plugin implements a simple Calibre Companion protocol that
communicates with Calibre Wireless Server from which users can
send documents to Koreader devices directly with WIFI connection.

Note that Calibre Companion(CC) is a trade mark held by MultiPie Ltd.
The Android app Calibre Companion provided by MultiPie is closed-source.
This plugin only implements a subset function of CC according to the
open-source smart device driver from Calibre source tree.

More details can be found at calibre/devices/smart_device_app/driver.py.
10 years ago
Huang Xin 4640ecce4d Merge pull request #906 from WS64/master
Exclude book's cover from screensaver (hopefully the final try!)
10 years ago
WS64 4ee35bb972 Add "exclude screensaver" to menu 10 years ago
WS64 abaa772750 Add "exclude cover from screensaver" functionality 10 years ago
Huang Xin 786d300953 Merge pull request #899 from gontofe/WifiMenuToggle
Adding Touch Menu Wifi Status icon/Toggler for Kobo and Kindle.
10 years ago
Huang Xin b2a3f6e5ec Merge pull request #900 from gontofe/OTAfix
Add tidy up option after failed update.
10 years ago
Michael Hall f6b1ed2b6d Add tidy up option after failed update. 10 years ago
Michael Hall 96aa795618 Adding Touch Menu Wifi Status icon/Toggler for Kobo and Kindle. Change to
NetworkMgr:getWifiStatus() to ping default gateway instead of 8.8.8.8.
10 years ago
Huang Xin 9f1e1a4bf4 Merge pull request #898 from houqp/houqp-master
fix(ui): hide button framecontainer background in hide() method
10 years ago
Qingping Hou 5e035c2517 fix(ui): hide button framecontainer background in hide() method 10 years ago
NiLuJe 8568f77741 Merge pull request #894 from chrox/fix_872
fix #872
10 years ago
chrox 19e3af1b09 fix #872 10 years ago
Qingping Hou aaeb7aa353 Merge pull request #893 from chrox/pathchooser
refactoring: use pathchooser in zsync plugin
10 years ago
Qingping Hou a57a164063 Merge pull request #892 from chrox/submenu_pgno
fix page number of sub-menu is not updated
10 years ago
chrox 54ebfe8b2f refactoring: use pathchooser in zsync plugin 10 years ago
chrox cf882a078a fix page number of sub-menu is not updated 10 years ago
NiLuJe 2debd0a7ae Merge pull request #890 from chrox/fix_772
fix #772
10 years ago
chrox 0349281ef5 fix #772 10 years ago
Qingping Hou 9c9edcf36f Merge pull request #888 from chrox/fix_886
always suspend in portrait mode so that screensaver image won't be stretched
10 years ago
chrox 3bd2c0756a always suspend in portrait mode so that screensaver image won't be stretched
This patch should fix #886.
10 years ago
Qingping Hou eb46aa7d66 Merge pull request #887 from chrox/fix_875
refactoring: hide the charlist implementation of InputText
10 years ago
Qingping Hou 48560253ed Merge pull request #885 from chrox/opds
add shortcut to add local calibre OPDS catalog directly by host and port
10 years ago