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 |
|
Gabor Kiss-Vamosi
|
c4eec78a02
|
lv_textarea fix cursor alignment with empty textarea when the text alignment is center or right
|
2020-06-25 12:43:44 +02:00 |
|
Gabor Kiss-Vamosi
|
1e33359d0c
|
fix build error
|
2020-06-25 12:43:44 +02:00 |
|
Gabor Kiss-Vamosi
|
cf8357e004
|
fix focusing/defocusing for pages
|
2020-06-25 12:43:44 +02:00 |
|
Gabor Kiss-Vamosi
|
8f243c01d5
|
style: minor fix on getting style attributes + formatting
|
2020-06-25 12:43:44 +02:00 |
|
Gabor Kiss-Vamosi
|
e2aa68394c
|
update changelog
|
2020-06-25 12:43:44 +02:00 |
|
Gabor Kiss-Vamosi
|
2828582c7a
|
lv_img: fix invalidation area when angle or zoom changes
|
2020-06-25 12:43:44 +02:00 |
|
jbamaral
|
f6a2c635fd
|
Improve big endian support (#1599)
|
2020-06-25 12:43:44 +02:00 |
|
Gabor Kiss-Vamosi
|
db24bf1d18
|
In lv_init test if the the strings are UTF-8 encoded
|
2020-06-25 12:42:06 +02:00 |
|
Deon Marais
|
8c151a2d43
|
Add missing lv_font_montserrat_34
if you do not mind me asking, and on matters of fonts why was Roboto changed to Montserrat when V7 was released ?
|
2020-06-25 12:42:06 +02:00 |
|
Gabor Kiss-Vamosi
|
52cca1dd9b
|
use void * as theme user data for backward compatibility
|
2020-06-25 06:38:17 +02:00 |
|
Gabor Kiss-Vamosi
|
859f72eb84
|
add user_data to themes
|
2020-06-25 06:25:40 +02:00 |
|
embeddedt
|
b77d484a27
|
Fix #1610: don't assert an expected null pointer
|
2020-06-24 12:25:16 -04:00 |
|
jbamaral
|
1733508e9a
|
move bug logs to their right position in changelog
|
2020-06-24 10:01:42 -03:00 |
|
jbamaral
|
5f6c7743ad
|
update internal configuration
|
2020-06-24 08:38:44 -03:00 |
|