Commit Graph

9 Commits (659e5f6bddd9610759cd9e59a58b8f0604248a45)

Author SHA1 Message Date
chrox 92219a1f1e cleanup: expand tab to 4 spaces 10 years ago
chrox 98f1c90d87 make dictionary title, toggle option and button text bold 11 years ago
Paulo Matias 9072a30cb5 Avoid off-limits dictionary title and make font size adjustable 11 years ago
chrox f9445fca0d tweaks on dict lookup window 11 years ago
chrox 13d70eec9b add Kindle-like dictionary window follow-up 11 years ago
chrox e5bf0eb13e fix closing dict window will bookmark current page
use `self.highlight:handleEvent(Event:new("Tap"))` instead of
`self.ui:handleEvent(Event:new("Tap"))` when clearing highlighted
text since Tap event in latter situation will be captured by
the dogear widget.
11 years ago
HW 09cd5c4104 Make DEBUG a require()d local 11 years ago
HW 2154e7e852 Further refactoring
This should finish the work to make all globals to local variables.
That allows LuaJIT to properly compile things by interning the
references to the relevant parts (rather than looking up globals
all the time which stops a trace).
11 years ago
HW ef111b99c6 Refactored to use strictly locals 11 years ago