Gabor Kiss-Vamosi
0ccaac4e00
updade lv_conf_templ.h
2019-02-21 00:21:59 +01:00
Gabor Kiss-Vamosi
030fe60b34
multi-disp: API updates
2019-02-20 23:58:13 +01:00
embeddedt
be8db0719f
Merge pull request #876 from ironiron/master
...
Remove duplicate semicolons
2019-02-20 16:49:45 -05:00
Rafał Mazurkiewicz
f4498fd0a4
removed unnecessary semicolons
2019-02-20 22:36:56 +01:00
embeddedt
28b97582b6
Merge pull request #873 from manison/patch/fix-press-from-keypad
...
Text area should ignore presses generated by keypad input device
2019-02-20 12:36:13 -05:00
manison
236f9291be
ta ignores presses generated by keypad input device
...
fixes bug introduced in 4f50a5a: when the LV_SIGNAL_PRESSED is generated by keypad input device (through LV_GROUP_KEY_ENTER key), it does not carry information about position (the position information is overlayed with key information in lv_indev_proc_t struct in this case), so we cannot touch it
2019-02-20 17:08:38 +01:00
Gabor Kiss-Vamosi
fcf1d52e4a
replace lv_lang with more advanced lv_i18n
2019-02-20 12:55:21 +01:00
Gabor Kiss-Vamosi
f2bd701927
multi-disp: API updates
2019-02-20 10:16:33 +01:00
Gabor Kiss-Vamosi
8581a249bd
lv_group_create: inititalize missing fields
2019-02-20 06:20:29 +01:00
canardos
688cd79a55
Update function documentation for clarity
2019-02-20 03:32:37 +08:00
canardos
d5f7f3d51c
Fix incorrect iterators
2019-02-20 03:29:53 +08:00
canardos
1b519cd104
Add const qualifier to lv_btnm_set_map / static functions
2019-02-19 15:06:23 +08:00
canardos
a6d8d1cbc5
Implement lv_btnm_set_ctrl_map. Update function documentation
2019-02-19 14:56:45 +08:00
Gabor Kiss-Vamosi
a494521d7b
Merge branch 'dev-6.0' into manison-feature/theme_focus_cb
2019-02-19 07:03:31 +01:00
embeddedt
245d81ee92
Update README.md
2019-02-18 13:05:58 -05:00
Themba Dube
99825aa29f
Merge branch 'master' into dev-6.0
2019-02-18 12:18:16 -05:00
Themba Dube
d05ec536fd
Fix compilation errors when USE_LV_GROUP is 0
2019-02-18 12:17:56 -05:00
Themba Dube
153f16fc05
Merge branch 'master' of github.com:littlevgl/lvgl
2019-02-18 12:16:16 -05:00
Themba Dube
2e0b8e10ae
Add missing include to lv_math.c
2019-02-18 12:15:57 -05:00
manison
df88e319a8
fixed compilation errors when USE_LV_GROUP == 0
2019-02-18 08:34:41 +01:00
manison
5dfac5a92b
use memcpy rather than structure assignment, since this might not be supported by all compilers
2019-02-18 08:24:51 +01:00
Gabor Kiss-Vamosi
62195b7cc7
lv_label_draw fix with offset.y
2019-02-18 06:41:02 +01:00
Gabor Kiss-Vamosi
9572c7d4ed
lv_imgbtn: bugfix
2019-02-18 05:57:30 +01:00
Gabor Kiss-Vamosi
20282ce89f
remove var. declaration in for loop header
2019-02-18 05:57:30 +01:00
Themba Dube
62e58a25c9
Merge branch 'master' into dev-6.0
2019-02-17 14:58:32 -05:00
Themba Dube
19ea8ac55f
Fix compilation error introduced in 1e8ea6b15bea6dbd8c9314d58c70a3ba49f9ac2b
2019-02-17 14:58:10 -05:00
Gabor Kiss-Vamosi
2af6ca8833
Merge pull request #841 from muhammetasan/master
...
10 times faster int to string implementation
2019-02-15 15:09:53 +01:00
manison
f9d8269274
update theme focus styles
2019-02-15 09:54:47 +01:00
manison
3c7b6ae94c
copy default style modifiers to all themes
2019-02-15 08:59:53 +01:00
manison
8ec60fbe3e
add groups to the linked list
...
https://github.com/littlevgl/lvgl/issues/806
2019-02-15 08:46:12 +01:00
manison
79dc8b2ace
Merge branch 'dev-6.0' into feature/theme_focus_cb
2019-02-15 08:04:54 +01:00
Gabor Kiss-Vamosi
e3bbe0a4fd
spinbox fixes
2019-02-15 06:34:30 +01:00
Gabor Kiss-Vamosi
96adbe3827
spinbox fixes
2019-02-15 06:34:30 +01:00
Gabor Kiss-Vamosi
ef8563c9bd
multi-disp_: minor fixes
2019-02-15 06:20:48 +01:00
Muhammet Asan
533d39b4c2
10 times faster int to string implementation
2019-02-14 14:13:25 +01:00
Themba Dube
48bd4fecc6
Merge branch 'master' into dev-6.0
2019-02-13 18:20:06 -05:00
manison
92babea8c8
fix typo in function name
2019-02-13 06:46:08 -05:00
Vilem Zavodny
3425f29130
[ #809 ] Added x axis scrolling feature into lv_page_focus function.
2019-02-13 11:19:47 +01:00
Gabor Kiss-Vamosi
673892cd80
multi-disp: unique VDB to displays
2019-02-13 01:40:22 +01:00
Gabor Kiss-Vamosi
f5b8dd17b8
lv_list_set_selected_btn fix
2019-02-12 22:48:54 +01:00
Gabor Kiss-Vamosi
cfa7d22d33
multi-disp: display level vdb experiment
2019-02-12 22:35:59 +01:00
embeddedt
fabd551e2a
Fix error reported by @canardos in lv_imgbtn
2019-02-12 11:03:34 -05:00
manison
327d7c84ca
added style modification callbacks to lv_theme_t struct
...
https://github.com/littlevgl/lvgl/issues/806
2019-02-12 16:35:17 +01:00
Gabor Kiss-Vamosi
2b67dcd2cf
Merge pull request #827 from littlevgl/embeddedt-patch-1
...
Add LV_INDEV_DRAG_THROW checker to lv_conf_templ.h
2019-02-12 16:24:45 +01:00
Gabor Kiss-Vamosi
7571bedc46
multi-disp: minor updates
2019-02-12 16:20:59 +01:00
Gabor Kiss-Vamosi
b15ffa3d89
multi-disp: add unique inv_buf to each display
2019-02-12 15:38:13 +01:00
embeddedt
5addccc270
Merge pull request #828 from littlevgl/embeddedt-patch-2
...
Fix image source not being copied in lv_imgbtn
2019-02-12 09:15:46 -05:00
manison
c94fb96bb2
fix theme initialization
2019-02-12 15:02:43 +01:00
embeddedt
9ac933fb9e
Fix image source not being copied in lv_imgbtn
2019-02-12 07:04:34 -05:00
embeddedt
44c2397804
Add LV_INDEV_DRAG_THROW checker to lv_conf_templ.h
2019-02-12 07:01:04 -05:00