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
|
3aa35a77cb
|
rotary: minor fixes on dragging
|
2020-06-28 22:03:20 +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 |
|
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 |
|
3096
|
e06201f042
|
material theme: fix lv_win uninitialed styles
|
2020-06-26 22:27:52 -07:00 |
|
Gabor Kiss-Vamosi
|
2d7423100a
|
fix conflicts
|
2020-06-27 06:57:28 +02:00 |
|
Gabor Kiss-Vamosi
|
6971d603d2
|
add lv_theme_copy
|
2020-06-27 06:54:47 +02:00 |
|
Adam Martini
|
3af55796d9
|
Remove uneeded point manupulaton
|
2020-06-26 19:39:10 -07:00 |
|
Adam Martini
|
200c1e788f
|
Second pass at angle based drag. Working with proper threshold setting with knowledge of rotary range.
|
2020-06-26 16:54:36 -07:00 |
|
Amir Gonnen
|
aad9f4f0c1
|
Add lv_dpx inline function (#1612)
Identical to LV_DPX (no code additions)
|
2020-06-26 18:04:46 -04:00 |
|
Adam Martini
|
d271fd6108
|
Adjust click area extension
|
2020-06-26 12:35:41 -07:00 |
|
Gabor Kiss-Vamosi
|
76625adec2
|
fix typo in lv_obj_align_origo_x/y
|
2020-06-26 21:02:06 +02:00 |
|
Gabor Kiss-Vamosi
|
8b3f9f19f6
|
add lv_obj_align_origo_x() and lv_obj_align_origo_y() functions
|
2020-06-26 20:59:57 +02:00 |
|
Gabor Kiss-Vamosi
|
97f999ed9f
|
add lv_obj_align_x() and lv_obj_align_y() functions
|
2020-06-26 20:52:21 +02:00 |
|
Gabor Kiss-Vamosi
|
e678a2c599
|
chart: add lv_chart_set_series_axis and lv_chart_set_y_range
|
2020-06-26 20:31:20 +02:00 |
|
Adam Martini
|
7e4b8aa49b
|
Second attempt arc drag
|
2020-06-26 09:46:55 -07:00 |
|
Adam Martini
|
c36f731316
|
Only drag in one dimension because its too jumpy
|
2020-06-26 08:50:24 -07:00 |
|
Adam Martini
|
849d3d3255
|
Use point as last point
|
2020-06-26 08:48:12 -07:00 |
|
Adam Martini
|
ec4cc14bf9
|
Remove unsec x setter
|
2020-06-26 08:46:56 -07:00 |
|
Adam Martini
|
7de60867ef
|
Set last drag point based on diffs
|
2020-06-26 08:45:41 -07:00 |
|
Adam Martini
|
4011d54668
|
Use the max x and y drag diff to control drag
|
2020-06-26 08:40:30 -07:00 |
|
Gabor Kiss-Vamosi
|
6056bc3b95
|
clraify the tricky loop in lv_tick_get
|
2020-06-26 14:35:30 +02:00 |
|
Gabor Kiss-Vamosi
|
91f64c8662
|
Add lv_theme_set_base() to allow easy extension of built-in (or any) themes
|
2020-06-26 14:05:34 +02:00 |
|
Gabor Kiss-Vamosi
|
274d0b522d
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2020-06-26 09:39:29 +02:00 |
|
Gabor Kiss-Vamosi
|
ac7527fecf
|
minor optimization in lv_obj_init_draw_img_dsc
|
2020-06-26 09:39:19 +02:00 |
|
Adam Martini
|
8bcbceef08
|
Send event on if the value really does change
|
2020-06-25 23:05:48 -07:00 |
|
Adam Martini
|
7ce9a969c8
|
Rever drag limit integration as it makes rotary control too granular
|
2020-06-25 22:43:54 -07:00 |
|
Adam Martini
|
f836e90869
|
Account for indev drag limit
|
2020-06-25 22:40:03 -07:00 |
|
Adam Martini
|
6d07effbc3
|
Revert arc tracking
|
2020-06-25 21:39:19 -07:00 |
|
Adam Martini
|
a73b316681
|
Remove undeclared
|
2020-06-25 21:27:18 -07:00 |
|
Adam Martini
|
70a2287568
|
Remove undeclared
|
2020-06-25 21:24:19 -07:00 |
|
Adam Martini
|
9e3d8c9090
|
Remove undeclared
|
2020-06-25 21:23:14 -07:00 |
|
Adam Martini
|
2d4c709a88
|
Get area width using pointer
|
2020-06-25 21:22:37 -07:00 |
|
Adam Martini
|
92ecff3fc0
|
WIP: dragging on ring only using lv_atan
|
2020-06-25 21:18:42 -07:00 |
|
Gabor Kiss-Vamosi
|
2ed6b4e2f5
|
Merge pull request #1607 from jbamaral/fix-img-big-endian-pr
fix image demos on big endian systems
|
2020-06-25 17:11:46 +02:00 |
|
embeddedt
|
3761db65e0
|
Fix spelling issue
|
2020-06-25 07:32:45 -04:00 |
|
Gabor Kiss-Vamosi
|
eb006b3d39
|
finialze screen animations
|
2020-06-25 12:43:45 +02:00 |
|
Gabor Kiss-Vamosi
|
f10f94bea3
|
use void * as theme user data for backward compatibility
|
2020-06-25 12:43:44 +02:00 |
|
Gabor Kiss-Vamosi
|
710226c6db
|
add user_data to themes
|
2020-06-25 12:43:44 +02:00 |
|
Gabor Kiss-Vamosi
|
44a96df9fb
|
initial implementation of screen load animation
|
2020-06-25 12:43:44 +02:00 |
|
embeddedt
|
cd788da47a
|
Fix #1610: don't assert an expected null pointer
|
2020-06-25 12:43:44 +02:00 |
|