Gabor Kiss-Vamosi
a86e03371f
scroll: handle styles
2020-07-14 20:07:49 +02:00
Gabor Kiss-Vamosi
f3a1028064
scroll: handle horizontayl scrolling
2020-07-14 15:23:20 +02:00
Gabor Kiss-Vamosi
ce0fb2da4d
scroll: add scroll chain
2020-07-08 20:07:10 +02:00
Gabor Kiss-Vamosi
0cea8b2c08
scroll: wip
2020-07-08 14:59:19 +02:00
Gabor Kiss-Vamosi
9cfd399fb3
scroll: add scroll throw
2020-07-08 12:29:47 +02:00
Gabor Kiss-Vamosi
d813bbe5e2
Merge branch 'dev' into feat/new-scroll
2020-07-08 11:04:42 +02:00
Gabor Kiss-Vamosi
a5de71933b
fix typoe in comments
2020-07-08 10:31:52 +02:00
github-actions[bot]
e85888908a
Merge 1a3b6d4cb3f4288ef1a7786798d7466b24cd29b8 into dev
2020-07-08 07:36:08 +00:00
Gabor Kiss-Vamosi
1a3b6d4cb3
update lv_conf_internal.h
2020-07-08 09:35:25 +02:00
github-actions[bot]
e587ceb22e
Merge b769463d398ae9cab11c576c3f788cf816fc6df5 into dev
2020-07-08 07:32:39 +00:00
Gabor Kiss-Vamosi
b769463d39
update CHANGELONG and lv_conf_internal.h
2020-07-08 09:31:52 +02:00
Gabor Kiss-Vamosi
ec64820272
tileview: fix navigation when not screen sized
2020-07-08 09:31:52 +02:00
Gabor Kiss-Vamosi
15b7ea6614
Add lv_event_send_refresh, lv_event_send_refresh_recursive, lv_event_queue_refresh_recursive
...
Used to easily send LV_EVENT_REFRESH to objects
2020-07-08 09:29:48 +02:00
Gabor Kiss-Vamosi
843555a4b1
Add lv_task_get_next
2020-07-08 09:29:48 +02:00
Gabor Kiss-Vamosi
234e74202c
image decoder open bug described in #1638
2020-07-07 12:58:13 +02:00
Gabor Kiss-Vamosi
a740af4afb
fix conflicts
2020-07-07 10:02:50 +02:00
Gabor Kiss-Vamosi
43f5e4d2e0
Run code formatter
2020-07-07 09:36:59 +02:00
Gabor Kiss-Vamosi
bb68dde55d
scroll: start scrollbar
2020-07-07 09:02:41 +02:00
github-actions[bot]
41c4c25315
Merge 9e56f750a7f424d0cd52ce5ba3d4ccfa82a97866 into dev
2020-07-04 23:50:42 +00:00
Amir Gonnen
9e56f750a7
Prevent compiler warning in lv_draw_rect.c ( #1637 )
2020-07-04 19:50:14 -04:00
github-actions[bot]
4396196889
Merge e6fe8436f4104df3f6fe41377cc5e1ddebd0a5ce into dev
2020-07-04 11:30:45 +00:00
guoweilkd
e6fe8436f4
Fix #1634 : bug in lv_tileview_scrl_signal
( #1636 )
2020-07-04 07:30:07 -04:00
github-actions[bot]
f3f1c606b6
Merge e9d3001dbff21ce1658d76b91033392fe5884fad into dev
2020-07-03 12:49:29 +00:00
Gabor Kiss-Vamosi
e9d3001dbf
img: improve hit test for transformed images
2020-07-03 14:48:54 +02:00
Gabor Kiss-Vamosi
fd186eeb15
roller: fix copy
2020-07-03 14:24:23 +02:00
Gabor Kiss-Vamosi
b091b676fe
scroll: add animation and elastic scroll
2020-07-02 13:04:44 +02:00
Gabor Kiss-Vamosi
e7648f1c00
Merge branch 'dev' into feat/new-scroll
2020-07-02 09:27:04 +02:00
github-actions[bot]
25607ceaee
Merge 4b2c3e560b1c3b9705858ce6889ddd17d06b1e47 into dev
2020-07-01 14:14:54 +00:00
Petri HARRI
4b2c3e560b
lv_slider: add knob-only feature and fix bug with symmetrical slider ( #1578 )
2020-07-01 10:14:14 -04:00
Gabor Kiss-Vamosi
c54788fae4
fix conflicts
2020-07-01 15:19:29 +02:00
Gabor Kiss-Vamosi
2fdeaf5599
fix conflicts
2020-07-01 15:18:48 +02:00
Gabor Kiss-Vamosi
1051e3f5a4
roller: fix copy. Closes #1628
2020-07-01 15:15:12 +02:00
Gabor Kiss-Vamosi
0b68c21840
Merge pull request #1627 from xiaogangly/master
...
Fix a memory leak bug in function "lv_objmask_remove_mask" .
2020-07-01 15:09:10 +02:00
jbamaral
ac26442ca6
Fix lv_textarea_add_char on big endian ( #1620 )
2020-07-01 09:08:45 -04:00
pete-pjb
06603a9c84
New functions for Check Box and a minor bug fix
...
Remove use of c++ keyword 'new' from function parameter in
lv_theme_set_base() function.
Add function lv_checkbox_set_state(lv_obj_t * cb, lv_btn_state_t state).
Add function lv_checkbox_get_state(const lv_obj_t * cb)
Update Change log.
2020-07-01 12:13:46 +01:00
github-actions[bot]
6b45f3ade5
Merge 6b246b2fed308a83d09a425d726cc1a698ba7f0c into dev
2020-07-01 08:53:55 +00:00
Gabor Kiss-Vamosi
6b246b2fed
fix default theme colors
2020-07-01 10:53:23 +02:00
xiaogangly
86f74e3da2
Fix a memory leak bug in function "lv_objmask_remove_mask" .
...
There is a little memory leak When you call function "lv_objmask_remove_mask" to remove a specified mask.
It's need free the memory of list's node.
2020-07-01 15:26:37 +08:00
Gabor Kiss-Vamosi
c4e7d7cb83
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2020-06-30 17:09:57 +02:00
github-actions[bot]
43b69a88a9
Merge 6d1da27b3cd07b29fa13af2c78074f7f075fd13b into dev
2020-06-30 07:44:39 +00:00
Gabor Kiss-Vamosi
bae04005d3
update old function name in comment
2020-06-29 20:47:55 +02:00
Gabor Kiss-Vamosi
edeca8c01b
Merge pull request #1619 from liangyongxiang/master
...
Add conditional macro LV_USE_GROUP to more GROUP related singles:
2020-06-29 14:52:18 +02:00
Gabor Kiss-Vamosi
069e24bdb2
add examples folder with arduio examples and move porting folder there
2020-06-28 20:37:32 +02:00
Gabor Kiss-Vamosi
d0db0bab5c
add Arduino library files
2020-06-28 20:10:30 +02:00
Themba Dube
421f1b2c01
lv_gpu: fix #1617 by renaming internal macros
...
This avoids conflicts with STM32Cube.
2020-06-28 09:16:25 -04:00
Gabor Kiss-Vamosi
92027cc06f
lv_hal_tick: revert using uint32_t as tick_irq_flag
...
uint8_t surely can be written in 1 instruction even on 16 bit MCUs
2020-06-28 13:32:40 +02:00
Gabor Kiss-Vamosi
ddbeb212b7
Add support to compressed fonts without pre-filter to gain some speed by sacrificing some memory
2020-06-28 13:29:01 +02:00
Gabor Kiss-Vamosi
e55500af5d
scroll: add basic api
2020-06-28 13:19:28 +02:00
liangyongxiang
d055944ebb
Add conditional macro LV_USE_GROUP to more GROUP related singles:
...
- LV_SIGNAL_CONTROL
- LV_SIGNAL_GET_EDITABLE
2020-06-28 12:48:37 +08:00
Amir Gonnen
40daa7195d
lv_theme: add lv_theme_set_apply_cb ( #1616 )
2020-06-27 17:46:22 -04:00