Gabor Kiss-Vamosi
5bbb83c68b
Merge pull request #693 from joltwallet/dirty_heap
...
Don't dirty heap if the lv_btn action deletes the button obj
2019-01-03 10:07:34 +01:00
Themba D
8ec482fdbd
Coding standard update
2019-01-02 16:13:04 -05:00
Brian Pugh
f2c4aadfe1
Don't dirty heap if the action deletes the button
2019-01-02 15:09:27 -06:00
Philipp Trommler
75f3198c3d
lv_log: Fix type limits error
...
When building LittlevGL with a rather recent compiler (tested with GCC
7.3.1 provided by Arm), `-Wall`, `-Wextra` and `-Werror` activated and
`LV_LOG_LEVEL` set to `LV_LOG_LEVEL_TRACE`, compilation fails due to a
type limits error in lv_log.c
if(level >= LV_LOG_LEVEL) {
^~
because the comparison is always true, since level is a `lv_log_level_t`
(that is a typedef for `uint8_t`) and `LV_LOG_LEVEL_TRACE` equals 0.
Fix that by making `lv_log_level_t` a typedef to `int8_t`.
Fixes #690
2019-01-02 15:18:02 +01:00
Gabor Kiss-Vamosi
d3101f8e96
lv_bar: add symmetric feature to start the indicator from zero
2019-01-01 14:14:17 +01:00
Gabor Kiss-Vamosi
1927a4cf47
lv_table: minor fixes
2019-01-01 13:48:30 +01:00
Gabor Kiss-Vamosi
0bd55a1fa1
lv_table: add 4 CELL styles and horizontal line drawing on '\n'
2019-01-01 13:44:19 +01:00
Gabor Kiss-Vamosi
cda531fc56
lv_circ.c: include lv_circ.h for consistency
2019-01-01 01:34:29 +01:00
Gabor Kiss-Vamosi
8b3786db40
remove unused function declarations
2019-01-01 01:33:18 +01:00
Gabor Kiss-Vamosi
639edca434
fix incosistent function parameter names. See #681
2019-01-01 01:32:16 +01:00
Gabor Kiss-Vamosi
bf43316942
add themes to spinbox, table and tileview
2019-01-01 01:20:14 +01:00
Gabor Kiss-Vamosi
9c7c200048
lv_porting: add display and indev porting skeleton functions
2018-12-31 18:19:38 +01:00
Gabor Kiss-Vamosi
ceab2ac138
lv_gauge: add interpolation for needle between degrees
2018-12-30 22:00:59 +01:00
Gabor Kiss-Vamosi
6322798b61
lv_trigo_sin: bugfix for with 179 degree
2018-12-30 22:00:59 +01:00
Gabor Kiss-Vamosi
a9921c78e8
lv_btnm: drawing bugfix
2018-12-30 15:58:14 +01:00
Gabor Kiss-Vamosi
7ac12cd071
lv_ta: refresh only the cursor area on cursor blink
2018-12-30 15:02:16 +01:00
Gabor Kiss-Vamosi
d7ae21ce85
lv_vdb: add comments
2018-12-29 09:18:58 +01:00
Gabor Kiss-Vamosi
31468efc8e
update lv_conf_temp with extra info
2018-12-29 09:12:46 +01:00
Gabor Kiss-Vamosi
f25dec516b
add LV_VDB_TRUE_DOUBLE_BUFFERED
2018-12-29 09:12:32 +01:00
Gabor Kiss-Vamosi
8bca90a40b
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-12-28 18:07:11 +01:00
Gabor Kiss-Vamosi
62b3b2c578
update mk files to use absolute path
2018-12-28 18:06:57 +01:00
Themba Dube
ae68e0a449
Merge branch 'master' into dev-5.3
2018-12-27 12:36:19 -05:00
Gabor Kiss-Vamosi
6536a30b03
Merge pull request #676 from embeddedt/kb_bksp
...
Change lv_kb delete key to backspace
2018-12-27 18:35:07 +01:00
Themba Dube
0dcaa505fa
Replace "Del" key on keyboard with backspace since that is its function
2018-12-27 10:32:05 -05:00
Gabor Kiss-Vamosi
963d91f07d
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-12-26 23:49:55 +01:00
Gabor Kiss-Vamosi
65cfdd1bf6
lv_table: fix size (add 1 px)
2018-12-26 23:49:41 +01:00
Gabor Kiss-Vamosi
67972f787b
Merge pull request #673 from ErichStyger/master
...
Several typo and spelling fixes
2018-12-26 23:38:57 +01:00
Gabor Kiss-Vamosi
d78c2f0ef5
Merge pull request #661 from tjstyle/master
...
lv_log: fix warnings
2018-12-26 23:36:15 +01:00
Gabor Kiss-Vamosi
a114a42b74
Update README.md
2018-12-26 23:35:18 +01:00
Gabor Kiss-Vamosi
3e8e94d49c
fix warning in lv_anim_path_bounce
2018-12-26 19:31:00 +01:00
Gabor Kiss-Vamosi
fa89846ee3
lv_sw: call action when released
2018-12-26 19:29:17 +01:00
Gabor Kiss-Vamosi
bffa23c4b2
add LV_VERSION_CHECK
2018-12-26 08:24:47 +01:00
Gabor Kiss-Vamosi
d19792289d
add LV_BORDER_INTERNAL
2018-12-26 08:24:18 +01:00
Erich Styger
2bfcce40e2
typo and spelling fixes in comments
2018-12-26 07:58:06 +01:00
Erich Styger
9cf4cc1533
Merge pull request #1 from littlevgl/master
...
Syncing with original repo
2018-12-26 07:42:33 +01:00
Teguh Sobirin
60ee852587
lv_log: fix warnings
2018-12-24 00:49:16 +07:00
Themba Dube
9531f04abf
Merge branch 'master' into dev-5.3
2018-12-23 06:40:11 -05:00
Themba Dube
6f5c1ba629
Fix wrong return value of lv_arc_get_angle_end ( Closes #663 )
2018-12-23 06:38:54 -05:00
Gabor Kiss-Vamosi
4c2df29808
lv_group: do not modify the focused style if the syle_mod function is NULL
2018-12-22 20:41:20 +01:00
Gabor Kiss-Vamosi
bfba1c477f
rename bool '..._en' function paramter names to be more consistent
2018-12-22 19:45:55 +01:00
Gabor Kiss-Vamosi
8c74a23ec1
rename lv_line_y_inv to lv_line_y_invert
2018-12-22 19:32:27 +01:00
Gabor Kiss-Vamosi
fd5ca1e52b
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-12-22 19:08:55 +01:00
Gabor Kiss-Vamosi
f46958bb3f
minor fixes
2018-12-22 19:08:40 +01:00
Gabor Kiss-Vamosi
1787b63599
reworks VDB to work with true double buffering
2018-12-22 19:08:03 +01:00
Gabor Kiss-Vamosi
f80c6ab178
Merge pull request #656 from littlevgl/tabview_hide
...
Add lv_tabview_set_hidden/lv_tabview_get_hidden
2018-12-21 19:10:34 +01:00
Gabor Kiss-Vamosi
7947a991a4
lv_draw_label: optimization
2018-12-21 15:25:45 +01:00
Gabor Kiss-Vamosi
391fda7ba6
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-12-21 14:35:40 +01:00
Gabor Kiss-Vamosi
19a5f5cd54
minor fixes
2018-12-21 14:35:25 +01:00
Gabor Kiss-Vamosi
8cd0fcefef
add lv_table to the makefile
2018-12-20 23:40:52 +01:00
Gabor Kiss-Vamosi
a4a98617c7
lv_table: fix uninitialized new cells
2018-12-20 23:15:29 +01:00