You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui
Hans-Werner Hilse 9c4088a3ac small change of UIManager:show(): No more automatic refresh
This eliminates the API difference between the extra parameters of
UIManager:show() and setDirty(). They work the same now.
Note that this also eliminates the automatic refresh that took place
before when using show() without refresh options. It always refreshed
the full screen, which led to too big refresh regions all over the
place. Thus, refresh has now explicitly to be asked for, hopefully
encouraging to implement it in the widget that gets shown (and is
aware about the screen region it covers).

Also add an event that is triggered when a widget is closed:
CloseWidget. So a widget can implement "onCloseWidget()" to trigger
actions upon closing - most commonly, this is a refresh for the area
previously taken by the widget. That way, the widget's user does not
have to take measures to ensure that the area is refreshed later.
10 years ago
..
data Change "Screen Mode" to "Orientation" 10 years ago
elements move refresh menu table out of UIManager 10 years ago
message fix run out of memory when receiving large files from Calibre 10 years ago
widget Merge pull request #1310 from hwhw/master 10 years ago
downloadmgr.lua prompt users to long press directory to set inbox 10 years ago
event.lua cleanup: expand tab to 4 spaces 10 years ago
font.lua switch from scaleByDPI() to scaleBySize() 10 years ago
geometry.lua fix #1011 10 years ago
gesturerange.lua range field in gesturerange can be function now 10 years ago
language.lua Minor English improvements. 10 years ago
networkmgr.lua Prevent spaces from being eaten by Transifex 10 years ago
opdsparser.lua add OPDS support 10 years ago
otamanager.lua Various applications of util.template 10 years ago
rendertext.lua fix handling of invalid UTF8 sequences 10 years ago
screen.lua Refactoring hardware abstraction 10 years ago
screensaver.lua fix(screensaver): lastfile will be nil for fresh installation 10 years ago
timeval.lua fix typo 10 years ago
translator.lua don't require ssl.https since it cannot yet be built for win32 10 years ago
uimanager.lua small change of UIManager:show(): No more automatic refresh 10 years ago
wikipedia.lua don't require ssl.https since it cannot yet be built for win32 10 years ago