xennex22
eb056315c3
Changed non-debug macro expansion ( #1808 )
2020-09-22 09:53:36 -04:00
Sergei Kolotovchenkov
d44b8d47d3
Improve compatibility with ARM Compiler V6 with C++98 mode ( #1788 )
...
* Fixed infinite loop during calculation size of lv_list
* Fixed msvc 2019 compiler error C4576 when using the LVGL inside C++ code
* Refactoring to make autocomplete less noisy
* Improve compatibility with ARM Compiler V6 with C++98 mode
* Replaced non-ascii symbol
* Fixed CI build error
* Refactoring, added ability to override _LV_COLOR_HAS_MODERN_CPP
2020-09-14 12:45:53 +02:00
Gabor Kiss-Vamosi
c55b165150
add font decompr_buf to GC roots
2020-09-11 13:39:05 +02:00
Gabor Kiss-Vamosi
adf65b6761
Fix _lv_txt_ins with zero length insert text
...
Closes #1754
2020-08-28 09:53:56 +02:00
xiaobo
437e6d35eb
Reduced animation callback interface calls
2020-08-18 11:25:40 +08:00
Gabor Kiss-Vamosi
c36c8e11f7
Merge branch 'master' into acumartini-feature/1568_lv_rotary
2020-08-11 12:31:24 +02:00
Sergei Kolotovchenkov
d2e1094159
Fix Visual Studio 2019 compile errors ( #1711 )
...
Fixed msvc 2019 compiler error C4576 when using the LVGL inside C++ code
2020-08-10 14:13:26 -04:00
Gabor Kiss-Vamosi
b58f9c6021
Add LV_USE_OUTLINE/PATTERN/VALUE_STR and LV_MEMCPY_MEMSET_STD
2020-08-04 09:19:59 +02:00
github-actions[bot]
5b062a0d8d
Merge c0a7cf76b9b1f43763dcf3f5466e7dabef8daaa4 into dev
2020-07-17 09:42:43 +00:00
Gabor Kiss-Vamosi
c0a7cf76b9
minor fixes with LV_COLOR_DEPTH == 1
2020-07-17 11:42:08 +02:00
Gabor Kiss-Vamosi
843555a4b1
Add lv_task_get_next
2020-07-08 09:29:48 +02:00
Gabor Kiss-Vamosi
43f5e4d2e0
Run code formatter
2020-07-07 09:36:59 +02:00
jbamaral
ac26442ca6
Fix lv_textarea_add_char on big endian ( #1620 )
2020-07-01 09:08:45 -04:00
Gabor Kiss-Vamosi
3aa35a77cb
rotary: minor fixes on dragging
2020-06-28 22:03:20 +02:00
Adam Martini
b414aa755d
int32 fix to mapping logic
2020-06-23 13:33:25 -07:00
Adam Martini
5961800fe0
Fix map contract
2020-06-23 12:56:07 -07:00
Adam Martini
663af3dfb3
Shift mapping math out of floating point
2020-06-23 12:54:06 -07:00
Adam Martini
446b0b6429
Floats working fro value mapping
2020-06-19 18:05:55 -07:00
Adam Martini
cf4db99206
Test float for mapping
2020-06-19 18:01:15 -07:00
Adam Martini
c854670062
Test float for mapping
2020-06-19 18:00:28 -07:00
Adam Martini
e100565c67
Move map function to proper func to avoid recalc of slope
2020-06-19 17:49:02 -07:00
Gabor Kiss-Vamosi
94a710a5e1
Merge branch 'feature/1568_lv_rotary' of https://github.com/acumartini/lvgl into acumartini-feature/1568_lv_rotary
2020-06-19 23:00:03 +02:00
Adam Martini
1a41f13fd6
Initial lv_rotary work extending lv_arc with stubbed signal handler.
2020-06-18 17:06:24 -07:00
Amir Gonnen
25fbcea31a
Ensure mem_max_size is only used on non custom mem ( #1588 )
2020-06-18 06:40:39 -04:00
Gabor Kiss-Vamosi
975ab3f4cc
Merge branch 'dev'
2020-06-16 13:56:42 +02:00
Gabor Kiss-Vamosi
41e65d9df1
Run code formatter
2020-06-16 13:47:04 +02:00
DaPa
eee2184d10
Revert part of last commit to keep _xcb naming into lv_task_create
2020-06-16 14:10:51 +03:00
DaPa
33de1ffdc7
Fixed @embeddedt's review comments
...
- change the wording to say "message box" and not "button matrix"
- parameter name should be cb and not xcb due MicroPython
- also corrected comment for lv_async_call in lv_async.h
2020-06-15 19:48:44 +03:00
DaPa
585bc329e6
Code comments spelling fixes
...
Also 2 files have tracing strings affected (shorter with 1 character):
- lv_obj.c, 1078: LV_LOG_WARN
- lv_hal_indev.c, 76: LV_LOG_WARN
2020-06-15 17:12:48 +03:00
Gabor Kiss-Vamosi
182cbb1aa4
Update LV_OPA_MIN and LV_OPA_MAX to widien the opacity processed range
...
https://forum.lvgl.io/t/blending-fading-of-body-shadow/2466
2020-06-14 12:36:57 +02:00
arturv2000
ce8d333407
Update src/lv_misc/lv_mem.c
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2020-06-09 09:46:42 +01:00
arturv2000
91acf877c6
Attempt to correct error in tests
2020-06-08 21:00:12 +01:00
artur.vieira
0ebcf7e266
Added Max Used propriety to lv_mem_monitor_t struct
2020-06-08 20:22:06 +01:00
Gabor Kiss-Vamosi
479851e968
: restructure to allow asserting in from too
2020-06-08 13:10:56 +02:00
Pete Bone
822435748a
Fix compiler waring in lv_ll.c ( #1550 )
2020-06-02 07:27:36 -04:00
Gabor Kiss-Vamosi
140904e201
fix build error
2020-06-02 11:03:00 +02:00
Gabor Kiss-Vamosi
a49e7e8295
improve size rounding to 4 or 8 in lv_mem, and lv_ll
2020-06-02 08:51:22 +02:00
Gabor Kiss-Vamosi
542fa7e76d
linked list: simplify settings next/prev node
...
https://forum.lvgl.io/t/data-abort-at-start-lvgl-v7-0-compiled-with-full-speed-optimisation-only/2286/25
2020-06-02 08:44:04 +02:00
Gabor Kiss-Vamosi
7040084fbd
Merge pull request #1545 from pete-pjb/32bit_idx
...
Change all text related indices from 16-bit to 32-bit integers throughout whole library.
2020-06-01 22:44:30 +02:00
Mike Fellows
765a97383a
Fix visual studio compile errors in lv_anim code
...
unary negation operator was being applied to an usigned int in three
places. I'm not sure what the other compilers are doing to accept
the current code , but I have cast the unsigned ints to a signed one
before applying the unary operator.
2020-06-01 22:23:53 +02:00
PeterB
3561d9e063
Changed all text related indices from 16 bit to 32 bit integers.
2020-06-01 17:51:47 +01:00
Themba Dube
c5c5b2a393
lv_printf: condition floating-point on value not definition
2020-06-01 12:08:48 -04:00
Themba Dube
0c4c6cf199
lv_printf: expose floating-point configuration option
2020-06-01 12:08:08 -04:00
Gabor Kiss-Vamosi
0a9d8a6133
remove memcpy from lv_ll
2020-05-27 10:36:24 +02:00
Gabor Kiss-Vamosi
b056315410
add LV_COLOR_MIX_ROUND_OFS to adjust color mix to GPU's algorithms
2020-05-26 10:58:52 +02:00
Gabor Kiss-Vamosi
966b4b11f6
lv_color_mix_with_alpha: fix initialization
2020-05-25 12:44:54 +02:00
Gabor Kiss-Vamosi
a2c973bd5b
fix warings
2020-05-24 13:13:07 +02:00
Gabor Kiss-Vamosi
d8a37e8fd8
update themes to avoid garbage collection of styles
2020-05-22 22:36:24 +02:00
Gabor Kiss-Vamosi
474b8e0920
CJK: fix built-in SimSun font and wrong UTF-8 decoding in Arabic processor
2020-05-21 10:40:16 +02:00
Gabor Kiss-Vamosi
c77ab45dd3
add material theme to GC_ROOTS
2020-05-21 09:37:37 +02:00