Gabor Kiss-Vamosi
e5676aaf9b
lv_label_set_anim_time: fix (was no effect in LONG_ROLL)
2018-01-31 10:07:20 +01:00
Gabor Kiss-Vamosi
acc4d77fe9
lv_label_set_anim_time: fix (was no effect in LONG_ROLL)
2018-01-31 10:06:39 +01:00
Gabor Kiss-Vamosi
241c2e5d38
Merge pull request #95 from upbeat27/beta
...
Fix dropdown bug
2018-01-31 10:00:10 +01:00
Josh McAtee
cab6ce93d6
Fix ddlist controlled via keyboard
...
The selected option is tracked correctly when scrolling through the
dropdown list via keyboard
2018-01-30 11:58:40 -08:00
upbeat27
aad9f76a39
Merge pull request #1 from littlevgl/beta
...
Beta
2018-01-30 11:09:23 -08:00
Gabor Kiss-Vamosi
ec19ceb22f
typo fixes
2018-01-30 14:48:35 +01:00
Gabor Kiss-Vamosi
1689a121e5
label draw bugfix: upscale offset with anti-aliasing
2018-01-30 14:48:35 +01:00
Gabor Kiss-Vamosi
120a694324
Update README.md
2018-01-29 12:32:14 +01:00
Gabor Kiss-Vamosi
90c67d8f64
Update TODO_PATCH.md
2018-01-26 10:03:57 +01:00
Gabor Kiss-Vamosi
a2db424eb1
Merge pull request #86 from upbeat27/tabview-spelling-fix
...
Tabview spelling fix
2018-01-26 10:03:44 +01:00
Gabor Kiss-Vamosi
bff582d5ed
Merge pull request #85 from upbeat27/patch-1
...
Chart draw bug
2018-01-26 10:00:59 +01:00
Josh McAtee
8bc9868705
Fix spelling of "handler"
...
Correct instances of hadler -> handler
2018-01-25 13:14:10 -08:00
Josh McAtee
7b46bfa0d1
Merge remote-tracking branch 'upstream/beta'
2018-01-25 13:10:17 -08:00
upbeat27
2770752813
Fix incorrect storage size for loop counter
...
When drawing chart lines/points/columns, execution will stay in loop forever when point count > 255.
The loop counter i was set to uint8_t when it should be the same size as point_cnt, uint16_t.
2018-01-25 11:34:47 -08:00
Gabor Kiss-Vamosi
2d83b6edb2
Update TODO_MAJOR.md
2018-01-23 19:49:13 +01:00
Gabor Kiss-Vamosi
39e76b0e4f
Update TODO_MAJOR.md
2018-01-23 19:46:23 +01:00
Gabor Kiss-Vamosi
e9805c98d5
Update TODO_MAJOR.md
2018-01-23 11:22:51 +01:00
Kiss-Vamosi Gabor
177af6cae7
start v5.0.3 beta
2018-01-21 12:45:35 +01:00
Kiss-Vamosi Gabor
cb1bbeaf3a
fix utf-8 encoding with 4 byte long codes
2018-01-21 12:43:47 +01:00
Gabor Kiss-Vamosi
46a1a8dfde
Update TODO_MINOR.md
2018-01-19 15:59:48 +01:00
Gabor Kiss-Vamosi
4b4ac7c706
Update TODO_PATCH.md
2018-01-19 15:57:28 +01:00
Gabor Kiss-Vamosi
ad0ad2c4e1
lv_color: set 0xFF as default alpha for 24 bit colors
2018-01-19 15:56:29 +01:00
Gabor Kiss-Vamosi
df2204d50f
Merge branch 'beta'
v5.0.2
2018-01-19 15:45:58 +01:00
Gabor Kiss-Vamosi
fa883a0220
Merge branch 'master' of https://github.com/littlevgl/lvgl
2018-01-19 15:41:37 +01:00
Gabor Kiss-Vamosi
436833f138
Release: v5.0.2
2018-01-19 15:41:05 +01:00
Gabor Kiss-Vamosi
4ecee47caa
add dependecy check to some object types
2018-01-19 15:40:22 +01:00
Gabor Kiss-Vamosi
5db75661cf
lv_conf_templ.h: use LV_FONT_ANTIALIAS by default instead of LV_ANTIALAIS
2018-01-19 15:21:51 +01:00
Gabor Kiss-Vamosi
64b5010b15
change 0b.. number to 0x... and add big endian support to LV_COLOR_MAKE
2018-01-19 15:19:13 +01:00
Gabor Kiss-Vamosi
0733018ba5
Update TODO_MINOR.md
2018-01-19 14:10:59 +01:00
Gabor Kiss-Vamosi
6f43efde23
Merge branch 'beta' of https://github.com/littlevgl/lvgl into beta
2018-01-19 13:28:28 +01:00
Gabor Kiss-Vamosi
fb75153d29
lv_list: group focus fixes
2018-01-19 13:28:14 +01:00
Gabor Kiss-Vamosi
339227877a
Update TODO_PATCH.md
2018-01-18 11:54:11 +01:00
Gabor Kiss-Vamosi
7710b1df43
Update TODO_MINOR.md
2018-01-18 11:54:05 +01:00
Gabor Kiss-Vamosi
c0a8460575
Update TODO_PATCH.md
2018-01-18 11:44:00 +01:00
Gabor Kiss-Vamosi
7027c7486b
Merge pull request #75 from Zaltora/warn_err_compiler
...
fix warning/error with lv_conf.h option
2018-01-18 11:18:14 +01:00
Gabor Kiss-Vamosi
a42b56c7c7
lv_roller: add missing action handling
2018-01-16 15:35:35 +01:00
Gabor Kiss-Vamosi
c331659026
fix compile issue with undefined LV_ATTRIBUTE_TICK_INC/TASK_HANDLER
2018-01-16 15:26:02 +01:00
Zaltora
01088f77ab
dependencies fix
2018-01-16 13:16:48 +01:00
Zaltora
7d302574cc
fix warning/error for Graphics feature usage
2018-01-16 11:54:35 +01:00
Zaltora
ee4a419019
fix warning with VDB and shadow selection
2018-01-16 10:44:24 +01:00
Gabor Kiss-Vamosi
1173b33715
Merge pull request #72 from Zaltora/tick_optimization
...
Specific compiler attribute for tick
2018-01-15 11:17:11 +01:00
Zaltora
0fe5a3ba5e
fix typo
2018-01-15 11:13:16 +01:00
Zaltora
6c06bfbf41
miss include fix
2018-01-15 11:07:33 +01:00
Zaltora
6bab1d2840
add handle fn to attribute + reorganize
2018-01-15 11:03:50 +01:00
Zaltora
89044a8649
Add specific otion for tick function + inline it
2018-01-14 10:23:16 +01:00
Gabor Kiss-Vamosi
94e686ba44
lv_obj_get_style: with NULL style check if the parent is focused and use the focused style
2018-01-13 08:18:24 +01:00
Gabor Kiss-Vamosi
86110cf1de
lv_roller: lv_roller_get_selected_str: bugfix
2018-01-10 09:43:19 +01:00
Gabor Kiss-Vamosi
9b664e2944
LV_INDEV_READ_PERIOD 0 build bugfix
2018-01-10 09:42:52 +01:00
Gabor Kiss-Vamosi
78ff568dfb
Merge pull request #66 from iromero91/master
...
Add configuration options for whole row and column invalid areas
2018-01-09 20:32:14 +01:00
Jose I Romero
e1d2709431
Add configuration options for whole row and column invalid areas
...
Some displays like the Sharp memory LCDs require whole rows to be updated at
a time, LV_INV_FULL_ROW ensures that every screen flush is a whole number of
rows.
LV_INV_FULL_COL is provided too for convenience when rotating the screen 90
degrees, making all updates be whole columns instead. Enabling both flags will
make lvgl update the whole screen every time.
2018-01-09 12:38:52 -06:00