43 Commits (master)
 

Author SHA1 Message Date
Lorenzo Cogotti 3dd1a039e0 [choice] Update clamp import path 2 months ago
Lorenzo Cogotti 6bd211d034 [README] Update project links 5 months ago
Lorenzo Cogotti da8375d1d0 [.lovedeps] Update dependencies 5 months ago
Lorenzo Cogotti 1c713de4ff [ui] Invoke Timer:new() as a method (API update for gear.timer) 6 months ago
Lorenzo Cogotti c52d9e1608 [layout] Improve focus management 6 months ago
Lorenzo Cogotti 1c09a094c4 [rows] Minor style improvement. 6 months ago
Lorenzo Cogotti 26daeb7c70 [README] Fix example. 1 year ago
Lorenzo Cogotti 11aacba7ed [README] Mention ldoc documentation. 1 year ago
Lorenzo Cogotti 3e5b825b36 [config.ld] Update links in config.ld too. 1 year ago
Lorenzo Cogotti 06dd90ff63 [crush] Update crush.lua. 1 year ago
Lorenzo Cogotti 30d76aaab5 [README,.lovedeps] Update links. 1 year ago
Lorenzo Cogotti 958206f1f7 [*] Rework theme customization.
This commit allows more flexible and consistent theme overriding
rules for each Widget. There are 3 levels of customization.

1. Global theme (yui.theme) this is the default theme for every Ui
2. Ui theme, this overrides the global theme and provides a default
   for every Widget of the Ui
3. Widget theme, this overrides the Ui theme for a single widget

This commit also allows themes to specify a font field.
This replaces the sparse color, font and cornerRadius field often
provided by each Widget.
Widgets and Uis may also partially override a theme by specifying
only a few fields.
1 year ago
Lorenzo Cogotti 84d234fca6 [*] Style improvements, make constructors callable by :.
That is the recommended style for class constructors.
1 year ago
Lorenzo Cogotti 43e9b8f8f7 [ui] Elaborate more on drop events flags. 2 years ago
Lorenzo Cogotti 16bf7cbae8 [input] Reduce overlong text margin. 2 years ago
Lorenzo Cogotti c449b8c53f [input] Reset cursor position on focus change. 2 years ago
Lorenzo Cogotti e38e6fcfb5 [ui] Fix focus stealing, minor style fixes. 2 years ago
Lorenzo Cogotti b06d56b945 [input] Invoke onChange() on text change. 2 years ago
Lorenzo Cogotti 4d2083d143 [crush] Update crush.lua to latest version. 2 years ago
Lorenzo Cogotti 432e913f4b [choice] Fix default nowrap value. 2 years ago
Andrea Pasquini 91ed7f50f5 [*] add documentation 2 years ago
Lorenzo Cogotti 05e55add65 [widget] Turn recalculateBounds() into a method, as it should be. 2 years ago
Lorenzo Cogotti 07b8252c22 [input] Handle drawing text larger than the input box. 2 years ago
Lorenzo Cogotti 08853ce041 [README] Add example repository. 2 years ago
Lorenzo Cogotti 3150cb3c6b [README] Mention Gspöt among the similar projects. 2 years ago
Lorenzo Cogotti e1bfe546f9 [README] Fix image link. 2 years ago
Lorenzo Cogotti ac3df18518 [README] Use remote link for yui preview. 2 years ago
Lorenzo Cogotti 1d42498ee7 [*] General code improvement.
* Rework navigation allowing direct management and triggering for grabkeyboard widgets.
* Navigation code now behaves better with deeply nested layouts.
* Allow widget hierarchies deeper than 2 (__call() is implemented for every Widget metatable).
* Make BASE locals more secure (match '<filename>$' in regexp)
2 years ago
Lorenzo Cogotti 3b2b460012 [README] Formatting fix. 2 years ago
Lorenzo Cogotti f4577aa9d6 [README] Improve language. 2 years ago
Lorenzo Cogotti 321cea1f06 [examples] Scale down "Hello, World!" preview. 2 years ago
Lorenzo Cogotti 5332fa7320 [examples,README] Include "Hello, World!" example. 2 years ago
Lorenzo Cogotti 82f84aa35b [README] Improve wording. 2 years ago
Lorenzo Cogotti 6b7b987940 [README] Improve project description and usage docs. 2 years ago
Lorenzo Cogotti f098b1cbd5 [layout] Fix pointer handling code. 2 years ago
Lorenzo Cogotti 651e095000 [ui] Fix timer require path (again)... 2 years ago
Lorenzo Cogotti 4705a9c86a [ui] Fix Timer package path. 2 years ago
Lorenzo Cogotti dd255e19ac [ui] Fix device require() path. 2 years ago
Lorenzo Cogotti e70537142e [columns,rows] Remove superfluous widget types, leave containers as Layouts. 2 years ago
Lorenzo Cogotti cfdea6c990 [layout] Fix bad variable name. 2 years ago
Lorenzo Cogotti acf9403291 [*] The great require parens fixup© 2 years ago
Lorenzo Cogotti 18fdaee15d [crush] Update crush.lua. 2 years ago
Lorenzo Cogotti 6dd7691d71 [*] Initial commit. 2 years ago