Commit Graph

155 Commits

Author SHA1 Message Date
ruki
c54e00aafd Merge pull request #23 from tboox/scrollbar
add scrollbar
2020-11-29 22:18:47 +08:00
ruki
b014d789ff fix scroll bug 2020-11-29 22:14:41 +08:00
ruki
75b1d2e4c7 support scrollbar for menuconf 2020-11-29 21:23:37 +08:00
ruki
41a054c176 remove some comments 2020-11-29 19:29:17 +08:00
ruki
f2ba2206eb improve mconfigdialog test 2020-11-29 19:20:20 +08:00
ruki
66c7312db4 support scrollbar for choicedialog 2020-11-29 19:10:28 +08:00
ruki
3325a7394a improve mconfdialog tests 2020-11-28 22:35:39 +08:00
ruki
cd2a4c4bd6 improve textdialog 2020-11-28 22:02:56 +08:00
ruki
50434c9365 fix codestyle 2020-11-28 21:40:41 +08:00
ruki
49526b95cb improve scrollbar 2020-11-28 21:32:23 +08:00
ruki
42b9a690af resize textdialog for scrollbar 2020-11-28 20:52:40 +08:00
ruki
0903f700ca improve textdialog 2020-11-28 20:41:03 +08:00
ruki
1f9076fbd7 add scrollbar 2020-11-28 00:42:19 +08:00
ruki
11ee985740 Merge pull request #22 from laelnasan/mouse-bugfix
mouseable textedit and block mouse on dialogs
2020-11-26 10:32:19 +08:00
laelnasan
62bead3764 mouseable textedit and block mouse on dialogs
Changes to be committed:
	modified:   src/ltui/dialog.lua
	modified:   src/ltui/panel.lua
	modified:   src/ltui/textedit.lua

makes textedit selectable by mouse and grabs mouse events on dialogs
this prevents user selecting views in the background of the focused
dialog, causing errors.
2020-11-25 09:08:37 -03:00
ruki
bbcfc4b1bd improve program 2020-11-21 00:47:10 +08:00
ruki
ef250e66d0 Merge pull request #20 from tboox/mouse
add mouse support and fix code style
2020-11-20 22:31:43 +08:00
ruki
41d7af5940 improve panel 2020-11-21 00:38:24 +08:00
ruki
dac24fad54 improve panel/on_clicked 2020-11-21 00:37:16 +08:00
ruki
14fb32a16c remove boxdialog/mouseable 2020-11-21 00:36:03 +08:00
ruki
ec90d4a2a7 improve button/on_click 2020-11-21 00:35:47 +08:00
ruki
00b35c523c disable mouse for view by default 2020-11-21 00:33:23 +08:00
ruki
078b76500c fix codestyle for mouse 2020-11-20 22:48:28 +08:00
ruki
745345183b fix string.startswith 2020-11-20 09:38:24 +08:00
laelnasan
be0060b465 mouseable views - correction 2 2020-11-19 14:17:31 -03:00
laelnasan
a1f1acff40 mouseable views - correction 2020-11-19 13:53:39 -03:00
laelnasan
83031f9516 mouseable views 2020-11-19 13:44:04 -03:00
ruki
ff1610e0ea Merge pull request #18 from laelnasan/lua-5.4
Compatibility with lua 5.4
2020-11-17 22:33:53 +08:00
laelnasan
114f15a2f5 Compatibility with lua 5.4 2020-11-17 09:59:30 -03:00
ruki
987b002e0d improve mconfdialog 2020-11-14 11:08:37 +08:00
ruki
fa71648eb8 improve panel:remove 2020-11-12 00:45:46 +08:00
ruki
3511b367a3 fix panel select_prev arg 2020-11-12 00:44:56 +08:00
ruki
ec84cbc043 fix choicebox 2020-10-28 23:06:14 +08:00
ruki
559486c885 add config.ld 2020-10-21 00:54:08 +08:00
ruki
875969be7b update rockspec 2020-10-17 11:18:52 +08:00
ruki
71f7f936b5 Merge pull request #16 from laelnasan/pdcurses-mouse
Pdcurses mouse
2020-10-17 11:16:43 +08:00
Lael N. Santos
51ab4a4f7a remove redefinition of function 2020-10-16 23:59:44 -03:00
Lael N. Santos
a461b5d04f repush 2020-10-16 23:37:48 -03:00
ruki
e975e7c890 improve ci 2020-10-17 08:56:04 +08:00
Lael N. Santos
e9e60b02ba Merge branch 'mouse_support' into pdcurses-mouse 2020-10-16 19:56:19 -03:00
Lael N. Santos
250a8ba01e Restored macros to accept pdcurses mouse 2020-10-16 19:55:59 -03:00
Lael N. Santos
a9253dbac0 added definition NCURSES_MOUSE_VERSION in pdcurses curses.h 2020-10-15 20:17:11 -03:00
ruki
9cc61b18d2 fix curses to support pdcurses 2020-10-08 22:54:01 +08:00
ruki
e292f05349 update rockspec 2020-10-06 22:50:28 +08:00
ruki
c6c426d60b remove trailing white spaces 2020-10-06 22:50:08 +08:00
ruki
edc266a881 Merge pull request #15 from laelnasan/mouse_support
Mouse support
2020-10-06 10:57:50 +08:00
Lael N. Santos
89a2034b12 boolean operation correction" 2020-10-05 23:54:18 -03:00
Lael N. Santos
dc192c88f3 corrected indentation 2020-10-05 23:40:44 -03:00
Lael N. Santos
589d5cabb8 pull request review 2020-10-05 23:30:13 -03:00
Lael N. Santos
e2eb513c7e minor changes 2020-10-05 19:33:11 -03:00