Gabor Kiss-Vamosi
5247094727
Release v7.10.1
2021-02-16 15:25:31 +01:00
Xiang Xiao
11a2f82027
fix(theme): fix the memory leak when lv_theme_xxx_init is called twice ( #2074 )
...
* fix(theme): the minor typo error
* fix(style): make lv_style_reset work with zerod memory
* fix(theme): fix the memory leak when lv_theme_xxx_init is called twice
due to inited variable forget to set to 1
* fix(theme): empty theme should call lv_obj_refresh_style too
and remove lv_obj_clean_style_list since the same thing is
already done in the common code(clear_styles)
2021-02-15 20:59:11 +01:00
Themba Dube
626f47f87b
feat(ci) add GCC problem matcher
2021-02-15 14:47:24 -05:00
Themba Dube
211a895008
ci(tests) add pedantic to compiler options
2021-02-15 14:44:43 -05:00
Xiang Xiao
85c75c2f34
fix(color): simplify the current color depth macro definition ( #2076 )
...
the change also simplify the addition of new color format
2021-02-15 09:39:49 -05:00
Xiang Xiao
87a8be3624
fix(style): merge scaler and noscalar variant into one ( #2072 )
...
since there is no real difference between these two version
2021-02-15 09:39:22 +01:00
Xiang Xiao
6b3452dc7b
fix(release/com.py): fail to update Kconfig version ( #2075 )
2021-02-15 09:27:30 +01:00
Themba Dube
0f48c62b17
fix(calendar) force no wrapping on day numbers and names
...
Fixes #1850
2021-02-12 16:33:32 -05:00
embeddedt
681cf0dc57
fix(draw) overlap outline with background to prevent aliasing artifacts ( #2067 )
...
* fix(draw) overlap outline with background to prevent aliasing artifacts
* fix(draw) only overlap outline if padding == 0
2021-02-12 15:16:10 +01:00
Gabor Kiss-Vamosi
1566e6fab1
Update Makefile
2021-02-12 11:02:20 +01:00
Gabor Kiss-Vamosi
3cec3964dd
Revert "Fix the various issue found in animation module ( #2063 )"
...
This reverts commit a62ecda760 .
2021-02-12 10:59:53 +01:00
Xiang Xiao
c4b46706c3
fix(fs): correct the document for lv_fs_get_last ( #2068 )
2021-02-11 20:01:26 -05:00
Xiang Xiao
4cb3f01b9d
fix(font): add the new font to lv_font.mk ( #2069 )
...
and order the item to find the difference from file system quickly
2021-02-11 17:07:59 -05:00
alsaleem00
84600a78db
fix(text) improve Arabic contextual analysis ( #2062 )
...
Adds hyphen processing and proper handling of lam-alef sequence
2021-02-11 12:53:00 -05:00
Gabor Kiss-Vamosi
5d0a06b6fa
add -Wno-error=cast-function-type to build
2021-02-11 15:58:41 +01:00
Gabor Kiss-Vamosi
f9c73fe69d
update CHANGELOG
2021-02-11 14:53:05 +01:00
Gabor Kiss-Vamosi
ab14266f67
Merge branch 'master' of https://github.com/littlevgl/lvgl
2021-02-11 14:42:54 +01:00
Gabor Kiss-Vamosi
0591dec33a
fix(delete): delete animation after the children are deleted
...
New animation can be added during child delete
2021-02-11 14:42:48 +01:00
Xiang Xiao
9b52db0531
fix(conf): remove esp specific inclusion from lv_conf_internal.h ( #2065 )
...
* fix(lv_conf_internal.h): remove esp specific inclusion
since the same thing is already included in lv_conf_kconfig.h
* fix(library.json): change space to tab
2021-02-11 11:49:50 +01:00
Xiang Xiao
a62ecda760
Fix the various issue found in animation module ( #2063 )
...
* fix(anim): relayout lv_anim_t to save 4 bytes
and fix the minor comment issue
* fix(anim): unify the type of time and animation to int32_t or uint32_t
since lv_anim_t use these types internally
* fix(anim): Don't need initialize last_task_run
since lv_anim_start will do this if the list is empty
and remove -1 to improve the accuracy
* fix(anim): remove the return value from anim_ready_handler
since no caller really use the return value
* fix(anim): normalize the time elapse by lv_map
* fix(anim): avoid iterate the list twice in anim_task
2021-02-11 11:11:49 +01:00
Carlos Diaz
e6de537952
Add component.mk file for esp-idf make based commands ( #2056 )
...
* Add component.mk file for esp-idf make commands
* component.mk: Check for IDF_VER
Checks for IDF_VER when adding COMPONENT_SRCDIRS and COMPONENT_ADD_INCLUDEDIRS
to avoid definig them when not using LVGL as ESP-IDF component.
* component.mk: Remove info messages
2021-02-08 16:15:59 +01:00
embeddedt
5d3fce8208
fix(gauge,linemeter) draw critical sections/end value in correct spot ( #2059 )
...
Revert be4f7a76d4 and
20d56ee6e9 as they both have issues.
2021-02-08 10:45:32 +01:00
Carlos Diaz
fd74f6985a
Kconfig: Add comments to primary and secondary colors ( #2048 )
2021-02-08 10:41:51 +01:00
Vitaly Puzrin
dfc6719479
Improve OpenCollective link ( #2054 )
...
Will show better icon
2021-02-03 08:54:17 -05:00
Gabor Kiss-Vamosi
2181dd858b
Update FUNDING.yml
2021-02-03 11:46:08 +01:00
Gabor Kiss-Vamosi
fe47caf161
update CHANGELOG
2021-02-03 10:31:20 +01:00
Gabor Kiss-Vamosi
8b78688c79
fix(text): fix out of bounds read in _lv_txt_get_width
2021-02-03 10:29:45 +01:00
Gabor Kiss-Vamosi
1b25649483
Merge branch 'fix/indev'
2021-02-03 10:06:18 +01:00
Gabor Kiss-Vamosi
0631b17076
fix(indev): clear the indev's act_obj in lv_indev_reset
...
fixes #2052
2021-02-03 10:06:07 +01:00
Gabor Kiss-Vamosi
cc8b564352
Update master version
2021-02-02 15:17:59 +01:00
Gabor Kiss-Vamosi
81e5690b2c
Release v7.10.0
2021-02-02 15:12:11 +01:00
Gabor Kiss-Vamosi
222afe9e9b
Update CHANGELOG.md
2021-02-02 15:00:53 +01:00
embeddedt
b38ceb52eb
fix(lv_version) add proper C++ prototype to functions
2021-02-01 08:55:03 -05:00
Xiang Xiao
ced4f2a61f
fix(font): load_glyph calculate the wrong size(one byte short) of last glyph ( #2042 )
...
* fix(font): load_glyph calculate the wrong size(one byte short) of last glyph
* Print the banner before running the font test
2021-02-01 12:09:16 +01:00
Carlos Diaz
5e8d053adf
fix(issue-templates) correct typos in dev-discussion.md ( #2047 )
2021-01-31 13:11:08 -05:00
embeddedt
9fa5216263
fix(spinbox) cast ext_attr for C++ ( #2051 )
2021-01-31 12:51:23 -05:00
minyiky
27154b632c
feat(spinbox) add get_step function ( #2051 )
...
Adds a static inline function to allow access to the step parameter for the spinbox widget
2021-01-31 11:40:57 -05:00
Xiang Xiao
9003f4a9e3
Fix various issues found in font module(2) ( #2044 )
...
* fix(font): Remove the unnecessary and duplicated inclusion
and correct some wrong comment too
* fix(font): Handle the out of memory gracefully in decompression case
and remove the check of gdsc since it is impossible to become null
* fix(font): Use the correct type to avoid the cast and shift
* fix(font): Change the bit field width to occupy the whole byte
2021-01-28 09:48:26 +01:00
Xiang Xiao
1e91569763
Fix various issues found in font module ( #2040 )
...
* fix(font): Correct _LV_STR_SYMBOL_ generation command
and add _LV_STR_SYMBOL_BULLET to the list
* fix(font): lv_font_load shouldn't call lv_fs_close if lv_fs_open fail
* fix(font): read_bits should return 0 not -1 in error case
to avoid read_bits_signed waste time to extend the sign bit
* fix(font): Correct the return type of read_bits to unsgined int
and extend the sign bit more efficient and correct
* fix(font): Sync LV_FONT_FMT_TXT_CMAP_ value to binary font spec
and then remove the hard code value from source code:
https://github.com/lvgl/lv_font_conv/blame/master/doc/font_spec.md#L96
remove zero fields statement too since font_dsc->cmaps already zero at line 334.
* fix(font): Improve the performance by reading cmap table by once
* fix(font): Improve the loading performance if the header is multipled by 8bits
* fix(font): Read loca table in batch if the size is 32bits
* fix(font): Load the underline related attributes
spec here:
https://github.com/lvgl/lv_font_conv/blame/master/doc/font_spec.md#L55-L56
2021-01-27 11:20:36 +01:00
Gabor Kiss-Vamosi
df3cf24db4
fix(indev): fix implementation of LV_PROTECT_EVENT_TO_DISABLED
2021-01-27 10:37:38 +01:00
Gabor Kiss-Vamosi
b6db434c21
fix(btnmatrix): fix lv_btnmatrix_get_active_btn_text() when used in a group
2021-01-27 10:00:08 +01:00
embeddedt
19f769f1d7
Fix incorrect version for new feature in CHANGELOG
2021-01-26 12:18:33 -05:00
scandermore
dacca6eeb8
feat(indev) allow input events to be passed to disabled objects ( #2033 )
2021-01-26 12:16:47 -05:00
Linch
eaacde6722
fixs draw pattern stack-use-after-scope error ( #2030 )
...
* fixs draw pattern stack-use-after-scope error
* Update CHANGELOG.md
2021-01-20 11:57:33 +01:00
Gabor Kiss-Vamosi
762c0a3274
Update ROADMAP.md
2021-01-20 11:56:54 +01:00
Gabor Kiss-Vamosi
f6fe3dcc8c
Update ROADMAP.md
2021-01-19 15:57:27 +01:00
Gabor Kiss-Vamosi
011f105038
Merge branch 'master' of https://github.com/littlevgl/lvgl
2021-01-19 14:54:10 +01:00
Gabor Kiss-Vamosi
aaf4ee95f1
fix(release script) add missed merging of lv_examples to release branch
2021-01-19 14:53:54 +01:00
Gabor Kiss-Vamosi
7740085a08
Merge branch 'master' into dev
2021-01-19 14:36:38 +01:00
Gabor Kiss-Vamosi
0aefab358b
Release v7.9.1
2021-01-19 14:36:38 +01:00
Gabor Kiss-Vamosi
b639ddc3bc
Update CHANGELOG.md
2021-01-19 14:32:22 +01:00
Gabor Kiss-Vamosi
c03ffd7c3c
Update CHANGELOG.md
2021-01-19 14:31:47 +01:00
github-actions[bot]
32b2381168
Merge 60be7c1cee into dev
2021-01-19 09:09:03 +00:00
Xiang Xiao
60be7c1cee
Fix minor issues found in task module ( #2029 )
...
* fix(task): Remove the unnecessary cast and init
and correct the comment too
* fix(task): Implement lv_task_create directly
to avoid lv_task_set_prio which is a time consuming operation.
* fix(task): Exclude the return value computing from the idle time
and change handler_start and time_till_next to local variables
* fix(task): Remove zero task_deleted and task_created in lv_task_exec
since the loop in lv_task_handler already do the same thing
2021-01-19 10:08:30 +01:00
github-actions[bot]
3dbaa25911
Merge a637f415d7 into dev
2021-01-18 08:14:19 +00:00
Xiang Xiao
a637f415d7
Fix minor issue found in color module ( #2024 )
...
* fix(color): Return the opposite value in lv_color_premult when LV_COLOR_DEPTH equals 1
and correct the comment too
* fix(color): Correct the comment and alignment issue
* fix(color): Remove LV_COLOR_[SET|GET]_G16_SWAP
to simplify LV_COLOR_16_SWAP process
* fix(color): Correct the cast usage
* fix(color): Remove LV_MATH_ABS in lv_color_rgb_to_hsv
since delta can never become a negative number
* fix(color): Align LV_COLOR_[SET|GET]_A1 with other similar macro
2021-01-18 09:13:42 +01:00
github-actions[bot]
680d537607
Merge c9b97feea8 into dev
2021-01-17 14:04:07 +00:00
Xiang Xiao
c9b97feea8
fix(formatting): various improvements ( #2028 )
...
* fix(formatting): Remove the duplicated space
* fix(formatting): Remove the duplicated 'the'
* fix(spell): run codespell -w for the code base
2021-01-17 09:03:31 -05:00
github-actions[bot]
bb2d633e33
Merge 873551bb5e into dev
2021-01-15 19:31:51 +00:00
Xiang Xiao
873551bb5e
fix(area): minor improvements ( #2023 )
...
* fix(area): Correct r_sqrd and dist(int32_t to uint32_t)
since these two variables never become negative
* fix(area): Return early in _lv_area_is_in if pointer outside area
The origin code always does the full check if radius != 0, but it
is unnecessary when is_in equals true.
2021-01-15 14:31:16 -05:00
github-actions[bot]
31622a811d
Merge bc25998c5b into dev
2021-01-12 18:26:55 +00:00
Xiang Xiao
bc25998c5b
Minor fix found in mem module ( #2014 )
...
* fix(mem): Utilize ALIGN_MASK as much as possible
to avoid check LV_ARCH_64 again and again and
correct the comment about MEM_UNIT
* fix(mem): Simplify _lv_memset implementation by SET8/SET32/REPEAT8 macro
* fix(mem): Handle the out of memory gracefully in _lv_mem_buf_get
don't modify the state in the failure
* fix(mem): Remove the unnecessary memset, memcpy and assignment
2021-01-12 19:26:26 +01:00
github-actions[bot]
febe314b3b
Merge 9ca4ffd64d into dev
2021-01-12 16:02:18 +00:00
Xiang Xiao
9ca4ffd64d
fix(format) correct comments in lv_gc.h, lv_ll.h and lv_log.h ( #2016 )
2021-01-12 11:01:45 -05:00
github-actions[bot]
8e93df38a1
Merge d6ca15a749 into dev
2021-01-12 15:14:18 +00:00
Xiang Xiao
d6ca15a749
Move LV_GC_INCLUDE to the common place(gc.h) ( #2010 )
...
* Move LV_GC_INCLUDE to the common place(gc.h)
to avoid the duplication in many source files
* fix(theme template): Always initialize _lv_theme_material_styles
just like what other theme do
2021-01-12 16:13:41 +01:00
github-actions[bot]
49124b4ef0
Merge 486053012d into dev
2021-01-12 11:16:38 +00:00
Xiang Xiao
486053012d
Various fs module fix and improvement ( #2019 )
...
* fix(fs): Check driver ready in lv_fs_dir_open and lv_fs_free_space
* fix(fs): Avoid the memory leak in lv_fs_open and lv_fs_dir_open
* fix(fs): Fix typo error in lv_fs_trunc(tell_cb should be trunc_cb)
* fix(fs): Make lv_fs_dir_close same as lv_fs_close when dir_close_cb equals NULL
* fix(fs): Handle the struct cleanup correctly
* improve(fs): Don't allocate memory when file_size or rddir_size equal zero
pass the address of file_d or dir_d to open_cb or dir_open_cb instead, so
implementor can point file_d/dir_d to other location. In many cases(POSIX),
file system will allocate the context for us, this improvement could avoid
we allocate the 4/8 bytes intermediate space.
2021-01-12 12:16:02 +01:00
github-actions[bot]
47ad247988
Merge c083d19b52 into dev
2021-01-12 11:07:33 +00:00
Xiang Xiao
c083d19b52
Minor fix found in async module ( #2015 )
...
* fix(async): Move lv_async_info_t from lv_async.h to lv_async.c
since the user don't need know the implementation detail
* fix(async): Don't set user_data again
since lv_task_create already save it for us
2021-01-12 12:07:00 +01:00
github-actions[bot]
f170e1d2ec
Merge 138fcfec79 into dev
2021-01-12 11:00:50 +00:00
Xiang Xiao
138fcfec79
fix(math): Correct the function argument type declaration ( #2013 )
...
1.all argument of _lv_bezier3 should be uint32_t since the input and output are unsigned
2.the return type of _lv_map should be int32_t since the type of output range is int32_t
3.remove the unnecessary cast
2021-01-12 12:00:20 +01:00
github-actions[bot]
595bb0b062
Merge c20d5d81f2 into dev
2021-01-11 13:38:56 +00:00
Xiang Xiao
c20d5d81f2
Minor fix found in Kconfig ( #2005 )
...
* Trim trailing whitespace from Kconfig
* Replace all tab to space in Kconfig
* Add more dependence between opions to Kconfig
* Add LV_USE_FONT_SUBPX for LV_FONT_SUBPX_BGR in Kconfig
* Fix typo error(LV_USE_DROPBOX->LV_USE_DROPDOWN) in Kconfig
* Remove LV_THEME_MATERIAL dependence from the child of LV_THEME_DEFAULT_FLAG
since LV_THEME_DEFAULT_FLAG already depends on LV_THEME_MATERIAL
* Rename LV_MEM_SIZE_BYTES to LV_MEM_SIZE_KILOBYTES
since this opion use KiB as the unit
2021-01-11 14:38:17 +01:00
Gabor Kiss-Vamosi
0f0c2790fb
merge master
2021-01-11 14:35:26 +01:00
Xiang Xiao
81b13bf3b6
Remove the double empty lines from all source files ( #2009 )
...
* Run dos2unix for all source files
* Remove the trail space from all source files
* Remove the double empty lines from all source files
2021-01-11 14:28:00 +01:00
github-actions[bot]
18444e5ce3
Merge 52ba06a228 into dev
2021-01-11 12:11:25 +00:00
udoudou
52ba06a228
Update CHANGELOG.md ( #2011 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2021-01-11 13:10:54 +01:00
github-actions[bot]
6e862b0f83
Merge 923f989b39 into dev
2021-01-11 12:10:32 +00:00
udoudou
923f989b39
Fix(indev): Don't leave edit mode if there is only one object in the group ( #1999 )
...
* Release v7.7.0
* Fix(indev): Don't leave edit mode if there is only
one object in the group
* Remove unnecessary judgment conditions
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2021-01-11 13:10:02 +01:00
github-actions[bot]
b66600d0c8
Merge a2e9f03eda into dev
2021-01-11 09:26:54 +00:00
Julian Mitchell
a2e9f03eda
Fix build when LV_USE_GPU_NXP_PXP is enabled ( #1982 )
...
* Fix build when LV_USE_GPU_NXP_PXP is enabled
* Allow fill_normal to use PXP
2021-01-11 10:26:24 +01:00
github-actions[bot]
57df8f4175
Merge 4cff14f823 into dev
2021-01-11 09:23:20 +00:00
Gabor Kiss-Vamosi
4cff14f823
fix(gou_nxp_pxp): fix incorrent define name
2021-01-11 10:22:23 +01:00
github-actions[bot]
1a04b54f2b
Merge 0d52a60200 into dev
2021-01-09 20:25:57 +00:00
github-actions[bot]
6ae11b7a46
Merge c988b68605 into dev
2021-01-09 20:25:39 +00:00
embeddedt
0d52a60200
Update CHANGELOG.md
2021-01-09 15:25:21 -05:00
embeddedt
c988b68605
fix(msgbox) use the animation time provided
...
Fixes #2008
2021-01-09 15:25:07 -05:00
github-actions[bot]
4249b9edc5
Merge 7d3a6c8de4 into dev
2021-01-08 13:36:42 +00:00
Gabor Kiss-Vamosi
7d3a6c8de4
Update main.yml
2021-01-08 14:35:39 +01:00
github-actions[bot]
2aba361ebd
Merge 636ea46a44 into dev
2021-01-08 13:34:17 +00:00
Gabor Kiss-Vamosi
636ea46a44
Delete close-if-no-template.yml
2021-01-08 14:33:49 +01:00
github-actions[bot]
c094773b89
Merge 0e2c83813f into dev
2021-01-08 13:33:31 +00:00
Gabor Kiss-Vamosi
0e2c83813f
Create main.yml
2021-01-08 14:32:55 +01:00
github-actions[bot]
0bd48925dc
Merge ccc847e975 into dev
2021-01-08 13:25:21 +00:00
Gabor Kiss-Vamosi
ccc847e975
Create close-if-no-template.yml
2021-01-08 14:24:53 +01:00
github-actions[bot]
4b14785e40
Merge cabbaf093c into dev
2021-01-08 13:24:51 +00:00
Gabor Kiss-Vamosi
cabbaf093c
Delete auto-close-if-no-template.yml
2021-01-08 14:24:24 +01:00
github-actions[bot]
a82e6b89e8
Merge d31304a1cc into dev
2021-01-08 13:23:20 +00:00
Gabor Kiss-Vamosi
d31304a1cc
Create auto-close-if-no-template.yml
2021-01-08 14:22:51 +01:00
github-actions[bot]
955ad6fe96
Merge 6de31e9ffc into dev
2021-01-08 13:11:51 +00:00
Gabor Kiss-Vamosi
6de31e9ffc
Update bug-report.md
2021-01-08 14:11:23 +01:00
github-actions[bot]
295d3b42bd
Merge e457c33dc2 into dev
2021-01-08 13:10:41 +00:00
Gabor Kiss-Vamosi
e457c33dc2
Update dev-discussion.md
2021-01-08 14:10:12 +01:00
github-actions[bot]
045163cc1d
Merge 9bb7ff30ec into dev
2021-01-08 13:09:12 +00:00
Gabor Kiss-Vamosi
9bb7ff30ec
Update and rename all-other-issues.md to dev-discussion.md
2021-01-08 14:08:39 +01:00
github-actions[bot]
b9e415fef0
Merge f0fd2b757f into dev
2021-01-08 11:52:51 +00:00
Gabor Kiss-Vamosi
f0fd2b757f
Update bug-report.md
2021-01-08 12:52:23 +01:00
github-actions[bot]
68def59570
Merge 97f1493202 into dev
2021-01-08 11:52:13 +00:00
Gabor Kiss-Vamosi
97f1493202
Update bug-report.md
2021-01-08 12:51:44 +01:00
github-actions[bot]
c8ca027fc6
Merge 20975a2290 into dev
2021-01-07 13:52:49 +00:00
Gabor Kiss-Vamosi
20975a2290
Update all-other-issues.md
2021-01-07 14:52:19 +01:00
github-actions[bot]
684442d2f3
Merge 7dc3262855 into dev
2021-01-07 13:51:14 +00:00
Gabor Kiss-Vamosi
7dc3262855
Update config.yml
2021-01-07 14:50:43 +01:00
github-actions[bot]
6ecf888dbb
Merge 0110a1888d into dev
2021-01-07 13:49:43 +00:00
Gabor Kiss-Vamosi
0110a1888d
Update bug-report.md
2021-01-07 14:49:09 +01:00
github-actions[bot]
843e5f4236
Merge 74564b7c7e into dev
2021-01-07 12:46:49 +00:00
embeddedt
74564b7c7e
fix(canvas): spelling in log messages
2021-01-07 07:46:20 -05:00
github-actions[bot]
e12eedc0e3
Merge b391c64434 into dev
2021-01-07 12:33:32 +00:00
Gabor Kiss-Vamosi
b391c64434
Update config.yml
2021-01-07 13:33:01 +01:00
Gabor Kiss-Vamosi
a4eab49e94
fix conflicts
2021-01-06 12:09:53 +01:00
Gabor Kiss-Vamosi
509a56fde9
fix(dropdown): fix selecting options after the last one
...
fix #1996
2021-01-06 12:06:51 +01:00
Gabor Kiss-Vamosi
8cd07b6ff5
fix(cpicker): fix division by zero
...
fix #1992
2021-01-06 11:53:51 +01:00
embeddedt
ae2fbdb9ef
fix(win): incorrect switch syntax
2021-01-05 17:10:57 -05:00
Gabor Kiss-Vamosi
8aaff10bd5
fix(release script): fix regexp to update the required LVGL version in lv_examples.h
2021-01-05 16:33:07 +01:00
Gabor Kiss-Vamosi
e3ad7918e2
Update master version
2021-01-05 16:04:29 +01:00
Gabor Kiss-Vamosi
ffe9ae5311
Merge branch 'master' into dev
2021-01-05 15:57:36 +01:00
Gabor Kiss-Vamosi
e66f19e5ce
Release v7.9.0
2021-01-05 15:57:36 +01:00
github-actions[bot]
95394e2b2f
Merge 8ed224fd63 into dev
2021-01-05 14:52:31 +00:00
Gabor Kiss-Vamosi
8ed224fd63
fix warning
2021-01-05 15:51:59 +01:00
github-actions[bot]
e0eb79043f
Merge 998ad66c84 into dev
2021-01-05 14:47:37 +00:00
Gabor Kiss-Vamosi
998ad66c84
fix(kconfig): fix redefinition of LV_SPRINTF_DISABLE_FLOAT if no Kconfig
2021-01-05 15:46:57 +01:00
github-actions[bot]
70a9e486c6
Merge 83c55c2a64 into dev
2021-01-04 17:16:10 +00:00
Gabor Kiss-Vamosi
83c55c2a64
Update ROADMAP.md
2021-01-04 18:15:37 +01:00
github-actions[bot]
ac910f278a
Merge 6ed420e043 into dev
2021-01-04 14:28:13 +00:00
Carlos Diaz
6ed420e043
Kconfig: Handle LV_SPRINTF_DISABLE_FLOAT ( #1988 )
...
* Kconfig: Handle LV_SPRINTF_DISABLE_FLOAT
* Update CHANGELOG
* Remove debug code
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2021-01-04 15:27:38 +01:00
github-actions[bot]
0159438692
Merge de44f74522 into dev
2021-01-04 14:13:13 +00:00
Gabor Kiss-Vamosi
de44f74522
fix(gauge): fix redraw with image needle
...
fix #1993
2021-01-04 15:12:34 +01:00
github-actions[bot]
f948f2dcf8
Merge ed5f91ab72 into dev
2021-01-04 13:18:43 +00:00
Jan Van Winkel
ed5f91ab72
Add support for Zephyr intergartion ( #1979 )
...
* Removed src/lv_conf_zephyr.h
Removed src/lv_conf_zephyr.h as it is maintained in the Zephyr build it self.
* CMakeLists.txt: Added support for Zephyr RTOS
Added support to build LVGL as library for Zephyr RTOS
* Added support to use LVGL repo as Zephyr module
Added support to use the LVGL repository as a Zephyr module repository
2021-01-04 14:18:11 +01:00
github-actions[bot]
853dc6bd79
Merge e5f58151ac into dev
2021-01-04 09:48:05 +00:00
robekras
e5f58151ac
Update lv_disp.c ( #1990 )
...
Check d->scr_to_load for not beeing NULL.
See forum post https://forum.lvgl.io/t/lv-scr-load-anim-does-not-work-properly/4057
2021-01-04 10:47:34 +01:00
github-actions[bot]
7d9f30face
Merge 26ab373b43 into dev
2021-01-04 08:55:40 +00:00
embeddedt
26ab373b43
fix(layout): workaround overflow by implementing a recursion threshold ( #1986 )
...
* fix(layout): workaround overflow by implementing a recursion threshold
* Update CHANGELOG.md
2021-01-04 09:55:13 +01:00
github-actions[bot]
ce9ba8220f
Merge 3dbee9b584 into dev
2021-01-04 08:46:44 +00:00
Gabor Kiss-Vamosi
3dbee9b584
refactor(lv_conf_internal): simplify the uppercase conversation added in aba10b0
...
Reaeted to #1989
2021-01-04 09:46:01 +01:00
github-actions[bot]
dcef7b8b92
Merge 56a48e0173 into dev
2021-01-04 08:43:36 +00:00
Gabor Kiss-Vamosi
56a48e0173
Merge branch 'master' of https://github.com/littlevgl/lvgl
2021-01-04 09:42:59 +01:00
Gabor Kiss-Vamosi
aba10b0170
fix(lv_conf_internal): be sure Kconfig defines are always uppercase
...
fixes #1989
2021-01-04 09:42:50 +01:00
github-actions[bot]
d09b52bc61
Merge f0c52b3511 into dev
2020-12-30 16:02:05 +00:00
Themba Dube
f0c52b3511
Add note about base_dir functions requiring LV_USE_BIDI
2020-12-30 11:01:24 -05:00
github-actions[bot]
ab66ee0270
Merge 6dd1884228 into dev
2020-12-30 15:55:09 +00:00
liebman
6dd1884228
Fix kconfig warnings ( #1967 )
...
* quote string defaults for Kconfig values to eliminate warnings
* don't add \ in default for LV_TICK_CUSTOM_SYS_TIME_EXPR
(tho its needed on linux and MacOS) as I can't test on Windows
2020-12-30 16:54:38 +01:00
github-actions[bot]
b7a02e130a
Merge 20d56ee6e9 into dev
2020-12-27 10:31:32 +00:00
embeddedt
20d56ee6e9
fix(linemeter): draw first critical needle with correct color ( #1978 )
...
* fix(linemeter): draw first critical needle with correct color
* Update CHANGELOG.md
2020-12-27 11:30:59 +01:00
github-actions[bot]
d33d816632
Merge 196bcb9b0e into dev
2020-12-24 16:13:19 +00:00
embeddedt
196bcb9b0e
Update pull_request_template.md
2020-12-24 11:12:53 -05:00
github-actions[bot]
aca9512213
Merge cee779a56d into dev
2020-12-23 21:00:32 +00:00
Hamid Reza Mehrabian
cee779a56d
Fix #1959 : wrong glyph data
2020-12-23 16:00:02 -05:00
Amir Gonnen
f532be9051
lvgl.h: Add lv_version functions ( #1973 )
...
These static inline functions return the values of the VERSION macros, making them available for Micropython
See also https://github.com/lvgl/lv_examples/pull/85#issuecomment-749506978
2020-12-23 09:25:06 -05:00
github-actions[bot]
53fd7ec37b
Merge 07b6d93de4 into dev
2020-12-22 09:44:57 +00:00
Andrey
07b6d93de4
lv_chart: Fix division by zero issue when all points are equal ( #1962 )
...
* Fix division by zero issue when all points are equal
As the title says, when all the points are equal, it attempts division by zero, and in some cases it can result in funny behavior.
Slightly kludgy fix, but not a significant performance impact.
* Actually fix the division by zero issue both ways
Previous commit was slightly broken and only worked one way
* Fix range setting instead of drawing
* Missing y_tmp
2020-12-22 10:44:17 +01:00
github-actions[bot]
ffdabfd16d
Merge 091174069d into dev
2020-12-21 17:55:20 +00:00
Gabor Kiss-Vamosi
091174069d
fix(textarea): cursor position after hiding character in password mode
2020-12-21 18:54:47 +01:00
github-actions[bot]
6d063ba3aa
Merge 43ed3eb1f4 into dev
2020-12-21 15:14:13 +00:00
Riccardo
43ed3eb1f4
lv_txt: support extended ascii codes in lv_txt_unicode_to_iso8859_1() ( #1963 )
2020-12-21 16:13:42 +01:00
github-actions[bot]
1661d5ede8
Merge c4d978fa6f into dev
2020-12-20 14:37:02 +00:00
Gabor Kiss-Vamosi
c4d978fa6f
fix(textarea): buffer overflow in password mode with UTF-8 characters
...
fixes #1960
2020-12-20 15:36:28 +01:00
github-actions[bot]
5236ad0f9b
Merge 0ca874bc49 into dev
2020-12-20 14:20:22 +00:00
Gabor Kiss-Vamosi
0ca874bc49
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-12-20 15:19:33 +01:00
Gabor Kiss-Vamosi
3d22dc5722
dropdown: fix typo causing build error
2020-12-20 13:39:00 +01:00
github-actions[bot]
89555372e8
Merge 62d21734d9 into dev
2020-12-20 12:35:15 +00:00
Mattia Maldini
62d21734d9
Improved ESP-IDF integration ( #1961 )
...
* Removed LV_CONF_SKIP definition from CMake to avoid redefinition warnings; added more Kconfig options
* Bumped up version and removed unnecessary default values
* Added user data configuration to KConfig
* Moved user data options to "Feature Usage" menu
2020-12-20 13:34:48 +01:00
github-actions[bot]
7f15d06a2e
Merge cd69be12d1 into dev
2020-12-20 12:33:03 +00:00
Gabor Kiss-Vamosi
cd69be12d1
Update pull_request_template.md
2020-12-20 13:32:37 +01:00
github-actions[bot]
5e2dee26cd
Merge 1b83855c72 into dev
2020-12-20 12:32:11 +00:00
Gabor Kiss-Vamosi
1b83855c72
Create pull_request_template.md
2020-12-20 13:31:44 +01:00
Ashraf Kamel
2ea03e3745
add arabic keyboard ( #1964 )
...
* add arabic keyboard
* add arabic keyboard
2020-12-20 13:25:25 +01:00
github-actions[bot]
5a88573fdb
Merge 243145d8c9 into dev
2020-12-20 12:21:41 +00:00
Gabor Kiss-Vamosi
243145d8c9
add arabic processin to to window title and lv_dropdown_add_option
2020-12-20 13:21:06 +01:00
github-actions[bot]
c8ff9f1d5c
Merge cb021a425a into dev
2020-12-20 10:00:11 +00:00
Gabor Kiss-Vamosi
cb021a425a
calendar: fix build error
2020-12-20 10:59:42 +01:00
github-actions[bot]
cb3ab5daa7
Merge b0fecc6bb2 into dev
2020-12-20 09:57:10 +00:00
Gabor Kiss-Vamosi
b0fecc6bb2
update CHANGELOG
2020-12-20 10:56:30 +01:00
Gabor Kiss-Vamosi
4e177e01ea
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-12-20 10:55:25 +01:00
Gabor Kiss-Vamosi
2bf91dbbb5
calendar: make get_day_of_week() public
2020-12-20 10:55:20 +01:00
Gabor Kiss-Vamosi
aac672e88b
fix(draw): free buffer used for arabic processing
2020-12-20 10:54:40 +01:00
Gabor Kiss-Vamosi
93d7bd4cf5
release script: update version in Kconfig
2020-12-20 10:53:06 +01:00
Gabor Kiss-Vamosi
67369eed22
Update dev version
2020-12-15 20:13:53 +01:00
Gabor Kiss-Vamosi
57c2201386
Merge branch 'master' into dev
2020-12-15 19:59:27 +01:00
Gabor Kiss-Vamosi
9e72cb0000
Release v7.8.1
2020-12-15 19:59:27 +01:00
github-actions[bot]
0ea6bcd40c
Merge 9b579f3fad into dev
2020-12-11 15:42:50 +00:00
Gabor Kiss-Vamosi
9b579f3fad
fix(test): use sys/time.h only if built in test mode
2020-12-11 16:42:15 +01:00
Gabor Kiss-Vamosi
417e32b4df
fix: add missing lv_txt_ap.h include to some C files
2020-12-11 16:40:52 +01:00
Rhaoma
0a7f6a6331
Add option to align title text in window ( #1953 )
...
* Add option to align title text in window
I found that i really needed a basic way to align the title text in a window, and therefore i did a bit of tinkering and came up with this solution. Mind you that I'm very new to this so it might not be the most optimal way. I have tested a bit and it pretty looked promising,
I have of course written the alignments as I felt was most suitable, but I shouldn't be the judge of that.
Current alignment:
LV_TXT_FLAG_CENTER makes the text align in the center of the header but ensures it can’t overextend into to header button area;
LV_TXT_FLAG_RIGHT makes the text align at the right side, but takes the right side header buttons into account
LV_TXT_FLAG_FIT & LV_TXT_FLAG_EXPAND I wasn’t too sure about what to do so as of now it just aligns them as normal
LV_TXT_FLAG_NONE Is equal to no flag set by the user and therefore I have just set it to the default coords, like normal. The text then align at the left side.
* Update lv_win.h
* Added functions
Added function to set and get alignment of the header title as requested
* Added functions
Added setter and getter functions for the header title alignment as requested
2020-12-11 16:37:20 +01:00
Gabor Kiss-Vamosi
b04dea5971
fix warnings
2020-12-10 11:18:30 +01:00
Gabor Kiss-Vamosi
e90ce9d4b7
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2020-12-10 11:15:01 +01:00
Gabor Kiss-Vamosi
5fc66822b9
feat(img_cache): allow disabling image cacheing
...
related to #1954
2020-12-10 11:14:26 +01:00
github-actions[bot]
e2d7fa4477
Merge b565a69c76 into dev
2020-12-09 18:07:53 +00:00
embeddedt
b565a69c76
fix(dropdown): always invalidate if selected option changes
...
Reported on the forum: https://forum.lvgl.io/t/dropdown-selected-value-doesnt-change-after-calling-lv-dropdown-set-selected/3983
2020-12-09 13:07:21 -05:00
Gabor Kiss-Vamosi
861f07bb77
feat(chart): add lv_chart_remove_series and lv_chart_hide_series
2020-12-09 14:15:56 +01:00
Gabor Kiss-Vamosi
6d4de78756
set version number
2020-12-09 14:11:14 +01:00
Gabor Kiss-Vamosi
a905be4f90
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-12-09 14:02:36 +01:00
Gabor Kiss-Vamosi
99bb4cb8f1
fix(page): fix LV_SCOLLBAR_MODE_DRAG
...
fixes
https://forum.lvgl.io/t/page-scrollbar-appears-even-if-scrollbar-mode-is-set-to-lv-scrlbar-mode-drag/3883
2020-12-09 14:02:28 +01:00
embeddedt
03d2d10f17
Fix #1955 : wrong display size macro being used
2020-12-08 07:45:52 -05:00
Gabor Kiss-Vamosi
b80f1dbf14
fix(lv_scr_load_anim): fix when multiple screen are loaded at tsame time with delay
2020-12-07 18:04:40 +01:00
embeddedt
b9aff01102
Correct preprocessor syntax ( #1951 )
2020-12-05 19:47:50 -05:00
Amir Gonnen
ba5ee315e9
lv_txt.h: Add missing include ( #1949 )
2020-12-03 18:42:42 -05:00
nazar01
568c2ee688
Spelling, docs fixing, and cosmetic code fixing ( #1944 )
...
* Spelling and docs fixes
* Fix #endif comments
* Fix function declarations (fix param names and remove duplicate)
2020-12-02 11:25:15 +01:00
Gabor Kiss-Vamosi
2aad9aaebd
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-12-01 15:27:52 +01:00
Gabor Kiss-Vamosi
4f6fb723ef
fix roller LV_ROLLER_MODE_INIFINITE refactoring
2020-12-01 15:27:44 +01:00
Gabor Kiss-Vamosi
2c0ca03319
Update master version
2020-12-01 15:13:30 +01:00
Gabor Kiss-Vamosi
51f95f3286
Release v7.8.0
2020-12-01 15:08:50 +01:00
Carlos Diaz
bf08ff444e
Update Kconfig. ( #1917 )
...
* Kconfig: Add missing _HEX to LV_COLOR_TRANSP option.
* lv_conf_checker: Define LV_CONF_SKIP if CONFIG_LV_CONF_SKIP is defined.
* fix(indev): disabled object shouldn't absorb clicks but let the parent to be clicked
* Update README.md
* fix(arabic): support processing again alraedy processed texts with _lv_txt_ap_proc
* fix(textarea): support Arabic letter connections
fixes #1888
* Fix #1924 : incorrect date on changelog
December 1st is two weeks from 7.7.2 release.
* Kconfig: Fix LV_CONF_MINIMAL related options.
* fix(arabic): support Arabic letter connections
fixes #1920
* fix(arabic): support Arabic letter connections in value string property
* Update CHANGELOG.md
* Update CHANGELOG.md
* Kconfig: Add Zephyr specific code.
* fix: fix double include in lv_obj.c
fix #1926
* Removed trailing semi-colon from macros (#1928 )
* Removed commented out test definition
Removed commented out test definition LV_BUILD_TEST
* Remove blank line
* Fix comment spelling
* Added blank line
* Removed trailing semi-colon in macros
* fix(indev): in LV_INDEV_TYPE_BUTTON recognize 1 cycle long presses too
Fixes https://forum.lvgl.io/t/bug-in-indev-button-proc-misses-buttons-that-are-pressed-for-a-single-callback/3699
* fix(arc): make arc work with encoder
fixes https://forum.lvgl.io/t/lv-arc-with-encoder-lv-group/3769
* fix(slider): adjusting the left knob too with encoder
https://forum.lvgl.io/t/slider-with-2-knobs-and-encoder-functionality/3770
* fix(arc_draw): remove statments that do nothing
fix #1930
* Change LV_DRAW_BUF_MAX_NUM to LV_MEM_BUF_MAX_NUM (#1931 )
* Update CHANGELOG.md
* fix(draw polygon): join adjacent points if they are on the same coordinate
* fix(draw polygon): fix memory leak and vertex joining
* fix(style): invalidate cache on every PART
Inherited properties on parts other than MAIN needs to be recached on property change beacuse they
are inherted from MAIN
fixes #1933
* fix(anim): fix bounce path
* fix(slider): do not let edit left knob in non-range mode
* Update ROADMAP.md
* Fix hardfault when DCache is disabled with no callback (#1935 )
* fix(linemeter): fix invalidation when setting new value
The old complex but more optimal invalidation was buggy in some cases
fixes #1904
* fix(linemeter): fix invalidation when setting new value
The old complex but more optimal invalidation was buggy in some cases
fixes #1904
* fix(table): add missing invalidation when changeing cell type
fixes https://forum.lvgl.io/t/bug-of-table-click-to-change-style/3842
* CMakeLists.txt: Let the user configure whether LV_ATTRIBUTE_FAST_MEM is IRAM_ATTR (#1939 )
* fix(slider): fix left/right knob control with encoder
* fix(img): increase the size of invalidated area in lv_img_set_zoom
Becasue of the pivot placement there can be some rounding errors
* feat(perf_monitor): add lv_refr_get_fps_avg()
* Add 8px and 10px montserrat fonts to build (#1941 )
* Fix #1942 : lv_textarea_set_pwd_mode not changing to bullets
Thanks to @fvanroie for investigating.
* fix(material): make button pressed color darker (#1940 )
* simplify touch handling in the Arduino example
* Update ROADMAP.md
* Update ROADMAP.md
* feat(lv_conf_kconfig): add LV_CONF_KCONFIG_EXTERNAL_INCLUDE
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com >
Co-authored-by: xennex22 <25083624+xennex22@users.noreply.github.com >
Co-authored-by: incity <610455681@qq.com >
Co-authored-by: Andrey <spirit@spirit.re >
Co-authored-by: defogprog <22955033+defogprog@users.noreply.github.com >
2020-12-01 15:04:20 +01:00
Gabor Kiss-Vamosi
41b1a7ea15
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-12-01 12:51:53 +01:00
Gabor Kiss-Vamosi
4e5b262401
refactor(roller): rename LV_ROLLER_MODE_INIFINITE -> LV_ROLLER_MODE_INFINITE
2020-12-01 12:50:42 +01:00
Gabor Kiss-Vamosi
c52482efa2
Update ROADMAP.md
2020-12-01 12:19:45 +01:00
Gabor Kiss-Vamosi
5b09c3879d
Update ROADMAP.md
2020-12-01 12:15:59 +01:00
Gabor Kiss-Vamosi
e43d6da389
simplify touch handling in the Arduino example
2020-12-01 11:40:21 +01:00
embeddedt
73f4156aad
fix(material): make button pressed color darker ( #1940 )
2020-12-01 11:25:43 +01:00
embeddedt
bc2ca71bf5
Fix #1942 : lv_textarea_set_pwd_mode not changing to bullets
...
Thanks to @fvanroie for investigating.
2020-11-28 19:57:14 -05:00
defogprog
b1a7dbadcd
Add 8px and 10px montserrat fonts to build ( #1941 )
2020-11-28 12:19:46 -05:00
Gabor Kiss-Vamosi
1b37ee8873
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-11-28 12:41:23 +01:00
Gabor Kiss-Vamosi
9c5fec9b79
feat(perf_monitor): add lv_refr_get_fps_avg()
2020-11-28 12:41:06 +01:00
Gabor Kiss-Vamosi
65f7ff66d5
fix(img): increase the size of invalidated area in lv_img_set_zoom
...
Becasue of the pivot placement there can be some rounding errors
2020-11-28 12:38:48 +01:00
Gabor Kiss-Vamosi
dded9b383a
fix(slider): fix left/right knob control with encoder
2020-11-28 12:37:26 +01:00
Carlos Diaz
3c55dfb672
CMakeLists.txt: Let the user configure whether LV_ATTRIBUTE_FAST_MEM is IRAM_ATTR ( #1939 )
2020-11-27 13:17:15 -05:00
Gabor Kiss-Vamosi
9797c555c0
fix conflits
2020-11-27 11:15:08 +01:00
Gabor Kiss-Vamosi
87e26d4997
fix(table): add missing invalidation when changeing cell type
...
fixes https://forum.lvgl.io/t/bug-of-table-click-to-change-style/3842
2020-11-27 11:14:36 +01:00
Gabor Kiss-Vamosi
6c62a8eeb5
fix(linemeter): fix invalidation when setting new value
...
The old complex but more optimal invalidation was buggy in some cases
fixes #1904
2020-11-27 09:49:10 +01:00
Gabor Kiss-Vamosi
4853eacfa4
fix(linemeter): fix invalidation when setting new value
...
The old complex but more optimal invalidation was buggy in some cases
fixes #1904
2020-11-27 09:48:59 +01:00
Andrey
48a676f404
Fix hardfault when DCache is disabled with no callback ( #1935 )
2020-11-26 19:12:21 -05:00
Gabor Kiss-Vamosi
2f6eaa516c
Update ROADMAP.md
2020-11-26 15:54:39 +01:00
Gabor Kiss-Vamosi
5e8581a345
fix(slider): do not let edit left knob in non-range mode
2020-11-26 15:30:50 +01:00
Gabor Kiss-Vamosi
d6d5903be1
fix(anim): fix bounce path
2020-11-26 15:23:50 +01:00
Gabor Kiss-Vamosi
313f7f30a7
fix(style): invalidate cache on every PART
...
Inherited properties on parts other than MAIN needs to be recached on property change beacuse they
are inherted from MAIN
fixes #1933
2020-11-26 15:23:50 +01:00
Gabor Kiss-Vamosi
89eca30da8
fix(draw polygon): fix memory leak and vertex joining
2020-11-26 15:23:50 +01:00
Gabor Kiss-Vamosi
819f01c930
fix(draw polygon): join adjacent points if they are on the same coordinate
2020-11-26 15:23:50 +01:00
embeddedt
8cd738eaa1
Update CHANGELOG.md
2020-11-25 12:22:11 -05:00
incity
d6dd6199f3
Change LV_DRAW_BUF_MAX_NUM to LV_MEM_BUF_MAX_NUM ( #1931 )
2020-11-25 12:21:22 -05:00
Gabor Kiss-Vamosi
9d0335f38c
fix(arc_draw): remove statments that do nothing
...
fix #1930
2020-11-25 11:35:12 +01:00
Gabor Kiss-Vamosi
82fdfb34c0
fix(slider): adjusting the left knob too with encoder
...
https://forum.lvgl.io/t/slider-with-2-knobs-and-encoder-functionality/3770
2020-11-25 10:12:58 +01:00
Gabor Kiss-Vamosi
a2535fe6f1
fix(arc): make arc work with encoder
...
fixes https://forum.lvgl.io/t/lv-arc-with-encoder-lv-group/3769
2020-11-25 09:56:24 +01:00
Gabor Kiss-Vamosi
fa49f35b14
fix(indev): in LV_INDEV_TYPE_BUTTON recognize 1 cycle long presses too
...
Fixes https://forum.lvgl.io/t/bug-in-indev-button-proc-misses-buttons-that-are-pressed-for-a-single-callback/3699
2020-11-25 09:48:37 +01:00
xennex22
bc369de6fa
Removed trailing semi-colon from macros ( #1928 )
...
* Removed commented out test definition
Removed commented out test definition LV_BUILD_TEST
* Remove blank line
* Fix comment spelling
* Added blank line
* Removed trailing semi-colon in macros
2020-11-24 18:16:16 +01:00
Gabor Kiss-Vamosi
3d81bb40da
fix: fix double include in lv_obj.c
...
fix #1926
2020-11-24 15:27:42 +01:00
Gabor Kiss-Vamosi
5848aa59e5
Update CHANGELOG.md
2020-11-23 14:06:27 +01:00
Gabor Kiss-Vamosi
68300a5dec
Update CHANGELOG.md
2020-11-23 13:24:34 +01:00
Gabor Kiss-Vamosi
07a95b5b33
fix(arabic): support Arabic letter connections in value string property
2020-11-23 13:12:13 +01:00
Gabor Kiss-Vamosi
d90cbe92de
fix(arabic): support Arabic letter connections
...
fixes #1920
2020-11-23 13:12:13 +01:00
embeddedt
45599c2c2a
Fix #1924 : incorrect date on changelog
...
December 1st is two weeks from 7.7.2 release.
2020-11-22 15:01:37 -05:00
Gabor Kiss-Vamosi
85b3e8766f
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-11-21 23:53:15 +01:00
Gabor Kiss-Vamosi
07c63b8ad3
fix(textarea): support Arabic letter connections
...
fixes #1888
2020-11-21 23:53:05 +01:00
Gabor Kiss-Vamosi
8361d89a55
fix(arabic): support processing again alraedy processed texts with _lv_txt_ap_proc
2020-11-21 23:51:57 +01:00
embeddedt
510bc7ca11
Update README.md
2020-11-21 15:45:11 -05:00
Gabor Kiss-Vamosi
440c79e40c
fix(indev): disabled object shouldn't absorb clicks but let the parent to be clicked
2020-11-21 20:54:39 +01:00
Gabor Kiss-Vamosi
baa1f848b1
Update ROADMAP.md
2020-11-19 17:21:52 +01:00
Gabor Kiss-Vamosi
522e975a4e
fix(btnmatrix): fix seg. fault with arabic text processing
2020-11-19 11:49:34 +01:00
Gabor Kiss-Vamosi
e511fe53c9
Update ROADMAP.md
2020-11-18 13:52:01 +01:00
Gabor Kiss-Vamosi
4903bdb908
fix(btnmatrix): handle arabic texts in button matrices
2020-11-17 12:12:19 +01:00
Gabor Kiss-Vamosi
6b99545e50
fix(release): minor fixes in the release script
2020-11-17 12:02:32 +01:00
Gabor Kiss-Vamosi
70438d158d
Merge branch 'master' into dev
2020-11-17 11:29:58 +01:00
Gabor Kiss-Vamosi
52f52397cb
Release v7.7.2
2020-11-17 11:29:58 +01:00
Gabor Kiss-Vamosi
94a25b86a8
fix confilcts
2020-11-17 11:15:14 +01:00
Gabor Kiss-Vamosi
3979024660
fix(spinbox): update cursor position in lv_spinbox_set_step
...
fix #1907
2020-11-17 10:52:33 +01:00
Carlos Diaz
16567f5705
Add Kconfig ( #1875 )
...
* Kconfig: Add first revision of Kconfig.
* Kconfig: Let the user edit LV_COLOR_TRANSP directly.
* Kconfig: Define CONFIG_LV_CONF_SKIP.
* Kconfig: Let the user edit LV_THEME_DEFAULT_COLOR_PRIMARY and LV_THEME_DEFAULT_COLOR_SECONDARY directly.
* Kconfig: add LV_CONF_MINIMAL
* Kconfig: Expose LV_CONF_MINIMAL option.
* Kconfig: Fix LV_CONF_SKIP missing type.
* Remove garbage files
* lv_conf_kconfig: Fix wrong check for LV_THEME_DEFAULT_COLOR_PRIMARY and SECONDARY symbols.
* Add Unscii 16 options.
* Multiply LV_MEM_SIZE by 1024
* Fix message on API compability options
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2020-11-16 12:49:48 +01:00
github-actions[bot]
0b79b1690f
Merge 4f0beee01b into dev
2020-11-15 12:50:02 +00:00
Tim Gates
4f0beee01b
docs: fix simple typo, obejct -> object ( #1900 )
...
There is a small typo in src/lv_core/lv_obj.c, src/lv_core/lv_obj.h.
Should read `object` rather than `obejct`.
2020-11-15 07:49:31 -05:00
github-actions[bot]
d018558134
Merge 6060d4d1f6 into dev
2020-11-13 22:16:32 +00:00
Gabor Kiss-Vamosi
6060d4d1f6
fix(list): in lv_list remove clean last_sel_btn and act_sel_btn only if arelated button was deleted
...
related to #1895
2020-11-13 23:15:46 +01:00
github-actions[bot]
0c6a627b92
Merge 54883792e1 into dev
2020-11-13 15:29:55 +00:00
Gabor Kiss-Vamosi
54883792e1
fix(list): fix compiler error if LV_USE_GROUP = 0
2020-11-13 16:29:18 +01:00
github-actions[bot]
e2f96b9007
Merge 20fef93fea into dev
2020-11-13 15:21:10 +00:00
Gabor Kiss-Vamosi
20fef93fea
fix(list): fix removing list elements
...
remove the button from last_sel_btn adn act_sel_btn
related to #1895
2020-11-13 16:20:11 +01:00
Gabor Kiss-Vamosi
63dfe9e8e3
fix(imgbtn): guess a the closest availabe state with valid src
2020-11-13 16:18:34 +01:00
Gabor Kiss-Vamosi
0ae70c027b
fix(anim): tune overshoth path
2020-11-13 15:57:38 +01:00
github-actions[bot]
3e404b1583
Merge 43771fa2f7 into dev
2020-11-11 12:22:27 +00:00
Gabor Kiss-Vamosi
43771fa2f7
fix(theme_material): remove the bottom border from tabview header
...
If the tabs were placed to the bottom the bottom border looked like gap on the bottom
fix #1882
2020-11-11 13:21:40 +01:00
github-actions[bot]
34635da14c
Merge b79d615ae8 into dev
2020-11-11 11:30:19 +00:00
iDalink
b79d615ae8
look ahead chars when be in LV_LABEL_LONG_DOT ( #1881 )
...
Co-authored-by: Dalink <Dalink@gitee.com >
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2020-11-11 12:29:51 +01:00
github-actions[bot]
af27c16793
Merge 945f5900d5 into dev
2020-11-10 21:07:35 +00:00
Gabor Kiss-Vamosi
945f5900d5
fix(arc): update knob position when bg_angle(s) changes
2020-11-10 22:06:58 +01:00
github-actions[bot]
24340fa927
Merge a7c4fc410a into dev
2020-11-10 21:00:26 +00:00
Gabor Kiss-Vamosi
a7c4fc410a
fix(arc): fix and improve arc dragging
...
It was difficult to handle the pressed angle on the arc when it crossed the 360 degree boundery.
The solution is to handle the angle relative to the bg_start_angle. This way no angle can be larger than 360.
The other issue was the case when a smaller than min. or larger than max. angle was pressed.
It is handled by introducing 'min_close' flag which stores which end is closer on the last valid press
and prefer this end in uncleary situation.
2020-11-10 21:59:37 +01:00
github-actions[bot]
08fcf03c3f
Merge 93138759a9 into dev
2020-11-10 16:26:09 +00:00
Gabor Kiss-Vamosi
93138759a9
fix(btnmatrix): fix setting the same map with modified pointers
...
fix #1889
2020-11-10 17:25:17 +01:00
Gabor Kiss-Vamosi
380df4578e
fix(lv_font_unscii_16) use relative include path to lvgl.h
2020-11-10 10:18:08 +01:00
github-actions[bot]
71619aa8f6
Merge a07583331e into dev
2020-11-09 15:12:28 +00:00
Gabor Kiss-Vamosi
a07583331e
docs(changelog): update changelog
2020-11-09 16:11:48 +01:00
github-actions[bot]
2afd887fdf
Merge 1bc1d278eb into dev
2020-11-09 15:11:28 +00:00
Gabor Kiss-Vamosi
1bc1d278eb
fix(draw_triangle): fix polygon/triangle drawing when the order of points is counter-clockwise
2020-11-09 16:10:46 +01:00
github-actions[bot]
fc5709d04c
Merge b3c9096830 into dev
2020-11-09 12:13:49 +00:00
Gabor Kiss-Vamosi
b3c9096830
Use copy of va_list rather than original va_list in txt_set_text_vfmt ( #1890 )
...
Fix issue #1886
Co-authored-by: Wenting Zhang <zephray@outlook.com >
2020-11-09 13:13:18 +01:00
github-actions[bot]
74efc2e73e
Merge 85c5e786a4 into dev
2020-11-09 09:30:43 +00:00
Gabor Kiss-Vamosi
85c5e786a4
fix(library.json) set the version to the last release
...
platform.io haven't recognized the last version
https://forum.lvgl.io/t/platformio-repository-for-lvgl-not-updating/3607
2020-11-09 10:30:14 +01:00
github-actions[bot]
8a489b3a8e
Merge b19fb8620f into dev
2020-11-06 08:51:06 +00:00
Maureen Helm
b19fb8620f
lv_font: Fix compiler warning when compressed fonts are disabled ( #1880 )
...
Fixes a compiler warning in lv_font_fmt_txt.c when compressed fonts are
disabled (LV_USE_FONT_COMPRESSED=0):
/home/maureen/zephyrproject/modules/lib/gui/lvgl/src/lv_font/lv_font_fmt_txt.c:349:13: warning: 'decompress' defined but not used [-Wunused-function]
349 | static void decompress(const uint8_t * in, uint8_t * out, lv_coord_t w, lv_coord_t h, uint8_t bpp, bool prefilter)
| ^~~~~~~~~~
This was found after upgrading Zephyr to use LVGL v7.6.1, building with
the Zephyr SDK 0.11.3 toolchain.
Signed-off-by: Maureen Helm <maureen.helm@nxp.com >
2020-11-06 09:50:32 +01:00
Gabor Kiss-Vamosi
2d986871c9
fix(lv_conf_internal): re-generate to add LV_FONT_UNSCII_16
2020-11-05 12:42:20 +01:00
Gabor Kiss-Vamosi
ef81e0fbc3
feat(font): add unscii-16 built-in font
...
https://forum.lvgl.io/t/more-unscii-font-version/3433
2020-11-05 12:38:44 +01:00
Gabor Kiss-Vamosi
b00628e77d
merge master
2020-11-03 11:04:34 +01:00
Gabor Kiss-Vamosi
d110731409
add v7.7.2 to changelog
2020-11-03 11:03:26 +01:00
Gabor Kiss-Vamosi
92c75a6e8c
minor release script fixes
2020-11-03 11:02:26 +01:00
Gabor Kiss-Vamosi
2f40ca37df
Update master version
2020-11-03 10:02:00 +01:00
Gabor Kiss-Vamosi
112c894e73
Merge branch 'master' into dev
2020-11-03 09:23:29 +01:00
Gabor Kiss-Vamosi
5035c0c780
Release v7.7.1
2020-11-03 09:23:29 +01:00
Gabor Kiss-Vamosi
f42afb1c52
Update lv_conf_kconfig.h
2020-11-02 16:12:24 +01:00
github-actions[bot]
4f9869fc7e
Merge f915b4cfb6 into dev
2020-11-02 15:04:17 +00:00
Gabor Kiss-Vamosi
f915b4cfb6
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-11-02 16:03:37 +01:00
github-actions[bot]
06ae6be9d4
Merge b62ddf8f64 into dev
2020-11-02 15:03:22 +00:00
Gabor Kiss-Vamosi
b62ddf8f64
push test
2020-11-02 16:02:47 +01:00
Gabor Kiss-Vamosi
b05aaaeb6b
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-11-02 15:55:10 +01:00
Gabor Kiss-Vamosi
47687fc252
Update changelog
2020-11-02 15:54:54 +01:00
github-actions[bot]
a85ed5b949
Merge 929d9f7a57 into dev
2020-11-02 12:13:31 +00:00
Gabor Kiss-Vamosi
929d9f7a57
Update release.yml
2020-11-02 13:13:01 +01:00
github-actions[bot]
20d034c279
Merge 23aec1e1ce into dev
2020-11-02 11:52:32 +00:00
Gabor Kiss-Vamosi
23aec1e1ce
Update release.yml
2020-11-02 12:52:03 +01:00
github-actions[bot]
0931bb6cae
Merge d487acd7cc into dev
2020-11-02 11:51:39 +00:00
Gabor Kiss-Vamosi
d487acd7cc
Create release.yml
2020-11-02 12:51:12 +01:00
github-actions[bot]
380b59fddd
Merge 6d92d084f7 into dev
2020-11-02 11:24:52 +00:00
Gabor Kiss-Vamosi
6d92d084f7
group: fix in lv_group_remove_obj to handle deleting hidden obejcts correctly
2020-11-02 12:24:12 +01:00
Carlos Diaz
16678b78bc
lv_conf_kconfig: Update ( #1870 )
...
* lv_conf_kconfig: Update
* lv_conf_kconfig: Define CONFIG_LV_COLOR_TRANSP with lv_color_hex.
2020-11-02 11:10:33 +01:00
github-actions[bot]
8f14c31bc9
Merge a2b4bbcd2a into dev
2020-10-29 22:05:58 +00:00
Gabor Kiss-Vamosi
a2b4bbcd2a
add missing #include <stdarg.h>
2020-10-29 23:05:16 +01:00
github-actions[bot]
20f901f9e3
Merge 85c8014880 into dev
2020-10-28 10:18:12 +00:00
Gabor Kiss-Vamosi
85c8014880
gauge: make the needle images to use the styles from LV_GAUGE_PART_PART
2020-10-28 11:14:05 +01:00
github-actions[bot]
b5ddf8d19d
Merge b3cca917df into dev
2020-10-28 09:14:53 +00:00
Ali Rostami
b3cca917df
create the fmt version of setting text for msgbox. ( #1851 )
...
* create the fmt version of setting text for msgbox.
* define _lv_txt_set_text_vfmt and change the body of lv_msgbox_set_text_fmt.
* make lv_label_refr_text out of static.
* fix a bug in _lv_txt_set_text_vfmt
2020-10-28 10:14:18 +01:00
github-actions[bot]
6bae5c7af5
Merge 4dafa10017 into dev
2020-10-27 12:50:23 +00:00
Gabor Kiss-Vamosi
4dafa10017
fix messed up function introduced in 6e9714c5
2020-10-27 13:49:47 +01:00
github-actions[bot]
622472387c
Merge 6e9714c545 into dev
2020-10-27 12:42:40 +00:00
Gabor Kiss-Vamosi
6e9714c545
respect btnmatrix's one_check in lv_btnmatrix_set_btn_ctrl
...
Related to https://forum.lvgl.io/t/expand-lv-btnmatrix-set-one-check-to-allow-radio-button-functionality/2962
2020-10-27 13:42:01 +01:00
github-actions[bot]
6e12abe015
Merge 8788317bb1 into dev
2020-10-26 14:19:22 +00:00
Gabor Kiss-Vamosi
8788317bb1
chart: remove LV_CHART_SCATTER option which was only an accidental leftover
2020-10-26 15:18:41 +01:00
Carlos Diaz
f9da89d77d
Add CMakeLists.txt ( #1868 )
2020-10-26 10:05:32 -04:00
Carlos Diaz
def8e047af
lv_conf_checker: Update lv_conf_checker so it is ESP-IDF aware. ( #1864 )
...
* lv_conf_checker: Update lv_conf_checker so it is ESP-IDF aware.
Include ESP-IDF headers and lv_conf_kconfig.h when using the ESP-IDF framework.
Also remove the CONFIG_LV_CONF_SKIP as it is not generated by the Kconfig file.
* lv_conf_checker: Always include lv_conf_kconfig.h.
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2020-10-26 13:18:06 +01:00
github-actions[bot]
6b59b1f706
Merge cc921dae17 into dev
2020-10-26 11:46:26 +00:00
Gabor Kiss-Vamosi
cc921dae17
Fix infinite loop in lv_imgbtn
...
Fixes : #1867
2020-10-26 12:45:51 +01:00
github-actions[bot]
ae0d498cf6
Merge 18ae2fe7fb into dev
2020-10-26 11:40:55 +00:00
Gabor Kiss-Vamosi
18ae2fe7fb
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-10-26 12:40:15 +01:00
Gabor Kiss-Vamosi
c19a4ad568
lv_conf_checker.py: add auto incude of lv_conf.h if available
2020-10-26 12:40:05 +01:00
github-actions[bot]
54a8a4ba33
Merge b3bfa3c58b into dev
2020-10-26 11:02:04 +00:00
iDalink
b3bfa3c58b
lv_label effect area clip line space ( #1866 )
...
Co-authored-by: Dalink <Dalink@gitee.com >
2020-10-26 12:01:32 +01:00
github-actions[bot]
9d7ba3fcb1
Merge b44ddb5b64 into dev
2020-10-26 08:14:38 +00:00
Gabor Kiss-Vamosi
b44ddb5b64
lv_gpu_nxp_pxp_osa.h include lv_conf_internal.h instead of lv_conf.h
...
Related to #1860
2020-10-26 09:13:48 +01:00
github-actions[bot]
1a66a485f9
Merge d6c87cb753 into dev
2020-10-24 18:50:24 +00:00
Chris Mumford
d6c87cb753
Initialize lv_color_t::green_l when LV_COLOR_16_SWAP==1 ( #1865 )
2020-10-24 14:49:55 -04:00
github-actions[bot]
bd59dafa42
Merge 51a522c8d3 into dev
2020-10-24 18:07:52 +00:00
Chris Mumford
51a522c8d3
Fixed a few dangling references to lv_conf_templ.h. ( #1863 )
2020-10-24 14:07:19 -04:00
github-actions[bot]
120d579c88
Merge 200d3aa26d into dev
2020-10-22 11:57:58 +00:00
Gabor Kiss-Vamosi
200d3aa26d
fix build with out lv_conf.h
...
Fixes : #1860
2020-10-22 13:57:25 +02:00
github-actions[bot]
e6a4860d96
Merge c03160abc2 into dev
2020-10-22 11:55:51 +00:00
Gabor Kiss-Vamosi
c03160abc2
add lv_conf_kvoncfig.h to handle special Kconfig options
2020-10-22 13:55:12 +02:00
Gabor Kiss-Vamosi
232d6a5530
merge master
2020-10-21 14:15:37 +02:00
Gabor Kiss-Vamosi
757df9eb89
Update version to 7.7.1-dev
2020-10-21 14:10:24 +02:00
github-actions[bot]
63ea07c0ab
Merge aec831d277 into dev
2020-10-21 12:09:15 +00:00
Gabor Kiss-Vamosi
aec831d277
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-10-21 14:08:29 +02:00
Gabor Kiss-Vamosi
d3cafedb65
remove pycache files
2020-10-21 14:08:16 +02:00
Gabor Kiss-Vamosi
16a4023abf
reorganize release script
2020-10-21 14:06:48 +02:00
Gabor Kiss-Vamosi
9c78f86880
Merge branch 'master' into dev
2020-10-20 13:33:37 +02:00
Gabor Kiss-Vamosi
6fb4235c66
prepare to release v7.7.0
2020-10-20 13:32:57 +02:00
github-actions[bot]
8627389837
Merge 64c68ec25b into dev
2020-10-20 11:28:56 +00:00
Gabor Kiss-Vamosi
64c68ec25b
release.py: add lv_sim_emscripten
2020-10-20 13:27:14 +02:00
github-actions[bot]
5e1b08131b
Merge 62a21e912c into dev
2020-10-19 10:34:20 +00:00
Gabor Kiss-Vamosi
62a21e912c
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-10-19 12:33:42 +02:00
Gabor Kiss-Vamosi
df49f8656d
fix image transformation
...
Fixes : #1854
2020-10-19 12:33:34 +02:00
github-actions[bot]
eb2ad01a89
Merge 3d4284b02c into dev
2020-10-18 16:33:09 +00:00
Themba Dube
3d4284b02c
stm32: use DSB to ensure GPU clock gets enabled
2020-10-18 12:32:22 -04:00
github-actions[bot]
0dd1dc41be
Merge 4ca5d4e86d into dev
2020-10-16 11:13:15 +00:00
Gabor Kiss-Vamosi
4ca5d4e86d
Update ROADMAP.md
2020-10-16 13:12:46 +02:00
github-actions[bot]
6f41624b14
Merge 55d78e1f92 into dev
2020-10-16 11:06:54 +00:00
Gabor Kiss-Vamosi
55d78e1f92
Update ROADMAP.md
2020-10-16 13:06:21 +02:00
github-actions[bot]
dcaa2e037f
Merge cf8e40fcbe into dev
2020-10-16 09:28:14 +00:00
Gabor Kiss-Vamosi
cf8e40fcbe
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-10-16 11:27:35 +02:00
Gabor Kiss-Vamosi
8d9c0bd9b2
fix define_set to check define name end too
2020-10-16 11:27:24 +02:00
github-actions[bot]
e32b3bf13b
Merge 8c0ab944af into dev
2020-10-15 13:22:29 +00:00
Gabor Kiss-Vamosi
8c0ab944af
Update ROADMAP.md
2020-10-15 15:21:55 +02:00
github-actions[bot]
77b4bd597b
Merge 79433deeb8 into dev
2020-10-13 10:56:14 +00:00
Gabor Kiss-Vamosi
79433deeb8
Update ROADMAP.md
2020-10-13 12:55:43 +02:00
github-actions[bot]
8a54450984
Merge ddb4ae8685 into dev
2020-10-13 09:53:40 +00:00
Gabor Kiss-Vamosi
ddb4ae8685
fix lv_win_clean()
2020-10-13 11:53:03 +02:00
github-actions[bot]
5a946fc3f4
Merge 489f426b27 into dev
2020-10-12 13:49:28 +00:00
Gabor Kiss-Vamosi
489f426b27
fix rectangle border drawing with large width
2020-10-12 15:48:43 +02:00
Gabor Kiss-Vamosi
8cddd4bdab
fix conflicts
2020-10-12 13:16:43 +02:00
Gabor Kiss-Vamosi
b1b233d249
fix warning
2020-10-12 13:15:48 +02:00
Gabor Kiss-Vamosi
c4f8959e65
remove version control text
...
Fixes #1846
2020-10-12 12:58:04 +02:00
github-actions[bot]
5347779e50
Merge 68629c725a into dev
2020-10-12 10:44:29 +00:00
Gabor Kiss-Vamosi
68629c725a
add missing fonts
...
fixes : #1845
2020-10-12 12:43:51 +02:00
github-actions[bot]
a81a8b8d3e
Merge 20363b09e6 into dev
2020-10-12 10:09:46 +00:00
Gabor Kiss-Vamosi
20363b09e6
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-10-12 12:09:08 +02:00
Gabor Kiss-Vamosi
4d620d3771
fix dropdown selection with RTL basedirection
...
Related to: #1842
2020-10-12 12:08:49 +02:00
Gabor Kiss-Vamosi
6d120b1f7f
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2020-10-12 11:55:22 +02:00
Gabor Kiss-Vamosi
5d0c00a201
update CHANGELOG
2020-10-12 11:54:54 +02:00
Gabor Kiss-Vamosi
9a029a1784
make DMA2S non blovking
2020-10-12 11:53:56 +02:00
Sergei Kolotovchenkov
cb5ad1e9d3
Improve compatibility with C++14 ( #1843 )
2020-10-12 11:53:56 +02:00
Gabor Kiss-Vamosi
4d614e60ef
skip objects in groups if they are in disabled state
2020-10-12 11:53:56 +02:00
github-actions[bot]
6fcfe72df6
Merge e1f222d04f into dev
2020-10-09 13:12:06 +00:00
Sergei Kolotovchenkov
e1f222d04f
Improve compatibility with C++14 ( #1843 )
2020-10-09 09:11:34 -04:00
github-actions[bot]
de7cb0fa71
Merge 56c4cab228 into dev
2020-10-09 08:34:38 +00:00
Gabor Kiss-Vamosi
56c4cab228
skip objects in groups if they are in disabled state
2020-10-09 10:34:02 +02:00
github-actions[bot]
0429c501b7
Merge 5d91c24723 into dev
2020-10-08 13:19:22 +00:00
Gabor Kiss-Vamosi
5d91c24723
support RTL in pretty layout (draw columns right to left)
...
Related to #1833
2020-10-08 15:18:30 +02:00
github-actions[bot]
8ec2030cab
Merge 6e48cde2f1 into dev
2020-10-08 12:31:00 +00:00
embeddedt
6e48cde2f1
Fix #1837 : remove last designated initializer in lv_color.h
2020-10-08 08:30:29 -04:00
github-actions[bot]
73c0bf6439
Merge 9ec4b61417 into dev
2020-10-07 18:18:09 +00:00
robekras
9ec4b61417
Fix #1798 : Use AHB3 enable register for STM32H7 ( #1840 )
2020-10-07 14:17:38 -04:00
github-actions[bot]
28c9cf0aa5
Merge 6c426aa855 into dev
2020-10-07 12:03:39 +00:00
Gabor Kiss-Vamosi
6c426aa855
fix warnings
2020-10-07 14:03:06 +02:00
github-actions[bot]
2b47542bbd
Merge c804fadf40 into dev
2020-10-07 11:55:43 +00:00
Gabor Kiss-Vamosi
c804fadf40
remove the internal usage of LV_HOR/VER_RES_MAX
2020-10-07 13:55:06 +02:00
github-actions[bot]
d9c75f61c5
Merge 1ee9c13a1d into dev
2020-10-07 11:49:04 +00:00
Gabor Kiss-Vamosi
1ee9c13a1d
revert debug changes in material theme
2020-10-07 13:48:31 +02:00
github-actions[bot]
0b5f414ca8
Merge 0266244c58 into dev
2020-10-07 11:48:30 +00:00
Gabor Kiss-Vamosi
0266244c58
support RTL in table (draw columns right to left)
...
Related to #1833
2020-10-07 13:47:49 +02:00
github-actions[bot]
beda277316
Merge f1a198bd93 into dev
2020-10-07 10:45:39 +00:00
Gabor Kiss-Vamosi
f1a198bd93
fix imgbtn state change
2020-10-07 12:44:54 +02:00
github-actions[bot]
63c4b43a57
Merge 1d50bc962d into dev
2020-10-07 10:23:59 +00:00
Gabor Kiss-Vamosi
1d50bc962d
theme update to support text selection background
...
Fixes #1820
2020-10-07 12:23:24 +02:00
github-actions[bot]
ec616da1ac
Merge fff3a00de2 into dev
2020-10-06 09:32:55 +00:00
Gabor Kiss-Vamosi
fff3a00de2
fix lv_disp_get_inactive_time if the disp==NULL
...
Fixes #1836
2020-10-06 11:25:37 +02:00
github-actions[bot]
6f312e34e3
Merge faf50714a1 into dev
2020-10-06 09:24:17 +00:00
Gabor Kiss-Vamosi
faf50714a1
update release script
2020-10-06 11:23:40 +02:00
Gabor Kiss-Vamosi
3c9468a621
Update dev version
2020-10-06 09:54:32 +02:00
Gabor Kiss-Vamosi
e41bc28817
Merge branch 'master' into dev
2020-10-06 09:33:59 +02:00
Gabor Kiss-Vamosi
8b6bb63795
prepare to release v7.6.1
2020-10-06 09:30:37 +02:00
Gabor Kiss-Vamosi
0de2cc9a8e
fix conflicts
2020-10-06 09:30:00 +02:00
Gabor Kiss-Vamosi
3d8a19a0ca
fix version number
2020-10-06 09:29:13 +02:00
Gabor Kiss-Vamosi
bc626dc9d0
update CHANGELOG
2020-10-06 08:59:07 +02:00
github-actions[bot]
38a9426135
Merge 6b24c949f1 into dev
2020-10-05 18:46:45 +00:00
Gabor Kiss-Vamosi
6b24c949f1
fix lv_img offset usage
...
Fixes: https://forum.lvgl.io/t/problem-with-lv-img-set-offset-y-in-ver-7/3330
2020-10-05 20:46:09 +02:00
github-actions[bot]
44709caf6f
Merge e557b0fbac into dev
2020-10-05 12:31:49 +00:00
embeddedt
e557b0fbac
Only check __STDC_VERSION__ if __cplusplus is not defined
2020-10-05 08:31:20 -04:00
github-actions[bot]
b124f4d7e0
Merge 3dabec4cae into dev
2020-10-05 08:53:33 +00:00
Amir Gonnen
3dabec4cae
Run test on dev branch as well ( #1835 )
2020-10-05 10:53:02 +02:00
github-actions[bot]
4092c71a45
Merge 78ecdd1f1d into dev
2020-10-05 07:44:20 +00:00
Gabor Kiss-Vamosi
78ecdd1f1d
Update ROADMAP.md
2020-10-05 09:43:52 +02:00
Gabor Kiss-Vamosi
4c2c1dd8bd
fix conflicts
2020-10-05 09:42:59 +02:00
Gabor Kiss-Vamosi
e33e1df4af
Merge branch 'feature/vg-lite-support-dev-7-7' of https://github.com/NXPmicro/lvgl into NXPmicro-feature/vg-lite-support-dev-7-7
2020-10-05 09:23:53 +02:00
github-actions[bot]
4c7a2ae0b7
Merge 96478a0c3e into dev
2020-10-03 12:38:29 +00:00
C47D
96478a0c3e
lv_conf_internal: Check for LV_CONF_INCLUDE_SIMPLE before defining it.
2020-10-03 08:37:49 -04:00
github-actions[bot]
61437e793a
Merge 86ddaf90a7 into dev
2020-10-02 19:46:11 +00:00
Gabor Kiss-Vamosi
86ddaf90a7
material theme: do not set the text font to allow easy global font change
2020-10-02 21:45:32 +02:00
Ali Rostami
8394d92fac
Cursor ( #1789 )
...
* update lv_obj_refresh_style describtion.
* cursor added.
* refresh chart after setting the cursor
* add new direction and a bug fixed.
* fixed the wrong changes for header file.
* rename lv_cursor_direction_t enum members.
* add lv_chart_get_x_from_index and lv_chart_get_y_from_index
* lv_chart_get_x_from_index supports column chart type too.
* fix the error of no lv_coord_t value return.
* fix a bug based on the coord is with respect to the series area.
* make get_series_area function global.
* fix the name of get_series_area function.
* add the description of the added functions.
* chart cursor minor fixes
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2020-10-02 13:59:05 +02:00
jozba
fc2206105b
Fixed include paths ( #1823 )
...
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com >
2020-10-02 13:12:41 +02:00
jozba
b049b7e1f6
Bugfix/mgg 562 lvgl pxp symbol prefix missing include path update blit limit ( #1830 )
...
* PXP: Updated area threshold, fixed symbol names, minor fixes
- Area threshold of 1 left from debugging, changed to 32 for performance
reasons.
- Fixed naming convention of symbols (prefix LV_GPU_)
- Fixed include paths (no need to add src folder into include paths)
- Comments changed to doxygen
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com >
* PXP: Code formatting
Applied code-format.sh script.
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com >
2020-10-02 13:10:09 +02:00
github-actions[bot]
cf1ca20750
Merge 34e0fefeb3 into dev
2020-10-02 10:26:54 +00:00
Gabor Kiss-Vamosi
34e0fefeb3
fix imgbtn image switching with empty style
2020-10-02 12:26:12 +02:00
Gabor Kiss-Vamosi
a12d54855f
Update CHANGELOG.md
2020-10-02 11:35:15 +02:00
ryanpowers
6d1a72b522
Text selection enhancement ( #1829 )
...
* Corrected bug in styles of labels with selections
Text selection color (text_selection_color) property was incorrectly
being applied to the text color if there was a selection. The sel_color
property in the label descriptor was initialized to blue. This property
was intended to be the label background color under a selection.
* Add new property for the color of selected text
New property for labels: text_sel_font_color
This property will change the color of the font within selected text.
* Rename text selection color properties
Per feedback from issue #1820 , sel_color is now sel_bg_color and
sel_font_color is now sel_color. This results in clearer naming.
Co-authored-by: Ryan Powers <ryan.powers@envision-tek.com >
2020-10-02 11:34:28 +02:00
github-actions[bot]
f37cbafad6
Merge 79d72f9286 into dev
2020-10-02 08:55:42 +00:00
Gabor Kiss-Vamosi
79d72f9286
Fix click focus
2020-10-02 10:54:53 +02:00
Themba Dube
e7bb0382c4
Merge remote-tracking branch 'origin/master' into dev
2020-10-01 10:34:08 -04:00
Gabor Kiss-Vamosi
0b1590d9ac
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-10-01 16:24:01 +02:00
Gabor Kiss-Vamosi
d14e642fc7
fix style transitions with style caching
...
related to #1825
2020-10-01 16:23:54 +02:00
Martino Facchin
535c3d506f
Allow inclusion of local lv_conf_internal.h ( #1822 )
...
* Allow inclusion of local lv_conf_internal.h
A wrapper library cna contain an lv_conf.h file and it would be automatically picked up by the buildsystem
* Guard __has_include and simplify code
* Make number sign indentation consistent
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com >
2020-10-01 13:51:33 +02:00
Gabor Kiss-Vamosi
8bed30db34
handle sub pixel rendering in font loader
2020-10-01 13:28:22 +02:00
Gabor Kiss-Vamosi
f6df9b490e
Update CHANGELOG.md
2020-10-01 13:18:00 +02:00
Gabor Kiss-Vamosi
5770a09e73
Update CHANGELOG.md
2020-10-01 13:16:52 +02:00
Ali Rostami
c2c130889d
use margin in the header part of calendar. ( #1817 )
...
* use margin in the header part of calendar.
* make calendar_init same as before based on new changes of pad and margin in calendar_header.
2020-10-01 13:16:00 +02:00
Jozef Bastek
ed90f36984
VG-Lite: Added support for fill and BLIT
...
VG-Lite accelerated features:
- fill (+ transparency)
- BLIT (+ transparency)
Limitation:
Image width must be aligned to 16 for VG-Lite to process the buffer.
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com >
2020-09-30 17:38:25 +02:00
github-actions[bot]
540856a8bc
Merge 8c824b265e into dev
2020-09-30 04:55:39 +00:00
Gabor Kiss-Vamosi
8c824b265e
style cahce: add margin
2020-09-30 06:55:05 +02:00
github-actions[bot]
f1690be7fc
Merge 5a0006cd3c into dev
2020-09-29 07:34:27 +00:00
Gabor Kiss-Vamosi
5a0006cd3c
Update ROADMAP.md
2020-09-29 09:33:57 +02:00
github-actions[bot]
25bd804724
Merge 07746a78d5 into dev
2020-09-28 13:32:34 +00:00
Gabor Kiss-Vamosi
07746a78d5
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-09-28 15:31:55 +02:00
Gabor Kiss-Vamosi
a24e3f619f
dropdown list fixes with Bidi == RTL
2020-09-28 11:48:27 +02:00
Gabor Kiss-Vamosi
5be1fcadca
fix copying base dir in lv_obj_craete
2020-09-28 11:48:06 +02:00
github-actions[bot]
03c526514d
Merge 8ff5e23378 into dev
2020-09-28 09:08:17 +00:00
Gabor Kiss-Vamosi
8ff5e23378
Update ROADMAP.md
2020-09-28 11:07:49 +02:00
github-actions[bot]
ef0c8690e4
Merge ce11b4c71c into dev
2020-09-28 08:51:58 +00:00
Gabor Kiss-Vamosi
ce11b4c71c
fix build error
2020-09-28 10:51:26 +02:00
github-actions[bot]
0d62025e2c
Merge f0fc45eb52 into dev
2020-09-28 08:43:39 +00:00
Gabor Kiss-Vamosi
f0fc45eb52
checkbox: do not play transition on manual state change
2020-09-28 10:43:05 +02:00
github-actions[bot]
115314b140
Merge ffd9b872d9 into dev
2020-09-27 12:47:45 +00:00
Gabor Kiss-Vamosi
ffd9b872d9
fix BIDI support in dropdown list
2020-09-27 14:47:11 +02:00
github-actions[bot]
22fbde4501
Merge 71669c252c into dev
2020-09-23 17:59:22 +00:00
Gabor Kiss-Vamosi
71669c252c
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-09-23 19:58:45 +02:00
Gabor Kiss-Vamosi
672537dcc2
propogate checkbox state change to bullet and label too
2020-09-23 19:26:22 +02:00
github-actions[bot]
a45ff2c574
Merge 6b06ac4b72 into dev
2020-09-23 17:24:37 +00:00
embeddedt
6b06ac4b72
Fix grammar error in README.md
2020-09-23 13:24:00 -04:00
github-actions[bot]
2f7369e771
Merge b2d201dba7 into dev
2020-09-23 10:42:07 +00:00
embeddedt
b2d201dba7
Fix #1795 : ensure switch/bar visual state matches logical state ( #1805 )
2020-09-23 06:41:37 -04:00
github-actions[bot]
695d8e5462
Merge 2b49a7eb28 into dev
2020-09-23 09:00:53 +00:00
Gabor Kiss-Vamosi
2b49a7eb28
add missing style cache invalidation on state change
2020-09-23 11:00:15 +02:00
Gabor Kiss-Vamosi
0b3759201f
Update CHANGELOG.md
2020-09-23 10:23:45 +02:00
Ali Rostami
23f5a11340
Table fmt ( #1803 )
...
* update lv_obj_refresh_style describtion.
* fmt version of lv_table_set_cell_value added.
* fix a bug.
* add include lv_printf.h
* fix a bug for LV_USE_BIDI in lv_table_set_cell_value_fmt
* fix a missed part for arabic_persian chars in lv_table_set_cell_value
2020-09-23 10:23:37 +02:00
github-actions[bot]
a590f91fd0
Merge 686a3b5271 into dev
2020-09-23 08:14:44 +00:00
Gabor Kiss-Vamosi
686a3b5271
Update ROADMAP.md
2020-09-23 10:14:06 +02:00
Gabor Kiss-Vamosi
27eb84667f
Update CHANGELOG.md
2020-09-23 09:59:09 +02:00
jozba
1508320aa8
PXP support for NXP RTxxx MCUs ( #1702 )
...
* PXP: Added basic PXP acceleration
PXP accelerated features:
- fill (+ opacity)
- BLIT (+ opacity)
- recoloring (+ opacity)
- color keying (+ opacity)
Recoloring + color keying simultaneously not supported.
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com >
* PXP: Added abstraction for interrupt handling
Previous imlpementation used IRQ polling on PXP, which doesn't allow
real CPU offload. Therefore added set of callbacks for interrupt
handling that should be implemented by user, with possible RTOS
integration.
Default/example implementation of callbacks for bare metal and FreeRTOS
provided (lv_gpu_nxp_pxp_osa.c), enabled by
LV_USE_GPU_NXP_PXP_DEFAULT_OSA switch, accesible via pxp_default_cfg
structure.
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com >
* PXP: Optimized cache flushing
Previous implementation flushed areas of (LCD width * object height)
size. Cache flush is expensive operation and flushing line by line,
smallest possible area, boost performance by shortening time spent on
cache flushes.
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com >
* PXP: Added documentation for NXP PXP accelerator
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com >
* PXP: added missing extern c in header files
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com >
* PXP: Fixed ifdefs - Removed LV_USE_GPU, fixed internal config
LV_USE_GPU is not intended as a global GPU enable switch. It's used only
for gpu_blend_cb and gpu_fill_cb callbacks, which are obsolete. This
patch removes LV_USE_GPU dependency for PXP code, so it's enabled only
with LV_USE_GPU_NXP_PXP symbol.
Added missing symbols to internal conf, so automatic testd can pass
build step.
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com >
* PXP: Default OSA changed to PXP auto-initialization
Auto init feature added so if user run FreeRTOS or bare-metal, no PXP
Init code is required. Renamed symbol to be more clear.
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com >
* PXP: Documentation moved to docs repo
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com >
* PXP: Fixed alpha configuration
- Coverity issue: AS blend config used uninitialized structure. No
impact on functionality, as blend module is not used (porter-duff blends
in this case)
- Alpha config fixed - swapped alpha values produced different result
from SW render
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com >
2020-09-23 09:57:38 +02:00
github-actions[bot]
ea16ce5dd0
Merge eb056315c3 into dev
2020-09-22 13:54:10 +00:00
xennex22
eb056315c3
Changed non-debug macro expansion ( #1808 )
2020-09-22 09:53:36 -04:00
github-actions[bot]
64a4fff635
Merge ddf33b2fd9 into dev
2020-09-22 09:24:13 +00:00
Gabor Kiss-Vamosi
ddf33b2fd9
release.py: update docs only in the end
2020-09-22 11:23:34 +02:00
Gabor Kiss-Vamosi
e9476f4767
Merge branch 'dev' of https://github.com/lvgl/lvgl into dev
2020-09-22 10:51:09 +02:00
Gabor Kiss-Vamosi
04e2b94c06
Merge branch 'master' into dev
2020-09-22 10:46:38 +02:00
Gabor Kiss-Vamosi
f2bd86ed7c
prepare to release v7.6.0
2020-09-22 10:39:15 +02:00
github-actions[bot]
39f4c15876
Merge 783dc6be9a into dev
2020-09-22 08:37:22 +00:00
Gabor Kiss-Vamosi
783dc6be9a
update release script
2020-09-22 10:36:48 +02:00
github-actions[bot]
39f1b363fd
Merge 18db4d83bc into dev
2020-09-22 07:27:24 +00:00
Michael Simon
18db4d83bc
Highlight selected option if show_selected is false ( #1810 )
2020-09-22 09:26:56 +02:00
Gabor Kiss-Vamosi
458046b9b0
add v7.7 to changelog
2020-09-22 09:24:59 +02:00
github-actions[bot]
23ba19d068
Merge 4d87007c95 into dev
2020-09-22 04:21:17 +00:00
github-actions[bot]
0576300981
Merge 2415f99a20 into dev
2020-09-22 04:21:00 +00:00
Gabor Kiss-Vamosi
4d87007c95
Delete a.patch
2020-09-22 06:20:45 +02:00
Gabor Kiss-Vamosi
2415f99a20
Delete r.patch
2020-09-22 06:20:34 +02:00
github-actions[bot]
77fd862b3f
Merge 1c930dc8fb into dev
2020-09-22 04:20:10 +00:00
Gabor Kiss-Vamosi
1c930dc8fb
Update CHANGELOG.md
2020-09-22 06:19:45 +02:00
github-actions[bot]
259907b788
Merge 83c9145072 into dev
2020-09-22 04:18:24 +00:00
incity
83c9145072
Update CHANGELOG.md ( #1809 )
2020-09-22 06:17:51 +02:00
github-actions[bot]
02afe7f82c
Merge 94a6dc08d8 into dev
2020-09-21 22:05:35 +00:00
embeddedt
94a6dc08d8
Check for a Cortex-M7 before calling cache functions ( #1806 )
2020-09-21 18:05:06 -04:00
tosriram
5ef1df9357
Extend maximum number of table cell styles from 4 to 16 ( #1800 )
2020-09-21 11:50:54 -04:00
github-actions[bot]
a81574543b
Merge cbd3393d7c into dev
2020-09-21 09:58:26 +00:00
Gabor Kiss-Vamosi
cbd3393d7c
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-09-21 11:57:47 +02:00
Gabor Kiss-Vamosi
7def9a9bb2
add Arduino example
2020-09-21 11:57:37 +02:00
Gabor Kiss-Vamosi
1067d04c03
fix font laoder supprt LV_FONT_FMT_TXT_LARGE
2020-09-21 11:57:20 +02:00
github-actions[bot]
b09d5a846c
Merge 2820cf897f into dev
2020-09-17 13:09:42 +00:00
github-actions[bot]
33dbc82a0c
Merge 18a4869e62 into dev
2020-09-17 13:09:41 +00:00
Gabor Kiss-Vamosi
2820cf897f
Update ROADMAP.md
2020-09-17 15:09:11 +02:00
Gabor Kiss-Vamosi
18a4869e62
Update ROADMAP.md
2020-09-17 15:08:59 +02:00
github-actions[bot]
adce9d72fc
Merge d90f5d0144 into dev
2020-09-17 11:26:04 +00:00
Gabor Kiss-Vamosi
d90f5d0144
Update CHANGELOG.md
2020-09-17 13:25:33 +02:00
github-actions[bot]
9461e48998
Merge 565643e883 into dev
2020-09-16 17:55:03 +00:00
Themba Dube
565643e883
lv_gauge: fix invalidation with angle offset
2020-09-16 13:54:23 -04:00
github-actions[bot]
132e6d11b4
Merge 7756d70705 into dev
2020-09-16 13:23:52 +00:00
Gabor Kiss-Vamosi
7756d70705
Update ROADMAP.md
2020-09-16 15:23:21 +02:00
github-actions[bot]
dbbf4a406f
Merge be4f7a76d4 into dev
2020-09-16 13:22:05 +00:00
embeddedt
be4f7a76d4
Fix gauge end arc segment not being rendered ( #1796 )
2020-09-16 15:21:33 +02:00
github-actions[bot]
537456cea5
Merge d547d8afe1 into dev
2020-09-16 09:51:23 +00:00
Gabor Kiss-Vamosi
d547d8afe1
cleant the Arduino example folders
2020-09-16 11:50:41 +02:00
github-actions[bot]
fb6e3518ea
Merge 2614d1342e into dev
2020-09-15 10:30:09 +00:00
Gabor Kiss-Vamosi
2614d1342e
update relaese script
2020-09-15 12:29:37 +02:00
github-actions[bot]
0287b759ac
Merge 3c6741b11c into dev
2020-09-15 10:20:27 +00:00
Amir Gonnen
3c6741b11c
Update build_micropython.yml ( #1794 )
...
Fetch both head and merge commits of "pull" refs. This would allow the CI script to first try checkout the merge commit (which is `github.sha` on PR) and only if that fails, default to checking out the PR head.
2020-09-15 12:19:56 +02:00
Gabor Kiss-Vamosi
9b953abbd2
Update dev version
2020-09-15 11:56:57 +02:00
Gabor Kiss-Vamosi
ac52762c20
update lv_cnf_internal.h
2020-09-15 11:44:13 +02:00
Gabor Kiss-Vamosi
9093395478
fix version number
2020-09-15 11:35:50 +02:00
Gabor Kiss-Vamosi
dc0f9253d4
Merge branch 'master' into dev
2020-09-15 11:19:33 +02:00
Gabor Kiss-Vamosi
c5bacff2fa
prepare to release v7.5.0
2020-09-15 11:14:32 +02:00
github-actions[bot]
b60714a710
Merge 5a6da9a2ef into dev
2020-09-14 19:49:32 +00:00
Gabor Kiss-Vamosi
5a6da9a2ef
fix selectiion of options with non-ASCII letters in dropdown list
2020-09-14 21:48:57 +02:00
github-actions[bot]
38e4e5d385
Merge d99ea10213 into dev
2020-09-14 19:17:19 +00:00
Gabor Kiss-Vamosi
d99ea10213
fix drawing images with 1 px height or width
2020-09-14 21:16:43 +02:00
Gabor Kiss-Vamosi
59791a8e2f
perform style change check in lv_obj_set_state() with LV_USE_ANIMATION == 0 too
2020-09-14 20:42:03 +02:00
github-actions[bot]
f4cdea6a0d
Merge 5566935a5d into dev
2020-09-14 18:28:03 +00:00
Gabor Kiss-Vamosi
5566935a5d
Update CHANGELOG.md
2020-09-14 20:27:35 +02:00
github-actions[bot]
f874b61bd3
Merge b947465da1 into dev
2020-09-14 18:15:08 +00:00
Gabor Kiss-Vamosi
b947465da1
fix divisioin by zero in draw_pattern (lv_draw_rect.c) if the image or letter is not found
2020-09-14 20:14:33 +02:00
github-actions[bot]
efb0ca04a0
Merge d44b8d47d3 into dev
2020-09-14 10:46:20 +00: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
github-actions[bot]
eb79d9263c
Merge 96e0de063a into dev
2020-09-14 10:45:00 +00:00
liebman
96e0de063a
fix lv_align_y/mid_y to align y and not x ( #1792 )
2020-09-14 12:44:28 +02:00
github-actions[bot]
3994a5425d
Merge 81ec2d1b10 into dev
2020-09-14 08:46:57 +00:00
Gabor Kiss-Vamosi
81ec2d1b10
add LV_GC_ROOT prefix to _lv_font_decompr_buf
2020-09-14 10:46:20 +02:00
Gabor Kiss-Vamosi
de1d6b2581
add 8px an 10 px built in fonts
2020-09-14 10:43:26 +02:00
github-actions[bot]
e4a1a800d1
Merge 55d05c2eb3 into dev
2020-09-12 23:15:47 +00:00
embeddedt
55d05c2eb3
Fix #1791 : add NULL check for group->obj_focus
2020-09-12 19:15:21 -04:00
github-actions[bot]
160d92ba69
Merge e236cf7f73 into dev
2020-09-11 12:26:03 +00:00
Michael Simon
e236cf7f73
Do not use an anim if pwd_show_time is 0 ( #1786 )
2020-09-11 14:25:33 +02:00
Gabor Kiss-Vamosi
17fd875f4b
merge master
2020-09-11 14:19:43 +02:00
Gabor Kiss-Vamosi
38cf5c0b3e
remove code accidentally merged from dev branch
2020-09-11 14:07:56 +02:00
Gabor Kiss-Vamosi
3d0c5f7207
Merge branch 'master' into dev
2020-09-11 13:46:08 +02:00
Gabor Kiss-Vamosi
e2183750f2
fix warnings
2020-09-11 13:42:57 +02:00
Gabor Kiss-Vamosi
c55b165150
add font decompr_buf to GC roots
2020-09-11 13:39:05 +02:00
Gabor Kiss-Vamosi
50b5e3c477
add rounding to btnmatrix line height calculation
...
Fixes #1776
2020-09-11 13:28:34 +02:00
Amir Gonnen
1b3e1c4331
Fix submodule checkout in both push and PR ( #1783 )
2020-09-10 19:20:59 -04:00
Gabor Kiss-Vamosi
3f36139469
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-09-10 16:08:03 +02:00
Gabor Kiss-Vamosi
125e6e95f6
fix color bleeding on corner clipping
...
Fixes #1777
2020-09-10 16:07:42 +02:00
Gabor Kiss-Vamosi
1f8450b453
lv_conf_internal fixes
2020-09-10 09:16:42 +02:00
github-actions[bot]
1c96215db9
Merge c683a3612d into dev
2020-09-08 13:57:22 +00:00
梁永祥
c683a3612d
group fix calling lv_obj_invalidate() when focuse is NULL ( #1774 )
2020-09-08 15:56:51 +02:00
github-actions[bot]
42cdab2e98
Merge 50594851f6 into dev
2020-09-08 12:58:06 +00:00
Gabor Kiss-Vamosi
50594851f6
Update ROADMAP.md
2020-09-08 14:57:38 +02:00
github-actions[bot]
6f8f293241
Merge a2685363e8 into dev
2020-09-08 12:48:24 +00:00
Gabor Kiss-Vamosi
a2685363e8
Update ROADMAP.md
2020-09-08 14:47:56 +02:00
Gabor Kiss-Vamosi
893c53476c
fix define name in lv_conf_internal.h
2020-09-08 14:47:00 +02:00
Gabor Kiss-Vamosi
a8e3fc594e
add Kconfig support to lv_conf_internal.h
2020-09-08 14:39:19 +02:00
github-actions[bot]
3247a10f2c
Merge 8b7ffccd64 into dev
2020-09-08 11:45:50 +00:00
Gabor Kiss-Vamosi
8b7ffccd64
Update ROADMAP.md
2020-09-08 13:45:22 +02:00
Gabor Kiss-Vamosi
b87ca71824
fix warnings
2020-09-08 13:44:03 +02:00
Gabor Kiss-Vamosi
c94f9358d1
style change check fixes
2020-09-08 13:41:57 +02:00
Gabor Kiss-Vamosi
49052a7f06
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2020-09-08 13:39:24 +02:00
Gabor Kiss-Vamosi
966ff9d186
Merge branch 'master' into dev
2020-09-08 13:39:04 +02:00
Gabor Kiss-Vamosi
81884401d2
style change check
2020-09-08 13:20:29 +02:00
github-actions[bot]
715b40fb3f
Merge b87d16fc6e into dev
2020-09-07 08:19:11 +00:00
Gabor Kiss-Vamosi
b87d16fc6e
fix textra focus event sending
2020-09-07 10:18:37 +02:00
github-actions[bot]
75ca0e6e2e
Merge b1c43d329d into dev
2020-09-07 08:13:53 +00:00
Gabor Kiss-Vamosi
b1c43d329d
update comments in lv_port_disp_template
2020-09-07 10:13:17 +02:00
github-actions[bot]
4073e43e34
Merge 710ec7d417 into dev
2020-09-07 07:21:14 +00:00
Gabor Kiss-Vamosi
710ec7d417
Update ROADMAP.md
2020-09-07 09:20:41 +02:00
github-actions[bot]
c73004caef
Merge 176eb9fd46 into dev
2020-09-06 10:50:36 +00:00
Gabor Kiss-Vamosi
176eb9fd46
Update ROADMAP.md
2020-09-06 12:50:08 +02:00
github-actions[bot]
dc500aa19e
Merge a6150ea78f into dev
2020-09-05 11:46:33 +00:00
Amir Gonnen
a6150ea78f
CI - Build Micropython with LVGL submodule ( #1771 )
2020-09-05 13:46:07 +02:00
github-actions[bot]
366c3abdff
Merge 35c7197d1c into dev
2020-09-04 11:31:09 +00:00
tgillbe
35c7197d1c
Fix button matrix button width ( #1768 )
2020-09-04 07:30:39 -04:00
github-actions[bot]
2074146b30
Merge 15e692d596 into dev
2020-09-04 11:11:22 +00:00
Gabor Kiss-Vamosi
15e692d596
fix conflicts
2020-09-04 13:10:44 +02:00
Gabor Kiss-Vamosi
1ab87eda09
update CHANGELOG
2020-09-04 13:07:29 +02:00
Gabor Kiss-Vamosi
804c3c7994
fix unexpeted DEFOCUS on lv_page
...
Fixes #1762
2020-09-04 13:06:19 +02:00
Michael Simon
1b638565b0
lv_textarea: send event when Enter is pressed in one-line mode ( #1769 )
2020-09-03 08:08:04 -04:00
github-actions[bot]
61fa7eed6b
Merge 0596088544 into dev
2020-09-01 17:19:58 +00:00
Gabor Kiss-Vamosi
0596088544
remove unused variable
2020-09-01 19:19:25 +02:00
github-actions[bot]
1cc17f7888
Merge 85bd12a794 into dev
2020-09-01 17:15:14 +00:00
Gabor Kiss-Vamosi
85bd12a794
fix lv_obj_del and lv_obj_clean if the children list changed during deletion
...
https://forum.lvgl.io/t/lv-obj-del-and-kin-wrongly-assume-that-child-ll-wont-change-while-deleting/3091
2020-09-01 19:14:39 +02:00
Gabor Kiss-Vamosi
4613811c45
lmeter: fix uninitialized 'mirror' property
2020-09-01 19:14:34 +02:00
github-actions[bot]
9ce57485ab
Merge 03c3838605 into dev
2020-09-01 14:46:11 +00:00
Gabor Kiss-Vamosi
03c3838605
arc: use value_update in lv_arc_set_value
...
it was overwritten on merge
2020-09-01 16:45:36 +02:00
Gabor Kiss-Vamosi
1d875eaa22
fix conflicts
2020-09-01 16:43:05 +02:00
Gabor Kiss-Vamosi
b4a8a21d26
update changelog
2020-09-01 13:01:21 +02:00
github-actions[bot]
6bfba0e02a
Merge fb6e7deadf into dev
2020-09-01 10:24:43 +00:00
Gabor Kiss-Vamosi
fb6e7deadf
Update CHANGELOG.md
2020-09-01 12:24:18 +02:00
github-actions[bot]
bc80633a0d
Merge d941461052 into dev
2020-09-01 10:21:03 +00:00
Gabor Kiss-Vamosi
d941461052
release script fixes
2020-09-01 12:20:28 +02:00
Gabor Kiss-Vamosi
0104d436e9
Update dev version
2020-09-01 12:06:21 +02:00
Gabor Kiss-Vamosi
3d32290ee4
fix version number
2020-09-01 11:59:50 +02:00
Gabor Kiss-Vamosi
6932b6c1da
Merge branch 'master' into dev
2020-09-01 11:42:11 +02:00
Gabor Kiss-Vamosi
6d7bd355ed
fix version lv_conf_template.h
2020-09-01 11:39:54 +02:00
Gabor Kiss-Vamosi
343605ebac
prepare to release v7.4.0
2020-09-01 11:34:10 +02:00
Gabor Kiss-Vamosi
beec11565c
update changelog
2020-09-01 11:29:08 +02:00
Gabor Kiss-Vamosi
beb3d40d24
fix conflicts
2020-09-01 10:47:39 +02:00
Gabor Kiss-Vamosi
26b36dfea1
release.py minor update to run in debugger
2020-09-01 10:45:27 +02:00
Gabor Kiss-Vamosi
289fd95c3d
release.py: remove debug statements
2020-09-01 10:42:58 +02:00
Gabor Kiss-Vamosi
2f79133685
release.py: remove debug statements
2020-09-01 10:42:32 +02:00
Gabor Kiss-Vamosi
e42128e937
minor release related fixes
2020-09-01 10:18:35 +02:00
Gabor Kiss-Vamosi
de38ee4a21
fix typo
2020-09-01 09:40:16 +02:00
Gabor Kiss-Vamosi
612308f281
lv_img: check blend modes in cover check
2020-09-01 09:38:25 +02:00
Gabor Kiss-Vamosi
f545a24bbd
gauge: allow not recoling the image needle
2020-09-01 09:38:25 +02:00
Gabor Kiss-Vamosi
1102cfdf82
lv_arc_set_value: be sure the 'fixed' angle is corerct
2020-09-01 09:38:25 +02:00
Gabor Kiss-Vamosi
775f1a59df
lv_refr: take opa_scale into account in cover check
2020-09-01 09:38:25 +02:00
github-actions[bot]
1906a623fb
Merge 35ae1a28d4 into dev
2020-09-01 07:27:19 +00:00
Gabor Kiss-Vamosi
35ae1a28d4
fixes in release.py
2020-09-01 09:26:41 +02:00
Gabor Kiss-Vamosi
842eb11448
release.py: add projec update
2020-08-31 19:48:59 +02:00
github-actions[bot]
ca9c36e081
Merge 5976973111 into dev
2020-08-31 12:18:35 +00:00
Alex-I-B
5976973111
Proposed fix for roller widget crash when LV_USE_GROUP=0 ( #1761 )
...
Removed LV_USE_GROUP guard macro for signals != LV_SIGNAL_CONTROL in signal functions of roller and spinbox to allow signal propagating to ancestors
2020-08-31 14:18:07 +02:00
github-actions[bot]
b7baa01bc1
Merge 91cfb70856 into dev
2020-08-31 12:10:04 +00:00
Gabor Kiss-Vamosi
91cfb70856
fix ci
2020-08-31 14:04:23 +02:00
github-actions[bot]
5ee4d14788
Merge 09ce595239 into dev
2020-08-31 12:03:15 +00:00
Gabor Kiss-Vamosi
09ce595239
fix ci
2020-08-31 14:02:43 +02:00
github-actions[bot]
5d02b27b1f
Merge d4c3567f84 into dev
2020-08-31 12:01:26 +00:00
Gabor Kiss-Vamosi
d4c3567f84
install libpng for test
2020-08-31 14:00:49 +02:00
Gabor Kiss-Vamosi
39bf116e07
fix screenshot testing
2020-08-31 13:58:51 +02:00
Gabor Kiss-Vamosi
10eeeb2490
image cover check: minor reordering for better performance
2020-08-31 13:58:51 +02:00
github-actions[bot]
eb7f0d8eeb
Merge 694d9eff19 into dev
2020-08-31 09:06:49 +00:00
Gabor Kiss-Vamosi
694d9eff19
Update ROADMAP.md
2020-08-31 11:06:04 +02:00
tgillbe
d4e40fce63
Fix position of 0 in special keyboard ( #1758 )
2020-08-31 10:15:16 +02:00
github-actions[bot]
6e000c97f8
Merge 9b9cd36dc9 into dev
2020-08-28 14:00:44 +00:00
Gabor Kiss-Vamosi
9b9cd36dc9
fix roller width if selected text is larger than the normal
2020-08-28 16:00:04 +02:00
rabbitsaviola
8df8700bed
Add async gpu wait interface ( #1736 )
...
Add async gpu wait interface
Closes #1708
2020-08-28 15:31:30 +02:00
Gabor Kiss-Vamosi
c17f2f7e84
fix conflicts
2020-08-28 10:25:34 +02:00
Gabor Kiss-Vamosi
c3953f478f
fix conflicts
2020-08-28 10:20:34 +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
Adam Martini
cb5faa64ac
Add update_value private function to lv_arc to prevent set_value return checks in the event of… ( #1748 )
...
Add update_value to lv_arc to update the value on range change.
2020-08-27 09:51:11 +02:00
Gabor Kiss-Vamosi
832000ad34
Merge pull request #1743 from lvgl/dcache_cb
...
lv_disp: add `clean_dcache_cb` callback
2020-08-27 09:48:56 +02:00
Gabor Kiss-Vamosi
037d3d9090
run code formatter
2020-08-26 15:21:24 +02:00
github-actions[bot]
6772ceb7e2
Merge e7364f321d into dev
2020-08-25 13:22:04 +00:00
Gabor Kiss-Vamosi
e7364f321d
update CHANGELOG
2020-08-25 15:21:25 +02:00
github-actions[bot]
d9afdb5316
Merge 14a2a60bf9 into dev
2020-08-25 13:19:24 +00:00
Gabor Kiss-Vamosi
14a2a60bf9
Fix btnmatrix to not send event when CLICK_TRIG = true and the cursor slid from a pressed button
...
Fixes: https://forum.lvgl.io/t/v7-3-register-button-in-button-matrix-only-after-touch-release-not-button-release/3117
2020-08-25 15:18:45 +02:00
Themba Dube
350269c3d4
Update CHANGELOG.md
2020-08-25 07:38:08 -04:00
Gabor Kiss-Vamosi
52c61b115f
minor image zoom fixes
2020-08-25 11:54:12 +02:00
Themba Dube
7ca806ddff
Use CMSIS cache functions if custom callback is not registered
2020-08-24 10:51:09 -04:00
github-actions[bot]
c8be0df768
Merge 78f2451b2a into dev
2020-08-24 14:01:31 +00:00
Gabor Kiss-Vamosi
78f2451b2a
imporve image zoom precision
2020-08-24 16:00:53 +02:00
Themba Dube
36433c2144
Rename function to lv_disp_clean_dcache and use currently refreshing display
2020-08-24 07:36:44 -04:00
github-actions[bot]
2224ce95cb
Merge 54b3ba39fb into dev
2020-08-24 08:53:19 +00:00
Gabor Kiss-Vamosi
54b3ba39fb
Fix deleting tabview with LEFT/RIGHT tab position
2020-08-24 10:52:48 +02:00
github-actions[bot]
9a2d2b5392
Merge ede6085429 into dev
2020-08-24 08:14:36 +00:00
Gabor Kiss-Vamosi
ede6085429
img: imporve zoom precision
2020-08-24 10:14:01 +02:00
github-actions[bot]
3ea4418727
Merge 961f295b94 into dev
2020-08-24 07:51:36 +00:00
Gabor Kiss-Vamosi
961f295b94
img: fix zooming and rotateing mosaic images
2020-08-24 09:50:52 +02:00
github-actions[bot]
12b1f1f590
Merge 848c468b06 into dev
2020-08-24 04:40:41 +00:00
Gabor Kiss-Vamosi
848c468b06
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-08-24 06:40:08 +02:00
Gabor Kiss-Vamosi
ba94b9cc94
fix croping of last column/row if an image is zoomed
...
Fixes #1742
2020-08-24 06:39:57 +02:00
Themba Dube
a1f47e9051
Add lv_arc_set_adjustable and lv_arc_get_adjustable
2020-08-23 07:46:00 -04:00
Themba Dube
ff357db938
Merge branch 'dev' into dcache_cb
2020-08-23 07:43:49 -04:00
github-actions[bot]
2f26d0a511
Merge 851493a188 into dev
2020-08-23 11:20:37 +00:00
Ali Rostami
851493a188
Update lv_obj_refresh_style description ( #1746 )
2020-08-23 07:20:07 -04:00
github-actions[bot]
5f35e46be8
Merge 7e4769e319 into dev
2020-08-23 06:50:03 +00:00
Gabor Kiss-Vamosi
7e4769e319
fix using LV_SCROLLBAR_UNHIDE after LV_SCROLLBAR_ON
...
Fixes https://forum.lvgl.io/t/lv-sb-mode-unhide-has-an-unsuitable-value/3081
2020-08-23 08:49:27 +02:00
github-actions[bot]
75a0a5e6d6
Merge c0f6ff4d42 into dev
2020-08-23 05:45:08 +00:00
Gabor Kiss-Vamosi
c0f6ff4d42
fix color bleeding on border drawing
...
Fixes https://forum.lvgl.io/t/border-dont-cover-calendar/3029/4
2020-08-23 07:44:34 +02:00
github-actions[bot]
fef3a069d6
Merge 35e09885fb into dev
2020-08-22 21:38:06 +00:00
Themba Dube
35e09885fb
lv_arc: use rotation when calculating drag angle
...
fixes #1745
2020-08-22 17:37:29 -04:00
Themba Dube
24c2921c21
lv_disp: add clean_dcache_cb callback
2020-08-21 09:53:13 -04:00
github-actions[bot]
001fabbb18
Merge f4b4df8a17 into dev
2020-08-20 21:53:52 +00:00
Amir Gonnen
f4b4df8a17
lv_arc_set_reverse: remove prototype with no implementation ( #1741 )
...
Required for Micropython
2020-08-20 17:53:23 -04:00
github-actions[bot]
41d093ea76
Merge 953753263c into dev
2020-08-20 05:07:01 +00:00
Gabor Kiss-Vamosi
953753263c
fix warning
2020-08-20 07:06:23 +02:00
github-actions[bot]
8990544b42
Merge 809497f707 into dev
2020-08-19 21:31:30 +00:00
Gabor Kiss-Vamosi
809497f707
release.py: fix blog post name
2020-08-19 23:30:57 +02:00
github-actions[bot]
148e6d12fd
Merge 45cc51d48c into dev
2020-08-19 21:29:09 +00:00
Gabor Kiss-Vamosi
45cc51d48c
release.py: publish blog post
2020-08-19 23:28:34 +02:00
github-actions[bot]
187f4be2ee
Merge 677ce48bea into dev
2020-08-18 15:03:21 +00:00
Gabor Kiss-Vamosi
677ce48bea
tabview: fix press state style update
...
fixes : #1728
2020-08-18 17:02:42 +02:00
github-actions[bot]
6023bb4372
Merge d0cc9283e7 into dev
2020-08-18 09:58:04 +00:00
Gabor Kiss-Vamosi
d0cc9283e7
merge dev
2020-08-18 11:57:26 +02:00
Gabor Kiss-Vamosi
71e5618380
upadte release.py
2020-08-18 11:32:43 +02:00
Gabor Kiss-Vamosi
bcb6d02acf
fix version
2020-08-18 10:54:43 +02:00
Gabor Kiss-Vamosi
f116073baf
fix version
2020-08-18 10:54:10 +02:00
Gabor Kiss-Vamosi
6e884615d8
fix version
2020-08-18 10:53:37 +02:00
Gabor Kiss-Vamosi
d665294669
fix release script
2020-08-18 10:53:08 +02:00
Gabor Kiss-Vamosi
cc43762030
Update dev version
2020-08-18 10:45:41 +02:00
Gabor Kiss-Vamosi
9c7c395cc7
Merge branch 'dev' of https://github.com/lvgl/lvgl into dev
2020-08-18 10:45:36 +02:00
Gabor Kiss-Vamosi
9680d5bbb2
Update dev version
2020-08-18 10:43:47 +02:00
Gabor Kiss-Vamosi
96534d58e5
Merge branch 'master' into dev
2020-08-18 10:40:39 +02:00
Gabor Kiss-Vamosi
1088492449
prepare to release v7.3.1
2020-08-18 10:28:35 +02:00
github-actions[bot]
9b154d12c1
Merge e9ee46f302 into dev
2020-08-18 08:26:00 +00:00
Gabor Kiss-Vamosi
e9ee46f302
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-08-18 10:25:28 +02:00
Gabor Kiss-Vamosi
c0714d9c6b
fix release script
2020-08-18 10:25:19 +02:00
Gabor Kiss-Vamosi
e728ba1928
remove debug statements from release.py
2020-08-18 10:22:02 +02:00
github-actions[bot]
b94ca2bf80
Merge 74aae39e4e into dev
2020-08-18 08:13:00 +00:00
Gabor Kiss-Vamosi
74aae39e4e
Update CHANGELOG.md
2020-08-18 10:12:32 +02:00
github-actions[bot]
b9bd436b89
Merge 6eab2adfc1 into dev
2020-08-18 08:12:25 +00:00
Gabor Kiss-Vamosi
6eab2adfc1
Merge pull request #1732 from ali-rostami/gray_day_calendar
...
init disabled days to gray color in calendar
2020-08-18 10:11:56 +02:00
Gabor Kiss-Vamosi
209e1c4d38
fix conflicts
2020-08-18 08:50:31 +02:00
Gabor Kiss-Vamosi
056da0f922
fix color picker invalidation in rectangle mode
2020-08-18 08:47:08 +02:00
Gabor Kiss-Vamosi
e1a84f2cfe
Merge pull request #1734 from daiyinger/dev
...
Reduced animation callback interface calls
2020-08-18 06:41:24 +02:00
Gabor Kiss-Vamosi
b77bd763c0
merge master
2020-08-18 06:36:42 +02:00
xiaobo
437e6d35eb
Reduced animation callback interface calls
2020-08-18 11:25:40 +08:00
Gabor Kiss-Vamosi
3b06d4ab84
rewrite the release script
2020-08-17 23:51:23 +02:00
Ali Rostami
3a5ad7712e
init disabled days to gray color in calendar
...
In ver6 we saw that disabled days in `calendar` were gray, which was a good thing and seemed was missed in new versions.
2020-08-17 16:10:44 +04:30
Gabor Kiss-Vamosi
28eb766904
comment updates
2020-08-17 09:20:35 +02:00
Gabor Kiss-Vamosi
4af6c62146
Merge pull request #1726 from upbeat27/lv_btnmatrix_set_one_check_fix
...
Fix `lv_btnmatrix_set_one_check` not forcing one button to be checked
2020-08-17 09:11:12 +02:00
Josh McAtee
96eba8e0ff
Fix lv_btnmatrix_set_one_check not forcing one button to be checked
2020-08-14 09:06:44 -07:00
github-actions[bot]
95ccd877a8
Merge 1815ff4b99 into dev
2020-08-14 04:58:44 +00:00
Gabor Kiss-Vamosi
1815ff4b99
Limit extra button click area of button matrix's buttons. Fixes #1712
2020-08-14 06:58:00 +02:00
Gabor Kiss-Vamosi
c8cc9db7f0
table: fix typo
2020-08-14 06:58:00 +02:00
Gabor Kiss-Vamosi
b8ebca8d6c
update CHANGELOG
2020-08-14 00:03:14 +02:00
Gabor Kiss-Vamosi
245a47a848
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2020-08-13 23:56:40 +02:00
Gabor Kiss-Vamosi
c46f12b97a
fix conflicts
2020-08-13 23:55:48 +02:00
github-actions[bot]
db2ddd6033
Merge de1ccc269c into dev
2020-08-13 21:28:29 +00:00
Gabor Kiss-Vamosi
de1ccc269c
Update README.md
2020-08-13 23:28:03 +02:00
Gabor Kiss-Vamosi
cd9f53c4b4
Merge pull request #1717 from fabiowguerra/feat/dynamic-font-loading
...
Feat/dynamic font loading
2020-08-13 22:46:23 +02:00
github-actions[bot]
25afed1d58
Merge f3e91634f8 into dev
2020-08-13 19:09:24 +00:00
Gabor Kiss-Vamosi
f3e91634f8
fix crash if 'lv_table_set_col_cnt' is called before 'lv_table_set_row_cnt' for the first time
...
Fixes #1716
2020-08-13 21:08:50 +02:00
Gabor Kiss-Vamosi
6980277aca
Update CHANGELOG
2020-08-13 20:09:43 +02:00
Gabor Kiss-Vamosi
f59a206ab0
send gesture with dragging too.
...
User can test dragging manually with lv_indev_is_dragging
2020-08-13 20:07:18 +02:00
Gabor Kiss-Vamosi
4eb3283342
Merge pull request #1592 from acumartini/feature/1568_lv_rotary
...
Feature/1568 lv rotary
2020-08-13 20:05:13 +02:00
Gabor Kiss-Vamosi
c2b5979e91
arc: fix event sending
2020-08-13 12:00:57 +02:00
Gabor Kiss-Vamosi
cfee7e8b8a
arc knob invalidation fix
2020-08-13 11:03:04 +02:00
Fabio Guerra
6fcca7dd44
Better comments, explaining memory allocation strategy when parsing fonts.
2020-08-12 11:02:43 -03:00
Fabio Guerra
f1edd3a1ea
Removing #ifdef for LVGL version 6 on binary font parser.
2020-08-12 11:02:43 -03:00
Gabor Kiss-Vamosi
d321e0e4fc
fix tests
2020-08-12 14:29:50 +02:00
Gabor Kiss-Vamosi
8d89bf9ed0
fix CHANGELOG
2020-08-12 14:23:53 +02:00
Gabor Kiss-Vamosi
f8b991731f
Merge branch 'dev' into feat/dynamic-font-loading
2020-08-12 14:20:47 +02:00
github-actions[bot]
77b57ba035
Merge 08684b31ee into dev
2020-08-12 04:58:43 +00:00
Ali Rostami
08684b31ee
Patch 1 ( #1714 )
...
update comments
2020-08-12 06:58:15 +02:00
Gabor Kiss-Vamosi
977f6d210d
Merge pull request #1715 from lvgl/checkbox_anim
...
Fade in checkmark for material theme
2020-08-12 06:22:21 +02:00
Fabio Guerra
e399b7a085
Code format with astyle.
2020-08-12 00:45:06 -03:00
Fabio Guerra
b3634790cd
Implementing missing formats for font loading.
2020-08-12 00:11:02 -03:00
Themba Dube
3dad4c724e
Fade in checkmark for material theme
2020-08-11 10:49:57 -04:00
Gabor Kiss-Vamosi
d95cf0a3d6
arc: rework knob to indicate the current positoin
2020-08-11 15:03:57 +02:00
Gabor Kiss-Vamosi
14a4c190c9
merge rotary to arc
2020-08-11 14:17:05 +02:00
Gabor Kiss-Vamosi
461619411d
Merge branch 'dev' into acumartini-feature/1568_lv_rotary
2020-08-11 12:31:32 +02:00
Gabor Kiss-Vamosi
c36c8e11f7
Merge branch 'master' into acumartini-feature/1568_lv_rotary
2020-08-11 12:31:24 +02:00
github-actions[bot]
11a9dedbaa
Merge 2068ab3211 into dev
2020-08-11 08:38:47 +00:00
Gabor Kiss-Vamosi
2068ab3211
bar, switch, slider: fix drawing background's 'value_str' twice
2020-08-11 10:38:16 +02:00
github-actions[bot]
d94bbd4f91
Merge 28807b6a77 into dev
2020-08-11 08:34:41 +00:00
Gabor Kiss-Vamosi
28807b6a77
lv_img_design: fix cover check if angle != 0
2020-08-11 10:34:04 +02:00
github-actions[bot]
d71f664fbb
Merge f066f0b8d8 into dev
2020-08-11 08:10:17 +00:00
Gabor Kiss-Vamosi
f066f0b8d8
fix overflow in large image transformations
2020-08-11 10:09:41 +02:00
github-actions[bot]
e30055674d
Merge d2e1094159 into dev
2020-08-10 18:14:00 +00: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
github-actions[bot]
73a918ce13
Merge 6fd7bcf172 into dev
2020-08-10 09:37:17 +00:00
Gabor Kiss-Vamosi
6fd7bcf172
allow adding extra label to list buttons
2020-08-10 11:36:43 +02:00
github-actions[bot]
b88ee8e430
Merge ebaeb1bf7c into dev
2020-08-10 04:18:01 +00:00
Gabor Kiss-Vamosi
ebaeb1bf7c
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-08-10 06:17:17 +02:00
Gabor Kiss-Vamosi
bd8ac58b6b
add missing background drawing and radius handling to image button
2020-08-10 06:17:03 +02:00
github-actions[bot]
fcca7fff60
Merge b6c18ed171 into dev
2020-08-09 10:41:53 +00:00
Gabor Kiss-Vamosi
b6c18ed171
Update ROADMAP.md
2020-08-09 12:41:25 +02:00
github-actions[bot]
872030fb77
Merge 90be42c493 into dev
2020-08-08 14:22:34 +00:00
Gabor Kiss-Vamosi
90be42c493
Fix setting local style property multiple times
...
Realted to https://forum.lvgl.io/t/how-to-change-button-object-color-on-demand/2922/2
2020-08-08 16:22:00 +02:00
Fabio Guerra
c4e7254aed
Some changes to support binary fonts without the kernel table.
2020-08-07 10:56:37 -03:00
github-actions[bot]
1b40c2a495
Merge 81caeaa725 into dev
2020-08-07 11:32:00 +00:00
embeddedt
81caeaa725
Fix lv_obj_set_height_fit
2020-08-07 07:31:31 -04:00
github-actions[bot]
1ca9dc6c4e
Merge 8af9e96299 into dev
2020-08-06 12:57:04 +00:00
Gabor Kiss-Vamosi
8af9e96299
Merge pull request #1706 from satirebird/code-fixes
...
Make several descriptor parameters const
2020-08-06 14:56:36 +02:00
github-actions[bot]
70ac65793f
Merge 5d981f56ad into dev
2020-08-06 12:55:23 +00:00
Gabor Kiss-Vamosi
5d981f56ad
remove unused variable
2020-08-06 14:54:51 +02:00
github-actions[bot]
e16eb8e830
Merge cda21694c4 into dev
2020-08-06 12:51:07 +00:00
Gabor Kiss-Vamosi
58d86cff71
Merge branch 'master' into code-fixes
2020-08-06 14:51:05 +02:00
Gabor Kiss-Vamosi
cda21694c4
Fix text decor (udnerline strikethrough) with older versions of font converter
2020-08-06 14:50:30 +02:00
Gabor Kiss-Vamosi
7af20516a5
add linemeter's mirror feature again
...
the drawing part was somehow removed
2020-08-06 14:50:30 +02:00
github-actions[bot]
2cab9d12d6
Merge 21985e9a14 into dev
2020-08-06 09:40:58 +00:00
Gabor Kiss-Vamosi
21985e9a14
Update FUNDING.yml
2020-08-06 11:40:30 +02:00
Sven Krauß
7827d948d8
Fix evaluation of return value
2020-08-05 11:18:56 +02:00
Sven Krauß
3b7fa645fb
Merge tag 'v7.3.0' into code-fixes
...
Conflicts:
src/lv_draw/lv_draw_rect.c
2020-08-05 11:14:27 +02:00
Sven Krauß
28f74bd91d
Make several descriptor parameters const, update parameter docs.
...
Making the descriptor const allows to use static initialized variables.
2020-08-05 10:53:03 +02:00
github-actions[bot]
0e1fda5c37
Merge 1f0a4918f2 into dev
2020-08-05 08:04:45 +00:00
Gabor Kiss-Vamosi
1f0a4918f2
Update ROADMAP.md
2020-08-05 10:04:16 +02:00
Fabio Guerra
004adac31d
Adding changes to changelog and replacing line style comments with block comments.
2020-08-05 01:29:54 -03:00
Fabio Guerra
f58d97d990
Adding support to dynamic font loading.
2020-08-04 18:59:49 -03:00
github-actions[bot]
4b1a0d590f
Merge bd4db19aee into dev
2020-08-04 16:53:12 +00:00
Gabor Kiss-Vamosi
bd4db19aee
rename lv_chart_clear_serie to lv_chart_clear_series and lv_obj_align_origo to lv_obj_align_mid
2020-08-04 18:52:37 +02:00
github-actions[bot]
5c3640868c
Merge b4955f0b6e into dev
2020-08-04 16:44:11 +00:00
Gabor Kiss-Vamosi
b4955f0b6e
Fix drawing value string twice
...
Fixes #1704
2020-08-04 18:43:34 +02:00
github-actions[bot]
cdb99b3588
Merge acb46aaed1 into dev
2020-08-04 15:37:37 +00:00
Gabor Kiss-Vamosi
acb46aaed1
Update README.md
2020-08-04 17:37:07 +02:00
github-actions[bot]
525c3bd829
Merge 7caa2bf9ad into dev
2020-08-04 15:36:56 +00:00
Gabor Kiss-Vamosi
7caa2bf9ad
Update README.md
2020-08-04 17:36:27 +02:00
Gabor Kiss-Vamosi
0a9cc2a3b5
update version number
2020-08-04 17:35:17 +02:00
Gabor Kiss-Vamosi
62f4ced294
update version number
2020-08-04 17:34:44 +02:00
github-actions[bot]
2a6815c451
Merge a0f338eb6f into dev
2020-08-04 15:34:16 +00:00
Gabor Kiss-Vamosi
a0f338eb6f
update changlelog
2020-08-04 17:33:39 +02:00
Gabor Kiss-Vamosi
0f0d57d855
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2020-08-04 17:30:46 +02:00
github-actions[bot]
5d42f92c86
Merge 5810baa021 into dev
2020-08-04 15:12:23 +00:00
github-actions[bot]
42a7fda05d
Merge f36f8fe253 into dev
2020-08-04 15:11:53 +00:00
Gabor Kiss-Vamosi
5810baa021
Update library.properties
2020-08-04 17:11:51 +02:00
Gabor Kiss-Vamosi
f36f8fe253
Update library.properties
2020-08-04 17:11:19 +02:00
github-actions[bot]
d56708b45e
Merge d0b408d679 into dev
2020-08-04 15:09:01 +00:00
Gabor Kiss-Vamosi
d0b408d679
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-08-04 17:08:21 +02:00
Gabor Kiss-Vamosi
7e3739576f
add back library.proeprties
2020-08-04 17:07:54 +02:00
github-actions[bot]
565633828c
Merge 061c6325b7 into dev
2020-08-04 12:59:36 +00:00
Gabor Kiss-Vamosi
061c6325b7
Merge pull request #1697 from Droup67/focus_padding
...
page: Use padding when focus an child item
2020-08-04 14:59:07 +02:00
github-actions[bot]
66c184a84d
Merge e3a07ed58c into dev
2020-08-04 09:24:50 +00:00
Gabor Kiss-Vamosi
e3a07ed58c
update release.py
2020-08-04 11:24:13 +02:00
github-actions[bot]
e1963a4a3d
Merge eb76519d25 into dev
2020-08-04 08:08:03 +00:00
github-actions[bot]
05f6b67b5f
Merge 48f8d83bdc into dev
2020-08-04 08:07:32 +00:00
Gabor Kiss-Vamosi
eb76519d25
Release v7.3.0
2020-08-04 10:07:30 +02:00
Gabor Kiss-Vamosi
7b0a0ef4a7
Run code formatter
2020-08-04 10:07:29 +02:00
Gabor Kiss-Vamosi
48f8d83bdc
update release.py
2020-08-04 10:06:57 +02:00
github-actions[bot]
a728817fb5
Merge ad422250db into dev
2020-08-04 07:58:01 +00:00
Gabor Kiss-Vamosi
ad422250db
update release.py
2020-08-04 09:57:29 +02:00
github-actions[bot]
243c448df9
Merge ec7397e4a0 into dev
2020-08-04 07:50:33 +00:00
Gabor Kiss-Vamosi
ec7397e4a0
update release.py
2020-08-04 09:49:57 +02:00
github-actions[bot]
245de140f4
Merge 0ec409f83e into dev
2020-08-04 07:28:49 +00:00
Gabor Kiss-Vamosi
0ec409f83e
fix version nnumber
2020-08-04 09:28:16 +02:00
github-actions[bot]
cc505a3cb2
Merge b58f9c6021 into dev
2020-08-04 07:20:47 +00: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]
4560a72c32
Merge 85d375b128 into dev
2020-08-03 11:40:16 +00:00
Gabor Kiss-Vamosi
85d375b128
Update ROADMAP.md
2020-08-03 13:39:51 +02:00
github-actions[bot]
99f49f9097
Merge a0e6f7f022 into dev
2020-08-03 11:37:40 +00:00
Gabor Kiss-Vamosi
a0e6f7f022
Update ROADMAP.md
2020-08-03 13:37:11 +02:00
Droup
1c3bbc9f6c
Fix focus move
...
Signed-off-by: Droup <droup@pm.me >
2020-08-03 10:38:18 +02:00
Gabor Kiss-Vamosi
07cb113c0a
add radius, border_side and boder_post to style cache
2020-08-03 09:37:01 +02:00
Gabor Kiss-Vamosi
61a5cb44b8
optimze style asking order in lv_obj_init_draw_xxx_dsc function
2020-08-03 07:17:21 +02:00
Gabor Kiss-Vamosi
6ccfd0101a
style cache: add missing LV_STYLE_FONT_TEXT to cachable proeprties
2020-08-03 07:03:54 +02:00
Gabor Kiss-Vamosi
1b29814e1e
improve style caching
2020-08-03 06:43:25 +02:00
Gabor Kiss-Vamosi
ae0e855d91
style cache fixes
2020-08-02 20:49:21 +02:00
github-actions[bot]
0aa4591021
Merge c85295b5ea into dev
2020-08-02 10:05:44 +00:00
Gabor Kiss-Vamosi
c85295b5ea
update CHANGELOG
2020-08-02 12:05:00 +02:00
Gabor Kiss-Vamosi
28213adfa6
-fix using freed memory in _lv_style_list_remove_style
...
Fixes : #1694
2020-08-02 12:05:00 +02:00
Gabor Kiss-Vamosi
11cab40103
import style caching
2020-08-02 11:36:27 +02:00
Gabor Kiss-Vamosi
41fd83e1d3
implement caching on style lists
2020-08-02 10:14:29 +02:00
github-actions[bot]
25b0b994a0
Merge 2b60f4496f into dev
2020-08-01 17:36:31 +00:00
DefinPlusPlus
2b60f4496f
Fixed infinite loop during calculation size of lv_list ( #1700 )
2020-08-01 13:36:07 -04:00
github-actions[bot]
1d714bfed7
Merge b7d7bf7dd5 into dev
2020-07-31 20:14:15 +00:00
Gabor Kiss-Vamosi
b7d7bf7dd5
Update README.md
2020-07-31 22:13:46 +02:00
Droup
373af97472
page: Use padding when focus an child item
...
Signed-off-by: Droup <droup@pm.me >
2020-07-31 14:32:17 +02:00
github-actions[bot]
3e9495a074
Merge 1072b71ea0 into dev
2020-07-30 09:12:45 +00:00
Gabor Kiss-Vamosi
1072b71ea0
gauge: fix image needle drawing
2020-07-30 11:11:54 +02:00
Sven Krauß
b0e3f11da1
Make lv_draw_line_dsc_t parameters constant
2020-07-28 17:08:21 +02:00
github-actions[bot]
cb0d6f40c9
Merge 0f69469eee into dev
2020-07-28 10:19:14 +00:00
Seth Itow
0f69469eee
README.md: Update link to Micropython documentation ( #1693 )
2020-07-28 06:18:42 -04:00
github-actions[bot]
f2a59c23f1
Merge cac6f92964 into dev
2020-07-27 18:19:43 +00:00
Gabor Kiss-Vamosi
cac6f92964
fix warning
2020-07-27 20:19:02 +02:00
github-actions[bot]
0d2784a13e
Merge 80a4c6ff14 into dev
2020-07-27 15:58:55 +00:00
Gabor Kiss-Vamosi
80a4c6ff14
update CHANGELOG
2020-07-27 17:58:10 +02:00
Gabor Kiss-Vamosi
013ae48221
Merge branch 'size_reduction'
2020-07-27 17:47:25 +02:00
github-actions[bot]
daec3626bc
Merge fd695c9ad3 into dev
2020-07-27 15:47:05 +00:00
Gabor Kiss-Vamosi
fd695c9ad3
textarea: fix typo in lv_textarea_set_sscrollbar_mode
...
Fixes #1691
2020-07-27 17:46:10 +02:00
github-actions[bot]
88ce04cea3
Merge 06d7a6d006 into dev
2020-07-27 14:01:19 +00:00
Gabor Kiss-Vamosi
06d7a6d006
btnmatrix: hadle combined states of buttons (e.g. chacked + disabled)
2020-07-27 15:57:28 +02:00
github-actions[bot]
529fee1e20
Merge ca9dfb7063 into dev
2020-07-27 12:30:52 +00:00
Gabor Kiss-Vamosi
ca9dfb7063
Update FUNDING.yml
2020-07-27 14:30:22 +02:00
github-actions[bot]
83ca45e0c8
Merge fd411e200f into dev
2020-07-27 12:30:13 +00:00
Gabor Kiss-Vamosi
fd411e200f
Update and rename _FUNDING.yml to FUNDING.yml
2020-07-27 14:29:41 +02:00
github-actions[bot]
3592a2ac17
Merge 8cc951202c into dev
2020-07-27 12:18:37 +00:00
Gabor Kiss-Vamosi
8cc951202c
Rename FUNDING.yml to _FUNDING.yml
2020-07-27 14:17:58 +02:00
github-actions[bot]
ac89d1245b
Merge 2172ec93a2 into dev
2020-07-27 12:16:37 +00:00
Gabor Kiss-Vamosi
2172ec93a2
material theme minor fix
...
Fixes #1689
2020-07-27 14:16:06 +02:00
Gabor Kiss-Vamosi
c173f28a3f
add underline properties to the fonts
2020-07-27 12:47:07 +02:00
github-actions[bot]
a5a7329d41
Merge ed10c1da67 into dev
2020-07-26 19:15:06 +00:00
Gabor Kiss-Vamosi
ed10c1da67
Add LV_THEME_MATERIAL_FLAG_NO_TRANSITION and LV_THEME_MATERIAL_FLAG_NO_FOCUS flags
2020-07-26 21:14:10 +02:00
github-actions[bot]
bb730735f2
Merge 834b498aec into dev
2020-07-24 19:51:40 +00:00
Gabor Kiss-Vamosi
834b498aec
Update ROADMAP.md
2020-07-24 21:51:08 +02:00
github-actions[bot]
2fb690b3b9
Merge 28a668ce09 into dev
2020-07-24 19:50:15 +00:00
Gabor Kiss-Vamosi
28a668ce09
Create ROADMAP.md
2020-07-24 21:49:44 +02:00
github-actions[bot]
5a2cf28c54
Merge ed480e821c into dev
2020-07-24 14:32:06 +00:00
Gabor Kiss-Vamosi
ed480e821c
Merge pull request #1684 from lvgl/pete-pjb-cpicker
...
Tidy up the edges of the colour picker widget.
2020-07-24 16:31:35 +02:00
Gabor Kiss-Vamosi
f11f7c5223
Merge branch 'master' into pete-pjb-cpicker
2020-07-24 16:30:39 +02:00
github-actions[bot]
3b4bff79c2
Merge f30dc5d186 into dev
2020-07-24 14:16:54 +00:00
Gabor Kiss-Vamosi
f30dc5d186
remove duplicated lines from lv_tabview_add_tab
2020-07-24 16:16:18 +02:00
pete-pjb
da5c9dd424
Add define and comment to explain magic number used in previous fix.
2020-07-24 13:50:35 +01:00
pete-pjb
89adfbc816
Fix ragged edge of Colour Picker.
2020-07-24 10:15:29 +01:00
pete-pjb
d125472e81
Update change log.
2020-07-23 14:24:28 +01:00
pete-pjb
28495b9eb9
Tidy up the edges of the colour picker widget.
2020-07-23 14:15:34 +01:00
github-actions[bot]
4fefa2ee28
Merge 00e93a5d30 into dev
2020-07-22 16:24:25 +00:00
Gabor Kiss-Vamosi
00e93a5d30
Update CHANGELOG.md
2020-07-22 18:23:56 +02:00
github-actions[bot]
95ef03baa8
Merge dae3ebdb66 into dev
2020-07-22 16:23:36 +00:00
Gabor Kiss-Vamosi
dae3ebdb66
Merge pull request #1679 from lvgl/embeddedt-patch-1
...
textarea: don't call LV_EVENT_INSERT too far before insertion
2020-07-22 18:22:57 +02:00
Gabor Kiss-Vamosi
fb3e6ec1f4
textarea: add insert handler functions
2020-07-22 16:28:03 +02:00
github-actions[bot]
bb4e4a9e53
Merge 4df27fc5b2 into dev
2020-07-22 14:26:22 +00:00
Gabor Kiss-Vamosi
4df27fc5b2
Update CHANGELOG.md
2020-07-22 16:25:42 +02:00
github-actions[bot]
f7870310dc
Merge 3c3fe46447 into dev
2020-07-22 14:19:34 +00:00
Gabor Kiss-Vamosi
3c3fe46447
Update CHANGELOG.md
2020-07-22 16:18:49 +02:00
embeddedt
806f3a9bbf
textarea: don't call LV_EVENT_INSERT too far before insertion
2020-07-21 11:16:26 -04:00
github-actions[bot]
dca7cedb28
Merge 557342cc08 into dev
2020-07-21 14:39:50 +00:00
Gabor Kiss-Vamosi
557342cc08
Do not print for missing glyph if its height OR width is zero
...
Fixes : #1674
2020-07-21 16:39:04 +02:00
Gabor Kiss-Vamosi
eb725a3a68
add LV_USE_FONT_SUBPX option and draw_full_border() to avoid duplication in outline and border drawing
2020-07-21 16:06:14 +02:00
Gabor Kiss-Vamosi
53f002c3f8
Merge branch 'dev' into size_reduction
2020-07-21 16:03:54 +02:00
Gabor Kiss-Vamosi
b48120947f
Merge branch 'master' into size_reduction
2020-07-21 14:44:11 +02:00
Gabor Kiss-Vamosi
4659289924
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2020-07-21 13:43:16 +02:00
Gabor Kiss-Vamosi
cc0ea22903
increment version number to v7.4-dev
2020-07-21 13:43:05 +02:00
github-actions[bot]
c0ca1a025b
Merge 35b3a1f2a4 into dev
2020-07-21 11:42:42 +00:00
Gabor Kiss-Vamosi
35b3a1f2a4
merge dev
2020-07-21 13:42:02 +02:00
Gabor Kiss-Vamosi
6731e44503
Merge branch 'dev'
2020-07-21 13:40:36 +02:00
Gabor Kiss-Vamosi
7b68e6e426
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-07-21 13:38:24 +02:00
Gabor Kiss-Vamosi
c36a96914b
fix release script
2020-07-21 13:38:04 +02:00
github-actions[bot]
ab6f93db24
Merge 57079452b0 into dev
2020-07-21 11:30:20 +00:00
Gabor Kiss-Vamosi
57079452b0
Release v7.2.0
2020-07-21 13:29:37 +02:00
Gabor Kiss-Vamosi
960bca7807
Run code formatter
2020-07-21 13:29:36 +02:00
github-actions[bot]
67400d1d72
Merge ecfef570ea into dev
2020-07-17 15:35:14 +00:00
Gabor Kiss-Vamosi
ecfef570ea
Merge pull request #1672 from adamhan2/fix_issue_1671
...
fixes #1671 lv_cont_layout_grid() fails to calculate available space in a row
2020-07-17 17:34:43 +02:00
Adam Han
75875e244d
fixes #1671 lv_cont_layout_grid() fails to calculate available space in a row
...
this issue results in space waste in right side of container
the size of wasted space in each row is pad_left plus pad_inner
2020-07-17 15:51:09 +01:00
github-actions[bot]
1db33435c1
Merge 2d984da893 into dev
2020-07-17 12:09:30 +00:00
Gabor Kiss-Vamosi
2d984da893
improve mono theme when used with keyboard or encoder
2020-07-17 14:08:42 +02:00
github-actions[bot]
5b062a0d8d
Merge c0a7cf76b9 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
github-actions[bot]
44e57aaaf5
Merge d06fe5100e into dev
2020-07-17 08:26:44 +00:00
Gabor Kiss-Vamosi
d06fe5100e
Merge pull request #1670 from mentha/patch-1
...
Fix lv_canvas_set_buffer document
2020-07-17 10:26:00 +02:00
mentha
ae94302f4d
Fix lv_canvas_set_buffer doc
...
Lines in canvas buffers are byte aligned so buffers might request larger size and contain unused bits.
The previous documented calc method would often result in a buffer size smaller than what was expected by LVGL, leading to memory corruption and program crash.
2020-07-17 16:09:24 +08:00
Themba Dube
b26b4435a5
Add LV_USE_FONT_COMPRESSED to lv_conf_template.h
2020-07-16 18:58:28 -04:00
Themba Dube
da9a5f58d0
Don't include blending code if LV_USE_BLEND_MODES is disabled
2020-07-16 18:55:35 -04:00
Themba Dube
a4774ccc72
Add LV_USE_FONT_COMPRESSED to control support for compressed fonts
2020-07-16 18:55:25 -04:00
github-actions[bot]
a6289f5e85
Merge dd56e9a013 into dev
2020-07-16 11:09:48 +00:00
Gabor Kiss-Vamosi
dd56e9a013
set the cursor object non clickable by default
...
Fixes : #1664
2020-07-16 13:09:09 +02:00
github-actions[bot]
e31993bdf2
Merge 6dac633235 into dev
2020-07-15 06:58:39 +00:00
Gabor Kiss-Vamosi
6dac633235
Merge pull request #1663 from diegoherranz/readme_typos
...
Fix README typos
2020-07-15 08:58:10 +02:00
Diego Herranz
1d5300e02f
Fix README typos
2020-07-15 07:55:27 +01:00
github-actions[bot]
b646365e2c
Merge 798f3177f2 into dev
2020-07-14 15:37:09 +00:00
Gabor Kiss-Vamosi
798f3177f2
Update README.md
2020-07-14 17:36:41 +02:00
github-actions[bot]
0921cf6e3b
Merge ac5f1998e4 into dev
2020-07-14 15:16:11 +00:00
Gabor Kiss-Vamosi
ac5f1998e4
Update README.md
2020-07-14 17:15:30 +02:00
github-actions[bot]
433435889a
Merge a66afca68e into dev
2020-07-14 15:07:16 +00:00
Gabor Kiss-Vamosi
a66afca68e
Update README.md
2020-07-14 17:06:33 +02:00
Gabor Kiss-Vamosi
b1213dcc59
remove lv_event_queue_refresh_recursive
...
keep only the synchronous functions for refresh for easier maintanance
2020-07-14 15:25:56 +02:00
github-actions[bot]
f8c8c4040a
Merge 2f33670b4f into dev
2020-07-14 11:37:37 +00:00
Gabor Kiss-Vamosi
2f33670b4f
Merge pull request #1661 from tehkillerbee/master
...
Handle LV_EVENT_CANCEL in list/group
2020-07-14 13:37:10 +02:00
Johannes Linde
d8e10c41cf
Handle ESC/Cancel event in list
2020-07-14 12:04:53 +02:00
Gabor Kiss-Vamosi
7e38ac68e3
Update CHANGELOG.md
2020-07-13 19:59:53 +02:00
Gabor Kiss-Vamosi
abff805509
Merge pull request #1653 from mibcat/tabview-set-tab-name
...
widget tableview: add new function lv_tabview_set_tab_name() to change a tab name during runtime
2020-07-13 19:57:25 +02:00
Michael Katzenberger
18072b3dd4
update CHANGELOG.md
2020-07-13 19:56:06 +02:00
github-actions[bot]
4640611758
Merge baeda1998f into dev
2020-07-13 13:31:40 +00:00
pete-pjb
baeda1998f
Fix chart linked list free before use bug.
2020-07-13 14:26:04 +01:00
Gabor Kiss-Vamosi
e1a09551ce
fix drawing on right border
2020-07-13 09:43:18 +02:00
Michael Katzenberger
ba7a86de74
implement review findings: use C-style comments
2020-07-12 14:22:09 +02:00
Michael Katzenberger
6cb79914a8
widget tableview: add function lv_tabview_set_tab_name() to change a tab name
2020-07-12 11:46:12 +02:00
github-actions[bot]
f1f0aa621a
Merge 43a77d8699 into dev
2020-07-10 13:04:49 +00:00
Gabor Kiss-Vamosi
43a77d8699
linemeter: fix arc drawing if the value is close to max value
2020-07-10 15:04:02 +02:00
github-actions[bot]
58b88bf1fb
Merge 96bc397821 into dev
2020-07-10 12:57:43 +00:00
Gabor Kiss-Vamosi
96bc397821
linemeter: fix conversation of current value to "level"
...
Related to #1648
2020-07-10 14:57:03 +02:00
github-actions[bot]
fd508065dd
Merge 416ef9e251 into dev
2020-07-09 12:42:08 +00:00
Gabor Kiss-Vamosi
416ef9e251
fix chart series area invalidation
2020-07-09 14:41:24 +02:00
Gabor Kiss-Vamosi
09250d0a92
Delete queued refresh queries
2020-07-09 14:13:21 +02:00
github-actions[bot]
822e06be39
Merge c07ef75ac5 into dev
2020-07-08 13:03:31 +00:00
Gabor Kiss-Vamosi
c07ef75ac5
update release script
2020-07-08 15:02:53 +02:00
github-actions[bot]
2a6f5d46ab
Merge e3f6a3327d into dev
2020-07-08 12:59:42 +00:00
Gabor Kiss-Vamosi
e3f6a3327d
Update library.json
2020-07-08 14:59:02 +02:00
github-actions[bot]
6227aaee96
Merge 08591a8e8c into dev
2020-07-08 11:43:18 +00:00
Pete Bone
08591a8e8c
Merge pull request #1646 from DaPa/master
...
Fix lv_page_get_height_grid comment
2020-07-08 12:42:51 +01:00
DaPa
106e023c80
Fix lv_page_get_height_grid comment
2020-07-08 14:36:13 +03:00
Gabor Kiss-Vamosi
a5de71933b
fix typoe in comments
2020-07-08 10:31:52 +02:00
github-actions[bot]
e85888908a
Merge 1a3b6d4cb3 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 b769463d39 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
cbc88285d3
change default fot to 14 px for better compatibility with small displays
...
Related to #1602
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
github-actions[bot]
5f4c26cb79
Merge 019042297d into dev
2020-07-08 04:27:23 +00:00
Gabor Kiss-Vamosi
019042297d
Update library.json
2020-07-08 06:26:56 +02:00
github-actions[bot]
46a4469a9c
Merge 646cb71a9d into dev
2020-07-07 18:41:18 +00:00
Gabor Kiss-Vamosi
646cb71a9d
Update library.json
2020-07-07 20:40:33 +02:00
github-actions[bot]
ad262172de
Merge 343b70b19c into dev
2020-07-07 11:09:52 +00:00
Gabor Kiss-Vamosi
343b70b19c
Update auto-comment.yml
2020-07-07 13:09:26 +02:00
github-actions[bot]
b802e7e775
Merge 2cecd01b30 into dev
2020-07-07 11:07:33 +00:00
Gabor Kiss-Vamosi
2cecd01b30
Update auto-comment.yml
2020-07-07 13:07:02 +02:00
github-actions[bot]
2ba1fc625f
Merge aff7a22ac5 into dev
2020-07-07 11:04:10 +00:00
Gabor Kiss-Vamosi
aff7a22ac5
Update auto-comment.yml
2020-07-07 13:03:30 +02:00
github-actions[bot]
5a23fd569b
Merge 234e74202c into dev
2020-07-07 10:58:47 +00:00
Gabor Kiss-Vamosi
234e74202c
image decoder open bug described in #1638
2020-07-07 12:58:13 +02:00
github-actions[bot]
914c874ada
Merge a6793b2695 into dev
2020-07-07 10:45:11 +00:00
Gabor Kiss-Vamosi
a6793b2695
Update auto-comment.yml
2020-07-07 12:44:42 +02:00
Gabor Kiss-Vamosi
cae5132038
rotary: fix with low chg_rate
2020-07-07 12:35:23 +02:00
github-actions[bot]
45bf6a3862
Merge c599a59f05 into dev
2020-07-07 09:31:48 +00:00
github-actions[bot]
f00a6a118d
Merge c97a0684cf into dev
2020-07-07 09:31:03 +00:00
Gabor Kiss-Vamosi
c599a59f05
Update README.md
2020-07-07 11:31:00 +02:00
Gabor Kiss-Vamosi
c97a0684cf
Create auto-comment.yml
2020-07-07 11:30:35 +02:00
github-actions[bot]
418413e334
Merge faf56680f8 into dev
2020-07-07 09:30:07 +00:00
github-actions[bot]
815e0afdaf
Merge b2d78dcca7 into dev
2020-07-07 09:29:50 +00:00
Gabor Kiss-Vamosi
faf56680f8
Delete auto-comment.yml
2020-07-07 11:29:41 +02:00
Gabor Kiss-Vamosi
b2d78dcca7
Create auto-comment.yml
2020-07-07 11:29:20 +02:00
Gabor Kiss-Vamosi
38e68eeb7a
update version number
2020-07-07 10:06:49 +02:00
github-actions[bot]
0f69cbf087
Merge 039080fc26 into dev
2020-07-07 08:06:19 +00:00
Gabor Kiss-Vamosi
039080fc26
update changlog
2020-07-07 10:05:29 +02:00
Gabor Kiss-Vamosi
7e9cf858d6
update version number
2020-07-07 10:03:52 +02:00
Gabor Kiss-Vamosi
a740af4afb
fix conflicts
2020-07-07 10:02:50 +02:00
Gabor Kiss-Vamosi
a117b3cead
update relaese script
2020-07-07 10:01:28 +02:00
Gabor Kiss-Vamosi
e30efb716f
Release v7.1.0
2020-07-07 09:37:00 +02:00
Gabor Kiss-Vamosi
43f5e4d2e0
Run code formatter
2020-07-07 09:36:59 +02:00
github-actions[bot]
e178bcc9f3
Merge d8585d2ea3 into dev
2020-07-07 07:32:59 +00:00
Gabor Kiss-Vamosi
d8585d2ea3
update release.py
2020-07-07 09:32:21 +02:00
Gabor Kiss-Vamosi
96728e7ed9
rotary: minor refactoring
2020-07-06 11:51:26 +02:00
Adam Martini
83bdb6c347
Reverse angle delta logic
2020-07-05 14:44:11 -07:00
Adam Martini
085a6499a7
Comment updates for clarity
2020-07-05 13:59:03 -07:00
Adam Martini
b371bd3d05
Capture tick at drap start
2020-07-05 13:50:05 -07:00
Adam Martini
cf39677dfa
Use tick elps
2020-07-05 13:30:07 -07:00
Adam Martini
a0bf57f529
tick type
2020-07-05 13:22:37 -07:00
Adam Martini
7a10b700e2
Remove use of tick_elaspe
2020-07-05 13:21:54 -07:00
Adam Martini
aea84d8d79
Cache timestamp for slew rate limit interation
2020-07-05 13:18:08 -07:00
Adam Martini
e3f4c11500
Remove previous thresholding and add creation defaults. Move angle caching to set value to cache last angel for type changes and external value setters.
2020-07-05 12:49:27 -07:00
Adam Martini
e256a27b5a
Add slew rate limited angle delta based on threshold of degress/sec
2020-07-05 12:25:44 -07:00
github-actions[bot]
41c4c25315
Merge 9e56f750a7 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 e6fe8436f4 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 e9d3001dbf 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
github-actions[bot]
25607ceaee
Merge 4b2c3e560b 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
989016dff3
fix conflicts
2020-07-01 15:21:14 +02:00
Gabor Kiss-Vamosi
c54788fae4
fix conflicts
2020-07-01 15:19:29 +02:00
Themba Dube
c7fb2ad12c
Merge branch 'master' into dev
2020-07-01 09:19:17 -04: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 Bone
b539e6dc46
Merge pull request #1630 from pete-pjb/dev
...
New functions for Check Box and a minor bug fix
2020-07-01 12:44:41 +01: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 6b246b2fed 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 6d1da27b3c into dev
2020-06-30 07:44:39 +00:00
Gabor Kiss-Vamosi
6d1da27b3c
Create merge-to-dev.yml
2020-06-30 09:43:58 +02: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
Gabor Kiss-Vamosi
3e8b39c404
Merge pull request #1613 from 3096/lv_win-style-fix
...
material theme: fix lv_win uninitialed styles
2020-06-27 10:35:18 +02: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
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
jbamaral
2550368d30
fix image demos on big endian systems
2020-06-24 08:30:45 -03:00
Gabor Kiss-Vamosi
63aba1b3de
lv_textarea fix cursor alignment with empty textarea when the text alignment is center or right
2020-06-24 11:36:35 +02:00
Gabor Kiss-Vamosi
42f79763e1
fix build error
2020-06-24 11:28:51 +02:00
Gabor Kiss-Vamosi
be19e91e91
fix focusing/defocusing for pages
2020-06-24 11:24:07 +02:00
Gabor Kiss-Vamosi
9561aa767d
style: minor fix on getting style attributes + formatting
2020-06-24 10:45:32 +02:00
Gabor Kiss-Vamosi
4c629ec23f
update changelog
2020-06-24 10:04:30 +02:00
Gabor Kiss-Vamosi
8864cd87ee
lv_img: fix invalidation area when angle or zoom changes
2020-06-24 10:03:37 +02:00
Adam Martini
f75428e52b
Match rotary_bg line width to indicator width
2020-06-23 23:06:56 -07: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
jbamaral
916f5b343a
Improve big endian support ( #1599 )
2020-06-23 08:30:33 -04:00
Gabor Kiss-Vamosi
c0223977d1
roller: fix misaligned option after setting new options
2020-06-23 11:44:06 +02:00
Gabor Kiss-Vamosi
e1c5d8950f
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-06-23 11:11:57 +02:00
Gabor Kiss-Vamosi
20c46ca640
In lv_init test if the the strings are UTF-8 encoded
2020-06-23 11:11:45 +02:00
Adam Martini
0aeb49d28a
Fix Set sym end angle
2020-06-22 22:53:58 -07:00
Adam Martini
83d05f945f
Fix bg_end init
2020-06-22 22:49:23 -07:00
Adam Martini
f0cae00574
Rearrange type call for clarity. Fix symmetric arc setters
2020-06-22 22:47:01 -07:00
Adam Martini
46f7dff9e2
Fix statement declaration
2020-06-22 21:56:31 -07:00
Adam Martini
9ede4ba707
typo
2020-06-22 21:54:47 -07:00
Adam Martini
1c071530ad
Remove sym references
2020-06-22 21:54:03 -07:00
Adam Martini
ba10671b2b
Rotary types. Add symmetric value setter
2020-06-22 21:50:21 -07:00
Gabor Kiss-Vamosi
188205399b
Merge pull request #1598 from DeonMarais64/patch-1
...
Add missing lv_font_montserrat_34
2020-06-22 10:08:22 +02:00
Adam Martini
af7134269e
Force set_value handling in reverse
2020-06-21 11:15:48 -07:00
Adam Martini
19a1afbd89
Fix reverse mapping
2020-06-21 11:05:24 -07:00
Adam Martini
5359a762b8
Reverse min and max in mapping reverse
2020-06-21 10:59:41 -07:00
Themba Dube
0d0427f8bc
Merge remote-tracking branch 'origin/master' into dev
2020-06-21 08:32:48 -04:00
Adam Martini
0d6b8a86d4
Try reverse mapping
2020-06-21 00:36:39 -07:00
Adam Martini
6c01490372
Use value setter for reverse start angle setting
2020-06-21 00:34:08 -07:00
Adam Martini
4ab8520bfb
Use lv math abs
2020-06-21 00:29:03 -07:00
Adam Martini
d60a6cbc76
Add reverse value mapping and arc tracking
2020-06-21 00:26:20 -07:00
Adam Martini
4bedc57b7d
Add setter for threshold
2020-06-21 00:08:49 -07:00
Adam Martini
e1761d50a1
Test threshold for value jupming
2020-06-21 00:05:09 -07:00
Adam Martini
856368284e
Test sensitivity threshold for value jumping
2020-06-20 23:58:03 -07:00
Adam Martini
ad990994d0
Fix release drag hoping better checking for -1 last drag x
2020-06-20 23:54:25 -07:00
Adam Martini
247b5b6f0c
Fix drag diff calc
2020-06-20 23:43:40 -07:00
Adam Martini
6836947e67
typo
2020-06-20 23:33:50 -07:00
Adam Martini
dc873966e9
Make sensitivity an int
2020-06-20 23:33:18 -07:00
Adam Martini
fe483e8e21
Add sensitivity default explicit
2020-06-20 23:26:22 -07:00
Adam Martini
3a31577592
Add sesitivty setter
2020-06-20 23:20:12 -07:00
Adam Martini
3721fc52a8
Typo
2020-06-20 17:25:14 -07:00
Adam Martini
a7350282f0
Use drag diff for value setting
2020-06-20 17:24:34 -07:00
Adam Martini
c93ef97ab9
Remove NULL comp
2020-06-20 17:18:53 -07:00
Adam Martini
866e088f98
Copy knob_area to ext
2020-06-20 17:16:57 -07:00
Adam Martini
15ec0f8e2f
Remove value_to_set remnant. Do not override checked opacity
2020-06-20 17:15:09 -07:00
Adam Martini
fc14c2c01c
Remove chechable and toggle
2020-06-20 17:11:12 -07:00
Adam Martini
71f8497ee6
Add knob_area ext
2020-06-20 16:47:23 -07:00
Adam Martini
5a0c0e2e97
Add value change event calls for dragging
2020-06-20 16:43:53 -07:00
Adam Martini
3e079a47ae
Pull btn functionality out for now, make checked state make DEAFULT. Add dragging value setters.
2020-06-20 16:40:47 -07:00
Adam Martini
35c0cfcfea
Use custom event as data is not transfered to CB
2020-06-20 12:23:24 -07:00
Adam Martini
fa8deb524d
Mising ;
2020-06-20 12:18:53 -07:00
Adam Martini
f3773694bc
Remove custom event in favor or NULL diff
2020-06-20 12:17:15 -07:00
Adam Martini
1860742c13
Fix missing ;. Add custom event last
2020-06-20 12:14:17 -07:00
Adam Martini
f6d75e759c
Add btn like signal handling for knob part. Add custom event to distuinguish from VALUE_CHANGED
2020-06-20 12:12:42 -07:00
Adam Martini
9b38b35420
Static state setter
2020-06-20 11:13:37 -07:00
Adam Martini
b1afc3f34d
Add rotary state
2020-06-20 11:11:26 -07:00
Adam Martini
1dfdabd638
Test btn extension
2020-06-20 11:06:06 -07:00
Deon Marais
f9512f55cc
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-20 09:08:59 +02: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
Adam Martini
f5d9e4bff4
Fix range mapping for value setter assuming left to right indic
2020-06-19 17:39:50 -07:00
Adam Martini
7a7e1668fa
Make value setter indic mapping from arc start to bg end.
2020-06-19 17:15:15 -07:00
Adam Martini
4e13d6ae4d
Cast ext
2020-06-19 15:59:04 -07:00
Gabor Kiss-Vamosi
201d38c574
Add theme->apply_cb to replace theme->apply_xcb to make it compatible with the Micropython binding
2020-06-20 00:01:33 +02:00
Gabor Kiss-Vamosi
75a27e4cc7
rotary: leave the default size from arc + fix style get
2020-06-19 23:41:29 +02:00
Gabor Kiss-Vamosi
95b07a2d23
rotary: clean up
2020-06-19 23:25:17 +02: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
b9dc9e81de
Missing ;
2020-06-19 11:44:29 -07:00
Adam Martini
1396fce961
Fix debug import
2020-06-19 11:42:55 -07:00
Adam Martini
884be64d17
Fix rotary type getter.
2020-06-19 11:38:22 -07:00
embeddedt
8dbd685a90
Fix #1596 : typo in lv_api_map.h
2020-06-19 10:13:53 -04:00
Gabor Kiss-Vamosi
4345e05e32
test
...
Signed-off-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2020-06-19 15:12:17 +02:00
Gabor Kiss-Vamosi
24b1a7735a
roller: allow setting different font for the selected text
2020-06-19 13:17:45 +02:00
Adam Martini
168a7c4c45
Add theme define
2020-06-18 22:46:30 -07:00
Adam Martini
a696aef959
Use rotary param in type getter
2020-06-18 22:43:38 -07:00
Adam Martini
6dddbde387
Add ifndef to internal conf
2020-06-18 22:27:51 -07:00
Adam Martini
b9d92236e3
Add rotary to build.py defines
2020-06-18 22:25:41 -07:00
Adam Martini
2dc14fc7e5
Add missing rotary widget import
2020-06-18 22:22:22 -07:00
Adam Martini
2908a74b42
Reduce knob pad get logic
2020-06-18 17:11:15 -07:00
Adam Martini
1a41f13fd6
Initial lv_rotary work extending lv_arc with stubbed signal handler.
2020-06-18 17:06:24 -07:00
Gabor Kiss-Vamosi
b16f3ff8e7
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2020-06-18 16:32:14 +02:00
Gabor Kiss-Vamosi
0f4aeede79
Update README.md
2020-06-18 16:29:18 +02:00
Gabor Kiss-Vamosi
5d4873aa95
Update README.md
2020-06-18 16:19:57 +02:00
Gabor Kiss-Vamosi
8ac337d515
Update README.md
2020-06-18 16:13:04 +02:00
Gabor Kiss-Vamosi
2678068a86
Update CONTRIBUTING.md
2020-06-18 16:09:07 +02:00
Gabor Kiss-Vamosi
64be5e2096
Update CONTRIBUTING.md
2020-06-18 16:08:17 +02:00
Pete Bone
6b3d7759cc
Merge pull request #1587 from pete-pjb/dev
...
Finalise chart function updates
2020-06-18 14:59:19 +01:00
Pete Bone
765b6c4015
Update CHANGELOG.md
2020-06-18 14:38:07 +01:00
Gabor Kiss-Vamosi
1521d64784
_lv_img_buf_get_transformed_area: do not calculate trivial case
2020-06-18 15:17:03 +02: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
51e064d836
Update CHANGELOG.md
2020-06-18 12:37:02 +02:00
Gabor Kiss-Vamosi
6ae7f67ef5
Update CHANGELOG.md
2020-06-18 12:36:05 +02:00
Gabor Kiss-Vamosi
156a3c005d
Update CHANGELOG.md
2020-06-18 12:35:38 +02:00
Gabor Kiss-Vamosi
295337ac7e
Merge pull request #1590 from diegoherranz/lv_conf_checker
...
lv_conf_checker.py: change requirement of python 3.6 to >=3.6
2020-06-18 12:32:13 +02:00
Gabor Kiss-Vamosi
a39f51a571
Merge branch 'dev' into dev
2020-06-18 07:41:54 +02:00
Gabor Kiss-Vamosi
d050c99161
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2020-06-18 06:04:02 +02:00
Gabor Kiss-Vamosi
1523cc0634
fix typo
2020-06-18 06:03:52 +02:00
Diego Herranz
65d029279b
lv_calendar: add option to start week on Monday ( #1589 )
2020-06-17 16:09:40 -04:00
Diego Herranz
d2d664a69b
lv_conf_checker.py: change requirement of python 3.6 to >=3.6
...
Many current OSes ship newer versions (e.g. 3.8) and they work OK
for this, so I don't think 3.6 is required specifically.
Versions older than 3.6 wouldn't work, though, since f-strings
are used.
2020-06-17 21:04:46 +01:00
pete-pjb
4a953b9d9d
Free memory for series_ll
2020-06-16 18:24:05 +01:00
pete-pjb
ae748cfffa
Fix initialisation problem.
...
Found that new structure parmaeter ext_buf_assigned needs to be
initialised to false in lv_chart_add_series() as sometimes is set true
depending on what was previously in the heap where it was allocated.
2020-06-16 18:04:36 +01:00
PeterB
ad215c5b4b
Finalise changes for new Chart Functions
2020-06-16 16:24:37 +01:00
Gabor Kiss-Vamosi
2dd84e6de1
Merge branch 'master' into dev
2020-06-16 16:52:18 +02:00
pete-pjb
05d249d5ee
Merge branch 'master' into dev
2020-06-16 15:10:56 +01:00
Pete Bone
f746ac8542
Added functions to extend chart functionality ( #1581 )
2020-06-16 09:53:21 -04:00
Gabor Kiss-Vamosi
7af64df008
upadte version numer to v7.1.0-dev
2020-06-16 13:57:20 +02:00
Gabor Kiss-Vamosi
975ab3f4cc
Merge branch 'dev'
2020-06-16 13:56:42 +02:00
Gabor Kiss-Vamosi
122ef1d862
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-06-16 13:56:00 +02:00
Gabor Kiss-Vamosi
4174ad844c
relase.py minor fixes
2020-06-16 13:55:45 +02:00
Gabor Kiss-Vamosi
41e65d9df1
Run code formatter
2020-06-16 13:47:04 +02:00
Gabor Kiss-Vamosi
2d0480c03d
Release v7.0.2
2020-06-16 13:42:34 +02:00
Gabor Kiss-Vamosi
b0c9c8778d
CHANGELOG set v7.0.2 released
2020-06-16 13:38:37 +02:00
Gabor Kiss-Vamosi
91c98f147f
Merge pull request #1580 from DaPa/master
...
Code comments spelling fixes
2020-06-16 13:36:36 +02:00
DaPa
0bdeb00838
Resolve conflict with 4668bc0
2020-06-16 14:27:08 +03:00
DaPa
eee2184d10
Revert part of last commit to keep _xcb naming into lv_task_create
2020-06-16 14:10:51 +03:00
Gabor Kiss-Vamosi
df9801eac3
Merge pull request #1584 from BesitzeRuf/dev
...
Fixes drawing of the image border
2020-06-16 13:10:36 +02:00
Gabor Kiss-Vamosi
eacc9d8ce7
chart: fix memory leak
2020-06-16 13:03:54 +02:00
Gabor Kiss-Vamosi
d6e7187d01
fix crash when drawing gradient to the same color
2020-06-16 12:47:09 +02:00
Gabor Kiss-Vamosi
f61f045135
CHANGELOG: fix typo
2020-06-16 12:05:13 +02:00
Gabor Kiss-Vamosi
4668bc0ee3
fix typo in the API
2020-06-16 12:03:32 +02:00
besitzeruf
ae93ee067c
Merge branch 'dev-fix-Asymmetric-border-thickness-on-image-objects' into dev
2020-06-16 11:22:30 +02:00
besitzeruf
59165f077e
- Fix when border of the image (bottom and right sides) are drawn with different width ( decreased by 1)
2020-06-16 11:18:45 +02:00
pete-pjb
832dbd644b
Remove redundant assert
2020-06-16 09:31:37 +01:00
Gabor Kiss-Vamosi
00f8af0fb5
minor fixes
2020-06-16 10:28:10 +02:00
Themba Dube
10ee9e5e99
Merge branch 'dev' of github.com:littlevgl/lvgl into dev
2020-06-15 17:06:39 -04: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
pete-pjb
fe5663908c
Fix unused variable
2020-06-15 17:29:33 +01:00
pete-pjb
f23873e3f5
Added Functions to extend chart functionality as follows:
...
/**
* Set the index of the x-axis start point in the data array
* @param chart pointer to a chart object
* @param ser pointer to a data series on 'chart'
* @param id the index of the x point in the data array
*/
void lv_chart_set_x_start_point(lv_obj_t * chart, lv_chart_series_t *
ser, uint16_t id);
/**
* Set an external array of data points to use for the chart
* NOTE: It is the users responsibility to make sure the point_cnt
matches the external array size.
* @param chart pointer to a chart object
* @param ser pointer to a data series on 'chart'
* @param array external array of points for chart
*/
void lv_chart_set_ext_array(lv_obj_t * chart, lv_chart_series_t * ser,
lv_coord_t array[], uint16_t point_cnt );
/**
* Set an individual point value in the chart series directly based on
index
* @param chart pointer to a chart object
* @param ser pointer to a data series on 'chart'
* @param value value to assign to array point
* @param id the index of the x point in the array
*/
void lv_chart_set_point_id(lv_obj_t * chart, lv_chart_series_t * ser,
lv_coord_t value, uint16_t id);
/**
* get the current index of the x-axis start point in the data array
* @param chart pointer to a chart object
* @param ser pointer to a data series on 'chart'
* @return the index of the current x start point in the data array
*/
uint16_t lv_chart_get_x_start_point(lv_obj_t * chart, lv_chart_series_t
* ser);
/**
* Get an individual point value in the chart series directly based on
index
* @param chart pointer to a chart object
* @param ser pointer to a data series on 'chart'
* @param id the index of the x point in the array
* @return value of array point at index id
*/
lv_coord_t lv_chart_get_point_id(lv_obj_t * chart, lv_chart_series_t *
ser, uint16_t id);
2020-06-15 17:15:05 +01: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
c20e62d472
lv_gaguge: make lv_gauge_get_angle_offset() offset the labels and needles too
...
Fixes #1579
2020-06-15 14:16:06 +02:00
Gabor Kiss-Vamosi
9260f9e0aa
lv_btnm: fix sending events for hidden buttons
2020-06-14 21:07:42 +02:00
Gabor Kiss-Vamosi
8532bf80df
Update CHANGELOG.md
2020-06-14 12:40:49 +02:00
Gabor Kiss-Vamosi
a2bb4099e6
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-06-14 12:39:35 +02: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
nchurly
ccff331e3d
Fix #1570 : uninitialized variable in lv_draw_img.c ( #1574 )
2020-06-13 12:28:47 -04:00
OH1BDF
43cc512e5a
Added functions to set multiple paddings and margins at once ( #1565 )
2020-06-12 07:28:11 -04:00
Carlos Diaz
a265165038
Add lv_win_add_btn_left ( #1566 )
...
Closes #1535
2020-06-12 07:26:59 -04:00
Themba Dube
8117a70608
Merge branch 'master' into dev
2020-06-12 07:23:47 -04:00
Gabor Kiss-Vamosi
dca12fcd7a
Update CHANGELOG.md
2020-06-10 10:14:12 +02:00
Gabor Kiss-Vamosi
e2dabe167d
Merge pull request #1562 from arturv2000/MaxMemUsed
...
Added max_used propriety to lv_mem_monitor_t struct
2020-06-10 10:13:34 +02:00
Gabor Kiss-Vamosi
14a359679a
Update CHANGELOG.md
2020-06-09 13:41:24 +02:00
Gabor Kiss-Vamosi
3b111c794c
Merge pull request #1561 from microwavesafe/master
...
Remove dependency on ST CubeMX Hal
2020-06-09 13:40:41 +02:00
Gabor Kiss-Vamosi
1ca1934dbe
Merge pull request #1563 from C47D/update_spinner
...
lv_spinner: Replace remaining pre loader references with spinner
2020-06-09 13:28:53 +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
microwavesafe
71e23c4e13
Added example include defines
2020-06-09 09:45:12 +01:00
C47D
84776ca5f7
lv_spinner: Replace remaining pre loader references with spinner
2020-06-08 18:12:21 -05: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
andrew
3c70a1b5a2
Fixed typo in include define
...
Added help in lv_conf_template.h
2020-06-08 18:36:30 +01:00
Gabor Kiss-Vamosi
4effebb3ea
Update README.md
2020-06-08 16:41:06 +02:00
Gabor Kiss-Vamosi
9eff0d1cd8
Update CHANGELOG.md
2020-06-08 16:36:16 +02:00
Gabor Kiss-Vamosi
07ddc9bf8a
Update CONTRIBUTING.md
2020-06-08 16:14:33 +02:00
Gabor Kiss-Vamosi
9048bcc6a0
Update README.md
2020-06-08 15:51:18 +02:00
Gabor Kiss-Vamosi
94b2e0f1a3
Update CHANGELOG.md
2020-06-08 14:16:25 +02:00
Gabor Kiss-Vamosi
a62b03743d
Merge pull request #1560 from DeonMarais64/master
...
Add lv_btnmatrix_set/get_align capability
2020-06-08 14:15:49 +02:00
Gabor Kiss-Vamosi
4754935038
Update CHANGELOG.md
2020-06-08 14:15:14 +02:00
Gabor Kiss-Vamosi
ee44433f86
Merge pull request #1522 from fhorinek/encoder-buttons
...
Encoder input proc support for buttons
2020-06-08 14:14:32 +02:00
Gabor Kiss-Vamosi
9c8c8aee72
update CHANGLEOG
2020-06-08 14:13:33 +02:00
Gabor Kiss-Vamosi
2739753f20
Merge pull request #1509 from fhorinek/master
...
Added focus parent for v7
2020-06-08 14:11:40 +02:00
Gabor Kiss-Vamosi
14de809fa5
fix warings
2020-06-08 14:10:30 +02:00
Gabor Kiss-Vamosi
06fa5b3b8f
fix conflicts
2020-06-08 14:02:04 +02:00
Gabor Kiss-Vamosi
1b9ccf9cc6
add the dev branch to CI
2020-06-08 13:56:45 +02:00
Gabor Kiss-Vamosi
36e825f093
Update README.md
2020-06-08 13:51:19 +02:00
Gabor Kiss-Vamosi
13a53d077d
lv_textarea: fix character delete in password mode
2020-06-08 13:23:41 +02:00
Gabor Kiss-Vamosi
479851e968
: restructure to allow asserting in from too
2020-06-08 13:10:56 +02:00
andrew
0867f72cb9
Rename attribute define to match existing options style
...
Moved static array declaration to top of file
Added attribute define to template and checker headers
2020-06-08 08:40:50 +01:00
embeddedt
df08d0bd54
Fix old documentation link in lv_conf_template.h
...
https://forum.lvgl.io/t/lv-conf-template-h-font-usage-points-to-wrong-domain/2424
2020-06-05 17:08:00 -04:00
andrew
bb5c6437ff
Added GPU init to lv_init
...
Changed blend buffer attr to more general LV_DMA_ATTR
Added define for CMSIS header
Fixed bug with turning on peripheral clock
2020-06-05 14:04:52 +01:00
Gabor Kiss-Vamosi
e1af20997d
: fix if not the {0;0} tile is created first
2020-06-05 12:31:02 +02:00
andrew
cd9f34076e
Modified DMA2D fill, copy and blend functions to use direct
...
register writes
2020-06-05 11:10:51 +01:00
andrew
0d897136c9
Added LV_BLEND_BUF_ATTR as blend_buf MUST be in DMA accessible RAM
2020-06-05 11:10:11 +01:00
Deon Marais
0e1b02e328
Add lv_btnmatrix_set/gett_align capability
2020-06-05 12:05:34 +02:00
Deon Marais
e3b5a14275
Add align-member and set/get functions
2020-06-05 11:58:33 +02:00
Gabor Kiss-Vamosi
643bc92958
fix warning
2020-06-05 11:06:32 +02:00
Gabor Kiss-Vamosi
1c88c1e8d4
lv_dropdown: fix missing event when used with encoder
2020-06-05 10:54:13 +02:00
Gabor Kiss-Vamosi
c3f051ac52
Add log in true double buffering mode with
2020-06-05 10:43:26 +02:00
Gabor Kiss-Vamosi
673c493694
include the version number in lv_conf_template.h
...
https://forum.lvgl.io/t/add-lvgl-version-to-lv-conf-h/2396/3
2020-06-05 10:36:16 +02:00
embeddedt
4f3dac6477
Fix #1557 : use of uninitialized linked list
2020-06-04 09:51:26 -04:00
Gabor Kiss-Vamosi
d667e9d221
Update CHANGELOG.md
2020-06-04 11:58:32 +02:00
Gabor Kiss-Vamosi
21e4427e57
theme material: fix list button focus.
2020-06-04 11:56:57 +02:00
Gabor Kiss-Vamosi
7d29b40425
fix crash when text area cleared. Fixes #1556
2020-06-04 11:47:53 +02:00
Gabor Kiss-Vamosi
93055bc57c
Do not call for transparent pixel
2020-06-04 11:47:53 +02:00
Gabor Kiss-Vamosi
d5a3b81737
fix gestures
2020-06-04 11:47:53 +02:00
Gabor Kiss-Vamosi
950ac3b993
Merge pull request #1553 from MiSimon/issue_deinit_log
...
Write to logfile before setting the log callback to NULL
2020-06-03 15:34:35 +02:00
MiSimon
beb496e3ed
Write to logfile before setting the log callback to NULL
2020-06-03 12:37:43 +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
25b4d9c34d
Update README.md
2020-06-02 08:54:58 +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
28f4092247
label: fix lv_label_get_letter_on if BIDI enabled
2020-06-02 07:13:41 +02:00
Gabor Kiss-Vamosi
6adcdda06a
fix minor warings
2020-06-01 22:56:10 +02:00
Gabor Kiss-Vamosi
d953d2b9fe
Update CHANGELOG.md
2020-06-01 22:44:46 +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
Gabor Kiss-Vamosi
6921d872a3
remove debig code
2020-06-01 22:31:30 +02:00
Gabor Kiss-Vamosi
1544bd7b07
relase script: fix wontg file name (lv_version.h instead of lvgl.h)
2020-06-01 22:28:59 +02:00
Gabor Kiss-Vamosi
d28ac991ec
update version number in lvgl.h
2020-06-01 22:25:28 +02:00
Gabor Kiss-Vamosi
9c90130fb3
Update CHANGELOG.md
2020-06-01 22:23:53 +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
Gabor Kiss-Vamosi
5cb287c3c7
Update CHANGELOG.md
2020-06-01 22:23:53 +02:00
Gabor Kiss-Vamosi
32eebbbc0c
Update CHANGELOG.md
2020-06-01 22:23:53 +02:00
Gabor Kiss-Vamosi
a535b43290
Release v7.0.1
2020-06-01 22:23:53 +02:00
Gabor Kiss-Vamosi
63b1f6805a
lv_ta: fix wrong cursor positon when clicked after the last character
2020-06-01 22:23:53 +02:00
Gabor Kiss-Vamosi
884e00ee8f
rename release_patch.py to release.py
2020-06-01 21:12:29 +02:00
Gabor Kiss-Vamosi
f3d8d98807
extend the release script with lv_examples and lv_drivers handling
2020-06-01 21:11:46 +02:00
Gabor Kiss-Vamosi
4d8ae98621
Merge pull request #1542 from MCF/vs-compile-error-fixes
...
Fix visual studio compile errors in lv_anim code
2020-06-01 21:06:36 +02:00
Gabor Kiss-Vamosi
e8a0413ad5
Update CHANGELOG.md
2020-06-01 20:39:59 +02:00
Gabor Kiss-Vamosi
ff7e8ea315
Update CHANGELOG.md
2020-06-01 20:39:03 +02:00
Gabor Kiss-Vamosi
91b997769e
Release v7.0.1
2020-06-01 20:28:32 +02:00
Gabor Kiss-Vamosi
6654444e0f
update release script
2020-06-01 20:23:07 +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
PeterB
a0583f6feb
Merge remote-tracking branch 'origin/master' into 32bit_idx
2020-06-01 12:31:14 +01:00
Themba Dube
0673dd0b12
Change dropdown to use 32-bit indexes
2020-06-01 07:18:31 -04:00
Gabor Kiss-Vamosi
ef1242f234
Update LICENCE.txt
2020-05-31 23:03:38 +02:00
Gabor Kiss-Vamosi
f8c7485d82
Update CHANGELOG.md
2020-05-31 22:54:40 +02:00
Gabor Kiss-Vamosi
88b54456ef
Update README.md
2020-05-31 21:46:12 +02:00
Gabor Kiss-Vamosi
2be298fc3f
Update README.md
2020-05-31 21:45:36 +02:00
Themba Dube
af812b0c55
keyboard: allow backspace to auto-repeat in numeric mode (lv_examples#58)
2020-05-31 08:33:21 -04:00
Mike Fellows
09fb1e60e3
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-05-30 13:05:25 -07:00
Mike Fellows
4575fec915
Fix a few links in README ( #1541 )
...
* To some of the simulator/IDE github projects
* To the one of the STM32F7 github projects
2020-05-30 09:13:53 -04:00
Gabor Kiss-Vamosi
4c3db9e02f
clarify the usage of template theme
2020-05-29 06:42:29 +02:00
embeddedt
99f1d1bc7a
Remove duplicate docs link
2020-05-28 19:22:28 -04:00
Gabor Kiss-Vamosi
ec5b10142f
add lv_obj_remove_style
2020-05-28 07:58:10 +02:00
Gabor Kiss-Vamosi
8d5dfa1ec2
chart: fix X tick drawing
2020-05-28 07:57:47 +02:00
Gabor Kiss-Vamosi
27ef3a1d07
fix chart x axix label drawing
2020-05-28 07:52:00 +02:00
Gabor Kiss-Vamosi
91f8b3060e
fix verical dashed line
2020-05-28 07:52:00 +02:00
Gabor Kiss-Vamosi
86307c669f
remove leftover code
2020-05-27 16:39:00 +02:00
Gabor Kiss-Vamosi
207ec2997f
DMA2D: minor fix with double buffering
2020-05-27 16:21:35 +02:00
Gabor Kiss-Vamosi
65c9b64f9a
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-05-27 16:01:14 +02:00
Gabor Kiss-Vamosi
70162562b2
speed up true double buffering
2020-05-27 16:00:56 +02:00
tgillbe
25a5623e77
Fix lv_slider knob size off-by-one bug ( #1531 )
2020-05-27 09:19:54 -04:00
Gabor Kiss-Vamosi
4f386f19fe
chart: fix y axis label drawing
2020-05-27 11:59:39 +02:00
Gabor Kiss-Vamosi
2be22d3bef
list: leaving edit mode with encoder
2020-05-27 11:22:01 +02:00
Gabor Kiss-Vamosi
0a9d8a6133
remove memcpy from lv_ll
2020-05-27 10:36:24 +02:00
Gabor Kiss-Vamosi
6a35a384b8
Merge branch 'encoder-buttons' of https://github.com/fhorinek/lvgl into fhorinek-encoder-buttons
2020-05-27 10:35:58 +02:00
Gabor Kiss-Vamosi
a8904b39ea
Merge pull request #1529 from lvgl/kisvegabor-patch-1
...
Update README.md - CLA test again
2020-05-27 10:09:32 +02:00
Gabor Kiss-Vamosi
08bd2ae669
Update README.md
2020-05-27 10:08:17 +02:00
Gabor Kiss-Vamosi
65a0046891
Merge pull request #1528 from lvgl/kisvegabor-patch-1
...
Update README.md - Test CLA
2020-05-27 10:03:08 +02:00
Gabor Kiss-Vamosi
421e1fc9f8
Update README.md
2020-05-27 10:01:51 +02:00
Gabor Kiss-Vamosi
306405bcff
Merge branch 'master' into speed/shadow
2020-05-26 11:00:09 +02:00
Gabor Kiss-Vamosi
7fb49693f4
minor speed up on rectangle drawing
2020-05-26 10:59:49 +02:00
Gabor Kiss-Vamosi
19c3f9306f
improve DMA2D blending dupport
2020-05-26 10:59:29 +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
František Horínek
691ce77800
Modified version for encoder input proc.
...
Now you can also pass buttons LEFT/RIGHT to emulate the encoder, good for joysticks or small keypads.
All other keys are passed trought.
2020-05-25 15:51:20 +02:00
Gabor Kiss-Vamosi
966b4b11f6
lv_color_mix_with_alpha: fix initialization
2020-05-25 12:44:54 +02:00
Gabor Kiss-Vamosi
b4de4c5ca1
remove dead code
2020-05-25 12:42:38 +02:00
Gabor Kiss-Vamosi
0072a2ade5
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-05-25 11:55:12 +02:00
Gabor Kiss-Vamosi
eda752ab94
add lv_theme_get_color_secondary
2020-05-25 11:49:04 +02:00
Gabor Kiss-Vamosi
89206c51c3
optimize shdow drawing
2020-05-25 11:13:13 +02:00
Gabor Kiss-Vamosi
21a172ca0d
Update README.md
2020-05-25 09:29:17 +02:00
Gabor Kiss-Vamosi
2e64db0261
Update README.md
2020-05-25 08:29:57 +02:00
Gabor Kiss-Vamosi
b4b37b98aa
Update README.md
2020-05-25 06:41:06 +02:00
Gabor Kiss-Vamosi
dfb7c6731c
Update CODING_STYLE.md
2020-05-25 06:35:00 +02:00
Gabor Kiss-Vamosi
2078e4a01a
Update CONTRIBUTING.md
2020-05-25 06:26:30 +02:00
Gabor Kiss-Vamosi
11c80b626c
Update CONTRIBUTING.md
2020-05-25 06:26:04 +02:00
Gabor Kiss-Vamosi
e3f63e09cf
Update CONTRIBUTING.md
2020-05-25 06:24:33 +02:00
Gabor Kiss-Vamosi
07efe31ff4
Update CONTRIBUTING.md
2020-05-25 06:23:12 +02:00
Gabor Kiss-Vamosi
3837988f2d
README: change littlevgl to lvgl
2020-05-25 05:54:38 +02:00
Gabor Kiss-Vamosi
5ea142eaf0
Update config.yml
2020-05-25 05:44:24 +02:00
Gabor Kiss-Vamosi
38944883b1
Update config.yml
2020-05-25 05:44:01 +02:00
Gabor Kiss-Vamosi
ab6d69445e
Create config.yml
2020-05-25 05:40:04 +02:00
Gabor Kiss-Vamosi
6c34280b66
Merge pull request #1520 from rene-dev/master
...
fixed RGB palette name in config template
2020-05-24 13:58:04 +02:00
Gabor Kiss-Vamosi
279e594d3e
minor formatting
2020-05-24 13:14:42 +02:00
Gabor Kiss-Vamosi
a2c973bd5b
fix warings
2020-05-24 13:13:07 +02:00
Rene Hopf
96ba7df9d3
fixed RGB palette name in config template
2020-05-24 01:38:05 +02:00
Gabor Kiss-Vamosi
7e4e5b7271
Merge branch 'master' of https://github.com/fhorinek/lvgl into fhorinek-master
2020-05-23 14:54:18 +02:00
Gabor Kiss-Vamosi
1666c8cb4f
handle focus_parent in pointer indevs
2020-05-23 14:53:23 +02:00
Gabor Kiss-Vamosi
1c9830b715
Update README.md
2020-05-23 14:41:11 +02:00
Gabor Kiss-Vamosi
b10dece511
Update README.md
2020-05-23 14:14:02 +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
2ea96eaf83
fix warning
2020-05-22 22:05:51 +02:00
Gabor Kiss-Vamosi
a8a3c2a3c7
minor rework on button states
2020-05-22 21:45:11 +02:00
Gabor Kiss-Vamosi
ab4d8c9165
fix infinite roller with encoder
2020-05-22 21:36:22 +02:00
František Horínek
8f19010b17
Update src/lv_core/lv_obj.c
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2020-05-21 17:27:37 +02:00
Gabor Kiss-Vamosi
4fade082e5
Merge branch 'master' of https://github.com/fhorinek/lvgl into fhorinek-master
2020-05-21 15:17:19 +02:00
Gabor Kiss-Vamosi
2a78353ca4
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-05-21 15:17:07 +02:00
Gabor Kiss-Vamosi
efaf84f6f7
fix material theme init
2020-05-21 15:13:14 +02:00
Gabor Kiss-Vamosi
6f5b756786
update old function names
2020-05-21 15:01:34 +02:00
Gabor Kiss-Vamosi
bebe1f07df
img_draw: fix releasing buffer with DMA2D
2020-05-21 14:23:03 +02:00
František Horínek
b23d945ed4
changed behavior to focus_parent flag
2020-05-21 14:09:56 +02:00
Gabor Kiss-Vamosi
82ad0f0c5c
img drawing fixes with 32 bit color depth
2020-05-21 12:46:04 +02:00
Gabor Kiss-Vamosi
f248d47a36
fix typo
2020-05-21 11:33:07 +02:00
Gabor Kiss-Vamosi
fa58aed475
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-05-21 11:28:00 +02:00
Gabor Kiss-Vamosi
4eb2340f2a
img: fix cover check
2020-05-21 11:27:52 +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
Gabor Kiss-Vamosi
76ae5934ba
Update library.json
2020-05-20 14:50:02 +02:00
Amir Gonnen
8233483477
Add missing LV_GC_INCLUDE ( #1511 )
2020-05-19 20:15:49 -04:00
František Horínek
10ca6d4215
replaced #ifdef to #if
2020-05-19 15:45:09 +02:00
František Horínek
2712f0aeaa
Added macro LV_USE_GROUP_FOCUS_PARENT to automatic tests
2020-05-19 15:31:34 +02:00
František Horínek
aaa78ba949
Added focus parent for v7
2020-05-19 15:22:38 +02:00
Gabor Kiss-Vamosi
080d06b838
fix lv_misc.mk. Fixes : #1508
2020-05-19 14:56:14 +02:00
Gabor Kiss-Vamosi
00176b2c7e
rename _mask_list to lv_draw_mask_list
2020-05-19 13:29:21 +02:00
Gabor Kiss-Vamosi
f2ff87f820
add LV_DC_ROOT prefix to _mask_list
2020-05-19 13:27:19 +02:00
Gabor Kiss-Vamosi
6a10f3e116
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-05-19 13:20:38 +02:00
Gabor Kiss-Vamosi
38ae98a565
move (draw) mask_list to gc roots
2020-05-19 13:20:29 +02:00
Gabor Kiss-Vamosi
f2be14868e
Update README.md
2020-05-19 11:35:18 +02:00
Gabor Kiss-Vamosi
e6829f6d4b
Update CHANGELOG.md
2020-05-19 10:59:21 +02:00
Gabor Kiss-Vamosi
469b676237
Update CHANGELOG.md
2020-05-19 10:57:50 +02:00
Gabor Kiss-Vamosi
5e4456335a
Update README.md
2020-05-19 10:57:07 +02:00
Gabor Kiss-Vamosi
46376a4a11
set version number to 7.0.1-dev
2020-05-19 10:31:49 +02:00
Gabor Kiss-Vamosi
72c79b58a8
disable LV_MEM_JUNK
2020-05-19 10:31:13 +02:00
Gabor Kiss-Vamosi
de0d93c47e
Update ccpp.yml
2020-05-18 19:05:48 +02:00
Gabor Kiss-Vamosi
e6f89ad799
Update CHANGELOG.md
2020-05-18 17:37:04 +02:00
Gabor Kiss-Vamosi
857ff5e8ed
Update CHANGELOG.md
2020-05-18 17:36:36 +02:00
Gabor Kiss-Vamosi
ee6c5e3399
run code formatter
2020-05-18 16:57:23 +02:00
Gabor Kiss-Vamosi
5c7e9bb932
minor fixes
2020-05-18 16:52:23 +02:00
Gabor Kiss-Vamosi
0f95c5b29b
comment update littlevgl -> lvgl
2020-05-18 14:55:39 +02:00
Gabor Kiss-Vamosi
382f428a0e
keyboard: fix invalid assertatin
2020-05-18 11:46:02 +02:00
Gabor Kiss-Vamosi
a91041bcf7
suppress doxygen warnings
2020-05-18 11:03:10 +02:00
Gabor Kiss-Vamosi
4fb0a5da21
img: remove debug code
2020-05-18 11:02:45 +02:00
Gabor Kiss-Vamosi
f6b759dc71
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-05-18 10:48:21 +02:00
Themba Dube
6e1d53e11e
Merge remote-tracking branch 'origin/master' into dev-7.0
2020-05-15 13:48:25 -04:00
Bill Hargen
7ac9388aed
Fix #1498 : lv_label_set_text() crash ( #1499 )
...
This routine tried to optimize a special case of setting the label text to the same address as previously set, but it did not consider whether the prior set was static and tried to realloc non-allocated memory.
2020-05-15 13:42:50 -04:00
Gabor Kiss-Vamosi
486197955b
Update CONTRIBUTING.md
2020-05-15 15:00:10 +02:00
Gabor Kiss-Vamosi
69e2f32984
Update README.md
2020-05-15 14:44:25 +02:00
Gabor Kiss-Vamosi
5fe03c34f5
Update README.md
2020-05-15 14:43:45 +02:00
Gabor Kiss-Vamosi
af312fd2ba
checkbox: set bullet size with padding
2020-05-14 11:29:49 +02:00
Gabor Kiss-Vamosi
ac52b502a2
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-05-14 11:14:43 +02:00
Gabor Kiss-Vamosi
f00d17b496
update the comments of lv_draw_label
2020-05-14 11:14:34 +02:00
Gabor Kiss-Vamosi
f252edb5c1
material theme, dropdown: enable corner clip on the list
2020-05-14 09:36:44 +02:00
Gabor Kiss-Vamosi
e45cd3c31c
fix build error with dma2d
2020-05-13 14:47:33 +02:00
Gabor Kiss-Vamosi
0f8513bf77
Merge pull request #1496 from ValentiWorkLearning/dev-7.0
...
Fixed implicit casting from void* in lv_imgbuf.h
2020-05-13 14:19:55 +02:00
Gabor Kiss-Vamosi
97392f4fdf
reduce API size: add underscore prefix to internal functions
2020-05-13 14:11:16 +02:00
Valentyn Korniienko
74a0b0dab2
Fixed implicit casting from void* in lv_imgbuf.h
2020-05-13 14:58:57 +03:00
Gabor Kiss-Vamosi
79329bdb45
revert font decompression optmiziation
2020-05-13 13:24:38 +02:00
Gabor Kiss-Vamosi
d7940734b8
page: fix scrollbar visibility
2020-05-13 01:09:29 +02:00
Gabor Kiss-Vamosi
d9ebf93836
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-05-13 01:06:10 +02:00
Gabor Kiss-Vamosi
eda4ef8042
optimize color fill with 16 color depth
2020-05-13 01:06:01 +02:00
Gabor Kiss-Vamosi
9b598ec306
fix typo
2020-05-12 21:37:01 +02:00
Gabor Kiss-Vamosi
93e8dd7a2c
minor refactoring
2020-05-12 21:30:14 +02:00
Gabor Kiss-Vamosi
a78687ee5d
add LV_USE_API_EXTENSION_V6 and LV_USE_IMG_TRANSFORM config options
2020-05-12 21:29:16 +02:00
Gabor Kiss-Vamosi
a1db29b9a2
img: clip corner fixes
2020-05-12 15:00:58 +02:00
Gabor Kiss-Vamosi
52644c2604
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-05-12 13:57:49 +02:00
Gabor Kiss-Vamosi
34b20b307b
btn: lower deafult height
2020-05-12 13:57:43 +02:00
Gabor Kiss-Vamosi
42c5794a05
optimize image zoom
2020-05-12 13:56:40 +02:00
Gabor Kiss-Vamosi
d2a0fb8351
minor fixes
2020-05-12 12:17:15 +02:00
Gabor Kiss-Vamosi
48914aaa7c
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-05-12 10:55:05 +02:00
Gabor Kiss-Vamosi
8f0418d194
dropdown: set list width to button
2020-05-12 10:54:51 +02:00
Gabor Kiss-Vamosi
ecc23babc5
Merge pull request #1495 from amirgon/dev-7.0
...
Replace lv_point_t* to lv_point_t[] to represent point array
2020-05-12 00:39:02 +02:00
Amir Gonnen
3f32911b90
Replace lv_point_t* to lv_point_t[] to represent point array
...
Needed for Micropython Bindings to identify the argument as an array instead of a pointer to a single lv_point_t
2020-05-12 01:08:50 +03:00
Themba Dube
6c1f784d25
Merge branch 'dev-7.0' of github.com:littlevgl/lvgl into dev-7.0
2020-05-11 12:59:07 -04:00
Georgi Momchilov
18834904ef
Update lv_draw_label.c ( #1494 )
2020-05-11 08:35:49 -04:00
Gabor Kiss-Vamosi
ba5663d3d3
rename LV_DROPDOWN_PART_SCRLBAR to LV_DROPDOWN_PART_SCROLLBAR
2020-05-11 12:34:03 +02:00
Gabor Kiss-Vamosi
d819aa0e4e
fix memory corruption in draw_label
2020-05-11 12:32:26 +02:00
Gabor Kiss-Vamosi
ecb5637d9d
improve mono theme
2020-05-11 10:28:18 +02:00
Gabor Kiss-Vamosi
b933e5e1ba
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-05-11 10:21:55 +02:00
Gabor Kiss-Vamosi
d6db1ed511
draw label fix huge memory usage
2020-05-11 10:21:37 +02:00
Gabor Kiss-Vamosi
eaeb362001
optimize lv_mem_buf uage
2020-05-11 10:21:23 +02:00
Kowalski Dark
61bafdb37f
Fix typos in header comment ( #1493 )
2020-05-08 12:49:11 -04:00
embig71
a4ed5369c2
Correct computation from #1490 for vertically oriented slider ( #1492 )
2020-05-08 12:48:20 -04:00
Gabor Kiss-Vamosi
72988117d5
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-05-08 13:04:59 +02:00
Gabor Kiss-Vamosi
a760baa869
material theme minor improvements
2020-05-08 13:04:28 +02:00
Gabor Kiss-Vamosi
a026a5b61d
fix assert during obj. creation
2020-05-08 12:39:10 +02:00
Gabor Kiss-Vamosi
25aadd4ae9
fix typo in e6f498a2
2020-05-08 12:38:54 +02:00
Gabor Kiss-Vamosi
38a42fa954
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-05-08 12:30:11 +02:00
Gabor Kiss-Vamosi
e6f498a2da
lv_disp_drv_register: fix referencing uninitialized varaible
2020-05-08 12:29:59 +02:00
Gabor Kiss-Vamosi
2500c65506
dma2d fix
2020-05-08 12:09:57 +02:00
Gabor Kiss-Vamosi
f387e1af37
dma2d fixes for F4
2020-05-08 11:53:40 +02:00
Gabor Kiss-Vamosi
2b9608d128
optimize material theme for small displays
2020-05-08 11:53:28 +02:00
Gabor Kiss-Vamosi
341e99587b
remove extra file created during merging
2020-05-08 10:25:53 +02:00
Gabor Kiss-Vamosi
9dd387b23e
remove bidi.h from lvgl.h
2020-05-08 08:44:31 +02:00
Themba Dube
ceae45ed64
Merge branch 'dev-7.0' of github.com:littlevgl/lvgl into dev-7.0
2020-05-07 16:37:00 -04:00
Themba Dube
5f1b6bc281
Add lv_roller_set_fix_width to API map
2020-05-07 16:36:51 -04:00
Gabor Kiss-Vamosi
33df0e6470
merge master
2020-05-07 16:04:50 +02:00
Gabor Kiss-Vamosi
7aaa092efd
Merge pull request #1490 from BillHargen/master
...
Correct computation of slider value while pressed
2020-05-07 16:03:43 +02:00
Gabor Kiss-Vamosi
232d22c148
fix conflicts
2020-05-07 16:01:48 +02:00
Gabor Kiss-Vamosi
9975036bb2
formatting
2020-05-07 15:56:07 +02:00
Bill Hargen
695c33147b
Correct computation of slider value while pressed
2020-05-07 09:39:32 -04:00
Anton Konev
6a96e07f18
Minor fixes ( #1488 )
...
* lvgl/lv_onjx/lv_chart: fixed variable type (uint8_t was compared with 256)
* lvgl/lv_core/lv_refr: fixed double assignemnt
Co-authored-by: anton.konev <anton.konev@planarchel.ru >
2020-05-07 07:44:02 -04:00
Gabor Kiss-Vamosi
bc994c60ee
minor fixes
2020-05-06 21:39:45 +02:00
Gabor Kiss-Vamosi
0c6d0d48a3
run code formater
2020-05-06 20:08:46 +02:00
Gabor Kiss-Vamosi
835ed44029
fix warnings
2020-05-06 20:05:53 +02:00
Gabor Kiss-Vamosi
d1f1332555
minor renames and fixes
2020-05-06 20:05:53 +02:00
Gabor Kiss-Vamosi
27621e0945
fix drawing of abnormal arcs
2020-05-06 20:05:53 +02:00
Gabor Kiss-Vamosi
d6b85d16cf
page: copy styles in create
2020-05-06 10:55:33 +02:00
Gabor Kiss-Vamosi
64fdfbe13f
bar: handle border_post style property
2020-05-06 10:55:21 +02:00
Gabor Kiss-Vamosi
18010c2eaa
chart: fix overflow in tick drawing
2020-05-06 09:40:41 +02:00
Gabor Kiss-Vamosi
8e87fc4620
minor fixes
2020-05-06 09:27:38 +02:00
Gabor Kiss-Vamosi
12919453d3
free the buffer of font decompression
2020-05-06 09:27:28 +02:00
Themba Dube
adbc158a5c
Merge branch 'dev-7.0' of github.com:littlevgl/lvgl into dev-7.0
2020-05-04 13:29:52 -04:00
fstengel
69b14a6146
indev_button_proc: fix crash if points array not set ( #1486 )
2020-05-04 09:56:13 -04:00
embeddedt
7d42f08431
Ensure table always updates if values change
...
https://forum.littlevgl.com/t/table-not-updating-values-v7-dev/2190
2020-05-04 08:40:01 -04:00
Themba Dube
95d5298ad9
Add some more 6.x compability macros
2020-05-02 18:36:52 -04:00
Amir Gonnen
1633b2e6db
Guard USE AP prototypes with macro ( #1485 )
2020-05-02 18:23:52 -04:00
Gabor Kiss-Vamosi
1e59100ff2
fix build errors
2020-05-02 07:45:04 +02:00
Gabor Kiss-Vamosi
6337286959
image transform fixes
2020-05-01 20:48:16 +02:00
Gabor Kiss-Vamosi
ffa2970ae5
fixes with LV_COLOR_SCREEN_TRANSP 1
2020-05-01 20:30:28 +02:00
Gabor Kiss-Vamosi
fdb85fd9bd
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-05-01 16:54:25 +02:00
Gabor Kiss-Vamosi
c3361a67b2
fix lv_color_t with LV_COLOR_DEPTH 1
2020-05-01 16:54:13 +02:00
Themba Dube
a7c1d97164
Fix GPU support with STM32F746
2020-05-01 09:45:53 -04:00
Gabor Kiss-Vamosi
aad8667a9f
run code formatter
2020-05-01 11:17:43 +02:00
Gabor Kiss-Vamosi
bdc98b4e1f
minor fixes
2020-05-01 11:14:10 +02:00
Gabor Kiss-Vamosi
a42629f947
theme fixes
2020-05-01 11:04:15 +02:00
Gabor Kiss-Vamosi
4494fc8a5d
fix makefile
2020-05-01 10:58:04 +02:00
Gabor Kiss-Vamosi
41c435b808
update lv_conf.h
2020-05-01 10:56:00 +02:00
Gabor Kiss-Vamosi
c0f15666bc
change version number v7.0.0-rc
2020-05-01 10:35:43 +02:00
Gabor Kiss-Vamosi
0006edbb67
add LV_STYLE_TRANSFORM_ANGLE/ZOOM
2020-05-01 10:34:52 +02:00
Gabor Kiss-Vamosi
6d79d6d338
add built in persian, hebrew fonts
2020-05-01 10:22:41 +02:00
Gabor Kiss-Vamosi
3ac2c390c6
Merge branch 'feat/arabic' into dev-7.0
2020-05-01 09:51:17 +02:00
embeddedt
929bbcaee4
Fix misleading comment in lv_btnm
...
https://forum.littlevgl.com/t/comment-refers-to-nonexisting-function/2175
2020-04-30 10:36:54 -04:00
Gabor Kiss-Vamosi
52ecc4e608
Update CHANGELOG.md
2020-04-30 14:47:31 +02:00
Gabor Kiss-Vamosi
3810aadf0a
Update CHANGELOG.md
2020-04-30 14:46:33 +02:00
Gabor Kiss-Vamosi
10926a445c
Update CHANGELOG.md
2020-04-30 14:42:34 +02:00
Gabor Kiss-Vamosi
6b270c4fc4
fixes in changelog
2020-04-30 12:25:10 +02:00
Gabor Kiss-Vamosi
ff85904c18
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-30 11:27:27 +02:00
Gabor Kiss-Vamosi
6ad909687e
add changelog
2020-04-30 11:27:22 +02:00
Gabor Kiss-Vamosi
240c42c227
win: fix button's size
2020-04-30 11:26:35 +02:00
Amir Gonnen
cea9d7be36
Remove unused function declaration ( #1482 )
2020-04-29 18:19:50 -04:00
Gabor Kiss-Vamosi
013e6e9b21
Merge pull request #1481 from Wielebny666/master
...
Adjusting min and max values to the number format
2020-04-29 14:46:29 +02:00
Wielebny666
c2404c307c
Adjusting min and max values to the number format
2020-04-29 13:24:07 +02:00
Wielebny666
5e9dd93e76
Merge pull request #1 from littlevgl/master
...
Update
2020-04-29 12:14:55 +02:00
Gabor Kiss-Vamosi
7260eb71f0
Merge pull request #1480 from Wielebny666/master
...
Missing scroll bar modifier in tab
2020-04-29 12:10:50 +02:00
Gabor Kiss-Vamosi
af5ed425c0
fix comment of lv_tabview_clean
2020-04-29 11:17:57 +02:00
Gabor Kiss-Vamosi
bf034dc511
add LV_THEME_DEFAULT_INCLUDE to lv_conf.h
2020-04-29 10:37:12 +02:00
Gabor Kiss-Vamosi
52edcfece9
rename lv_tabview_clean to lv_tabview_clean_tab
2020-04-29 10:31:51 +02:00
Paweł Kurzawa
3c8c67a22e
Missing scroll bar modifier in tab
2020-04-29 10:29:48 +02:00
Gabor Kiss-Vamosi
36934dcbbc
btnmatrix: find the nearest button if clicked between buttons
...
https://forum.littlevgl.com/t/how-to-ignore-clicks-on-button-matrix-background-panel-which-cause-null-button-text/2158
2020-04-29 10:25:24 +02:00
Gabor Kiss-Vamosi
db2792d6d2
upade makefile fixes
2020-04-29 09:03:40 +02:00
Gabor Kiss-Vamosi
80a4613e59
fix build error and upadte lv_conf_template.h
2020-04-29 09:01:35 +02:00
Gabor Kiss-Vamosi
817e1ce530
place some functions to faster memory
2020-04-29 08:38:59 +02:00
Gabor Kiss-Vamosi
f9cde8e034
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-29 08:30:40 +02:00
Gabor Kiss-Vamosi
31198d52fb
remove unused functions declarations
2020-04-29 08:29:45 +02:00
Amir Gonnen
9b0fd97587
Small fixes required for Micropython binding ( #1479 )
2020-04-28 19:25:39 -04:00
Gabor Kiss-Vamosi
ed318039d2
add CJK built-in font
2020-04-28 22:10:19 +02:00
Gabor Kiss-Vamosi
f14c387de3
minor api renames: set/get_static_text/options -> set/get_text/options_static
2020-04-28 21:07:10 +02:00
Gabor Kiss-Vamosi
1245411328
fix warning in themes
2020-04-28 20:51:18 +02:00
Gabor Kiss-Vamosi
a54d6a1752
DMA2D: invalidate cache only if enabled
2020-04-28 14:39:02 +02:00
Gabor Kiss-Vamosi
843fa5e304
DMA2D fix with 16 bit color depth
2020-04-27 21:07:15 +02:00
Gabor Kiss-Vamosi
c80a4d194f
Merge branch 'dev-7.0' into speed/gpu
2020-04-27 14:53:17 +02:00
Gabor Kiss-Vamosi
ef0bd78d02
fix warnings
2020-04-27 13:16:35 +02:00
Gabor Kiss-Vamosi
e78fa9a7d1
optimize font decompression writer
2020-04-27 12:57:26 +02:00
Gabor Kiss-Vamosi
43e873108a
introduce lv_anim_path_t to encapsulate the path cb
2020-04-27 11:51:18 +02:00
Gabor Kiss-Vamosi
930332ed99
indev: fix possible null pointer dereference
2020-04-26 10:18:49 +02:00
Wielebny666
271ec3f6ee
Fix error in indev driver template ( #1476 )
2020-04-25 12:11:10 -04:00
Gabor Kiss-Vamosi
ef9955f01f
Merge branch 'dev-7.0' into hamidrm-dev-7.0
2020-04-25 16:06:33 +02:00
Gabor Kiss-Vamosi
9fe050dcb9
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-25 16:05:20 +02:00
Gabor Kiss-Vamosi
28d2f8b223
material theme: fix tileview edge flash
2020-04-25 16:05:09 +02:00
Wielebny666
f7f675afd8
Fix compile warning in lv_spinbox_set_style ( #1473 )
...
discards 'const' qualifier from pointer
2020-04-25 07:52:08 -04:00
embeddedt
ac1680c53f
Fix #1472 : Ignore DISABLED state when counting button states
2020-04-24 20:24:34 -04:00
Gabor Kiss-Vamosi
15e064f4af
fix conflict
2020-04-24 22:05:00 +02:00
Gabor Kiss-Vamosi
660d0d6000
minor fixes
2020-04-24 22:02:24 +02:00
Gabor Kiss-Vamosi
13dd42fd0b
attempt to fix random freeze
2020-04-24 22:01:22 +02:00
Gabor Kiss-Vamosi
4502d7a879
fix build error
2020-04-24 20:51:11 +02:00
Gabor Kiss-Vamosi
36b05f5d1f
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-24 20:43:57 +02:00
Gabor Kiss-Vamosi
acd8b8c17f
optimize table drawing by buffering row heights
2020-04-24 20:43:46 +02:00
Gabor Kiss-Vamosi
a98dab0171
optmize edge flash animation
2020-04-24 20:33:51 +02:00
Gabor Kiss-Vamosi
05813bb6e4
Merge pull request #1470 from xennex22/dev-7.0
...
Fixed compiler warnings and errors
2020-04-24 19:33:43 +02:00
xennex22
e27ad279ba
Removed const from function parameter
2020-04-24 08:50:06 -07:00
xennex22
eb3287a75c
Removed const from function parameter
...
Otherwise an error is generated with some compilers. Passing a const parameter is the right way to do it, but all the obj and widget functions would need to be updated.
2020-04-24 08:49:37 -07:00
xennex22
31b5772028
Cast void pointers
...
C++ compilers will warn otherwise
2020-04-24 08:43:29 -07:00
xennex22
01630fcf57
Merge pull request #10 from littlevgl/dev-7.0
...
Dev 7.0
2020-04-24 08:38:38 -07:00
Gabor Kiss-Vamosi
d4384829c6
fix the addition of pressed and focused states
2020-04-24 12:34:17 +02:00
Gabor Kiss-Vamosi
5f528d53f1
dma2d fixes
2020-04-24 12:08:33 +02:00
Gabor Kiss-Vamosi
d98362a60d
add disp_drv->wait_cb
2020-04-24 11:52:31 +02:00
Gabor Kiss-Vamosi
68f93723df
modify display size limits
2020-04-24 11:32:38 +02:00
Gabor Kiss-Vamosi
c7da9ccd2c
fix makefile
2020-04-23 20:51:23 +02:00
Gabor Kiss-Vamosi
f5ad2b3e14
uddate display size limit in lv_conf_templ.h
2020-04-23 20:39:47 +02:00
Gabor Kiss-Vamosi
97adb25879
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-23 15:45:21 +02:00
Gabor Kiss-Vamosi
3b869b0258
replace all memset with lv_memset
2020-04-23 15:45:08 +02:00
Gabor Kiss-Vamosi
479d31e5a7
replace all memcpy with lv_memcpy
2020-04-23 15:27:51 +02:00
Gabor Kiss-Vamosi
c149e5de54
fixes for encoder usage
2020-04-23 09:50:50 +02:00
xennex22
232bbc5270
Merge pull request #7 from littlevgl/dev-7.0
...
Dev 7.0
2020-04-22 08:12:53 -07:00
Gabor Kiss-Vamosi
88d5111994
Merge pull request #1468 from littlevgl/embeddedt-patch-2
...
Fix #1467 : check whether object type is not NULL
2020-04-22 16:16:36 +02:00
embeddedt
d9f82dab53
Fix #1467 : check whether object type is not NULL
2020-04-22 10:10:57 -04:00
Gabor Kiss-Vamosi
c340a7b580
minor fixes
2020-04-21 22:21:42 +02:00
Gabor Kiss-Vamosi
e31ac20d00
btn: allow disable state for ever "normal" state
2020-04-21 22:11:20 +02:00
Gabor Kiss-Vamosi
16e3c28f87
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-21 11:36:15 +02:00
Gabor Kiss-Vamosi
b3a8fb9650
minor renames and fixes
2020-04-21 11:36:05 +02:00
Gabor Kiss-Vamosi
8546de4f59
Merge pull request #1465 from xennex22/cpicker-fix
...
Fixed rect draw when wider then 360 pixels
2020-04-20 15:04:20 +02:00
Gabor Kiss-Vamosi
f1058bbfe0
remove file created when merging master
2020-04-20 14:52:10 +02:00
Gabor Kiss-Vamosi
44f2ca17fd
add comments to GPU DMA2D functions
2020-04-20 14:36:35 +02:00
Gabor Kiss-Vamosi
d203c386b4
fix build error
2020-04-20 14:24:45 +02:00
Gabor Kiss-Vamosi
1995f6d58e
merge master
2020-04-20 14:23:14 +02:00
xennex22
ce0f893fd7
Merge pull request #1 from xennex22/cpicker-fix
...
Fixed rect draw when wider then 360 pixels
2020-04-20 04:48:09 -07:00
xennex22
4767e168b5
Fixed rect draw when wider then 360 pixels
2020-04-19 15:41:44 -07:00
Gabor Kiss-Vamosi
cdf3628682
label: fix LV_LABEL_LONG_DOT
2020-04-19 22:44:45 +02:00
Gabor Kiss-Vamosi
101470488b
label: clip text to the real area while drawing (respect padding)
2020-04-19 22:28:49 +02:00
Gabor Kiss-Vamosi
60aa0e03a7
remove Azure pipeline config file to use GitHub CI instead
2020-04-19 14:21:44 +02:00
Gabor Kiss-Vamosi
140a8b3a9a
enable GitHub CI for dev-7.0
2020-04-19 14:20:22 +02:00
Gabor Kiss-Vamosi
610bee373a
test github ci
2020-04-19 14:04:04 +02:00
Gabor Kiss-Vamosi
a5acbbe827
minor fixes
2020-04-18 21:36:19 +02:00
Gabor Kiss-Vamosi
50975c6140
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-18 21:26:49 +02:00
Gabor Kiss-Vamosi
b7cb6f9995
speed up lv_list_add_btn
2020-04-18 21:17:48 +02:00
embeddedt
40595e4052
Fix #1460 : incorrect type name for C++ macro
2020-04-17 21:03:19 -04:00
embeddedt
e6f817e545
Fix swapped comments in lv_slider.h
2020-04-17 09:06:39 -04:00
Gabor Kiss-Vamosi
b196b2c400
Merge pull request #1450 from dykeag/patch-1
...
More reliable determination of architecture size
2020-04-17 14:56:30 +02:00
Gabor Kiss-Vamosi
202fca3d8e
Merge pull request #1459 from littlevgl/tabview_inactive
...
lv_tabview: respect tab button's inactive state
2020-04-17 14:52:43 +02:00
embeddedt
a1e8fd578f
lv_tabview: respect tab button's inactive state
2020-04-17 08:10:31 -04:00
Gabor Kiss-Vamosi
f06038b9c8
fix build error after renames
2020-04-17 13:37:03 +02:00
Gabor Kiss-Vamosi
0ad596ecd6
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-17 13:34:45 +02:00
Gabor Kiss-Vamosi
5007e52fb6
minor renames for Micropython binding
2020-04-17 13:34:27 +02:00
小米-黄齐
9916253a6e
Fix build warnings ( #1457 )
...
Signed-off-by: Huang Qi <huangqi3@xiaomi.com >
Change-Id: Iab6b1c9d64a865b16b6e39ddeaf7d7295ef74060
Co-authored-by: Huang Qi <huangqi3@xiaomi.com >
2020-04-17 07:20:40 -04:00
Gabor Kiss-Vamosi
be80438c92
Merge pull request #1452 from littlevgl/task_repeat_count
...
Add lv_task_set_repeat_count API
2020-04-17 12:53:42 +02:00
Gabor Kiss-Vamosi
bd7c0ad261
fix include path in lv_font_ap_18.c
2020-04-17 11:38:36 +02:00
Gabor Kiss-Vamosi
f56b43d019
update makefile and fix warnings
2020-04-17 10:44:24 +02:00
Gabor Kiss-Vamosi
ef20067cff
add LV_USE_ARABIC_PERSIAN_CHARS to lv_conf_templ.h
2020-04-17 10:34:12 +02:00
Gabor Kiss-Vamosi
9de260d648
integrate Arabic processing in to lv_label
2020-04-17 10:30:11 +02:00
Gabor Kiss-Vamosi
bab1d87f2d
Merge branch 'dev-7.0' of https://github.com/hamidrm/lvgl into hamidrm-dev-7.0
2020-04-17 08:59:04 +02:00
Gabor Kiss-Vamosi
db154bd820
minor fixes
2020-04-17 08:58:34 +02:00
embeddedt
9bd86963c9
Add note about header guard in lv_conf.h ( #1347 )
2020-04-16 21:22:06 -04:00
Gabor Kiss-Vamosi
23368fa704
draw_img: blend argb images directly with DMA2D in trivial cases
2020-04-16 16:37:02 +02:00
Gabor Kiss-Vamosi
6f87d29ac7
more dma2d to a separate file
2020-04-16 16:12:35 +02:00
Gabor Kiss-Vamosi
f6ae49d29c
minor fixes
2020-04-16 11:13:59 +02:00
Gabor Kiss-Vamosi
54019d4934
add builtin STM32 DMA2D support
2020-04-16 11:12:20 +02:00
Themba Dube
577d6273ab
Add lv_task_set_repeat_count API
2020-04-15 17:57:06 -04:00
dykeag
d05264293b
More reliable determination of architecture size
...
If available, use c99 headers and macros to determine architecture size.
2020-04-15 11:17:08 -04:00
Gabor Kiss-Vamosi
e54478343e
merge master
2020-04-14 14:57:04 +02:00
Gabor Kiss-Vamosi
25c843ca0c
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-14 14:45:45 +02:00
Gabor Kiss-Vamosi
cf4f0319de
add fonts in 32..48px range
2020-04-14 14:45:35 +02:00
Gabor Kiss-Vamosi
6b756a6521
draw: fixes related to blend modes
2020-04-14 14:44:10 +02:00
Gabor Kiss-Vamosi
c757860472
add spinbox to mono theme
2020-04-14 14:10:23 +02:00
Gabor Kiss-Vamosi
ca03ef2b1f
Merge pull request #1445 from TGoyen/dev-7.0
...
Correct style_tick_line in Mono theme
2020-04-14 12:51:13 +02:00
Gabor Kiss-Vamosi
742eb4f6c8
fix warnings
2020-04-14 11:06:56 +02:00
Gabor Kiss-Vamosi
6563f2fa0d
lv_mem_free: periodically peform full defrag
2020-04-14 10:56:40 +02:00
Gabor Kiss-Vamosi
9ad1e31521
fix chroma keyed image drawing
2020-04-14 10:20:32 +02:00
Gabor Kiss-Vamosi
c33b3d60fe
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-14 10:05:25 +02:00
Gabor Kiss-Vamosi
e44749deb8
update lv_conf_templ.h
2020-04-14 10:05:15 +02:00
Gabor Kiss-Vamosi
7d5609101f
optimize image drawing
2020-04-14 10:00:01 +02:00
Gabor Kiss-Vamosi
e5254bdfef
theme updates
2020-04-14 09:55:11 +02:00
Todd Goyen
3d93975e0a
Prevent Red Channel from clobbering Green in color_blend_true_color_additive()
...
- In 8 and 32 bit mode, Red channel data would leak into Green
2020-04-13 19:39:39 -07:00
Todd Goyen
a9f110da1e
Correct style_tick_line in Mono theme to only be created if the Spinner is Enabled
2020-04-13 19:32:21 -07:00
Bill Hargen
4c2fcebedb
Fix #1438 - round up memory size for decompressing glyph ( #1441 )
2020-04-13 06:00:45 +02:00
Gabor Kiss-Vamosi
0c309e22e9
fix grid layot. Fixes #1442
2020-04-13 06:00:29 +02:00
scandermore
7f456fc5f3
Fix issue with inactive list buttons activating ( #1436 )
...
Fixed a problem where a button in inactive state was activated when another button was pressed in the list, and the list was in single mode
2020-04-13 06:00:16 +02:00
Gabor Kiss-Vamosi
f0a8eb8d1a
chart: fix dafault max axis label string length
2020-04-12 14:49:50 +02:00
Gabor Kiss-Vamosi
ccbf4373af
spinbox: fix sign after creation is min value > 0
2020-04-12 14:49:02 +02:00
Gabor Kiss-Vamosi
634df1da8a
solve conflicts
2020-04-09 15:46:12 +02:00
Gabor Kiss-Vamosi
28e0b40e5e
introduce LV_DPX
2020-04-09 15:29:31 +02:00
Gabor Kiss-Vamosi
f3eb40ce2f
minor fixes
2020-04-09 15:29:06 +02:00
Gabor Kiss-Vamosi
db46af2fdb
improve dark theme
2020-04-09 15:28:43 +02:00
Gabor Kiss-Vamosi
2f6a1ca8bf
minor group related fixes
2020-04-09 12:25:50 +02:00
Gabor Kiss-Vamosi
0dc8ecaf26
minor chart optmizations
2020-04-09 11:46:00 +02:00
Gabor Kiss-Vamosi
8c7be3266e
minor chart optimization
2020-04-09 09:55:52 +02:00
Gabor Kiss-Vamosi
30205aebeb
minor theme update
2020-04-09 08:41:03 +02:00
Gabor Kiss-Vamosi
504c4aaaa7
Merge branch 'dev-7.0' of ../../../eclipse-workspace/lv_sim_eclipse_sdl_dev/lvgl into dev-7.0
2020-04-09 07:11:36 +02:00
Gabor Kiss-Vamosi
49456f1e5c
linemeter and gauge invalidation optimization
2020-04-09 07:11:12 +02:00
Gabor Kiss-Vamosi
3b81496cb5
Merge branch 'dev-7.0' of ../../../eclipse-workspace/lv_sim_eclipse_sdl_dev/lvgl into dev-7.0
2020-04-08 20:54:51 +02:00
Gabor Kiss-Vamosi
1ddf83a73c
minor fixes
2020-04-08 20:54:02 +02:00
Gabor Kiss-Vamosi
d04d5ab4d4
add initials version of margin (style property)
2020-04-08 11:12:06 +02:00
Gabor Kiss-Vamosi
3abd907404
fix lv_indev_set_button_points prototype
2020-04-07 14:26:44 +02:00
Themba Dube
c0d689b698
Merge branch 'skypoldo-spinbox-rollover' into dev-7.0
2020-04-06 19:42:34 -04:00
Themba Dube
6a2bd516a9
Merge branch 'spinbox-rollover' of https://github.com/skypoldo/lvgl into skypoldo-spinbox-rollover
2020-04-06 19:42:26 -04:00
Themba Dube
23ba886dde
Merge branch 'dev-7.0' of github.com:littlevgl/lvgl into dev-7.0
2020-04-06 19:38:21 -04:00
Themba Dube
e6c1c837f8
Merge remote-tracking branch 'origin/master' into dev-7.0
2020-04-06 19:37:38 -04:00
Gabor Kiss-Vamosi
5ab7222bd9
minor fixes
2020-04-06 16:21:53 +02:00
Gabor Kiss-Vamosi
d75ea5f482
imgbtn: avoid warning during creation
2020-04-06 15:38:17 +02:00
Gabor Kiss-Vamosi
559709e69f
theme updates
2020-04-06 14:23:57 +02:00
Gabor Kiss-Vamosi
ff8afc8b0c
makefile and test fixes
2020-04-06 12:15:51 +02:00
Gabor Kiss-Vamosi
c3b2b57062
remove debug variables
2020-04-06 11:41:49 +02:00
Gabor Kiss-Vamosi
4e79c1b3f4
radius mask: use previus sqrt result and approximate where possible
2020-04-06 11:38:40 +02:00
Gabor Kiss-Vamosi
500691afa7
merge dev-7.0
2020-04-06 11:18:38 +02:00
Gabor Kiss-Vamosi
2c48cf5917
theme fix
2020-04-06 10:50:25 +02:00
Gabor Kiss-Vamosi
4dc9d4ccd0
update lv_conf_internal.h
2020-04-06 10:50:25 +02:00
Gabor Kiss-Vamosi
b4849d0ce1
replace roboto font with montserrat and add built-in fonts for every 2px from 12-32px
2020-04-06 10:50:25 +02:00
Gabor Kiss-Vamosi
3519e31888
improve material theme
2020-04-06 10:50:25 +02:00
Gabor Kiss-Vamosi
22bf167be3
bar: fix indicator's border drawing
2020-04-06 10:50:25 +02:00
Gabor Kiss-Vamosi
e76a5d6d53
start mono theme
2020-04-06 10:50:25 +02:00
Gabor Kiss-Vamosi
919aab01b8
minor fixes
2020-04-06 10:50:25 +02:00
Gabor Kiss-Vamosi
922cc6fc52
sqrt speed up tests
2020-04-06 09:02:24 +02:00
Gabor Kiss-Vamosi
06484394ce
improve material theme
2020-04-03 15:38:20 +02:00
Gabor Kiss-Vamosi
bc780b0b3c
bar: fix indicator's border drawing
2020-04-03 15:38:10 +02:00
Gabor Kiss-Vamosi
da23cc952f
start mono theme
2020-04-03 15:34:37 +02:00
Gabor Kiss-Vamosi
110f16e1df
minor fixes
2020-04-03 13:31:11 +02:00
Gabor Kiss-Vamosi
9e4ec59515
fix warning. Closes #1431
2020-04-03 13:13:40 +02:00
Gabor Kiss-Vamosi
5d8798b514
Fix write of of buffer with true double buffering and set_px_cb
2020-04-03 11:38:56 +02:00
Gabor Kiss-Vamosi
eb7909124e
add LV_LINEMETER_PRECISE to balance performance and quality
2020-04-02 11:54:33 +02:00
Gabor Kiss-Vamosi
900915c58a
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-04-02 09:50:54 +02:00
Gabor Kiss-Vamosi
51a096b70e
minor fixes
2020-04-02 09:48:30 +02:00
Gabor Kiss-Vamosi
163498e192
minor fixes + lv_sqrt() optmization
2020-04-02 09:31:38 +02:00
skypoldo
adcfd69f35
Update lv_spinbox.c
...
Rollover functionakity changed.
Increase: if new value is over max, set to max first, then reset to minimum
Decrease: if new value is below min, set to min first, then reset to maximum
2020-03-31 17:39:20 +02:00
embeddedt
0db067e27b
Merge pull request #1422 from xennex22/dev-7.0
...
Improve arcs and fix handing of UTF-8 options with dropdown
2020-03-31 10:05:38 -04:00
Gabor Kiss-Vamosi
c234dcd64e
update lv_conf_templ.h
2020-03-31 14:18:02 +02:00
Gabor Kiss-Vamosi
6cf24f76e4
theme_init: report style change to all objects
2020-03-31 14:13:44 +02:00
Gabor Kiss-Vamosi
7d5acdcf33
theme: allow live theme update
2020-03-31 14:13:44 +02:00
Gabor Kiss-Vamosi
8bf1cc6f6b
label: fix label align with SCROLL or SCROLL_CIRC long mode
2020-03-31 12:18:11 +02:00
Gabor Kiss-Vamosi
858c21d999
optmize lv_canvas_fill_bg
2020-03-31 12:14:45 +02:00
Gabor Kiss-Vamosi
8f81a04ffb
img drawing: fix ARGB recoloring
2020-03-31 12:14:45 +02:00
Gabor Kiss-Vamosi
ef7a8f3543
shadow fixes
2020-03-31 11:06:57 +02:00
Gabor Kiss-Vamosi
88c31521e0
remove unused variables
2020-03-31 10:21:36 +02:00
Gabor Kiss-Vamosi
1692cc7b7d
optimize shadow drawing
2020-03-31 10:16:11 +02:00
xennex22
5c60112b29
Fixed insert of utf8 options
2020-03-30 15:06:14 -07:00
xennex22
98e8e9c3b0
Prevent more than 360 degree circle being drawn
2020-03-30 15:03:40 -07:00
xennex22
61553426ef
Initialize rotation value
2020-03-30 09:13:07 -07:00
xennex22
7e8f6368d6
Added lv_arc_set_rotation, fixed drawing full circle
2020-03-30 09:09:13 -07:00
xennex22
e805e59e8c
Added lv_arc_set_rotation
2020-03-30 08:28:50 -07:00
Gabor Kiss-Vamosi
f545db3117
minor fixes
2020-03-29 22:00:48 +02:00
Abdullah Alsigar
e3e130c54c
Fix comment typo ( #1423 )
2020-03-28 11:10:21 -04:00
xennex22
38cb4e73b3
Changed angle data type to uint16_t
2020-03-27 10:20:51 -07:00
xennex22
49b6dc7d33
Changed tabs to spaces
2020-03-27 10:15:51 -07:00
xennex22
52da15c8e7
Changed angle data type to uint16_t
2020-03-27 10:14:09 -07:00
Gabor Kiss-Vamosi
dde615489f
Merge pull request #1421 from turoksama/master
...
Fix a crash with null indev input in lv_indev_wait_release()
2020-03-27 15:09:23 +01:00
Gabor Kiss-Vamosi
57220246e9
fix warning
2020-03-27 10:21:23 +01:00
Gabor Kiss-Vamosi
b772601018
linemeter, gauge: update default size
2020-03-27 10:00:10 +01:00
Gabor Kiss-Vamosi
afcb5c70bc
optmize line drawing
2020-03-27 09:52:32 +01:00
Gabor Kiss-Vamosi
9f7365103b
increase indev_read_task priority to HIGH to avoid blocking by disp_refr_task
2020-03-27 09:41:58 +01:00
Gabor Kiss-Vamosi
58fc703dba
add lv_disp_flush_is_last()
2020-03-27 08:47:52 +01:00
Gabor Kiss-Vamosi
6741f0c283
lv_draw_blend: update GPU px limit
2020-03-27 08:41:11 +01:00
Gabor Kiss-Vamosi
d8afe0c980
update lv_conf_template.h
2020-03-27 08:40:15 +01:00
Gabor Kiss-Vamosi
ae88d7ae30
linemeter: speed optmiziation
2020-03-27 08:29:39 +01:00
Gabor Kiss-Vamosi
b181576bf4
increase GPU usage limit
2020-03-26 16:38:11 +01:00
Gabor Kiss-Vamosi
1b61e553fc
theme material: fix build error. Closes #1419
2020-03-26 15:59:35 +01:00
Gabor Kiss-Vamosi
c9afbaafa2
material theme updates
2020-03-26 15:51:33 +01:00
Gabor Kiss-Vamosi
c8c240a302
btn, btnmatrix: minor fixes
2020-03-26 15:50:57 +01:00
Gabor Kiss-Vamosi
21a7acd7a2
lv_img_buf_transorm: remove unnecessary calculations
2020-03-26 15:50:24 +01:00
Gabor Kiss-Vamosi
f6ad61c88b
gauge: fix allocation with wrong size
2020-03-26 15:49:23 +01:00
Gabor Kiss-Vamosi
23c2d804f0
experiemnt with more accurate lv_color_mix
2020-03-26 08:58:16 +01:00
Gabor Kiss-Vamosi
8fe169981f
optimize ARGB+opa image drawing
2020-03-26 08:57:51 +01:00
Samuel
e655373df2
Fix a null indev input in lv_indev_wait_release()
...
Will crash on calling while no indev returned conditions, such as delayed for an deletion of objects automatically when idle(no interactive inputs).
Perhaps we will think of that it is "your" responsibility to check before calling. well, I think it may not be easy for the one who does not familar with the library, and I stucked here and debug for hours.
2020-03-26 14:08:25 +08:00
xennex22
d14cd826c3
Change angle values to uint16_t
2020-03-25 18:09:37 -07:00
paolog
a049df2db6
Copy rollover extra field
...
Added copy of the new extra field when creating a new spinbox copying an existing one
2020-03-25 20:50:21 +01:00
paolog
f8d67a4968
Removed NULL check
2020-03-25 17:37:36 +01:00
paolog
3ab2d8470b
Changed rollover field type
2020-03-25 17:36:33 +01:00
skypoldo
a6f3ed8102
Added rollover function to spinbox
...
The rollover functionalty allows the spinbox to turn aound the range of values. Increasing over maximum values restarts from minimum value. Decreasing below minimum value restarts fro maximum value.
2020-03-25 16:17:01 +01:00
Gabor Kiss-Vamosi
10cd99df5b
lv_color_mix_with_alpha: minor fix
2020-03-25 16:15:03 +01:00
Gabor Kiss-Vamosi
e6ad7e2332
fix image zoom with RGB images
2020-03-25 16:14:57 +01:00
Gabor Kiss-Vamosi
c0c1ccec1d
belnding fixes with transparent screen
2020-03-25 16:10:51 +01:00
Gabor Kiss-Vamosi
ba1639848d
reduce CPU load of PERF_MONITOR
2020-03-25 16:09:30 +01:00
Gabor Kiss-Vamosi
80973db76e
minor fixes
2020-03-25 10:07:06 +01:00
Gabor Kiss-Vamosi
848defad9a
lv_draw_rect: remove unreachable code
2020-03-25 10:06:57 +01:00
xennex22
cf45342e8d
Added bg arc get functions
2020-03-24 13:42:27 -07:00
xennex22
d99b802ac2
Added bg arc gets
2020-03-24 13:41:19 -07:00
Gabor Kiss-Vamosi
242eaa708d
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-03-24 20:59:25 +01:00
Gabor Kiss-Vamosi
83770e004c
lv_img_buf_tranform: fix inaccurate color mixing
2020-03-24 20:59:12 +01:00
Gabor Kiss-Vamosi
b4f8c71501
lv_dropdown_add_option: add invalidation
2020-03-24 20:25:04 +01:00
Gabor Kiss-Vamosi
29bf244e89
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-03-24 20:14:50 +01:00
Gabor Kiss-Vamosi
4e85f9df1c
label: keep scroll position when the text changes
2020-03-24 20:14:39 +01:00
Gabor Kiss-Vamosi
f4ececf7c7
add lv_anim_get
2020-03-24 20:14:19 +01:00
Gabor Kiss-Vamosi
b40c5ada05
table: add asserts after allocations
2020-03-24 19:38:57 +01:00
Gabor Kiss-Vamosi
d481960808
Merge pull request #1412 from xennex22/dev-7.0
...
Add gauge value formatting function
2020-03-24 19:34:23 +01:00
Gabor Kiss-Vamosi
db2259c742
canvas: fix duplicated invalidation
2020-03-24 19:27:06 +01:00
Gabor Kiss-Vamosi
437169243b
canvas: invalidate in lv_canvas_draw_...
2020-03-24 14:13:09 +01:00
Gabor Kiss-Vamosi
b9b6d80c4e
Update CONTRIBUTING.md
2020-03-24 14:00:25 +01:00
Gabor Kiss-Vamosi
bb0c5a968c
run formatter
2020-03-24 10:13:52 +01:00
Gabor Kiss-Vamosi
a8b49faf6b
table: optmize text drawing
2020-03-24 10:05:40 +01:00
Gabor Kiss-Vamosi
9876197131
furthe belnding fixes
2020-03-24 09:44:00 +01:00
Gabor Kiss-Vamosi
ec57e921e2
fix belnding issue. Fixes #1417
2020-03-24 09:37:03 +01:00
Gabor Kiss-Vamosi
7d5250a181
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-03-24 09:07:04 +01:00
Gabor Kiss-Vamosi
69b22d4c54
arc draw: draw nothing if start_angel == end_angle
2020-03-24 09:06:41 +01:00
Gabor Kiss-Vamosi
ca6c6c6fcc
fix warning
2020-03-24 09:05:46 +01:00
Gabor Kiss-Vamosi
1a94e82834
add LV_TXT_FLAG_FIT to skip some text widrth calculations
2020-03-24 08:46:28 +01:00
Gabor Kiss-Vamosi
49b0751dc8
optimize
2020-03-24 08:22:41 +01:00
Gabor Kiss-Vamosi
18caad5058
minor blending optmization
2020-03-24 06:34:20 +01:00
embeddedt
7d96db8b06
Update version shield
2020-03-23 16:45:05 -04:00
Gabor Kiss-Vamosi
523c9793cb
draw label: remove 8bpp optimization becasue it's not that effective
2020-03-23 17:13:46 +01:00
Gabor Kiss-Vamosi
f9edf0b341
label drawing optimizations
2020-03-23 17:02:33 +01:00
Gabor Kiss-Vamosi
67a6ca7ac5
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-03-23 12:42:12 +01:00
Gabor Kiss-Vamosi
cc484b2fce
draw label fix with opacity
2020-03-23 12:41:59 +01:00
Gabor Kiss-Vamosi
dcc9fc7255
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-03-23 12:41:36 +01:00
Gabor Kiss-Vamosi
3ad6eeedc5
minor formatting
2020-03-23 12:39:34 +01:00
Gabor Kiss-Vamosi
15c2a6d0cd
letter draw minor optimizations
2020-03-23 12:35:26 +01:00
Gabor Kiss-Vamosi
a517defbd7
generate fonts with ker class (faster) and degree and bullet smybols
2020-03-23 12:35:10 +01:00
Gabor Kiss-Vamosi
3249700ec5
add 'generate_all.py' script to generate all fonts at once
2020-03-23 12:32:23 +01:00
Gabor Kiss-Vamosi
0d303e16e6
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-03-23 09:25:13 +01:00
Gabor Kiss-Vamosi
68b31008b7
table: automatically expand row_cnt as needed
2020-03-23 09:25:04 +01:00
Gabor Kiss-Vamosi
c57aacafa2
font decompression: fix buffer overflow
2020-03-23 09:24:41 +01:00
Tony Stuart
40b351730f
lv_mbox: remove incorrect assignment ( #1415 )
2020-03-22 16:43:13 -04:00
Gabor Kiss-Vamosi
6fae3a0eb6
draw_img: optimize ARGB rendering
2020-03-22 13:20:09 +01:00
Gabor Kiss-Vamosi
2a1db9ee86
dropdown: fix set/get anim time
2020-03-21 01:24:58 +01:00
Gabor Kiss-Vamosi
2d3ad7f99f
fix obj_del_core
2020-03-21 00:37:41 +01:00
Gabor Kiss-Vamosi
6b3aa73c17
fix lv_obj_del
2020-03-21 00:31:24 +01:00
xennex22
7c3e20af49
Added includes
2020-03-20 15:30:51 -07:00
xennex22
d3127af4c7
Fixed function comment
2020-03-20 15:28:11 -07:00
xennex22
cc8667482f
Added lv_utils_set_decimal_separator
2020-03-20 15:26:43 -07:00
xennex22
41117ac0a9
Added lv_utils_set_decimal_separator
2020-03-20 15:24:17 -07:00
Gabor Kiss-Vamosi
9abe6b89cc
optimize lv_memcpy and lv_memset_...
2020-03-20 21:52:53 +01:00
Gabor Kiss-Vamosi
ac67cad801
remove lv_obj.c/delete_children as it was very similar to lv_obj_del
...
Ref: https://forum.littlevgl.com/t/lv-obj-del-lv-event-delete-ordering/1859
2020-03-20 13:41:47 +01:00
xennex22
9846c3f62c
Renamed lv_gauge_format_cb_t
2020-03-20 04:17:11 -07:00
Gabor Kiss-Vamosi
2a0a6652ae
draw rect: fix overdrawing
2020-03-20 12:16:21 +01:00
xennex22
cd5084cd64
Renamed lv_gauge_format_cb_t
2020-03-20 04:15:38 -07:00
xennex22
9a5acbcb4f
Changed value typedef to int32_t
2020-03-20 03:51:19 -07:00
xennex22
982c65da93
Changed value typedef to int32_t
2020-03-20 03:49:50 -07:00
xennex22
ae64c3ebf3
Removed gauge and line meter value typedef
2020-03-20 03:48:38 -07:00
xennex22
e8d527f2d9
Change value typedef to int32_t
2020-03-20 03:47:23 -07:00
xennex22
7418f46054
Change value typedef to int32_t
2020-03-20 03:46:44 -07:00
xennex22
dd24c844f6
Undo typedef addition
2020-03-20 03:43:34 -07:00
Gabor Kiss-Vamosi
df01215678
draw_rect: remove debug code
2020-03-20 11:18:02 +01:00
Gabor Kiss-Vamosi
34aaf71a17
btnm: fix undeflow in buttons arrea calculation
2020-03-20 11:05:42 +01:00
Gabor Kiss-Vamosi
786e151661
lv_memcpy: fix according to #1413
2020-03-20 10:52:48 +01:00
Gabor Kiss-Vamosi
3e5275708e
add custom memset and optimize masked belnding
2020-03-20 10:35:50 +01:00
Gabor Kiss-Vamosi
3ed8aa86e6
lv_memcpy: minor optimization
2020-03-19 20:45:26 +01:00
Gabor Kiss-Vamosi
3ee8763838
blending a color mixing speed up
2020-03-19 15:29:03 +01:00
Gabor Kiss-Vamosi
dd17e7c9b2
add lv_memcpy.c/h (faster then gcc memcpy)
2020-03-19 15:27:45 +01:00
Gabor Kiss-Vamosi
f4bca3889f
add lv_color_mix_premult
2020-03-19 15:26:55 +01:00
Gabor Kiss-Vamosi
d0864e72e0
Merge branch 'fix/arc-end-angle' into dev-7.0
2020-03-19 09:49:07 +01:00
Gabor Kiss-Vamosi
2af4f70382
arc: do not limit end angle to allow full circle
2020-03-19 09:48:51 +01:00
Gabor Kiss-Vamosi
47c54d5772
fix warnings
2020-03-19 09:47:24 +01:00
Gabor Kiss-Vamosi
8867df8f18
fix conflict
2020-03-19 09:34:11 +01:00
Gabor Kiss-Vamosi
530807eca1
minor fixes
2020-03-19 09:32:42 +01:00
Gabor Kiss-Vamosi
229463d801
update material theme
2020-03-19 09:32:33 +01:00
xennex22
5248e8953f
Added lv_gauge_value_t and lv_linemeter_value_t typedefs
2020-03-17 16:13:55 -07:00
xennex22
7581cfd8c1
Use lv_gauge_value_t for value data type
2020-03-17 09:50:16 -07:00
xennex22
e990b1c521
Use lv_gauge_value_t for value data type
2020-03-17 09:48:06 -07:00
xennex22
69a726940e
Use lv_linemeter_value_t for value data type
2020-03-17 09:45:44 -07:00
xennex22
be685a648e
Use lv_linemeter_value_t for value data type
2020-03-17 09:44:44 -07:00
xennex22
17759f7932
Added gauge & linemeter value typedefs
2020-03-17 09:43:05 -07:00
Gabor Kiss-Vamosi
dc0f0e6e5b
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-03-17 13:54:49 +01:00
Gabor Kiss-Vamosi
aff7eb1653
arc draw fixes
2020-03-17 13:54:37 +01:00
xennex22
61e296dc2a
Remove locale reference
2020-03-17 04:27:56 -07:00
xennex22
72b9a2b739
Added gauge label format function
2020-03-17 04:17:43 -07:00
xennex22
0e5d99d159
Added gauge value format function
2020-03-17 04:14:58 -07:00
xennex22
9e1c261eb0
Added lv_utils_num_to_str_fixed
2020-03-17 04:12:26 -07:00
xennex22
546909c1d2
Added lv_utils_num_to_str_fixed
2020-03-17 04:10:42 -07:00
Gabor Kiss-Vamosi
de103cf0d2
textarea: fix special case of copy, with online + center align + RTL base dir
2020-03-17 07:15:56 +01:00
Themba Dube
ab10bdaa03
Make lv_switch respect base direction
2020-03-16 13:58:09 -04:00
Gabor Kiss-Vamosi
f8c8c75361
dropdown: fixes with RTL basedir
2020-03-16 16:23:14 +01:00
Gabor Kiss-Vamosi
fd302d259e
obj positiong fixes with RTL base dir
2020-03-16 16:07:52 +01:00
Gabor Kiss-Vamosi
89fd050df1
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-03-16 15:47:46 +01:00
Gabor Kiss-Vamosi
5f41d3e24a
imporve light theme + minor fixes
2020-03-16 15:46:31 +01:00
Themba Dube
82d4c8d6ed
lv_bar: fix #1406 (animation issue)
2020-03-14 16:16:33 -04:00
Themba Dube
b5371e9830
Merge branch 'dev-7.0' of github.com:littlevgl/lvgl into dev-7.0
2020-03-14 15:57:43 -04:00
Themba Dube
d399dec0c7
Improve slider handling
2020-03-14 15:57:35 -04:00
hamidrm
95cad47068
Add Arabic & Persian letters in the RTL range
2020-03-14 22:53:59 +03:30
hamidrm
d53d09bb71
AP font name changed
2020-03-14 21:52:37 +03:30
hamidrm
fe28c947c4
Arabic and Persian text support
2020-03-14 21:43:09 +03:30
Gabor Kiss-Vamosi
b58edce0d0
theme material: add padding around page's scrollable
2020-03-14 00:03:18 +01:00
Gabor Kiss-Vamosi
6fbf7db1a6
review material theme
2020-03-14 00:01:03 +01:00
Gabor Kiss-Vamosi
66bc27e424
Merge pull request #1408 from xennex22/dev-7.0
...
dropdown: convert static options to dynamic when lv_dropdown_add_option is called
2020-03-13 10:19:19 +01:00
embeddedt
00bc5440ad
Fix uninitialized variable usage in tabview
2020-03-12 13:18:24 -04:00
Gabor Kiss-Vamosi
e7bab27708
draw label: skip empty letters. Closes #1407
2020-03-12 12:03:17 +01:00
Gabor Kiss-Vamosi
8f89ba2093
page scroll propagation: clear scroller's scrollbar visiblilty in DRAG mode
2020-03-11 22:23:31 +01:00
Gabor Kiss-Vamosi
2d71bc7cc5
msgbox: fix for multi line button matrix
2020-03-11 22:22:39 +01:00
xennex22
f6b8a2f1b6
Added lv_dropdown_clear_options, convert options when adding
2020-03-11 13:14:47 -07:00
xennex22
e19ce6b451
Added lv_dropdown_clear_options
2020-03-11 13:11:50 -07:00
xennex22
d5ab09cf7f
Reset number of options when clearing static options
2020-03-11 03:36:25 -07:00
xennex22
bcbcb6f31d
Fixed lv_dropdown_add_option with default static options
2020-03-11 03:30:56 -07:00
Gabor Kiss-Vamosi
1023909acd
minor fixes
2020-03-11 08:14:08 +01:00
Gabor Kiss-Vamosi
8cdc8bf6fc
group related fixes
2020-03-10 22:11:17 +01:00
Gabor Kiss-Vamosi
ca5a78bb5b
group related fixes
2020-03-10 21:01:53 +01:00
Gabor Kiss-Vamosi
5ef87d7359
group related fixes
2020-03-10 20:55:44 +01:00
Gabor Kiss-Vamosi
2ebb68af96
drodown: add default options
2020-03-10 20:55:44 +01:00
Gabor Kiss-Vamosi
27e6525a7a
add __func__ to log messages
2020-03-10 20:55:44 +01:00
Gabor Kiss-Vamosi
95c64cf7f3
add lv_win_Set_btn_width
2020-03-10 20:55:44 +01:00
Gabor Kiss-Vamosi
4944613152
indev: imrove handling of disabled obejcts
2020-03-10 20:55:44 +01:00
Gabor Kiss-Vamosi
cd85d96fca
style refresh fixes
2020-03-10 20:55:44 +01:00
Gabor Kiss-Vamosi
c26635ed3e
Update lv_port_disp_template.c
2020-03-10 13:28:33 +01:00
Gabor Kiss-Vamosi
5ad1cb76c2
increase animation task priority
2020-03-10 11:59:51 +01:00
Gabor Kiss-Vamosi
c3f8b19ec9
remove lv_obj_float_top_in
2020-03-10 10:51:47 +01:00
Gabor Kiss-Vamosi
364955c7d7
optimize lv_obj_get_draw_rect_ext_pad_size
2020-03-10 10:51:47 +01:00
Gabor Kiss-Vamosi
291545224c
arc: handle out of bounds start/end values
2020-03-10 10:51:47 +01:00
Gabor Kiss-Vamosi
5c1eaf7a3a
add lv_obj_float_top_in()
2020-03-10 10:51:47 +01:00
Gabor Kiss-Vamosi
806d7dd8d5
minor foxes
2020-03-10 10:47:14 +01:00
Gabor Kiss-Vamosi
dc4e643f62
style refresh optimizations
2020-03-10 10:41:48 +01:00
Gabor Kiss-Vamosi
498f050262
fix warnings
2020-03-10 08:34:07 +01:00
Gabor Kiss-Vamosi
48a4cc3fc6
renames an fixes
2020-03-09 15:19:23 +01:00
Gabor Kiss-Vamosi
5ad4ede4d2
transition fixes with time = 0
2020-03-09 15:19:16 +01:00
Gabor Kiss-Vamosi
7bfc82317a
led: add LV_LED_BRIGHT_MIN/MAX global configs and limit brightness between them
2020-03-09 15:18:19 +01:00
Gabor Kiss-Vamosi
1f2c772e06
do not redraw anything if the active screen was deleted. Closes #1387
2020-03-08 04:06:34 +01:00
Gabor Kiss-Vamosi
f2d67bd4e9
roller: fix lv_roller_set_selected in INFINITE moed. Fixes #1404
2020-03-08 03:54:40 +01:00
Gabor Kiss-Vamosi
25b8185683
minor renames
2020-03-08 03:36:18 +01:00
Gabor Kiss-Vamosi
8880326abd
img_decoder: return on out of memory error
2020-03-08 03:36:03 +01:00
embeddedt
6348fe079d
Update URL of ESP32 port
...
Requested by @C47D
2020-03-07 16:00:20 -05:00
Gabor Kiss-Vamosi
ad44495146
remove accidentally enabled LV_BUILD_TEST
2020-03-07 10:25:42 +01:00
embeddedt
48cbc84e5c
lv_img_decoder: fix incorrect debug assert ( #1402 )
2020-03-06 10:22:33 -05:00
Gabor Kiss-Vamosi
c33d875015
minor renames and fixes
2020-03-06 13:14:39 +01:00
Gabor Kiss-Vamosi
5578b0b496
refine imgbtn API to work smoother with tiled mode
2020-03-06 13:14:39 +01:00
Themba Dube
da4115e652
Do not build tests by default
2020-03-05 20:05:18 -05:00
embeddedt
ffdf2ed542
Fix #1401 : wrong roller opt selected with pointer-based input
2020-03-05 10:06:48 -05:00
Gabor Kiss-Vamosi
3dc8b9ab0d
make style API C++ compatible
2020-03-05 15:39:11 +01:00
embeddedt
c513977559
Fix #1400 : divide-by-zero error in lv_mem_monitor
2020-03-04 18:10:45 -05:00
Gabor Kiss-Vamosi
d79fb70aaa
linemeter: increase the precision of sine/cos interpolation
...
it needs the same time to caclulate then a lower resolution
2020-03-04 16:44:20 +01:00
Gabor Kiss-Vamosi
4e10efd642
minor fixes and renames
2020-03-04 16:29:21 +01:00
Gabor Kiss-Vamosi
4afd47e5ab
further improve linemeters line precision by interpolating sine and cos values
2020-03-04 14:43:08 +01:00
Gabor Kiss-Vamosi
f9bcde4e6f
use a fix value LV_RADIUS_CIRCLE
...
It messed up roundind when lv_coord_t is int32_t
2020-03-04 12:15:26 +01:00
Gabor Kiss-Vamosi
e1b188f705
fix overflow and reduce lines direction error
2020-03-04 12:09:43 +01:00
Gabor Kiss-Vamosi
f9fa0add86
lv_draw_line: fix crash with masks
2020-03-04 12:09:43 +01:00
Gabor Kiss-Vamosi
1b3d1fcb8e
Merge pull request #1398 from xennex22/dev-7.0
...
Make dropdown options dynamic
2020-03-04 11:31:32 +01:00
Gabor Kiss-Vamosi
419d8912f8
draw_label: fix goining to the first visible line
2020-03-04 11:09:36 +01:00
Gabor Kiss-Vamosi
5c6a7fa6d3
btn: fix lv_btn_set_state to remove DIABLED state if other state is set
2020-03-04 11:09:10 +01:00
Gabor Kiss-Vamosi
cec2660724
imgbtn: improve to use LV_STYLE_TRANSFORM_WIDTH/HEIGHT
2020-03-04 11:08:20 +01:00
Gabor Kiss-Vamosi
59d95b697e
fix lv_obj_finish_transition to apply the latest transition in the end
2020-03-04 11:07:29 +01:00
Gabor Kiss-Vamosi
a663578ebc
optimize lv_obj_refresh_style
2020-03-04 11:06:47 +01:00
Gabor Kiss-Vamosi
5c1eac455f
disable PERF_MONITOR by default
2020-03-04 11:03:31 +01:00
Gabor Kiss-Vamosi
1ff6fc28d3
imgbtn: allow bg drawing
2020-03-04 09:14:07 +01:00
Gabor Kiss-Vamosi
048b5cfb60
lv_conf_template updates
2020-03-04 09:14:07 +01:00
Gabor Kiss-Vamosi
2e9f1139e3
rect bg draw: fix overdrawn line in the middle with LV_RADIUS_CIRCLE
2020-03-04 09:09:28 +01:00
xennex22
f9d467e3e7
Changed lv_dropdown_add_option parameter from int to uint16_t
2020-03-03 06:37:51 -08:00
Gabor Kiss-Vamosi
2f44d9045b
run formatter
2020-03-03 15:37:13 +01:00
xennex22
78260c31f2
Removed debug code
2020-03-03 06:37:01 -08:00
Gabor Kiss-Vamosi
b1f059375d
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-03-03 15:36:54 +01:00
Gabor Kiss-Vamosi
caad3c9d1b
empty theme: set LV_OPA_COVER for screens by default
2020-03-03 15:35:26 +01:00
Gabor Kiss-Vamosi
4d5b9a02cf
fix unititalized variable in lv_img_buf_transform_init
2020-03-03 15:34:49 +01:00
Gabor Kiss-Vamosi
e146da0532
fix transitions
2020-03-03 15:34:10 +01:00
xennex22
cc34ecfa69
Fixed options insert bugs
2020-03-02 21:01:24 -08:00
xennex22
069dd439e3
Fixed lv_dropdown_add_option bugs
2020-03-02 09:10:48 -08:00
xennex22
a0925b0b95
Fixed filename in header comment
2020-03-02 08:22:12 -08:00
xennex22
42fdf16dc3
Added dynamic options cleanup
2020-03-02 08:20:02 -08:00
xennex22
b11d077b6c
Changed options to dynamic allocation
2020-03-02 08:18:58 -08:00
xennex22
a9f85a6efd
Changed options to dynamic allocation
2020-03-02 08:12:42 -08:00
Gabor Kiss-Vamosi
9291c81829
fix warnings
2020-03-01 07:48:23 +01:00
Gabor Kiss-Vamosi
234f0e761b
chart: fixes for faded ara under lines
2020-03-01 07:41:55 +01:00
Gabor Kiss-Vamosi
e51962e361
table: optimize style queries
2020-03-01 02:00:03 +01:00
Gabor Kiss-Vamosi
ac75bfaa54
img copy: copy parameters
2020-03-01 01:59:42 +01:00
Gabor Kiss-Vamosi
38a4c14e07
draw border: optimization when only top+bottom sides are shown
2020-03-01 01:59:06 +01:00
Gabor Kiss-Vamosi
705d7ebaef
draw_boder: return on LV_DRAW_SIDE_NONE
2020-03-01 00:00:20 +01:00
Gabor Kiss-Vamosi
7f06779179
Merge pull request #1394 from Maldus512/master
...
Added mirror option for line meters
2020-02-29 21:23:53 +01:00
Gabor Kiss-Vamosi
acbcf109f9
lmeter: fix mirror prototypes
2020-02-29 21:22:58 +01:00
Mattia Maldini
ab4706bc09
Update src/lv_objx/lv_lmeter.h
...
Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2020-02-29 17:53:05 +01:00
Mattia Maldini
0303110dc3
Update src/lv_objx/lv_lmeter.c
...
Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2020-02-29 17:52:32 +01:00
Gabor Kiss-Vamosi
c74e40922e
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-02-29 13:36:25 +01:00
Gabor Kiss-Vamosi
d3bcdcb8fb
add theme template and empty
2020-02-29 13:35:53 +01:00
embeddedt
107aafaf6a
Merge pull request #1395 from xennex22/dev-7.0
...
Rename/move some defines
2020-02-28 11:46:22 -05:00
xennex22
45910077ad
Minor comment change
2020-02-28 08:38:42 -08:00
xennex22
336ca64abe
Changed LV_USE_LMETER to LV_USE_LINEMETER
2020-02-28 08:22:30 -08:00
xennex22
ccd27ff0fe
Changed LV_USE_LMETER to LV_USE_LINEMETER
2020-02-28 08:21:24 -08:00
xennex22
611f25e1e6
Changed LV_USE_LMETER to LV_USE_LINEMETER
2020-02-28 08:20:23 -08:00
xennex22
4fe85b5516
Moved define to header
2020-02-28 08:16:11 -08:00
xennex22
45f15274e4
Moved define to header
2020-02-28 08:15:19 -08:00
Mattia Maldini
97c9971c2a
Added mirror option for line meters
2020-02-28 15:36:19 +01:00
Gabor Kiss-Vamosi
ea81e21dd0
reduce CPU usage of the performance monitor
2020-02-28 13:22:44 +01:00
Gabor Kiss-Vamosi
f25633f60f
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-02-28 13:10:25 +01:00
Gabor Kiss-Vamosi
d55f22931f
optimize skew line drawing
2020-02-28 13:09:48 +01:00
Gabor Kiss-Vamosi
fbe95a5e7e
fixes for performance monitor
2020-02-27 15:48:29 +01:00
Gabor Kiss-Vamosi
760e0eefd6
Add performance monitor
2020-02-27 15:07:18 +01:00
Gabor Kiss-Vamosi
6e6aeb8f09
material theme: simplify line chart's default style
2020-02-27 06:49:29 +01:00
Gabor Kiss-Vamosi
0e934e74fd
chart: fix clipped first point
2020-02-27 06:42:08 +01:00
Gabor Kiss-Vamosi
f5e61fdb38
Update lv_version.h
2020-02-26 23:50:16 +01:00
Gabor Kiss-Vamosi
6e6ec16295
release_patch.py: fix incrementing version number
2020-02-26 23:49:20 +01:00
Gabor Kiss-Vamosi
2ead495903
Release v6.1.2
2020-02-26 23:35:12 +01:00
Gabor Kiss-Vamosi
75d44d0538
add release_patch.py
2020-02-26 23:31:16 +01:00
Gabor Kiss-Vamosi
3403ec8332
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-02-26 23:04:45 +01:00
Gabor Kiss-Vamosi
1ddff88a81
make doxygen quite
2020-02-26 22:59:12 +01:00
Gabor Kiss-Vamosi
1239e415ad
fix when LV_ANTIALIAS=0
2020-02-26 20:15:29 +01:00
Gabor Kiss-Vamosi
41907f9f3c
run astyle code formatter
2020-02-26 19:48:27 +01:00
Gabor Kiss-Vamosi
9d1a1d51d0
replace clag format with astyle
2020-02-26 19:46:58 +01:00
Gabor Kiss-Vamosi
13b1ec2e62
remove lv_conf_checker.h
2020-02-26 19:38:35 +01:00
Gabor Kiss-Vamosi
d7c59c3158
Merge branch 'master' into dev-7.0
2020-02-25 15:33:58 +01:00
Gabor Kiss-Vamosi
8e4297ad73
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-02-25 15:32:51 +01:00
Gabor Kiss-Vamosi
16ed5c605a
run cppcheck and fix issues
2020-02-25 15:32:35 +01:00
Gabor Kiss-Vamosi
7464778b8b
fix warning
2020-02-25 10:49:34 +01:00
Gabor Kiss-Vamosi
58c6bee99a
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-02-25 10:48:00 +01:00
Gabor Kiss-Vamosi
65f14a33af
rename lv_spinner_spinner_anim to lv_spinner_anim_cb
2020-02-25 10:47:49 +01:00
Gabor Kiss-Vamosi
cb4fee4197
add lv_obj_finish_transitions
2020-02-25 10:47:30 +01:00
Gabor Kiss-Vamosi
10ae15e030
remove const from transitpon_path set/get functions
2020-02-25 10:16:31 +01:00
Gabor Kiss-Vamosi
8e45fd5fde
update clag-formatter.sh
2020-02-25 09:30:00 +01:00
Gabor Kiss-Vamosi
b91d42b6d5
fix warnings
2020-02-25 09:18:00 +01:00
Gabor Kiss-Vamosi
0543b4d77f
textarea: make the placeholder a simple text instead of a label
2020-02-25 09:15:56 +01:00
Gabor Kiss-Vamosi
c498b32c18
minor fixes
2020-02-25 09:15:28 +01:00
Gabor Kiss-Vamosi
c76ff89af3
add va_list support to LV_LOG functions
2020-02-25 08:38:56 +01:00
Gabor Kiss-Vamosi
3414433fd8
Merge pull request #1392 from Maldus512/master
...
Added overflow check while calculating label height
2020-02-24 15:53:53 +01:00
Gabor Kiss-Vamosi
963140fd74
rename lv_obj_set/get_style_... to lv_obj_set/get_style_local_...
2020-02-24 12:33:03 +01:00
Mattia Maldini
68b93ea002
Added overflow check while calculating label height
2020-02-23 17:10:20 +01:00
Gabor Kiss-Vamosi
5886736522
renames in styles: TRANS->TRANSITION, WIDTH/HEIGHT->TRANSFORM_WIDTH/HEIGHT
2020-02-23 07:51:33 +01:00
Gabor Kiss-Vamosi
a2cb85608a
fix warning
2020-02-23 07:26:43 +01:00
Gabor Kiss-Vamosi
52451636c3
elminate dead code on some returns. Fixes #1391
2020-02-23 07:23:44 +01:00
Gabor Kiss-Vamosi
66a25f158c
minor fixes
2020-02-23 07:16:40 +01:00
Gabor Kiss-Vamosi
f4f3cc2542
fix warnings
2020-02-22 07:06:31 +01:00
Gabor Kiss-Vamosi
db7e5ae2f4
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-02-22 01:09:51 +01:00
Gabor Kiss-Vamosi
482a53e16e
rename LV_STATE_NORMAL to LV_STATE_DEFAULT
2020-02-22 01:09:29 +01:00
Gabor Kiss-Vamosi
02c6aed382
add LV_STYLE_WIDTH/HEIGHT + theme update
2020-02-22 01:05:13 +01:00
Gabor Kiss-Vamosi
a9d3dce55b
obj: remove state_dsc, from now a simple state is enough
2020-02-21 16:56:10 +01:00
Gabor Kiss-Vamosi
78923b6b9b
support transition on virtual styles too
2020-02-21 16:33:42 +01:00
Gabor Kiss-Vamosi
05b8db0192
new transitions for the main style is working
2020-02-21 15:33:57 +01:00
Gabor Kiss-Vamosi
7756d0cc88
start to improve style transitions
2020-02-21 10:50:50 +01:00
Gabor Kiss-Vamosi
7f14726ba3
theme updates
2020-02-21 06:04:46 +01:00
embeddedt
1122e301ea
Fix extra return statement in lv_bar_get_value
2020-02-20 16:45:59 -05:00
Gabor Kiss-Vamosi
8dcfc535b3
start to make material theme more general
2020-02-20 16:01:49 +01:00
Gabor Kiss-Vamosi
759c4ccb35
use 0.1 degree resolution for image rotation in lv_img and lv_canvas
2020-02-20 14:31:17 +01:00
Gabor Kiss-Vamosi
9d7e9f8cb3
fix warnings
2020-02-20 12:27:33 +01:00
Gabor Kiss-Vamosi
0dc1f38d80
imgbtn: compiler error fixes
2020-02-20 12:15:07 +01:00
Gabor Kiss-Vamosi
ecbf97178d
add lv_obj_fade_in/out
2020-02-20 12:14:53 +01:00
Gabor Kiss-Vamosi
63ae4a6570
add lv_anim_get_delay()
2020-02-20 12:14:17 +01:00
Gabor Kiss-Vamosi
d979cb7f21
spinbox: add support to 'cursor position with click'
2020-02-20 05:08:03 +01:00
Gabor Kiss-Vamosi
94af20a451
spinbox: add inc/dec event callbacks to be used with +/- buttons created for the spinbox
2020-02-19 12:47:28 +01:00
Gabor Kiss-Vamosi
2091ee3261
roller: fix build errror with disabled animations
2020-02-19 12:46:31 +01:00
Gabor Kiss-Vamosi
49d86040f9
improve roller's theme
2020-02-19 11:52:32 +01:00
Gabor Kiss-Vamosi
e653aacad9
roller: minor fixes
2020-02-19 11:52:15 +01:00
Gabor Kiss-Vamosi
7b6ef62573
upade layout's comments
2020-02-19 06:58:42 +01:00
Gabor Kiss-Vamosi
ac0e477c70
roller: fix broken animtion
2020-02-19 06:39:55 +01:00
Gabor Kiss-Vamosi
748c84c88c
add LV_LAYOUT_PRETTY_TOP/MID/BOTTOM instead of LV_LAYOUT_PRETTY
2020-02-19 06:34:35 +01:00
Gabor Kiss-Vamosi
0310f2d789
change anim API and add repeat count
2020-02-19 06:18:24 +01:00
Anton Svitenkov
320ee83dac
Fix initialization of disp->last_activity_time ( #1388 )
...
if we use custom memory allocation, 'last_activity_time' must be initialized with zero value
Co-authored-by: ftrtyfytfjh <email@email.com >
2020-02-18 07:44:20 -05:00
Gabor Kiss-Vamosi
7fa082b7b5
merge master
2020-02-18 12:29:01 +01:00
Themba Dube
7a022772fc
Merge branch 'fix_warnings' into dev-7.0
2020-02-17 19:17:12 -05:00
Themba Dube
914383eea3
Move all uses of _LV_OBJ_STYLE_SET_GET_DECLARE to lv_obj_style_dec.h
2020-02-17 19:14:53 -05:00
Gabor Kiss-Vamosi
f3cad63565
fix include in built-in font
2020-02-17 16:07:00 +01:00
Gabor Kiss-Vamosi
9b01f37fc7
textarea: use 'bullet' instead of '*' in pwd mode if available
2020-02-17 16:04:16 +01:00
Gabor Kiss-Vamosi
87b192c61d
draw: add blend_mode fields to draw dscs to avoid a lot #if #endif if LV_USE_BLEND_MODES = 0
2020-02-17 16:03:49 +01:00
Gabor Kiss-Vamosi
dde1547be1
add LV_USE_BLEND_MODES and LV_USE_OPA_SCALE
...
it saves some style property queries by skipping some rarely used proeprties
2020-02-17 15:41:24 +01:00
Gabor Kiss-Vamosi
173206037d
style transition fixes
2020-02-17 14:36:32 +01:00
Gabor Kiss-Vamosi
def245f939
Merge pull request #1385 from DeonMarais64/patch-1
...
Fix warning
2020-02-17 09:37:37 +01:00
Gabor Kiss-Vamosi
d1e3aa254d
add ext. click are to the slider
2020-02-17 06:59:01 +01:00
Gabor Kiss-Vamosi
a0827e74e2
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-02-17 06:45:09 +01:00
Gabor Kiss-Vamosi
0a06c70c27
disable LV_TXT_LINE_BREAK_LONG_LEN by default
2020-02-17 06:44:56 +01:00
Gabor Kiss-Vamosi
943e6cd4d4
Merge pull request #1386 from ShenRen/dev-7.0
...
add a object`s user data free interface (redo)
2020-02-17 06:03:47 +01:00
RenShen
5199bda6f6
add a object`s user data free interface
2020-02-16 22:24:26 +08:00
Deon Marais
58483fc1aa
Fix warning
...
Warning: transfer of control bypasses initialization lv_tabview.c 926
2020-02-16 06:29:48 +02:00
Themba Dube
8b61bfc70a
lv_roller_signal: initialize res variable
2020-02-15 15:22:24 -05:00
Themba Dube
2d8254a91d
lv_btnmatrix: don't crash when pointer events aren't on a button
2020-02-15 15:13:57 -05:00
Themba Dube
63ad3df793
Fix some warnings
2020-02-15 14:18:47 -05:00
Themba Dube
7722a2b49d
Remove unneeded call to lv_obj_set_pos
2020-02-15 13:34:17 -05:00
Themba Dube
4a4e6b59b1
Fix two -Wuninitialized warnings
2020-02-15 13:31:47 -05:00
Gabor Kiss-Vamosi
332124f1f4
fix theme include
2020-02-15 11:57:10 +01:00
Gabor Kiss-Vamosi
75233b6499
style opa default value fixes
2020-02-15 11:29:54 +01:00
Gabor Kiss-Vamosi
16df7844e2
theme msgbox updates
2020-02-15 08:47:12 +01:00
Gabor Kiss-Vamosi
6c1a96ce2d
make style transitions smoother
2020-02-15 02:56:24 +01:00
Gabor Kiss-Vamosi
b6388bc5ac
clean up the widgets style lists on delete
2020-02-15 02:30:20 +01:00
Gabor Kiss-Vamosi
761295b99d
fixes in various configurations
2020-02-15 02:19:44 +01:00
Gabor Kiss-Vamosi
b8676b26b2
renames and fixes
2020-02-15 00:33:26 +01:00
Gabor Kiss-Vamosi
8a1a5e524f
rename lv_objx/ to lv_widgets/
2020-02-14 22:04:33 +01:00
Gabor Kiss-Vamosi
c9855c3028
merge dev-7.0
2020-02-14 18:26:31 +01:00
Gabor Kiss-Vamosi
a265b8d5c6
merge master
2020-02-14 18:22:51 +01:00
Gabor Kiss-Vamosi
c00750d19f
lv_tileview: fix scroll animation
2020-02-14 18:19:24 +01:00
Gabor Kiss-Vamosi
c2fb6c9af2
minor renames and fixes
2020-02-14 17:03:25 +01:00
embeddedt
36a4307930
Send proper tile ID in tileview VALUE_CHANGED event
2020-02-14 10:06:44 -05:00
Gabor Kiss-Vamosi
61d4993cee
fit, layout and state renames
2020-02-14 13:38:48 +01:00
Gabor Kiss-Vamosi
220d98ffaa
remove teh old themes
2020-02-14 12:56:16 +01:00
Gabor Kiss-Vamosi
74d3c8b034
minor theme fixes
2020-02-14 12:55:33 +01:00
Gabor Kiss-Vamosi
3221e56e18
fixes after rename
2020-02-14 12:44:15 +01:00
Gabor Kiss-Vamosi
53f774a61e
rename files too
2020-02-14 12:40:09 +01:00
Gabor Kiss-Vamosi
bd9299c89e
rename ta, cb, sw, ddlist, mbox, kb, btnm, lmeter, preload
2020-02-14 12:36:49 +01:00
Gabor Kiss-Vamosi
738faeda21
minor fixes
2020-02-14 12:22:52 +01:00
Gabor Kiss-Vamosi
30910e392b
remove a patch file
2020-02-14 10:22:02 +01:00
Gabor Kiss-Vamosi
ed3f0e478c
further image invalidataion improvments
2020-02-14 10:21:38 +01:00
Gabor Kiss-Vamosi
9d664b27ec
image invalidation fixes
2020-02-14 09:44:39 +01:00
Gabor Kiss-Vamosi
f83ecfb16f
image invalidation fixes
2020-02-14 08:10:25 +01:00
Gabor Kiss-Vamosi
2d0fd69910
fixes for mbox and roller
2020-02-13 14:39:15 +01:00
Gabor Kiss-Vamosi
8920865b7e
unify LV_STYLE_STATE_.. and LV_OBJ_STATE_... to LV_STATE_...
2020-02-13 14:26:58 +01:00
Gabor Kiss-Vamosi
55124afe66
minor fixes
2020-02-13 13:56:08 +01:00
Gabor Kiss-Vamosi
4cfeb9e985
minor fixes
2020-02-13 06:56:14 +01:00
Gabor Kiss-Vamosi
40e2da1905
update port templates
2020-02-13 06:55:36 +01:00
Gabor Kiss-Vamosi
1b690e6238
renames and minor fixes
2020-02-12 08:54:03 +01:00
embeddedt
b9697df3a1
Warn if lv_obj_set_pos is called on a screen object
2020-02-11 08:42:04 -05:00
Gabor Kiss-Vamosi
1c0d445e7f
integrate win
2020-02-11 09:40:40 +01:00
Gabor Kiss-Vamosi
e0fa621e75
add lv_obj_get_draw_rect_ext_pad_size to unify getting ext draw pad
2020-02-11 06:41:41 +01:00
Gabor Kiss-Vamosi
418e84abbd
label: bg padding make the label smaller
...
(no extra virtual size)
2020-02-11 06:41:41 +01:00
Gabor Kiss-Vamosi
2f17d43c13
add STYLE_OUTlINE
2020-02-11 06:41:41 +01:00
Gabor Kiss-Vamosi
fe3e767717
integrate cpicker
2020-02-11 06:41:03 +01:00
Gabor Kiss-Vamosi
ffd8fbec01
improve border drawing
2020-02-10 01:32:25 +01:00
Gabor Kiss-Vamosi
6d0dd49aff
arc draw fixes
2020-02-10 01:08:49 +01:00
Gabor Kiss-Vamosi
6996f41ea7
Revert "imporve arc drawing"
...
This reverts commit 35774188a0 .
2020-02-10 01:07:06 +01:00
Gabor Kiss-Vamosi
35774188a0
imporve arc drawing
2020-02-10 00:38:16 +01:00
Gabor Kiss-Vamosi
0381cc60c5
add PATTERN_REPEAT again
...
It's good complementer of VALUE. PATTERN can be an image on a button and VALUE can be any extra text
2020-02-10 00:30:17 +01:00
Gabor Kiss-Vamosi
0dd6de58b4
chart draw fix
2020-02-10 00:21:19 +01:00
Gabor Kiss-Vamosi
5fe82bd4b8
drawing speed up
2020-02-09 23:08:25 +01:00
Gabor Kiss-Vamosi
48e6f092e3
Merge branch 'feat-new-style' of https://github.com/littlevgl/lvgl into feat-new-style
2020-02-09 21:40:02 +01:00
Gabor Kiss-Vamosi
bd1b521a6d
table reduce style querries
2020-02-09 21:34:19 +01:00
Gabor Kiss-Vamosi
4d8d45eecd
page scrollbar draw fix
2020-02-09 21:26:09 +01:00
Gabor Kiss-Vamosi
6e771ecd5e
ddlist: trucate size of would be dropped out of the screen
2020-02-09 11:23:22 +01:00
Gabor Kiss-Vamosi
32d8398089
draw border fix
2020-02-09 11:16:35 +01:00
Gabor Kiss-Vamosi
b1c89c3a93
draw birder fix
2020-02-09 10:59:45 +01:00
Gabor Kiss-Vamosi
eb43ac7b51
add #if guard to tests
2020-02-09 10:59:38 +01:00
Gabor Kiss-Vamosi
114994fa8c
various draw speed improvments
2020-02-09 10:48:34 +01:00
xennex22
43a06b41be
Fix a few compiler warnings ( #1371 )
2020-02-07 16:28:14 -05:00
Gabor Kiss-Vamosi
2cd3a5ac09
Merge pull request #1370 from littlevgl/embeddedt-patch-1
...
Ensure lv_ta_set_one_line doesn't change text alignment
2020-02-07 15:44:36 +01:00
Gabor Kiss-Vamosi
624a37c529
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-02-07 14:04:05 +01:00
Gabor Kiss-Vamosi
bc7efef537
make base_line signed
2020-02-07 14:03:51 +01:00
Gabor Kiss-Vamosi
369376892e
add LV_STYLE_VALUE_... properties
2020-02-07 01:44:22 +01:00
Gabor Kiss-Vamosi
d524a88116
Remove style animations. It's more flexible to make it users task via local styles
2020-02-06 23:01:47 +01:00
Gabor Kiss-Vamosi
a31369678d
merge dev-7.0
2020-02-06 01:08:42 +01:00
Gabor Kiss-Vamosi
197bc46d61
shadow draw fix when he left corners are partially clipped
2020-02-06 00:58:56 +01:00
Gabor Kiss-Vamosi
0598428d0d
minor draw_blend optimizations
2020-02-05 23:19:32 +01:00
Gabor Kiss-Vamosi
e235c4d5ce
arc draw: make full arcs special case
2020-02-05 23:19:18 +01:00
Gabor Kiss-Vamosi
9a8ce0d0e2
arc draw: make full arcs special case
2020-02-05 23:12:24 +01:00
embeddedt
79a65213d6
lv_ta_set_one_line: retrieve text alignment correctly
...
`lv_label_get_align` should be used, not `lv_ta_get_text_align`.
2020-02-05 10:01:44 -05:00
Gabor Kiss-Vamosi
f56013eb31
merge dev-7.0
2020-02-05 15:45:48 +01:00
Gabor Kiss-Vamosi
b3cce8a069
minor arc invalidation fix
2020-02-05 15:44:19 +01:00
Gabor Kiss-Vamosi
4ad256f00e
minor fixes
2020-02-05 15:41:25 +01:00
Gabor Kiss-Vamosi
8b5837cc44
merge dev-7.0
2020-02-05 15:35:53 +01:00
Gabor Kiss-Vamosi
9535c8976a
arc invalidation fixes
2020-02-05 15:32:14 +01:00
Gabor Kiss-Vamosi
167e4d8e25
merge dev-7.0
2020-02-05 15:12:45 +01:00
Gabor Kiss-Vamosi
156d518ba6
revert modified styles
2020-02-05 15:00:03 +01:00
Gabor Kiss-Vamosi
5b85469632
further improve arc invalidation
2020-02-05 14:49:02 +01:00
Gabor Kiss-Vamosi
d4f34cb257
Merge branch 'arc_inv' into dev-7.0
2020-02-05 14:10:07 +01:00
Gabor Kiss-Vamosi
d8e921556a
fix minor issue in arc drawo
2020-02-05 13:59:38 +01:00
Gabor Kiss-Vamosi
883551d50a
fix warning
2020-02-05 13:58:11 +01:00
Gabor Kiss-Vamosi
f5d20f5e30
improve arc invalidation
2020-02-05 12:52:18 +01:00
Gabor Kiss-Vamosi
11b2f53c06
Merge branch 'dev-7.0' into arc_inv
2020-02-05 10:45:28 +01:00
Gabor Kiss-Vamosi
62e42d13d8
merge master
2020-02-05 10:45:10 +01:00
Gabor Kiss-Vamosi
c43704756f
improve arc invalidation
2020-02-05 10:40:50 +01:00
Gabor Kiss-Vamosi
68e77be7f5
arc draw fix
2020-02-05 10:32:58 +01:00
Gabor Kiss-Vamosi
47f9e42f9a
merge dev-7.0
2020-02-05 03:55:03 +01:00
Gabor Kiss-Vamosi
cf8ace602c
improve arc drawing
2020-02-05 03:46:44 +01:00
Gabor Kiss-Vamosi
4c5f713914
arc draw: improve speed
2020-02-05 03:29:16 +01:00
Gabor Kiss-Vamosi
2c7579e947
shadow fix
2020-02-04 19:35:00 +01:00
embeddedt
f960c75e3f
Ensure lv_ta_set_one_line doesn't change text alignment
2020-02-04 08:16:41 -05:00
Gabor Kiss-Vamosi
84ed542b34
Merge pull request #1365 from DeonMarais64/master
...
Incorrect assert, Compiler warning fix
2020-02-04 10:20:11 +01:00
Gabor Kiss-Vamosi
720322ca9e
relace lv_coord_t with int32_t in some performance ciritcal functions
2020-02-04 02:09:15 +01:00
Gabor Kiss-Vamosi
eef239fe70
add LV_STYLE_SCALE_BORDER
2020-02-03 20:49:34 +01:00
Gabor Kiss-Vamosi
cd48d7e473
integrate tileview and preloader + minor improvments
2020-02-03 16:18:53 +01:00
Gabor Kiss-Vamosi
59e70fc6cb
apply click focus on press indetad of release
2020-02-02 16:08:43 +01:00
Gabor Kiss-Vamosi
9a5096308b
finish lv_obj_style_set/get API simplification
2020-02-02 15:58:08 +01:00
Gabor Kiss-Vamosi
61ec04dd4d
start to simplfy lv_obj_style_set/get API
2020-02-02 14:09:19 +01:00
Gabor Kiss-Vamosi
64d281582d
img: add drawing background
2020-02-02 10:39:46 +01:00
Gabor Kiss-Vamosi
a59f0edc0a
improve style transitions
2020-02-01 20:37:13 +01:00
Gabor Kiss-Vamosi
24ff098588
calendar, list, arc and line improvments
2020-02-01 15:02:52 +01:00
Gabor Kiss-Vamosi
5c3746ee72
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-01-31 06:48:54 +01:00
Gabor Kiss-Vamosi
2839f43e24
add lv_obj_invalidate to some canvas functions
2020-01-31 06:48:41 +01:00
Gabor Kiss-Vamosi
27d23dbeea
improve calendar
2020-01-31 06:45:33 +01:00
Deon Marais
4bf228ca2c
Remove incorrect assert
2020-01-30 15:17:02 +02:00
Deon Marais
603786f969
Update lv_label.c
2020-01-30 15:15:36 +02:00
Deon Marais
0065992fcd
Update lv_symbol_def.h
2020-01-30 15:06:43 +02:00
Deon Marais
e60439a9e7
Update lv_symbol_def.h
2020-01-30 15:02:46 +02:00
Deon Marais
6fbc9f3400
Update lv_color.h
2020-01-30 15:00:42 +02:00
Deon Marais
708d68eac1
Update lv_label.c
2020-01-30 14:58:14 +02:00
Gabor Kiss-Vamosi
cde12976ac
label: fix writing out of bounds in LV_LABEL_LONG_FOT mode #1364
2020-01-30 06:39:20 +01:00
Gabor Kiss-Vamosi
0c093da924
win: fix if created as screen
2020-01-30 06:13:15 +01:00
Gabor Kiss-Vamosi
eb44a75bf6
ta, tabview, tileview, win: fix creating as screen. Closes #1363
2020-01-30 05:48:49 +01:00
Gabor Kiss-Vamosi
dde953f0e2
fix warning
2020-01-30 05:41:24 +01:00
Gabor Kiss-Vamosi
6b4ec1ee2e
ta: fix disabling cursor blink. Closes #1361
2020-01-30 05:39:38 +01:00
Deon Marais
1765dde018
Fix compiler warning in lv_color_to16
2020-01-29 17:47:20 +02:00
Deon Marais
eb67692baa
Removed incorrect assert
...
Removed incorrect assert in lv_label_set_static_text
2020-01-29 17:43:36 +02:00
Gabor Kiss-Vamosi
286491b847
improve states and focus handling
2020-01-28 22:15:45 +01:00
Gabor Kiss-Vamosi
e7af52be14
btnm: improve handle focus handling
2020-01-28 15:24:18 +01:00
Gabor Kiss-Vamosi
59ee86faa6
improve click focus
2020-01-28 15:24:02 +01:00
Gabor Kiss-Vamosi
f2c53da294
fix warning in lv_draw_blend.c
2020-01-27 13:29:12 +01:00
Gabor Kiss-Vamosi
f2c7210232
add LV_SIGNAL/EVENT_LEAVE + state and indev improvments
2020-01-24 14:55:56 +01:00
Gabor Kiss-Vamosi
c899edd283
add group handling to the new ddlist
2020-01-24 06:03:43 +01:00
Gabor Kiss-Vamosi
eef94325a0
rework ddlist
2020-01-23 17:16:11 +01:00
Gabor Kiss-Vamosi
d108b2e793
further reduce the memory usage of shadow drawing
2020-01-22 12:38:11 +01:00
Gabor Kiss-Vamosi
18378e0a08
reduce shadow memory usage by ~30%
2020-01-22 00:05:49 +01:00
Gabor Kiss-Vamosi
96e2f87952
fix mem leak in bidi
2020-01-21 22:32:25 +01:00
Gabor Kiss-Vamosi
ff46220426
detach roller from ddlist
2020-01-21 22:09:50 +01:00
Gabor Kiss-Vamosi
da095828dc
reenablea groups + remove overlay style properties
2020-01-21 15:56:03 +01:00
Gabor Kiss-Vamosi
10b9c9b2f5
fix crash on page delete
2020-01-21 07:00:57 +01:00
Gabor Kiss-Vamosi
3ec7ca2b37
theme updates
2020-01-21 06:26:37 +01:00
Gabor Kiss-Vamosi
2dedea5600
apply theme to some objects
2020-01-20 16:11:38 +01:00
Gabor Kiss-Vamosi
a53fca8c7f
fix buffer out of bound error in lv_bidi_get_visual/logicl_pos(). Fixes #1351
2020-01-20 14:51:37 +01:00
Gabor Kiss-Vamosi
9b283981e8
add lv_obj_invalidate_area to replace lv_inv_area in objects. Fixes #1360
2020-01-20 14:47:05 +01:00
Gabor Kiss-Vamosi
ed35420475
start to implement the new theme
2020-01-18 23:34:34 +01:00
Frank
c8027aa70f
draw_blend: fix disp declaration for LV_COLOR_SCREEN_TRANSP ( #1359 )
2020-01-18 08:09:53 -05:00
Gabor Kiss-Vamosi
70a2286f0f
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-01-18 12:16:45 +01:00
Gabor Kiss-Vamosi
33f5448a38
fix overflow on 16 bit MCU in font processing
2020-01-17 15:49:36 +01:00
Gabor Kiss-Vamosi
4d42a06abe
merge dev-7.0
2020-01-17 15:30:19 +01:00
Gabor Kiss-Vamosi
87d5c4d135
indev_gesture: avoid referring NULL pointer
2020-01-17 15:28:13 +01:00
Gabor Kiss-Vamosi
03b0f7fc9a
Merge pull request #1357 from littlevgl/embeddedt-patch-1
...
Make unclickable drop down lists work
2020-01-17 15:21:06 +01:00
Gabor Kiss-Vamosi
1dda6f5222
indev: minor fix to avide potential referring of NULL pointer
2020-01-17 13:43:26 +01:00
Gabor Kiss-Vamosi
6640585827
merge dev-7.0
2020-01-17 13:36:10 +01:00
Gabor Kiss-Vamosi
8d71d87242
anim: reinitialize 'last_task_run' when the first anim is added after suspend
2020-01-17 13:30:48 +01:00
Gabor Kiss-Vamosi
6e5e1ab154
ddlist: fix ext draw pad
2020-01-17 13:23:02 +01:00
zlm
400ca85c67
Add a gesture event and fix an arc drawing bug ( #1300 )
2020-01-16 19:25:02 -05:00
embeddedt
c75d868c2a
Make unclickable drop down lists work
2020-01-16 19:07:38 -05:00
Gabor Kiss-Vamosi
42b561fcdc
add style copy + minor refactoring
2020-01-16 21:25:11 +01:00
Alexey Papkovskiy
ca84aaf6e8
fix calculation of font kerning values ( #1356 )
2020-01-16 12:40:25 -05:00
Gabor Kiss-Vamosi
fae87aa3a3
add style test
2020-01-16 14:27:12 +01:00
Gabor Kiss-Vamosi
805af47113
refactoring: class->style, style_dsc->style_list
2020-01-16 14:26:36 +01:00
Gabor Kiss-Vamosi
8d6a5ac776
chart faded area updates
2020-01-15 06:21:48 +01:00
Gabor Kiss-Vamosi
dabd00088b
merge dev-7.0
2020-01-15 00:13:32 +01:00
Gabor Kiss-Vamosi
55ed99d851
merge master
2020-01-15 00:10:13 +01:00
Gabor Kiss-Vamosi
533b949595
add dashed line support to horizontal and vertical lines
2020-01-15 00:08:29 +01:00
Gabor Kiss-Vamosi
4f33b531b4
integrate chart
2020-01-14 22:53:27 +01:00
Gabor Kiss-Vamosi
3ba87cba48
minor fixes
2020-01-14 21:16:48 +01:00
Gabor Kiss-Vamosi
d7198aeeee
fix polygon drawing
2020-01-14 10:12:36 +01:00
Gabor Kiss-Vamosi
89c0ad468e
improve table borders
2020-01-14 08:36:36 +01:00
Gabor Kiss-Vamosi
c3dddda326
integrate table
2020-01-12 22:08:34 +01:00
Gabor Kiss-Vamosi
b033e9d9c5
merge dev-7.0
2020-01-12 15:38:54 +01:00
Gabor Kiss-Vamosi
5b5400fdf1
experiemnt with style transitions
2020-01-12 15:33:14 +01:00
Gabor Kiss-Vamosi
d134ec39e5
test build clean up
2020-01-12 15:17:30 +01:00
Gabor Kiss-Vamosi
fedd1b93ee
fix test build
2020-01-12 15:15:30 +01:00
Gabor Kiss-Vamosi
5832f080f5
makefile fixes
2020-01-12 15:03:12 +01:00
Gabor Kiss-Vamosi
ea46f2a236
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-01-12 14:35:53 +01:00
Gabor Kiss-Vamosi
b08bf29aed
update makefile for backward compatibility
2020-01-12 14:34:43 +01:00
Gabor Kiss-Vamosi
51928059d2
ta: fix max-length bug in pwd mode
2020-01-11 16:02:23 +01:00
Gabor Kiss-Vamosi
c668c1731d
remove lv_label_body_draw, can be replaced by style
2020-01-10 18:16:20 +01:00
Gabor Kiss-Vamosi
2a3384fdc2
bidi: fix array oveflow
2020-01-10 18:16:07 +01:00
Gabor Kiss-Vamosi
284155aab0
make bg_opa:transp the deafult
2020-01-10 16:01:33 +01:00
Gabor Kiss-Vamosi
6344f5f204
integrate mbox
2020-01-10 14:20:10 +01:00
Gabor Kiss-Vamosi
f8f1605714
calendar: simplify styles, and supprot to draw rect. on eash state
2020-01-10 14:19:42 +01:00
Gabor Kiss-Vamosi
bd5f0206f1
integrate led+imgbtn, add BG to arc
2020-01-10 11:10:07 +01:00
Gabor Kiss-Vamosi
f38c9c8faf
bar and sw anim fixes
2020-01-10 07:58:39 +01:00
Gabor Kiss-Vamosi
54e11bb835
remove TA cursor type. Use cursor style instead.
2020-01-10 06:52:57 +01:00
Themba Dube
00ba66534d
Initialize adv_hittest for non-screen objects
2020-01-09 20:26:46 -05:00
Themba Dube
8f9fb4578c
Properly cast struct initializers in lv_color.h
2020-01-09 19:11:40 -05:00
Themba Dube
59fd1ad5f2
Fix weird behavior with switch knobs
2020-01-09 19:11:14 -05:00
Gabor Kiss-Vamosi
bcd4e22429
copy adv_hittest in lv_obj_create
2020-01-09 18:15:54 +01:00
Gabor Kiss-Vamosi
46bf92cd93
remove old style caching
2020-01-09 16:40:22 +01:00
Gabor Kiss-Vamosi
1fcfdf1e28
allow disabling style casche
2020-01-09 15:36:12 +01:00
embeddedt
d3d8205b2f
Initialize refresh task before creating display objects
2020-01-09 09:21:32 -05:00
Gabor Kiss-Vamosi
e3c85f6baf
improve style caching
2020-01-09 15:10:45 +01:00
Gabor Kiss-Vamosi
5a41efd899
Merge branch 'feat-new-style' of https://github.com/littlevgl/lvgl into feat-new-style
2020-01-09 14:16:58 +01:00
Gabor Kiss-Vamosi
3f617e39d5
try new style caching
2020-01-09 14:16:32 +01:00
Gabor Kiss-Vamosi
b5ce3dd25e
minor style improvements
2020-01-09 01:37:14 +01:00
Gabor Kiss-Vamosi
621ff4e0f7
style optimization
2020-01-08 23:56:51 +01:00
Gabor Kiss-Vamosi
76c792929a
Merge branch 'feat-new-style' of https://github.com/littlevgl/lvgl into feat-new-style
2020-01-08 23:13:37 +01:00
Gabor Kiss-Vamosi
d8e157ed86
style optimizatin
2020-01-08 23:13:08 +01:00
Gabor Kiss-Vamosi
b175b44fed
minor fixes
2020-01-08 21:52:07 +01:00
Gabor Kiss-Vamosi
1b94cf6851
reimplement style caching
2020-01-08 21:31:05 +01:00
Gabor Kiss-Vamosi
02f4dd764f
style improvments + integrate arc, canvas, objmask
2020-01-07 23:43:57 +01:00
Gabor Kiss-Vamosi
2eabc1f693
Merge pull request #1309 from littlevgl/power_efficiency
...
Improve LittlevGL power efficiency
2020-01-07 16:08:05 +01:00
Gabor Kiss-Vamosi
42e6984a75
show the pressed days on calendar
2020-01-07 00:49:47 +01:00
Gabor Kiss-Vamosi
3c150c8e79
remove btn ink effect
...
It was too specific and probably can't be used directly in real life projects
2020-01-06 23:07:57 +01:00
Gabor Kiss-Vamosi
da503aca9f
integrate calendar
2020-01-06 22:14:14 +01:00
Gabor Kiss-Vamosi
6cbd2114e3
rename lv_style_value to lv_style_int
2020-01-06 22:14:04 +01:00
Gabor Kiss-Vamosi
a9e3bbeddc
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-01-06 15:06:01 +01:00
Gabor Kiss-Vamosi
1c46d69ef6
apply lv_obj_realign on parent size change. Close #1308
2020-01-06 15:05:51 +01:00
Gabor Kiss-Vamosi
f31ba6cf6f
fix memory leak in decoding indexed images
2020-01-06 11:23:48 +01:00
Themba Dube
7afd70a005
Fix -Wnarrowing warning
2020-01-05 20:33:11 -05:00
embeddedt
492c9e4178
Fix #1342 (regression from #1319 )
2020-01-05 19:28:29 -05:00
Gabor Kiss-Vamosi
168820118b
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into feat-new-style
2020-01-05 20:05:17 +01:00
Gabor Kiss-Vamosi
73614e6b22
start to separate virtual and real object parts
2020-01-05 20:05:11 +01:00
Themba Dube
3c430cd784
Patch case where animation end frame is smaller than start frame
2020-01-05 12:57:15 -05:00
Gabor Kiss-Vamosi
eea40f41bb
merge dev-7.0
2020-01-05 17:05:54 +01:00
Themba Dube
f583b4ffd5
Add task_list_changed flag
2020-01-05 09:27:09 -05:00
Themba Dube
7fcd4669a4
Merge branch 'dev-7.0' into power_efficiency
2020-01-05 09:13:54 -05:00
Themba Dube
32b4a7fc72
Fix regression that removed smooth animation of bar values
2020-01-05 08:57:09 -05:00
Gabor Kiss-Vamosi
6e2a707cfc
minor fixes
2020-01-05 01:16:13 +01:00
Gabor Kiss-Vamosi
7d25f66060
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-01-05 00:10:17 +01:00
Gabor Kiss-Vamosi
9c599e1cc1
remove chart division lines' extra pixel at the ends
2020-01-04 22:18:30 +01:00
Gabor Kiss-Vamosi
678fbd56d3
fix LV_CHART_TYPE_POINT y misalignment
2020-01-04 22:15:59 +01:00
Gabor Kiss-Vamosi
2c8ebb873e
Merge pull request #1339 from 3096/master
...
lv_btnm fix bug don't toggle if inactive
2020-01-04 22:05:54 +01:00
Gabor Kiss-Vamosi
12222469ea
Merge pull request #1341 from littlevgl/improve-hittest
...
Implement advanced hit-testing for zoomed images
2020-01-04 21:35:25 +01:00
Themba Dube
08a125c860
Make lv_obj_is_point_on_coords accept a constant point
2020-01-04 08:52:52 -05:00
Themba Dube
23625441a8
Implement advanced hit-testing for zoomed images
2020-01-04 08:48:51 -05:00
Themba Dube
9432622948
Allow objects to override bounding-box hit-testing
2020-01-04 08:48:37 -05:00
Gabor Kiss-Vamosi
32770da251
integrate ta, kb
2020-01-03 11:06:11 +01:00
3096
e5e68ac679
lv_btnm: don't toggle if inactive
2020-01-02 22:01:42 -08:00
Gabor Kiss-Vamosi
14ea5ab756
integrate line
2020-01-01 22:01:19 +01:00
Gabor Kiss-Vamosi
aa5634dbcd
integrate lmeter and gauge
2020-01-01 21:44:16 +01:00
Gabor Kiss-Vamosi
bd382fe262
integrate tabview
2020-01-01 18:46:22 +01:00
Gabor Kiss-Vamosi
96b0955e97
solve conflicts
2020-01-01 16:01:31 +01:00
Gabor Kiss-Vamosi
c81f909263
integrate ddlist, roller + add LV_STYLE_PATTERN
2020-01-01 15:25:16 +01:00
Gabor Kiss-Vamosi
72d5ea44d3
revert changes in lv_group.c/h
2020-01-01 07:30:04 +01:00
Themba Dube
4432a3d31f
Merge remote-tracking branch 'origin/master' into dev-7.0
2019-12-31 19:23:21 -05:00
Gabor Kiss-Vamosi
ecc8e48491
integrate img and cb
2019-12-31 23:02:25 +01:00
Gabor Kiss-Vamosi
b4ee25e9cc
integrate image drawing + slider, sw
2019-12-31 22:13:32 +01:00
Gabor Kiss-Vamosi
9b757d30fc
theme improvments
2019-12-31 11:13:09 +01:00
Gabor Kiss-Vamosi
b0fbac3488
start the new theme system
2019-12-31 07:03:34 +01:00
Gabor Kiss-Vamosi
584e88da08
style: integrate page + fixes + refactoring
2019-12-31 06:10:50 +01:00
Gabor Kiss-Vamosi
479012eb48
lv_btnm: fix FOCUS signal
2019-12-30 15:01:15 +01:00
Gabor Kiss-Vamosi
f8f308a72e
lv_event_send_func: obj can be NULL so prevents false positive assert
2019-12-30 14:30:44 +01:00
Gabor Kiss-Vamosi
40ed2b9e26
img_design: return 'not cover' is opa != COVER
2019-12-30 14:25:04 +01:00
Gabor Kiss-Vamosi
da59655d35
minor style fixes + integrate shadow drawing
2019-12-28 01:27:20 +01:00
Gabor Kiss-Vamosi
d80d03ef83
Merge pull request #1333 from amirgon/_lv_mem_buf-root-ptr
...
Add _lv_mem_buf as root pointer for gc
2019-12-28 00:51:34 +01:00
Gabor Kiss-Vamosi
93f6e48fd4
improve rendering time
2019-12-27 15:39:54 +01:00
Gabor Kiss-Vamosi
302f21cbd5
style fixes
2019-12-27 11:16:21 +01:00
Gabor Kiss-Vamosi
54ae93d1eb
add overly style property
2019-12-27 10:21:35 +01:00
embeddedt
b9c8ee1794
Fix typo in ca576434e2
2019-12-26 18:33:24 -05:00
Amir Gonnen
0af0994da1
Add _lv_mem_buf as root pointer for gc
2019-12-26 22:12:26 +02:00
Amir Gonnen
4267acba0d
Comment out prototype without definition ( #1332 )
2019-12-26 14:48:47 -05:00
embeddedt
d3f195e022
Remove use of lv_conf_checker.h
2019-12-26 14:48:14 -05:00
Themba Dube
d9ad45313c
Support LV_CONF_INCLUDE_SIMPLE for backwards compatibility
2019-12-26 11:56:06 -05:00
Themba Dube
36ba091af2
Fix typo in lv_draw_label.c
2019-12-26 11:55:53 -05:00
Themba Dube
b2319f1412
Merge branch 'master' into dev-7.0
2019-12-26 11:16:22 -05:00
Gabor Kiss-Vamosi
26fdb159fe
Delete azure-pipelines.yml
2019-12-26 15:27:39 +01:00
Gabor Kiss-Vamosi
05736f5957
Update azure-pipelines.yml for Azure Pipelines
2019-12-26 15:15:00 +01:00
Gabor Kiss-Vamosi
c400ba1bdb
Update azure-pipelines.yml for Azure Pipelines
2019-12-26 15:14:38 +01:00
Gabor Kiss-Vamosi
b7c6cf94c6
Merge pull request #1324 from CrogST/patch-2
...
disable warning of unused param
2019-12-26 15:12:15 +01:00
Gabor Kiss-Vamosi
7cad0abb9f
Update lv_port_indev_template.c
2019-12-26 15:05:21 +01:00
Gabor Kiss-Vamosi
f4c172f56a
Update lv_port_indev_template.c
2019-12-26 15:05:06 +01:00
Gabor Kiss-Vamosi
e432f64644
Update azure-pipelines.yml
2019-12-26 15:01:48 +01:00
Gabor Kiss-Vamosi
2d203c8a41
Update azure-pipelines.yml for Azure Pipelines
2019-12-26 15:00:47 +01:00
CrogST
ca576434e2
disable warning of unused param
...
If LV_USE_BIDI undefined, than bidi_dir is not used and compiler generate warning.
2019-12-26 13:50:59 +03:00
Gabor Kiss-Vamosi
5dcee31f94
Merge branch 'dev-7.0' into feat-new-style
2019-12-26 04:18:21 +01:00
Gabor Kiss-Vamosi
921b191124
add azure-pipeline.yml
2019-12-26 03:44:06 +01:00
Gabor Kiss-Vamosi
9aa535e30d
Set up CI with Azure Pipelines
...
[skip ci]
2019-12-26 03:42:20 +01:00
Gabor Kiss-Vamosi
0a53c05011
fix warnings
2019-12-26 03:37:28 +01:00
Gabor Kiss-Vamosi
de12286304
temprarly remove _lv_mem_buf from GC roots to fix build error
2019-12-26 03:37:13 +01:00
Gabor Kiss-Vamosi
68984828c3
add tests and lv_conf_internal.h to use LV_CONF_PATH
2019-12-26 02:49:30 +01:00
Gabor Kiss-Vamosi
9cc03b0122
add #1314 again
2019-12-26 02:12:44 +01:00
Gabor Kiss-Vamosi
f5aebd4c2c
start implement style caching
2019-12-26 01:30:20 +01:00
Gabor Kiss-Vamosi
f2388b7db2
simplify lv_obj_create
2019-12-23 01:02:19 +01:00
Gabor Kiss-Vamosi
abb4eb147d
Merge branch 'master' into dev-7.0
2019-12-22 23:21:25 +01:00
Gabor Kiss-Vamosi
47e29bed8e
lv_mem: fix defines for 64 bit environment
2019-12-22 23:21:09 +01:00
Gabor Kiss-Vamosi
5a4e069fb8
minor fixes
2019-12-22 23:19:51 +01:00
Gabor Kiss-Vamosi
07bc58aa9c
merge dev-7.0 into feat-new-style
2019-12-22 22:56:13 +01:00
Gabor Kiss-Vamosi
cd32b27bfc
merge master
2019-12-22 22:52:11 +01:00
Gabor Kiss-Vamosi
095c0bff49
integrate lv_btnm, add built-in styles, move opa_scale to styles, begin style caching
2019-12-22 22:40:02 +01:00
embeddedt
7b4f461944
Implement custom, opt-in hit-testing handlers for objects ( #1318 )
2019-12-22 13:51:02 +00:00
Amir Gonnen
248868fef1
Add lv_deinit function ( #1319 )
2019-12-21 23:35:00 +00:00
Gabor Kiss-Vamosi
ef071d02a7
Merge branch 'c64-test'
2019-12-21 23:07:18 +01:00
Gabor Kiss-Vamosi
65d79a7905
img zoom fix when computing with the edge pixels
2019-12-21 22:11:42 +01:00
Gabor Kiss-Vamosi
a010412fde
roller: fix misalignment if the new options has the same width as the previous
2019-12-21 21:50:41 +01:00
Gabor Kiss-Vamosi
af1453400d
lv_label: bidi fixes
2019-12-21 20:48:44 +01:00
Gabor Kiss-Vamosi
638666f685
fix include in lv_api_map.h
2019-12-21 20:36:19 +01:00
Gabor Kiss-Vamosi
7175231aab
tileview: call drag_end_handler only if it was dragging
2019-12-21 20:27:01 +01:00
Gabor Kiss-Vamosi
1441601e3e
list layout fixes
2019-12-21 20:25:30 +01:00
Gabor Kiss-Vamosi
de1683a4ec
children inherit obj state
2019-12-19 23:16:53 +01:00
Gabor Kiss-Vamosi
c2d254ff2d
Merge pull request #1317 from littlevgl/dd_num_options
...
Add public API for retrieving option_cnt from ddlist/roller
2019-12-19 23:14:17 +01:00
Gabor Kiss-Vamosi
374657c1be
new_style: integrate label
2019-12-19 22:44:18 +01:00
Themba Dube
0a3a8cc2d6
Remove leftover debugging statements
2019-12-19 16:36:29 -05:00
Themba Dube
cba91119e3
Add public API for retrieving option_cnt from ddlist/roller
2019-12-19 16:34:10 -05:00
Themba Dube
73cb9d45d7
Fix improper position calculation for bar indicator
2019-12-19 16:21:39 -05:00
Gabor Kiss-Vamosi
ec0920d933
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2019-12-19 14:41:03 +01:00
Gabor Kiss-Vamosi
51e827776f
merge master
2019-12-19 14:38:36 +01:00
Gabor Kiss-Vamosi
5927de98d3
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2019-12-19 14:10:51 +01:00
Gabor Kiss-Vamosi
b01df265ee
lv_sw: fix knob size calculation
2019-12-19 14:10:36 +01:00
Gabor Kiss-Vamosi
c1db465256
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2019-12-19 11:15:00 +01:00
Gabor Kiss-Vamosi
8e5446c68f
add lv_anim_refr_now()
2019-12-19 11:14:51 +01:00
Gabor Kiss-Vamosi
446a318e6e
add obj and style state
2019-12-19 11:05:04 +01:00
Themba Dube
59441ea6a2
Merge remote-tracking branch 'origin/dev-7.0' into power_efficiency
2019-12-18 20:02:58 -05:00
Gabor Kiss-Vamosi
02ca70c691
new_style: implement generic style set/get functions
2019-12-17 09:20:40 +01:00
Gabor Kiss-Vamosi
fdd4a427f3
Merge pull request #1315 from xennex22/dev-7.0
...
Minor fixes for compiler
2019-12-16 18:51:50 +01:00
xennex22
226e566ebd
removed redundent test for NULL
2019-12-16 07:55:19 -08:00
xennex22
dd9d655b3d
removed redundent line
2019-12-16 07:54:26 -08:00
xennex22
9f447e8a4e
changed fn ptr return type from false to NULL
2019-12-16 07:53:18 -08:00
xennex22
63009588c0
removed unused function prototype
2019-12-16 07:51:07 -08:00
xennex22
92a0ef4be3
removed repeated line
2019-12-16 07:49:22 -08:00
xennex22
145864f872
made default kb maps const
...
also changed "Bksp" -> LV_SYMBOL_BACKSPACE
2019-12-16 07:48:40 -08:00
xennex22
f8c67bcc12
made lv_slider_draw_knob params const
2019-12-16 07:46:33 -08:00
Gabor Kiss-Vamosi
3429e58d3c
Merge pull request #1314 from ElFishle/master
...
Fix problem: letter space is not regarded in width calculation
2019-12-16 13:41:44 +01:00
hannes
5f4f516bef
Fix problem: letter space is not regarded in width calculation
2019-12-16 13:34:10 +01:00
Gabor Kiss-Vamosi
4405ab9cf7
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-12-16 06:14:55 +01:00
Gabor Kiss-Vamosi
1e4883ffc7
lv_page_creeate: fix false positive assert
2019-12-16 06:14:34 +01:00
Gabor Kiss-Vamosi
a101e9a3e5
initial version of new style system
2019-12-14 23:39:26 +01:00
Gabor Kiss-Vamosi
7567679a58
Merge pull request #1312 from patrykkrz/modification
...
Spinbox object - Cursor need shift to left after merge pull request #1220
2019-12-14 11:08:54 +01:00
Gabor Kiss-Vamosi
d7c74d6461
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-12-14 10:49:10 +01:00
Gabor Kiss-Vamosi
d6e4c2f50c
img_cache: for a match, besides src check style too
2019-12-14 10:49:06 +01:00
Patryk Krzywdziński
30539a51ec
Cursor need shift to left after merge pull request #1220
2019-12-13 15:46:55 +01:00
Gabor Kiss-Vamosi
b6b5b68d2c
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-12-11 08:57:37 +01:00
Gabor Kiss-Vamosi
f54ecc470c
fix text processing with negative letter space
2019-12-11 05:33:44 +01:00
Gabor Kiss-Vamosi
6f9d66843c
kb: fix deafult map
2019-12-11 05:17:30 +01:00
Themba Dube
6c64b29d26
Remove leftover debug statements
2019-12-10 20:12:24 -05:00
Themba Dube
5cbff436b4
Suspend the animation task if there are no running animations
2019-12-10 20:10:35 -05:00
Themba Dube
4cb5ab4a03
Suspend the refresh task if a refresh is not necessary
2019-12-10 20:09:40 -05:00
Themba Dube
d20c4bb26a
Consider LV_TASK_PRIO_OFF when finding the delay till next run required
2019-12-10 20:09:22 -05:00
Themba Dube
3b4f648468
Make lv_task_handler() return time remaining till next task needs to be run
2019-12-10 19:47:29 -05:00
Gabor Kiss-Vamosi
cdc2cf90ce
lv_color.h: fix Wconversion warnings
2019-12-10 15:06:26 +01:00
Gabor Kiss-Vamosi
efeec7d3b6
minor conversion fixes to eliminate warnings
2019-12-09 14:35:13 +01:00
Gabor Kiss-Vamosi
fc29f58754
fix _WIN64 test (has only on underscore)
2019-12-09 14:34:53 +01:00
Gabor Kiss-Vamosi
af29b39803
merge master
2019-12-09 14:28:16 +01:00
Gabor Kiss-Vamosi
338abb3862
kb: minor fixes
2019-12-09 13:47:20 +01:00
Gabor Kiss-Vamosi
503b95a514
Merge branch 'dev-7.0' into master
2019-12-09 13:32:11 +01:00
TridentTD
54220ffbf1
Refactor indev_search_obj into a public API ( #1297 )
...
* Add lv_indev_get_obj(...) for finding the topmost object under a point.
* Replace uses of indev_search_obj() with lv_indev_search_obj()
2019-12-08 21:21:56 +00:00
Gabor Kiss-Vamosi
71be75b0ec
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-12-07 21:11:56 +01:00
Gabor Kiss-Vamosi
da2ee84fbb
fix some signal function if debug asssert is enabled
2019-12-07 21:11:38 +01:00
Amir Gonnen
842283d136
bugfix: use size_t also when GC is enabled ( #1304 )
2019-12-06 16:10:04 -05:00
Themba Dube
d7735410c9
Silence GCC warning
2019-12-06 12:31:19 -05:00
Gabor Kiss-Vamosi
f6f5f691f7
update library.json
2019-12-06 14:41:27 +01:00
Gabor Kiss-Vamosi
840f382b64
release v6.1.1
2019-12-06 14:06:57 +01:00
Gabor Kiss-Vamosi
e8dd654ad6
remove the unimplemented lv_ll_swap
2019-12-06 14:04:06 +01:00
Gabor Kiss-Vamosi
17be0af46b
tileview fix assert in signal_cb
2019-12-06 13:43:38 +01:00
Themba Dube
343c6b8c6f
Fix narrowing warning in lv_color.h
2019-12-05 20:46:06 -05:00
Gabor Kiss-Vamosi
f34598d810
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-12-05 12:58:21 +01:00
Gabor Kiss-Vamosi
d35e09bfcc
lmeter: fix warning
2019-12-05 12:57:59 +01:00
Gabor Kiss-Vamosi
1f2987a66b
fix minor warnings
2019-12-05 06:44:11 +01:00
Themba Dube
29f93e35df
Silence GCC warning
2019-12-04 21:14:24 -05:00
Gabor Kiss-Vamosi
36082419d8
Merge pull request #1298 from someone42/master
...
Also making \r break lines in labels
2019-12-03 19:19:47 +01:00
Chris Chua
eb614c32b3
Also making \r break lines in labels
2019-12-04 04:43:16 +11:00
Gabor Kiss-Vamosi
c23655a0d7
fix warnings
2019-12-03 18:42:56 +01:00
Gabor Kiss-Vamosi
c7374948a1
fix memory leak in obj create functions if ext alloc fails
2019-12-03 18:16:14 +01:00
Gabor Kiss-Vamosi
664a538e85
fix warning from #1292
2019-12-03 14:56:17 +01:00
Gabor Kiss-Vamosi
6e97c07588
solve warnings listed in #1292
2019-12-03 06:56:48 +01:00
Gabor Kiss-Vamosi
64df282c81
merge dev-6.1
2019-12-02 16:09:35 +01:00
Gabor Kiss-Vamosi
4037a68ccc
typedef uint64_t lv_uintptr_t on 64 bit systems
2019-12-02 15:03:43 +01:00
embeddedt
7137ae4b33
Add range slider support ( #1275 )
2019-12-02 07:37:33 -05:00
Gabor Kiss-Vamosi
6c8b0c44be
fix conversation warnings
2019-12-02 12:20:01 +01:00
Gabor Kiss-Vamosi
6e8a4eeed4
lv_tileview_set_valid_positions: minor fix
2019-12-02 09:19:51 +01:00
Gabor Kiss-Vamosi
0b12f934ec
lv_font.h add update comments
2019-12-02 09:16:47 +01:00
Gabor Kiss-Vamosi
e006e084fa
add lv_gauge_set_needle_img
2019-11-30 11:41:18 +01:00
Gabor Kiss-Vamosi
5b7058ccf6
Merge pull request #1290 from LanFengXiMenChuiXue/dev-7.0
...
1.add img center;2.modify tileview;
2019-11-30 10:49:18 +01:00
Gabor Kiss-Vamosi
001724683e
tileview: use default LV_DRAG_DIR_ONE
2019-11-29 15:44:15 +01:00
Gabor Kiss-Vamosi
7fa29c573e
lv_img: change rotate center naming to pivot
2019-11-29 15:36:52 +01:00
Gabor Kiss-Vamosi
7254dd9f5e
Merge branch 'dev-7.0' of https://github.com/LanFengXiMenChuiXue/lvgl into LanFengXiMenChuiXue-dev-7.0
2019-11-29 15:11:42 +01:00
Gabor Kiss-Vamosi
356751c184
add lv_sw_set_knob_on/off_img to display an image on the knob
2019-11-29 15:10:10 +01:00
zhangliming
23a0538bf4
1.add img center;2.modify tileview;
2019-11-29 11:32:22 +08:00
Gabor Kiss-Vamosi
a181a1feb5
add lv_slider_set_img to display an image on the knob
2019-11-28 15:21:29 +01:00
Gabor Kiss-Vamosi
2bd600b68b
arc draw rounding fixes
2019-11-28 13:08:56 +01:00
Gabor Kiss-Vamosi
9083adb936
remove unused subpx flag from lv_font_fmt_txt
2019-11-28 10:14:57 +01:00
Gabor Kiss-Vamosi
74fe37ba5b
improve arc draw accuracy
2019-11-27 11:45:38 +01:00
xennex22
148478bf60
Fix two minor compile-time issues ( #1289 )
2019-11-26 23:09:35 -05:00
Gabor Kiss-Vamosi
ec18ea42fe
spinbox fix call order in signal function
2019-11-26 14:14:11 +01:00
Gabor Kiss-Vamosi
23a040670e
arc and preloader draw and design fixes
2019-11-26 13:25:33 +01:00
Gabor Kiss-Vamosi
d59419c992
change lv_arc_set_angles to lv_arc_set_start/end_angle
2019-11-26 13:25:28 +01:00
Gabor Kiss-Vamosi
da8c604d14
Merge pull request #1287 from Himel55/patch-1
...
fix spelling mistake
2019-11-26 12:38:06 +01:00
Himel
bf5a8bc52f
fix spelling mistake
2019-11-27 00:28:26 +13:00
Gabor Kiss-Vamosi
db7a22a01e
Merge pull request #1284 from joltwallet/lv_obj_missing_const
...
lv_obj: add missing const qualifiers in function definitions.
2019-11-26 11:38:25 +01:00
Gabor Kiss-Vamosi
a596462a49
Merge pull request #1286 from vanwinkeljan/fix_8bit_lv_color_to32
...
Set alpha channel on return color in lv_color_to32
2019-11-26 09:39:41 +01:00
Gabor Kiss-Vamosi
dbb3630306
Merge pull request #1285 from vanwinkeljan/fix_lv_draw_letter
...
Make sure that px_opa is initialized in lv_draw_letter
2019-11-26 09:38:29 +01:00
Jan Van Winkel
9ffdefd98a
Set alpha channel on return color in lv_color_to32
...
Set alpha channel on return color in lv_color_to32 for 8-bit to 32-bit
color conversions.
Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu >
2019-11-26 09:22:08 +01:00
Jan Van Winkel
5612b22a4e
Make sure that px_opa is initialized in lv_draw_letter
...
Make sure that the variable px_opa in lv_draw_letter is initialized,
else a compile time warring will occur .
Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu >
2019-11-26 09:13:18 +01:00
Brian Pugh
64a56a2b0f
lv_obj: add missing const qualifiers in function definitions.
2019-11-25 22:09:38 -08:00
Gabor Kiss-Vamosi
bd049d1ac3
Merge pull request #1283 from xennex22/dev-6.1
...
Removed redundent assignment
2019-11-26 07:02:30 +01:00
Gabor Kiss-Vamosi
aafa6e7ccb
Merge pull request #1281 from amirgon/master
...
Remove redundant line
2019-11-26 07:01:45 +01:00
xennex22
c059025d42
Removed redundent assignment
2019-11-25 21:32:49 -08:00
Amir Gonnen
14c407dad3
Remote redundant line
...
Causes compilation error when LV_COLOR_DEPTH == 16
2019-11-25 23:16:53 +02:00
Gabor Kiss-Vamosi
8bb67c0303
release v6.1
2019-11-25 13:17:55 +01:00
Gabor Kiss-Vamosi
de48d1b558
Merge branch 'dev-6.1'
2019-11-25 13:17:35 +01:00
Gabor Kiss-Vamosi
b388c702e5
add lv_printf.h to lvgl.h
2019-11-25 13:15:12 +01:00
Gabor Kiss-Vamosi
5f2e5e4d01
add subpx and compressed fonts
2019-11-25 12:47:23 +01:00
Gabor Kiss-Vamosi
257f1ed2fe
minor fixes
2019-11-25 12:24:17 +01:00
Gabor Kiss-Vamosi
4215516fb8
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2019-11-25 12:20:55 +01:00
Gabor Kiss-Vamosi
ed500690c3
fix memory leak with indexed + alpha images
2019-11-25 12:20:21 +01:00
Gabor Kiss-Vamosi
5f3374624e
fix warnings
2019-11-25 11:11:41 +01:00
Gabor Kiss-Vamosi
d17e7c7b76
lv_txt_get_next_word: fix to hanfle recolor command with break chars too
2019-11-25 11:07:48 +01:00
Gabor Kiss-Vamosi
926dafd3b5
minor fixes
2019-11-25 07:15:01 +01:00
Gabor Kiss-Vamosi
a7bfaabfad
regenerat fonts
2019-11-25 07:03:35 +01:00
Gabor Kiss-Vamosi
f0863b4179
fix minor warnings
2019-11-25 06:44:13 +01:00
Gabor Kiss-Vamosi
0422e662d9
lv_color.h use 1 common lv_color_make
2019-11-25 06:42:11 +01:00
Stepan Snigirev
12fa1ac788
Initialize variable to remove compiler warning ( #1280 )
2019-11-23 17:18:09 -05:00
Gabor Kiss-Vamosi
ab0cad1b52
Merge pull request #1279 from amirgon/dev-6.1
...
Fix `lv_mbox_create` for Micropython Binding
2019-11-23 07:36:03 +01:00
Amir Gonnen
ef2bee1e42
Merge branch 'dev-6.1' of https://github.com/amirgon/lvgl into dev-6.1
2019-11-23 01:42:58 +02:00
Amir Gonnen
9779513928
Fix lv_mbox_create for Micropython Binding
...
When passing array of strings, the parameter should be defined as const char *[], and not const char **
2019-11-23 01:41:27 +02:00
xennex22
1083d92bd1
Added function comments
2019-11-21 19:01:10 -08:00
xennex22
16263f400e
Fixed comments shift -> mode
2019-11-21 18:52:14 -08:00
Gabor Kiss-Vamosi
90234b8cc1
minor optimizations
2019-11-21 12:45:49 +01:00
Gabor Kiss-Vamosi
9a94f88885
lv_font_fmt_txt: don't use bitfield for cmap to avoid bugs in Visual Studio
2019-11-21 12:00:23 +01:00
Gabor Kiss-Vamosi
b4b6a472fb
use array[] instead of pointer in API function parameters where required
2019-11-21 06:08:09 +01:00
Gabor Kiss-Vamosi
06f553b3aa
lv_img_set_offset_x/y: draw the partial image at the beginning with offset > 0
2019-11-21 05:44:43 +01:00
xennex22
e952c2a69b
Merged lv_kb_shift_t into lv_kb_mode_t
2019-11-20 07:51:23 -08:00
xennex22
45d41d3361
Merged lv_kb_shift_t into lv_kb_mode_t
2019-11-20 07:44:24 -08:00
Gabor Kiss-Vamosi
b7d856515b
add lv_ddlist_set/get_symbol instead of lv_ddlist_set/get_draw_arrow
2019-11-20 16:18:56 +01:00
Gabor Kiss-Vamosi
53eeee069e
fix warning
2019-11-20 15:56:06 +01:00
Gabor Kiss-Vamosi
073b332919
add style.text.underline and strike_through
2019-11-20 15:55:38 +01:00
Gabor Kiss-Vamosi
9e74cdb145
Merge branch 'master' into dev-6.1
2019-11-19 13:47:38 +01:00
Gabor Kiss-Vamosi
810059e3ca
lv_cb_get_style: fix with LV_CB_STYLE_BG
2019-11-19 13:47:07 +01:00
Gabor Kiss-Vamosi
cfec8e6381
use lv_mem_buf in lv_bidi
2019-11-19 06:27:21 +01:00
Gabor Kiss-Vamosi
b4dae16e22
move lv_draw_buf to lv_mem as lv_mem_buf
...
This way they can be used as general purpose buffers not only for drawing
2019-11-19 06:25:14 +01:00
Themba Dube
5612856bca
Add ability to customize LV_TXT_COLOR_CMD
2019-11-18 09:30:14 -05:00
Gabor Kiss-Vamosi
12c722b38e
merge dev-6.1
2019-11-18 10:49:38 +01:00
Gabor Kiss-Vamosi
1ee7e1961e
Merge branch 'master' into dev-6.1
2019-11-18 10:48:16 +01:00
Gabor Kiss-Vamosi
04ec2d17ec
lv_task: check if a task has deleted itself
2019-11-18 10:45:44 +01:00
Gabor Kiss-Vamosi
b9d693d153
remove lv_font_heb_16
2019-11-18 09:27:20 +01:00
Gabor Kiss-Vamosi
e47a433204
cpicker: ignore the clicks in the middle with no preview
2019-11-18 07:03:41 +01:00
Gabor Kiss-Vamosi
fcbd9fa4ea
indev: do not send wait_releaseLV_SIGNAL/EVENT_PRESSED
2019-11-18 07:03:03 +01:00
xennex22
58eb4edb33
Update lv_ta.c
2019-11-17 10:43:17 -08:00
Gabor Kiss-Vamosi
22973360d0
add support to > 255 fonts by enabling LV_FONT_FMT_TXT_LARGE
2019-11-17 17:12:50 +01:00
Themba Dube
c607e45b48
lv_draw: document assertion so others understand quickly
2019-11-17 08:59:22 -05:00
Gabor Kiss-Vamosi
d7232be181
minor fixes
2019-11-17 06:23:26 +01:00
xennex22
7256c7244d
Update lv_kb.c
2019-11-16 13:09:59 -08:00
xennex22
2d52d2f126
Update lv_kb.h
2019-11-16 13:06:30 -08:00
xennex22
24a5e3788d
Update lv_kb.c
2019-11-16 08:46:12 -08:00
Gabor Kiss-Vamosi
679419b151
minor theme updates
2019-11-16 12:29:47 +01:00
Gabor Kiss-Vamosi
20a13918d1
bar: improve masking to avoid drawing the indicator out of the radius
2019-11-16 12:29:37 +01:00
Gabor Kiss-Vamosi
cd2c8ae8c1
minor shadow draw fix not LV_DRAW_BLEND_MODE_NORMAL
2019-11-16 12:28:54 +01:00
Gabor Kiss-Vamosi
d5cfd02def
mono theme fix uninited styles
2019-11-16 11:36:06 +01:00
Gabor Kiss-Vamosi
537f1256c8
Merge branch 'dev-6.1' into dev-7.0
2019-11-16 11:27:51 +01:00
Gabor Kiss-Vamosi
59743f7f90
linemeter: angle offset fixes
...
rename lv_lmeter_set_angle to lv_lmeter_set_angle_offset
add lv_lemeter_get_angle_offset
initialze ext->angle_ofs in lv_lmeter_create
2019-11-16 11:27:35 +01:00
Gabor Kiss-Vamosi
5001c4e6a9
theme and minor drawin fixes
2019-11-16 11:22:23 +01:00
Gabor Kiss-Vamosi
197d95cf60
ta: fix label height after style change in one line mode
2019-11-15 15:23:47 +01:00
embeddedt
3452e60ec1
Silence -Wconversion
2019-11-15 08:03:11 -05:00
Gabor Kiss-Vamosi
37cd768e99
Merge branch 'dev-6.1' into dev-7.0
2019-11-15 11:14:30 +01:00
Gabor Kiss-Vamosi
48f81d9f28
lv_objx_templ: fix typo
2019-11-15 11:14:07 +01:00
Gabor Kiss-Vamosi
a2cc8c9b4c
lv_objmask_remove_mask: remove all masks is mask==NULL
2019-11-15 11:05:11 +01:00
Gabor Kiss-Vamosi
2be039e917
rename lv_ll_rem to lv_ll_remove
2019-11-15 11:04:46 +01:00
Gabor Kiss-Vamosi
b54b5fcc2b
lv_bidi: fix warnings
2019-11-15 09:30:57 +01:00
Gabor Kiss-Vamosi
0130856ef9
fix compiler error with LV_USE_FILESYSTEM = 0
2019-11-15 09:27:43 +01:00
Gabor Kiss-Vamosi
ca5940b693
lv_cpicker_set_color fix compiler error
2019-11-15 09:26:10 +01:00
Gabor Kiss-Vamosi
010d7ef72f
merge dev-6.1
2019-11-15 09:20:49 +01:00
Gabor Kiss-Vamosi
ac28a13564
fix warnings
2019-11-15 09:17:42 +01:00
Gabor Kiss-Vamosi
6aeba2d682
Merge branch 'dev-6.1' into dev-7.0
2019-11-15 07:29:24 +01:00
Gabor Kiss-Vamosi
28cc431d95
Merge branch 'master' into dev-6.1
2019-11-15 07:29:00 +01:00
Gabor Kiss-Vamosi
5574bac486
minor fixes
2019-11-15 07:28:42 +01:00
Gabor Kiss-Vamosi
e6d38f1acf
merge dev-6.1
2019-11-15 06:53:15 +01:00
Gabor Kiss-Vamosi
bf5ea6658b
update lv_conf_checker.h
2019-11-15 06:30:45 +01:00
Gabor Kiss-Vamosi
57cf7ef7d6
Merge pull request #1273 from neilabdev/hotfix/fix_roller_infinite_mode_initialization_bug
...
lv_roller_create cuases "divide by zero" via modulus operator for infinit scroll mode
2019-11-15 05:12:53 +01:00
Gabor Kiss-Vamosi
98c4514852
Merge pull request #1271 from littlevgl/fix_conversion_warnings
...
Fix -Wconversion warnings
2019-11-15 05:09:25 +01:00
James Whitfield
b9f7883b0b
fixed bug where mode was not properly initialized for for roller extra attributes, causing crash in inf_normalize where there is a condition executed which causes a modulas divide by zero for mode LV_ROLLER_MODE_INFINITE, which is set at random because of dirty memory
2019-11-14 19:35:24 -08:00
Themba Dube
00517116cc
Fix some warnings
2019-11-14 21:08:23 -05:00
Themba Dube
575df77a02
Fix public -Wconversion warnings
2019-11-14 20:38:47 -05:00
Gabor Kiss-Vamosi
6148b4016e
add lv_objmask_update_mask and lv_objmask_remoev_mask
2019-11-14 14:05:14 +01:00
Gabor Kiss-Vamosi
cbe99407b0
draw_mask updates + lv_objmask use relative coordinates with masks
2019-11-14 14:05:14 +01:00
Gabor Kiss-Vamosi
90b7d3853f
lv_draw_mask_add: save only the pointer of the parameter
2019-11-14 14:05:14 +01:00
Gabor Kiss-Vamosi
e76b5d58b5
lv_imgbtn: update img_draw calles to the new prototype
2019-11-14 12:28:27 +01:00
Gabor Kiss-Vamosi
75f27bbeae
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2019-11-14 10:49:47 +01:00
Gabor Kiss-Vamosi
110923168a
lv_font_fmt_txt: change tab to 2 spaces
2019-11-14 10:49:41 +01:00
Gabor Kiss-Vamosi
bbf2c8247c
Merge pull request #1268 from cpegeo/dev-6.1
...
Updated lv_refr_area and lv_img_design to account for single pixel height/width objects.
2019-11-13 19:44:40 +01:00
George Slater
de102f9d20
Updated lv_refr_area and lv_img_design to account for single pixel height/width objects.
...
lv_refr_area: Updated height for area refresh to correctly include areas that are a height of only 1 pixel.
lv_img_design: Updated draw loop to account for objects that are 1 pixel in height or width.
2019-11-13 11:54:05 -06:00
Gabor Kiss-Vamosi
7814d31613
Merge pull request #1261 from joltwallet/fix/txt_long_len
...
Fix/txt long len wrapping and disable macro
2019-11-13 08:38:44 +01:00
Gabor Kiss-Vamosi
92f9af3113
Merge branch 'dev-6.1' into fix/txt_long_len
2019-11-13 08:38:30 +01:00
Gabor Kiss-Vamosi
9792a74413
Merge pull request #1265 from pete-pjb/dev-6.1
...
Dev 6.1 Minor fixes
2019-11-13 07:39:59 +01:00
Gabor Kiss-Vamosi
060c27f54a
Merge pull request #1264 from Maldus512/master
...
Added rotation feature to the lmeter
2019-11-13 07:39:07 +01:00
Pete Bone
1e4ce0b143
Dev 6.1 Minor fixes
...
lv_draw_arc.c -> line 218
Removed unsed fast_atan2() function which appears to have been moved to
lv_math.c as lv_atan2() function.
lv_font_heb_16.c -> line 1
Fixed inconsistent include path.
lv_label.c -> line 734
Added (char*) cast to const char* variable 'txt' to silence compiler
warning when LV_USE_BIDI is disabled.
lv_style.c -> line 93
Removed this line
lv_style.c -> line 97
Reverted this line to remove override of LV_FONT_DEFAULT defined in
lv_conf.h
2019-11-12 15:26:35 +00:00
Mattia Maldini
b7c3732da7
Different wording
2019-11-12 16:14:18 +01:00
Gabor Kiss-Vamosi
6ebaaa6fa8
Update README.md
2019-11-12 15:25:52 +01:00
Gabor Kiss-Vamosi
db3d642096
Update README.md
2019-11-12 15:24:52 +01:00
Gabor Kiss-Vamosi
97a83cdf5c
Create FUNDING.yml
2019-11-12 13:14:19 +01:00
Mattia Maldini
3cd2120b60
Added rotation feature to the lmeter
2019-11-12 13:07:26 +01:00
Gabor Kiss-Vamosi
f8d5d31469
fix typo in lv_img_set/get_antialias
2019-11-12 09:45:40 +01:00
Brian Pugh
79f403ddc5
lv_txt enforce pretty wrapping when first word of a line is a long word.
2019-11-11 23:08:45 -08:00
Gabor Kiss-Vamosi
8ac7bddaf7
fix conflicts
2019-11-12 06:55:08 +01:00
Gabor Kiss-Vamosi
afb47ebf56
Merge pull request #1253 from amirgon/feat-bidi-pos_conv
...
Feat bidi pos conv
2019-11-12 06:49:05 +01:00
Gabor Kiss-Vamosi
49e105917e
add LV_COLOR_SET/GET for every color depth configuration
2019-11-12 06:39:26 +01:00
Brian Pugh
1764220deb
lv_txt set word width to 0 when not returning a word in lv_txt_get_next_word
2019-11-11 21:18:32 -08:00
Brian Pugh
bb91aeb64c
Add ability to disable inter-long-word breaks by setting LV_TXT_LINE_BREAK_LONG_LEN<=0. Fix some off-by-one character wrapping logic
2019-11-11 20:57:33 -08:00
Gabor Kiss-Vamosi
f3b88a57ca
add LV_COLOR_SET/GET_R/G/B
...
It was mainly because when LV_COLOR_16_SWAP = 1 and green is split to green_h and green_l
2019-11-12 05:38:26 +01:00
Amir Gonnen
23b58d598d
bugfixes
...
Prevent infinite loop when reaching end of string on get_next_run
Prevent warning about conversion to non const bidi_txt
2019-11-11 22:43:12 +02:00
Gabor Kiss-Vamosi
90eeff7022
merge dev-6.1
2019-11-11 19:42:10 +01:00
Gabor Kiss-Vamosi
46eabd6cf0
Merge pull request #1258 from joltwallet/fix/lv_color_warning
...
fix 1bit lv_color compilation warnings/errors introduced by ...
2019-11-11 13:07:43 +01:00
Gabor Kiss-Vamosi
3ed0cd444a
lv_task: fix crash after executing one shot tasks
2019-11-11 12:32:30 +01:00
Gabor Kiss-Vamosi
8cf7824f82
Merge pull request #1259 from joltwallet/fix/txt_cursor_wrap
...
Fix cursor wrapping described in https://github.com/littlevgl/lvgl/is…
2019-11-11 12:28:50 +01:00
Gabor Kiss-Vamosi
c4f8d8cd5b
bidi: txt_sel fixes
2019-11-11 11:10:01 +01:00
Brian Pugh
183d849e84
Fix cursor wrapping described in https://github.com/littlevgl/lvgl/issues/1256
2019-11-10 23:42:31 -08:00
Brian Pugh
57e2a6d983
fix 1bit lv_color compilation warnings/errors introduced by 3da868a090
2019-11-10 21:44:27 -08:00
Gabor Kiss-Vamosi
6eaf8dd6d3
text sel fix, if start > end
2019-11-10 11:03:19 +01:00
Gabor Kiss-Vamosi
8dfcba6aa8
text sel fixes with bidi
2019-11-10 10:52:49 +01:00
Gabor Kiss-Vamosi
6f762bb7c7
fix lv_cpicker_set_color with 16 bit color depth and byte swap
...
Fixes #1257
2019-11-10 10:45:54 +01:00
Gabor Kiss-Vamosi
96b9114a5a
bidi fixes for multi line text handling
2019-11-09 01:53:02 +01:00
Gabor Kiss-Vamosi
40459e01c9
change lv_objmask default style to transparent
2019-11-09 00:57:26 +01:00
Amir Gonnen
0130f3e5f2
Add RTL indication to pos_conv
...
When getting visual/logical pos, also get whether this pos is RTL (was reversed)
2019-11-09 01:02:51 +02:00
Gabor Kiss-Vamosi
e719853c0a
fix conflicts
2019-11-08 23:15:48 +01:00
Gabor Kiss-Vamosi
eb90f3f418
revert accidentally deleted lv_img_buf_set_px_color
2019-11-08 23:12:07 +01:00
Gabor Kiss-Vamosi
5f1d1f4174
minor img transform fix
2019-11-08 23:07:35 +01:00
Gabor Kiss-Vamosi
80896b5114
Merge branch 'img_transform' of https://github.com/littlevgl/lvgl into img_transform
2019-11-08 22:58:26 +01:00
Gabor Kiss-Vamosi
42cde31888
minor img transform fixes
2019-11-08 22:58:09 +01:00
Gabor Kiss-Vamosi
48d81aab5e
fix conflicts
2019-11-08 22:49:03 +01:00
Gabor Kiss-Vamosi
e29210889a
add image zoom
2019-11-08 22:47:03 +01:00
Gabor Kiss-Vamosi
a3a326c2ff
fix lv_label_get_letter_on in case of multi-line texts
2019-11-08 13:49:52 +01:00
Gabor Kiss-Vamosi
2bcbb309c8
Merge pull request #1250 from TridentTD/dev-7.0
...
[Dev 7.0] lv_arc fix rounded-ending arc
2019-11-08 13:07:41 +01:00
Gabor Kiss-Vamosi
18d1fdb3f5
preloader: fix top point position
...
in dev7.0 arc angle=0 is on the left and not on the bottom as it was in v6.0
2019-11-08 10:23:49 +01:00
Gabor Kiss-Vamosi
f1aa679e12
blend map optimization
2019-11-08 09:42:08 +01:00
Gabor Kiss-Vamosi
66a67ff24a
Merge branch 'img_transform' of https://github.com/littlevgl/lvgl into img_transform
2019-11-08 09:21:05 +01:00
Gabor Kiss-Vamosi
62f6aa45e6
lv_img_rotate optimize anti aliasing
2019-11-08 09:20:35 +01:00
Gabor Kiss-Vamosi
a38734cb9a
Merge branch 'img_transform' of https://github.com/littlevgl/lvgl into img_transform
2019-11-08 08:26:40 +01:00
Gabor Kiss-Vamosi
bf42c35cc0
fix conflicts
2019-11-08 08:26:05 +01:00
Gabor Kiss-Vamosi
cde17104a0
add alpha to lv_canvas_fill_bg
2019-11-08 08:21:08 +01:00
Gabor Kiss-Vamosi
49bafb1d36
improve img rotate quality
2019-11-08 08:20:42 +01:00
Gabor Kiss-Vamosi
c632c62cb9
static inline lv_img_buf_get_px
2019-11-07 06:00:16 +01:00
Gabor Kiss-Vamosi
1e685324cf
add lv_img_buf_get_px()
2019-11-07 05:38:40 +01:00
Gabor Kiss-Vamosi
641ab62f42
img rotate and canvas blur fixes
2019-11-06 16:16:55 +01:00
Gabor Kiss-Vamosi
37743ba8a2
canvas blur fix
2019-11-06 15:03:18 +01:00
Gabor Kiss-Vamosi
f7c5daad85
add area to canvas blur
2019-11-06 14:55:35 +01:00
Gabor Kiss-Vamosi
05ededf8f3
canavs blur: support LV_CANVAS_16_SWAP
2019-11-06 14:37:03 +01:00
Gabor Kiss-Vamosi
a4c456607b
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2019-11-06 14:21:49 +01:00
Gabor Kiss-Vamosi
bc7fd45ff6
canvas blur optimization
2019-11-06 14:21:39 +01:00
Gabor Kiss-Vamosi
32fb95e7af
canvas blur optimization
2019-11-06 14:20:40 +01:00
embeddedt
45c6dbab62
lv_cpicker: credit @AloyseTech and @paulpv
2019-11-06 08:11:58 -05:00
Gabor Kiss-Vamosi
453165a34c
canvas blur fix
2019-11-06 13:45:35 +01:00
Gabor Kiss-Vamosi
60b6ef06fa
canvas blur optimization
2019-11-06 13:43:57 +01:00
Gabor Kiss-Vamosi
9463633323
add 'safe' option to lv_img_buf_set/get_px_color/opa
2019-11-06 13:36:36 +01:00
Gabor Kiss-Vamosi
1a38783921
canvas blur fixes
2019-11-06 13:12:44 +01:00
Gabor Kiss-Vamosi
c1aae99208
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2019-11-06 12:43:52 +01:00
Gabor Kiss-Vamosi
3aa3bf49e6
add canvas blur
2019-11-06 12:43:40 +01:00
Gabor Kiss-Vamosi
647341426c
Merge pull request #1233 from paulpv/fix-hsv
...
Fix hsv
2019-11-06 05:33:28 +01:00
Gabor Kiss-Vamosi
86f44c974d
cpicker: set default type
2019-11-06 05:32:42 +01:00
Gabor Kiss-Vamosi
a76e65db88
Merge branch 'feat-cpicker' into dev-6.1
2019-11-06 05:27:52 +01:00
Gabor Kiss-Vamosi
5441cf9998
bidi fixes + add missing prefix to lv_encoded_get_char_id
2019-11-06 05:19:06 +01:00
Maximilian Schwab
74254975cd
Update comment for logging callback ( #1255 )
...
Changed lv_log_register_print to lv_log_register_print_cb
2019-11-05 19:40:22 -05:00
Gabor Kiss-Vamosi
5d5a8b4894
convert lv_bidi_get_visual_pos to byteindex
2019-11-05 16:00:32 +01:00
Gabor Kiss-Vamosi
abb393632e
minor fixes
2019-11-05 12:30:33 +01:00
TridentTD
93f5f69f73
move rounded-ending from lv_arc.c to lv_draw.arc.c
2019-11-05 17:44:05 +07:00
TridentTD
60148c5c73
move round-ending from lv_arc.c to lv_draw_arc.c
2019-11-05 17:40:02 +07:00
TridentTD
9f5fc99c9b
remove rounded-ending in lv_arc.c
2019-11-05 17:37:32 +07:00
Gabor Kiss-Vamosi
2a25ddd0a2
add lv_draw_px
2019-11-05 06:29:53 +01:00
Amir Gonnen
6f57de051b
WIP: pos_conv, bugfixes, use in lv_label
2019-11-05 01:03:40 +02:00
Gabor Kiss-Vamosi
e45d083436
fix warnings
2019-11-04 20:43:49 +01:00
Gabor Kiss-Vamosi
769c1a8f8a
define empty LV_DEBUG_ASSERT if LV_USE_DEBUG is 0
2019-11-04 20:35:47 +01:00
Gabor Kiss-Vamosi
b44b926156
add the new files to the makefiles
2019-11-04 16:57:30 +01:00
Gabor Kiss-Vamosi
541a010ee9
fix uninitialized and shadoed warnings
2019-11-04 16:56:57 +01:00
Gabor Kiss-Vamosi
5844319017
Merge pull request #1252 from littlevgl/embeddedt_fix_7_warnings
...
Fix some more warnings in dev-7.0
2019-11-04 14:45:54 +01:00
Themba Dube
935674313c
Fix use of empty initializer braces
2019-11-04 08:18:49 -05:00
Themba Dube
fb227e064f
Fix some more warnings in dev-7.0
2019-11-04 08:13:07 -05:00
Gabor Kiss-Vamosi
5d565e577f
imgbtn fixes for image rotation
2019-11-04 10:03:34 +01:00
Gabor Kiss-Vamosi
3ca7ce5335
remove 'include lv_version.h'
2019-11-04 08:55:16 +01:00
Gabor Kiss-Vamosi
833849c006
move version to lvgl.h
2019-11-04 08:49:33 +01:00
Gabor Kiss-Vamosi
cbe780de14
img rotate fixes
2019-11-04 08:48:14 +01:00
Gabor Kiss-Vamosi
b74e62edba
material theme shadow fixes
2019-11-04 08:48:14 +01:00
Amir Gonnen
c7a7d1adca
WIP: pos_conv add lv_bidi_get_logical/visual_pos functions
2019-11-04 09:26:52 +02:00
Amir Gonnen
f6829a17b2
WIP: Bidi pos_conv
2019-11-04 01:31:54 +02:00
embeddedt
f453993abc
Update lv_version.h
2019-11-03 12:59:34 -05:00
Gabor Kiss-Vamosi
32d94cf7c9
fix warnings
2019-11-03 16:21:58 +01:00
Gabor Kiss-Vamosi
e7afc94cde
fix conflicts
2019-11-03 16:12:05 +01:00
Gabor Kiss-Vamosi
a69d75c3d2
add lv_img_buf.c/h for better mosularity
2019-11-03 15:48:10 +01:00
Gabor Kiss-Vamosi
23b2a2810c
drag fixes
...
Even in case of LV_DRAG_DIR_BOTH only one dir drag was possible if x or y havn't changed during the first movement.
2019-11-03 15:45:41 +01:00
Jan Van Winkel
9472d0d0c7
Added missing lv_indev.h includes ( #1251 )
2019-11-03 08:43:26 -05:00
Gabor Kiss-Vamosi
2199b30132
optimize clip area with image rotation
2019-11-03 10:08:15 +01:00
Gabor Kiss-Vamosi
722820ee56
img rotate: add support all color formats
2019-11-03 07:13:14 +01:00
Gabor Kiss-Vamosi
5222bf92c4
kb: use LV_SYMBOL_NEW_LINE as new line
2019-11-02 23:33:25 +01:00
Gabor Kiss-Vamosi
916133f8b7
remove test code from lv_mbox_set_text
2019-11-02 21:44:12 +01:00
Gabor Kiss-Vamosi
62e6397f82
Merge branch 'dev-6.1' into dev-7.0
2019-11-02 21:41:43 +01:00
Gabor Kiss-Vamosi
3c662670f0
Merge branch 'master' into dev-6.1
2019-11-02 21:35:14 +01:00
Gabor Kiss-Vamosi
8db8470a60
lv_ta_set_placeholder_text: fix placholder align
2019-11-02 21:34:41 +01:00
Gabor Kiss-Vamosi
e0dee03233
Merge branch 'master' into dev-6.1
2019-11-02 21:32:08 +01:00
Gabor Kiss-Vamosi
abfe2f63a1
img rotate auto set ext draw pad
2019-11-02 21:30:51 +01:00
TridentTD
05da56c839
fix rounded-ending arc
2019-11-02 20:17:45 +07:00
Gabor Kiss-Vamosi
2b955ac8b6
img run-time rotate functionally working
2019-11-02 08:51:38 +01:00
Gabor Kiss-Vamosi
fab8288372
fix conflicts
2019-11-01 20:33:50 +01:00
Gabor Kiss-Vamosi
a1d84e5792
img rotate further optimiziation
2019-11-01 20:32:16 +01:00
Gabor Kiss-Vamosi
1458828b97
img rotation fixes
2019-11-01 20:26:39 +01:00
Gabor Kiss-Vamosi
1ae214a2de
img rotate optimization
2019-11-01 20:17:11 +01:00
Gabor Kiss-Vamosi
07317f771e
fix warning in lv_draw_mask_angle_init
2019-11-01 16:39:19 +01:00
Gabor Kiss-Vamosi
bdd0acf53a
fix conflicts
2019-11-01 11:14:04 +01:00
Gabor Kiss-Vamosi
632fd15775
add lv_api_map.h and rename lv_chart_get_point_cnt to lv_chart_get_point_count
2019-11-01 11:12:20 +01:00
Gabor Kiss-Vamosi
b8f5cad89c
add lv_img_get_px_rotated
2019-11-01 11:12:20 +01:00
Gabor Kiss-Vamosi
b8a156e0d4
fix lv_cb_is_inactive
2019-11-01 11:10:43 +01:00
George Slater
3758a82f3a
lv_color1_t: Add 'ch' struct to union to fix 1bit color compilation error.
...
lv_color.h:
Updated lv_color1_t union to include 'ch' structure. This fixes compilation errors when configured for 1bit color.
2019-11-01 11:10:43 +01:00
Gabor Kiss-Vamosi
82e2d53763
img_draw angle testing
2019-11-01 11:10:26 +01:00
Gabor Kiss-Vamosi
40f2586a54
add lv_api_map.h and rename lv_chart_get_point_cnt to lv_chart_get_point_count
2019-11-01 11:09:56 +01:00
Gabor Kiss-Vamosi
b73f7a1f82
merger dev-6.1
2019-11-01 06:04:03 +01:00
Gabor Kiss-Vamosi
84a70d1617
add lv_img_get_px_rotated
2019-11-01 06:00:04 +01:00
Themba Dube
982e2036cf
Fix inconsistency between lv_debug.c and lv_debug.h
2019-10-31 20:21:58 -04:00
Themba Dube
b02bf9d804
Merge branch 'dev-6.1' of github.com:littlevgl/lvgl into dev-6.1
2019-10-31 20:21:28 -04:00
Themba Dube
2c790699de
Remove unused statement in lv_tileview
2019-10-31 20:19:54 -04:00
Themba Dube
859e14bedc
Add default cases in lv_tabview.c
2019-10-31 20:19:21 -04:00
Themba Dube
7a0dad4f17
Fix potential bug with page scrollable fit configuration
2019-10-31 20:19:07 -04:00
Themba Dube
958f0acdc8
Fix inconsistency between lv_debug.c and lv_debug.h
2019-10-31 20:18:50 -04:00
Themba Dube
dd1eed7c1b
Handle a GCC warning in lv_draw_triangle
2019-10-31 19:57:30 -04:00
Themba Dube
847527df0d
Add LV_USE_OBJMASK to lv_conf_template.h
2019-10-31 19:57:20 -04:00
Themba Dube
f92381b15f
Fix incorrect mask parameter usage in lv_draw_mask_map_init()
2019-10-31 19:57:01 -04:00
Themba Dube
d40fb513d3
Merge branch 'dev-7.0' of github.com:littlevgl/lvgl into dev-7.0
2019-10-31 19:47:58 -04:00
Gabor Kiss-Vamosi
fb9fb8d09e
add LV_LABEL_TEXT_SEL_OFF again
2019-10-31 19:24:41 +01:00
Gabor Kiss-Vamosi
da7e67b381
fix lv_cb_is_inactive
2019-10-31 14:14:40 +01:00
Gabor Kiss-Vamosi
9726e269ab
fix drag throw
2019-10-31 08:51:34 +01:00
Gabor Kiss-Vamosi
4a90980023
border part draw fixes
2019-10-31 08:51:19 +01:00
Gabor Kiss-Vamosi
ded47f705a
tabview fix missing indicator
2019-10-31 07:07:22 +01:00
Gabor Kiss-Vamosi
6d954bb7ba
rect border part draw fixes
2019-10-31 06:46:50 +01:00
Gabor Kiss-Vamosi
1106a2bba0
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2019-10-31 06:42:26 +01:00
Gabor Kiss-Vamosi
e76b3b42f4
material theme fixes
2019-10-31 06:42:20 +01:00
Gabor Kiss-Vamosi
4632c35f39
style fixes
2019-10-31 06:41:57 +01:00
Gabor Kiss-Vamosi
0f1e5fba16
Merge pull request #1245 from cpegeo/dev-6.1
...
lv_color1_t: Add 'ch' struct to union to fix 1bit color compilation error
2019-10-31 06:33:08 +01:00
Gabor Kiss-Vamosi
c653977991
lv_label: add LV_LABEL_TEXT_SEL_OFF again
2019-10-31 06:06:47 +01:00
George Slater
3da868a090
lv_color1_t: Add 'ch' struct to union to fix 1bit color compilation error.
...
lv_color.h:
Updated lv_color1_t union to include 'ch' structure. This fixes compilation errors when configured for 1bit color.
2019-10-30 17:03:56 -05:00
Themba Dube
8c0cbac668
Merge branch 'dev-6.1' into dev-7.0
2019-10-30 11:31:41 -04:00
Themba Dube
9baef1ef96
Add missing definition of LV_LABEL_TEXT_SEL_OFF
2019-10-30 11:31:24 -04:00
Themba Dube
30a5b29690
Fix issue when LV_USE_BIDI is 0
2019-10-30 11:00:48 -04:00
Gabor Kiss-Vamosi
d0f257d4dd
merge dev-6.1
2019-10-30 10:34:39 +01:00
Gabor Kiss-Vamosi
c86e2722bd
lv_draw_label: fix warning with txt_sel by adding lv_draw_label_txt_sel_t parameter
2019-10-30 10:16:06 +01:00
Gabor Kiss-Vamosi
a6a3390cbd
style fixes
2019-10-30 09:47:28 +01:00
Gabor Kiss-Vamosi
7633fe2a3e
clean up styles
2019-10-30 09:47:07 +01:00
Gabor Kiss-Vamosi
224e422f43
fix rectangle border part draw
2019-10-30 09:47:07 +01:00
Gabor Kiss-Vamosi
77706614e2
fix 1px error in the bottom of radius mask
2019-10-30 08:40:16 +01:00
Gabor Kiss-Vamosi
53ff55434a
imgbtn minor fix
2019-10-30 07:07:31 +01:00
Gabor Kiss-Vamosi
a75640adc2
merge dev-6.1
2019-10-30 06:59:51 +01:00
Gabor Kiss-Vamosi
cfb72d5b69
fix text recolor processing
2019-10-30 06:49:21 +01:00
Gabor Kiss-Vamosi
38ba12a866
imgbtn fix
2019-10-30 06:32:58 +01:00
Gabor Kiss-Vamosi
42070162b9
add image.intense to btn styles
2019-10-30 06:26:51 +01:00
Gabor Kiss-Vamosi
48a6bf8730
fixes with LV_COLOR_16_SWAP 1
2019-10-30 06:00:13 +01:00
Gabor Kiss-Vamosi
093b522738
minor fixes
2019-10-30 05:29:31 +01:00
Gabor Kiss-Vamosi
dd100e5e07
ta: fix place holder alignment. Fixes #1241
2019-10-29 14:33:59 +01:00
Gabor Kiss-Vamosi
033b42fa3c
add comments
2019-10-28 15:52:12 +01:00
Gabor Kiss-Vamosi
1ead05c885
upadte polygon drawing
2019-10-28 15:03:11 +01:00
Gabor Kiss-Vamosi
8fe92bcd9a
lv_task: rename task_handler_mutex to already_running. Fixes #1238
2019-10-28 06:24:47 +01:00
Gabor Kiss-Vamosi
dd68877aae
bidi bracket handling fixies
2019-10-28 05:47:31 +01:00
Themba Dube
98b353879f
Merge remote-tracking branch 'origin/dev-6.1' into feat-cpicker
2019-10-27 09:13:47 -04:00
Themba Dube
6051e20b6c
Merge remote-tracking branch 'paulpv/feat-cpicker' into feat-cpicker
2019-10-27 09:10:41 -04:00
Gabor Kiss-Vamosi
98a4d9b062
bidi: barcket process fixes
2019-10-27 10:44:00 +01:00
Gabor Kiss-Vamosi
1c4695a21e
Merge branch 'dev-6.1' into feat-bidi
2019-10-27 10:25:51 +01:00
Gabor Kiss-Vamosi
9048e8072b
fix conflicts
2019-10-27 10:25:33 +01:00
Gabor Kiss-Vamosi
081b2c2271
bidi: barcket handle fixes
2019-10-27 10:21:37 +01:00
Gabor Kiss-Vamosi
7f19fb53e6
set LV_MEM_JUNK to 0
2019-10-25 13:37:39 +02:00
Gabor Kiss-Vamosi
57a8ee8e32
bidi: add bracket algorithm
2019-10-25 06:15:11 +02:00
Paul Peavyhouse
6df1fe190a
#include and use LV_MATH_ABS
2019-10-24 20:13:03 -07:00
Paul Peavyhouse
372b133b18
Converting to integer based math
2019-10-24 16:46:30 -07:00
Gabor Kiss-Vamosi
f02d52a598
merge dev-6.1
2019-10-24 15:25:52 +02:00
Gabor Kiss-Vamosi
d5aabef42d
Merge pull request #1231 from amirgon/feat-bidi-wrap
...
Bidi multi-line text wrap
2019-10-24 13:29:20 +02:00
Gabor Kiss-Vamosi
4158334a40
bidi: ahndle LV_BIDI_DIR_AUTO in lv_bidi_process_paragraph
2019-10-24 07:15:00 +02:00
Gabor Kiss-Vamosi
f38b12ee6c
Merge branch 'dev-6.1' of https://github.com/littlevgl/lvgl into dev-6.1
2019-10-24 06:15:45 +02:00
Gabor Kiss-Vamosi
437b34390c
fix compiler error with LV_COLOR_16_SWAP adnd LV_SUBPX_BGR
2019-10-24 06:15:19 +02:00
Gabor Kiss-Vamosi
32689cb3e5
Merge pull request #1234 from Boldie/fix_racecondition_flushing
...
Reset flushing after setting the buffer content to fix race condition.
2019-10-24 06:11:14 +02:00
Sven Steckmann
6f6c26b058
Reset flushing after setting the buffer content to fix race condition.
...
Flushing flag is used to wait for the finish of the transfer. If this
is reset to 0, the other parts of the code will start accessing the buf_act
(see src/lv_core/lv_refr.c:106) and thus may create a race condition. Exchanging
the resetting to 0 and memset will fix this issue.
2019-10-23 23:48:52 +02:00
Paul Peavyhouse
ddd7c1d30c
Adding ending newline
2019-10-22 13:29:38 -07:00
Paul Peavyhouse
a572d8a648
Keeping some original variable names
2019-10-22 13:19:22 -07:00
Paul Peavyhouse
65252024bf
Formatting
2019-10-22 13:17:53 -07:00
Paul Peavyhouse
69d7d53768
Documenting code
2019-10-22 13:07:01 -07:00
Paul Peavyhouse
6aff9f65ed
Floating point fix for RGB to HSV
...
Test code at https://github.com/paulpv/lv_examples/blob/master/lv_tests/lv_test_misc/lv_test_color/lv_test_color.ino
2019-10-22 13:02:31 -07:00
Gabor Kiss-Vamosi
cfddd8df65
ddlist: fix label alignment after style change
2019-10-22 06:01:48 +02:00
Amir Gonnen
0634b11578
Add minus (hyphen) as neutral letter
2019-10-22 01:36:37 +03:00
Paul Peavyhouse
3264af9f0e
Fixing failure to invalidate indicator
2019-10-21 15:27:57 -07:00
Paul Peavyhouse
901d108bae
Merge branch 'dev-6.1' into feat-cpicker
2019-10-21 15:25:36 -07:00
Gabor Kiss-Vamosi
c241905d88
lv_font_roboto_16: add missing symbols
2019-10-21 07:13:04 +02:00
Gabor Kiss-Vamosi
23ec092c14
fix subpxixel rendering with LV_COLOR_16_SWAP
2019-10-21 06:41:40 +02:00
Gabor Kiss-Vamosi
246adc7b43
Merge pull request #1218 from paulpv/fix-rgb565
...
Fix RGB 565 to 888
2019-10-21 06:30:49 +02:00
Gabor Kiss-Vamosi
0bd200a36a
Merge pull request #1228 from tgillbe/feature_arc_antialias
...
Add arc antialiasing
2019-10-21 05:26:33 +02:00
Amir Gonnen
f7c2512c76
Bidi fixes
...
Add bidi_dir parameter to lv_draw_label
Use draw buffer for bidi processing
condition bidi code according to LV_USE_BIDI
2019-10-20 02:16:57 +03:00
Paul Peavyhouse
ae006b2bc9
typo
2019-10-19 05:26:18 -07:00
Paul Peavyhouse
a11a06547f
More mathematically worded
2019-10-19 05:24:25 -07:00
Paul Peavyhouse
8694b3889b
Not so concise comment
2019-10-19 05:17:22 -07:00
Paul Peavyhouse
649e438f0d
Experimented and found "smaller" math
2019-10-19 04:04:07 -07:00
Gabor Kiss-Vamosi
9a7b7f8511
btnm, tabview: in LV_SIGNAL_FOCUS assume the last indev if not focused by the an indev
2019-10-19 11:01:10 +02:00
Gabor Kiss-Vamosi
4c944f4050
subpx fixes
2019-10-19 10:29:59 +02:00
tgillbe
6cfb0af7c3
Add arc antialiasing
2019-10-18 15:34:57 +01:00
Gabor Kiss-Vamosi
e1c46cb9bc
Merge branch 'feat-subpixel' into dev-6.1
2019-10-18 14:58:04 +02:00
Gabor Kiss-Vamosi
f282c3bd08
subpx: read fro mteh font if subpx is supported
2019-10-18 14:57:27 +02:00
Amir Gonnen
c6b7cf130b
Support text wrap for bidi text
...
TODO: conditional LV_USE_BIDI, allocate global buffer once, pass dir as parameter to lv_draw_label
2019-10-18 02:13:41 +03:00
Paul Peavyhouse
04158b39cd
Fully tested values 5 bit red/blue 0 to 31 and 6 bit green 0 to 63
2019-10-16 23:21:30 -07:00
Paul Peavyhouse
92be109cba
Fixing +/- 3 conversion problem
2019-10-16 22:41:56 -07:00
Gabor Kiss-Vamosi
87d191e737
lv_font.h: change field order
2019-10-17 06:47:51 +02:00
Gabor Kiss-Vamosi
73a0686672
page, tabview bidi fixes
2019-10-17 06:10:29 +02:00
Gabor Kiss-Vamosi
dbaaaa31a6
lv_obj_set_parent: reposition according to base dir
2019-10-17 06:10:08 +02:00
Themba Dube
2e612c91bd
Merge remote-tracking branch 'origin/dev-6.1' into feat-cpicker
2019-10-16 20:37:54 -04:00
Amir Gonnen
770645ecd0
add Hebrew font
2019-10-16 23:35:38 +03:00
Amir Gonnen
93a94bc4d5
Add exported constants to log-level macros ( #1226 )
...
See GitHub comments on 0df7d0d996 .
2019-10-16 16:21:07 -04:00
Amir Gonnen
c7b8626780
Add exported constants to log-level macros
...
See comments to 0df7d0d996
2019-10-16 23:09:55 +03:00
Gabor Kiss-Vamosi
51226f7bfb
merge bidi
2019-10-16 20:54:46 +02:00
Gabor Kiss-Vamosi
5491b5dc40
optimize triangle and line drawing by reducing mask
2019-10-16 20:38:45 +02:00
Gabor Kiss-Vamosi
1521aad41e
move 'corner mask' to style.body
2019-10-16 20:25:53 +02:00
Gabor Kiss-Vamosi
a6f68e5387
add subpx rendering
2019-10-16 14:42:15 +02:00
Gabor Kiss-Vamosi
27c8a88c94
lv_tabiew: fix indicator position
2019-10-16 11:16:16 +02:00
Gabor Kiss-Vamosi
bd9695ab03
font: fix of decompression if size = 0
2019-10-16 11:16:03 +02:00
Gabor Kiss-Vamosi
10b3463a5f
add lv_font_subpx_t
2019-10-16 10:34:54 +02:00
Gabor Kiss-Vamosi
bcdd680a2f
table: apply bidi on cell values
2019-10-16 05:08:21 +02:00
Gabor Kiss-Vamosi
6b5c89baf7
lv_label_ins_text: consider base dir
2019-10-15 14:25:47 +02:00
Gabor Kiss-Vamosi
54e34c15b9
btnm, tabview: revers the button/tab order with RTL base dir
2019-10-15 11:04:49 +02:00
Gabor Kiss-Vamosi
06746dfd63
fix page overflow when object created on the right due to RTL base dir
2019-10-15 10:32:15 +02:00
Gabor Kiss-Vamosi
f1c7e19985
bidi: remove debug printfs
2019-10-14 16:02:28 +02:00
Gabor Kiss-Vamosi
9d2a2c58f9
In case of RTL with LV_LAYOUT_ROW_X arrangle from the right
2019-10-14 15:25:40 +02:00
Themba Dube
de55986fc0
Merge branch 'dev-6.1' into feat-cpicker
2019-10-12 21:04:21 -04:00
Themba Dube
93ce1b9e1c
Silence GCC warning about extra semicolons
2019-10-12 21:03:54 -04:00
Themba Dube
0df7d0d996
Partially revert lv_log.h to fix compilation issue until consensus is reached
2019-10-12 21:00:00 -04:00
Themba Dube
7f5ce8ca37
Merge branch 'dev-6.1' into feat-cpicker
2019-10-12 20:55:29 -04:00
Themba Dube
dcc287c936
Merge remote-tracking branch 'origin/master' into dev-6.1
2019-10-12 20:55:17 -04:00
Themba Dube
bd402605da
Merge branch 'dev-6.1' of github.com:littlevgl/lvgl into dev-6.1
2019-10-12 20:54:02 -04:00
Gabor Kiss-Vamosi
c2b3976d5a
Merge pull request #1219 from TridentTD/master
...
Update drawing round-ending lines for the canvas's obj
2019-10-11 16:10:24 +02:00
Gabor Kiss-Vamosi
6d93057532
minor fixes
2019-10-11 15:03:17 +02:00
Gabor Kiss-Vamosi
bae1cb6ae0
lv_conf_checker.py: support macros with parentheses
2019-10-11 15:03:12 +02:00
Gabor Kiss-Vamosi
7325a3cdde
Merge branch 'dev-6.1' of https://github.com/littlevgl/lvgl into dev-6.1
2019-10-11 14:43:36 +02:00
Gabor Kiss-Vamosi
641117e896
tabview: on FOCUS preselect the currently active tab
2019-10-11 14:43:29 +02:00
Gabor Kiss-Vamosi
fe35307d9f
fix page oveflow with right aligned object (due to RTL base dir)
2019-10-11 14:15:38 +02:00
Gabor Kiss-Vamosi
6f001958ce
bidi: fix btnm, kb, ta, table behaviour in RTL context
2019-10-11 12:01:58 +02:00
Gabor Kiss-Vamosi
ca45bfaf07
add triangle drawing
2019-10-10 15:36:53 +02:00
Gabor Kiss-Vamosi
c747f29664
ddlist: RTL deafult pos fixes
2019-10-10 14:34:39 +02:00
Gabor Kiss-Vamosi
cadf2bd97d
with RTL base dir: create the object on the right and grow to the right in lv_obj_set_width
2019-10-10 14:16:11 +02:00
Gabor Kiss-Vamosi
7f7abe9a93
subpixel: update drawing to support both types
2019-10-10 07:09:30 +02:00
TridentTD
aa1d5080e4
add if(style->line.rounded)
2019-10-09 23:12:47 +07:00
TridentTD
8af6043e75
add if(style->line.rounded)
2019-10-09 23:11:16 +07:00
Gabor Kiss-Vamosi
7a0728fc3c
bidi: minor fixes
2019-10-09 15:36:38 +02:00
Gabor Kiss-Vamosi
a12bbfe0d2
subpixel: add test font
2019-10-09 14:29:22 +02:00
Gabor Kiss-Vamosi
1016b8bb47
Merge pull request #1220 from ScarsFun/master
...
hide sign in spinbox widget if only positive values
2019-10-09 14:26:31 +02:00
Gabor Kiss-Vamosi
0257fbcd5a
bidi: process in paragraphs
2019-10-09 14:00:28 +02:00
Gabor Kiss-Vamosi
eeabd32b9e
bidi: minor fixes
2019-10-08 16:54:28 +02:00
crnchbng
68c752ab50
Fix compile issue with LV_EXT_CLICK_AREA_TINY ( #1221 )
...
Discussed in https://github.com/littlevgl/lv_gui_builder/issues/2#issuecomment-495246128 .
2019-10-08 10:53:31 -04:00
Gabor Kiss-Vamosi
34e133586e
make LV_USE_BIDI = 0 by default
2019-10-08 16:31:32 +02:00
Gabor Kiss-Vamosi
b06ef2620a
merge dev-6.1
2019-10-08 16:29:40 +02:00
Gabor Kiss-Vamosi
6190763382
bidi: add LV_LABEL_ALIGN_AUTO, LV_BIDI_DIR_AOUT/INHERIT, LV_SIGNAL_BASE_DIR_CHG
2019-10-08 16:26:55 +02:00
Pusillus
99fd136758
hide sign if only positive values
2019-10-08 06:25:40 +02:00
Gabor Kiss-Vamosi
2117c4dab2
fix lv_btn_get_ink_out_time
2019-10-08 06:04:58 +02:00
Gabor Kiss-Vamosi
beafc32594
subpixel: initial test
2019-10-07 20:50:44 +02:00
Pusillus
dbccceea51
hide sign if only positive values
2019-10-06 08:29:15 +02:00
TridentTD
80448a1d54
Update drawing round-ending lines for the canvas's obj
2019-10-06 11:46:44 +07:00
Paul Peavyhouse
e0ca7581ef
Initial commit of only 565 to 888; will check others next
2019-10-04 17:03:40 -07:00
Paul Peavyhouse
05f23d5ff0
Merge remote-tracking branch 'littlevgl/dev-6.1' into dev-6.1
2019-10-04 16:16:30 -07:00
Gabor Kiss-Vamosi
92b9141788
Merge pull request #1217 from amirgon/dev-6.1
...
use "export" macro to export interesting defines to binding
2019-10-04 12:25:23 +02:00
Amir Gonnen
02755339bc
Move LV_EXPORT_CONST_INT to compiler settings section
2019-10-04 12:26:33 +03:00
Paul Peavyhouse
34faac98a7
Cleaner calls to get_indic_area
2019-10-03 23:35:57 -07:00
Amir Gonnen
d1d3ef4305
use "export" macro to export interesting defines to binding
2019-10-03 23:20:50 +03:00
Paul Peavyhouse
68c39030a6
Missed a line!
2019-10-03 04:04:27 -07:00
Paul Peavyhouse
61dfb56648
Consolidating common indicator_area calculation code
2019-10-03 04:02:38 -07:00
Paul Peavyhouse
ca9c4c8fda
Code formatting
2019-10-03 03:11:38 -07:00
Paul Peavyhouse
c74e6a6207
Shrinking the gap between outer ring and inner preview a little
2019-10-02 21:14:28 -07:00
Gabor Kiss-Vamosi
abb480f988
lv_win_set_content_size: fix setting the size
2019-10-03 06:11:40 +02:00
Gabor Kiss-Vamosi
de96092537
remove unused vars
2019-10-03 06:06:27 +02:00
Gabor Kiss-Vamosi
3753265f56
update makefile
2019-10-03 06:06:20 +02:00
Gabor Kiss-Vamosi
8fb484ab91
font: fix the use of signed/unsiged types
2019-10-03 06:02:21 +02:00
Gabor Kiss-Vamosi
dd87cb8ef4
fix built-in fonts' include path
2019-10-03 05:55:53 +02:00
Gabor Kiss-Vamosi
e4bd622c78
Merge branch 'master' into dev-6.1
2019-10-03 05:54:43 +02:00
Gabor Kiss-Vamosi
dab042fe06
fix lv_font_unscii_8 include
2019-10-03 05:54:21 +02:00
Gabor Kiss-Vamosi
6d52976a16
update (re-generate) lv_font_unscii_8
2019-10-03 05:48:49 +02:00
Themba Dube
0d31e63a1e
Merge remote-tracking branch 'origin/master' into dev-6.1
2019-10-02 20:12:58 -04:00
Paul Peavyhouse
b49edd91a2
All color setters use lv_cpicker_set_hsv and return bool for change
2019-10-02 16:21:44 -07:00
Paul Peavyhouse
994057b578
Removing extra indentation
2019-10-02 15:25:25 -07:00
Paul Peavyhouse
8fc9b12c64
Merge remote-tracking branch 'littlevgl/feat-cpicker' into feat-cpicker
2019-10-02 15:20:15 -07:00
Gabor Kiss-Vamosi
4396e0e496
Merge branch 'feat-cpicker' into new_draw
2019-10-02 16:59:50 +02:00
Gabor Kiss-Vamosi
87dd0baca9
merge feat-cpicker
2019-10-02 16:59:11 +02:00
Gabor Kiss-Vamosi
434ef7e667
cpicker: minor fixes
2019-10-02 16:58:41 +02:00
Gabor Kiss-Vamosi
d4196c7534
cpicker: add preview feature
2019-10-02 16:47:08 +02:00
Gabor Kiss-Vamosi
1dfc11ef4f
tabview: fix slide navigation and auto-fits
2019-10-02 16:35:02 +02:00
Gabor Kiss-Vamosi
e8625aaf65
add cpicker to lv_conf_template.h
2019-10-02 09:02:43 +02:00
Gabor Kiss-Vamosi
0a25c5ab36
draw_rect: separate bg and border draw + fix artifacts with LV_OPA_COVER borders
2019-10-02 09:00:12 +02:00
Gabor Kiss-Vamosi
11d5fcb9ae
cpicker: on double click reset only the current color mode
2019-10-02 08:32:10 +02:00
Gabor Kiss-Vamosi
d6ae10473b
cpicker: cleanup
2019-10-02 08:28:24 +02:00
Gabor Kiss-Vamosi
c03744a048
blend: remove unnecessary checks
2019-10-02 07:05:14 +02:00
Gabor Kiss-Vamosi
1edeba573f
mask: fix write out-of-bounds of mask_buf
2019-10-02 07:03:53 +02:00
Gabor Kiss-Vamosi
3761987d32
lv_color_mix: reduce rounding error
2019-10-02 07:02:36 +02:00
xennex22
23009e8de9
Update lv_kb.c
...
Fixed enum prefix
2019-10-01 21:35:12 -07:00
xennex22
3c7cb46318
Update lv_kb.h
...
Fixed enum prefix
2019-10-01 21:31:50 -07:00
Paul Peavyhouse
786eabe1c7
Merge remote-tracking branch 'littlevgl/feat-cpicker' into feat-cpicker
2019-10-01 20:22:57 -07:00
Gabor Kiss-Vamosi
4f4d963d77
merge feat-cpicker
2019-10-01 22:20:55 +02:00
Gabor Kiss-Vamosi
7a707ff94c
merge dev-6.1
2019-10-01 22:16:25 +02:00
Gabor Kiss-Vamosi
10d90a8baa
cpicker: minor fixes
2019-10-01 22:08:14 +02:00
Gabor Kiss-Vamosi
eda607d824
cpicker: minor fixes
2019-10-01 22:00:23 +02:00
Gabor Kiss-Vamosi
2600c1c3d9
cpicker: rework
2019-10-01 21:16:30 +02:00
Gabor Kiss-Vamosi
c64dc1d645
bidi: compose otput string and swap arithmetical symbols
2019-10-01 05:48:46 +02:00
Gabor Kiss-Vamosi
8cb508dfec
cpicker minor renames
2019-10-01 05:20:20 +02:00
Paul Peavyhouse
af7b2857ee
Moving a method
2019-09-30 15:51:18 -07:00
Paul Peavyhouse
98d29cdcd1
Merge remote-tracking branch 'littlevgl/feat-cpicker' into feat-cpicker
2019-09-30 15:46:15 -07:00
Paul Peavyhouse
974e4a245e
Consolidating Disc and Rect lv_cpicker_signal
2019-09-30 15:43:02 -07:00
Paul Peavyhouse
333812ba7a
Improvements to color picker ( #1208 )
2019-09-30 10:00:34 -04:00
Gabor Kiss-Vamosi
5e7edc30be
Merge pull request #1209 from liuduanfei/master
...
fixed comment error.
2019-09-30 12:28:14 +02:00
Gabor Kiss-Vamosi
c190374c79
img_cache: store the filename instead of its pointer
2019-09-30 11:56:38 +02:00
HappyTime
a5de64f93c
fixed comment error.
2019-09-30 16:56:47 +08:00
Gabor Kiss-Vamosi
a35a79ba4e
lv_img: fix caching when image source changes
2019-09-30 06:21:18 +02:00
Paul Peavyhouse
93d2d422b8
Not emitting LV_EVENT_VALUE_CHANGED if double-click doesn't change value
2019-09-29 21:11:53 -07:00
Paul Peavyhouse
1339d92ccd
Code formatting
2019-09-29 21:02:12 -07:00
Paul Peavyhouse
bf9ed06bac
Consolidating identical LV_KEY_RIGHT/UP and LV_KEY_LEFT/DOWN code
2019-09-29 21:00:00 -07:00
Paul Peavyhouse
3a5293fa32
Tiny consolidation of identical LV_SIGNAL_PRESS_LOST code
2019-09-29 20:56:05 -07:00
xennex22
90b8b3eb76
Update lv_kb.c
...
Changed keyboard mapping to set a map copy for each keyboard shift state.
2019-09-28 09:19:27 -07:00
xennex22
d9f80ecf1a
Update lv_kb.h
...
Changed keyboard map set functions to take 'lv_kb_shift_t' keyboard shift parameter
2019-09-28 09:15:22 -07:00
Paul Peavyhouse
ab2114e4e7
Eventing LV_EVENT_VALUE_CHANGED when double-clicked
2019-09-28 01:54:10 -07:00
Paul Peavyhouse
1a3d61e074
Consolidate separate h, s, & v vars in to single lv_color_hsv_t var
2019-09-28 01:46:43 -07:00
Gabor Kiss-Vamosi
1a5001d7a3
Merge pull request #1196 from paulpv/color_picker_6
...
Porting @AloyseTech's color picker from lvgl v5 to v6
2019-09-28 09:16:55 +02:00
Gabor Kiss-Vamosi
a50e597942
bidi: support currencies in rtl
2019-09-28 08:40:02 +02:00
Gabor Kiss-Vamosi
c1e0faf440
Merge pull request #1206 from pete-pjb/dev-6.1
...
Added extra keyboard mode to enable caps-lock defined as
2019-09-27 10:07:07 +02:00
pete-pjb
3f89a91d9c
Changed LV_KB_MODE_TEXT_UC to LV_KB_MODE_TEXT_UPPER as suggested to make
...
it more intuitive.
2019-09-27 08:43:14 +01:00
pete-pjb
e94f8e3cfc
Changed LV_KB_MODE_TEXT_UC to LV_KB_MODE_TEXT_UPPER as suggested to make
...
it more intuitive.
2019-09-27 08:39:23 +01:00
Gabor Kiss-Vamosi
3aac71b16e
lv_btnm: fix row positions
2019-09-27 09:10:26 +02:00
Paul Peavyhouse
7ac2aff982
Using #define defaults instead of hard-coded numbers
2019-09-26 22:35:41 -07:00
Paul Peavyhouse
280c291db7
Cleaned up and ready for [hopefully] final code review!
2019-09-26 22:22:27 -07:00
Gabor Kiss-Vamosi
ac269ebaad
bidi: fixes
2019-09-27 06:03:54 +02:00
Gabor Kiss-Vamosi
a3b61e72fc
imgbtn: support symbols
2019-09-27 04:04:57 +02:00
Gabor Kiss-Vamosi
5370543e95
Merge branch 'feat-debug' into dev-6.1
2019-09-27 03:29:34 +02:00
Gabor Kiss-Vamosi
f00c24f312
debug: add style sentinel
2019-09-27 03:28:44 +02:00
Paul Peavyhouse
85ffe5f974
Merge branch 'dev-6.1' into color_picker_6
2019-09-26 12:48:04 -07:00
Paul Peavyhouse
c5e7fbd953
Merge remote-tracking branch 'littlevgl/dev-6.1' into dev-6.1
2019-09-26 12:47:31 -07:00
Paul Peavyhouse
8476692731
[Still] working cleanup checkpoint
2019-09-26 12:32:05 -07:00
Paul Peavyhouse
25d4991683
Whitespace changes
2019-09-26 11:24:47 -07:00
Paul Peavyhouse
d3962fc26c
[Still] working cleanup checkpoint
2019-09-26 11:17:13 -07:00
pete-pjb
96e64ad6fc
Added extra keyboard mode to enable caps-lock defined as
...
LV_KB_MODE_TEXT_UC
2019-09-26 18:24:28 +01:00
Gabor Kiss-Vamosi
fa6ae44f0f
fix conflicts
2019-09-26 15:24:47 +02:00
Gabor Kiss-Vamosi
0a9eeba4e4
dubug: add asserts to every object type's API functions
2019-09-26 15:13:33 +02:00
Gabor Kiss-Vamosi
ede392b7c9
debug: add assterts to lv_obj and update signal functions
2019-09-26 10:51:54 +02:00
Paul Peavyhouse
8e7bd571af
Syncing...
2019-09-25 23:41:32 -07:00
Paul Peavyhouse
4d44d16b2e
Changing QF from 1 to 3
2019-09-25 23:16:12 -07:00
Gabor Kiss-Vamosi
8dcb1ff21c
cpicker: fix line indicator artifact
2019-09-26 07:23:23 +02:00
Gabor Kiss-Vamosi
6e9f10451d
Merge branch 'color_picker_6' of https://github.com/paulpv/lvgl into paulpv-color_picker_6
2019-09-26 07:06:58 +02:00
Paul Peavyhouse
46dead9ab9
Consolidating all angle2color/color2angle calculations
2019-09-25 22:02:06 -07:00
Paul Peavyhouse
e9941eaf4c
Persist gradient_w & gradient_h to ext
...
Thought was that it would help invalidating, but it did not.
Still, it helps to clean up the code a tad.
2019-09-25 20:39:56 -07:00
Gabor Kiss-Vamosi
8ce6c32415
add symbols: NEW_LINE, SD_CARD, USB, EYE_OPEN, EYE_CLOSE
2019-09-25 11:37:56 +02:00
Gabor Kiss-Vamosi
e9b6fcd58d
debug: minor fixes
2019-09-25 08:58:12 +02:00
Paul Peavyhouse
53a1188f7c
Fixing create bug
2019-09-24 21:10:23 -07:00
Paul Peavyhouse
c4e9f69868
Adding lv_cpicker_set_type
2019-09-24 21:06:51 -07:00
Paul Peavyhouse
93cef9e121
Checkpoint of only **partially** working optimized invalidation :/
2019-09-24 18:48:57 -07:00
Paul Peavyhouse
0b4e7629b8
Got most modes fully working; Rect invalidation not optimized.
2019-09-24 18:00:39 -07:00
Gabor Kiss-Vamosi
5660181b81
debug: rework asserts
2019-09-24 23:14:17 +02:00
Paul Peavyhouse
a7dc9e852c
Fix Rect by using persisted gradient & preview area in touch calculation
2019-09-24 13:48:41 -07:00
Gabor Kiss-Vamosi
3dfbc5c85d
create lv_bidi.c/h
2019-09-24 21:00:58 +02:00
Gabor Kiss-Vamosi
366f958e1a
debug: add the basics of LV_DEBUG
2019-09-24 16:30:38 +02:00
Gabor Kiss-Vamosi
7ef624054a
bidi: update list weak and neutral chars
2019-09-24 10:50:43 +02:00
Gabor Kiss-Vamosi
bddf31824c
bidi: handle starting and trailing neutrals
2019-09-24 10:30:58 +02:00
Johannes Bauer
4479a22696
Fixed outdated filename in README.md ( #1201 )
...
Template header file has been renamed from lv_conf_templ.h to
lv_conf_template.h; reflect that change in the README.md.
2019-09-23 10:11:41 -04:00
Gabor Kiss-Vamosi
2c5c4abdce
bidi: clean up
2019-09-23 14:24:15 +02:00
Gabor Kiss-Vamosi
62c6ede15e
bidi: first attempt to get runs
2019-09-23 14:17:27 +02:00
embeddedt
bebd2dd896
Update lv_version.h to reflect new development version
2019-09-21 07:02:34 -04:00
Gabor Kiss-Vamosi
6d81b453b3
Merge branch 'master' into dev-6.1
2019-09-20 16:31:33 +02:00
Gabor Kiss-Vamosi
9f978cb087
lv_ta: copy fixes
2019-09-20 16:31:12 +02:00
Gabor Kiss-Vamosi
1439877958
lv_bar: indicator draw fixes
2019-09-20 15:36:08 +02:00
Gabor Kiss-Vamosi
a67463db5b
lv_bar: mask the gradient indicators
2019-09-20 11:03:13 +02:00
Gabor Kiss-Vamosi
2c5dd5f3eb
lv_tabview: calculate with paddings
2019-09-20 10:57:20 +02:00
Gabor Kiss-Vamosi
87c3296d92
lv_kb: use LV_SYMBOL_BACKSPACE
2019-09-20 07:52:13 +02:00
Gabor Kiss-Vamosi
f341ad9b60
use FontAwesome v5 and add Backspace and Paste symbols
2019-09-20 07:52:13 +02:00
Themba Dube
e4bcade975
Merge remote-tracking branch 'origin/master' into dev-6.1
2019-09-19 09:01:25 -04:00
Gabor Kiss-Vamosi
fc88148e52
scroll prop fixes
2019-09-19 14:58:07 +02:00
embeddedt
cf1fed89e0
Make lv_ta_get_placeholder_text do what it says
...
Thanks to @TridentTD on the forum for reporting this: https://forum.littlevgl.com/t/bug-at-textareas-lv-ta-get-placeholder-text/707
2019-09-19 08:56:16 -04:00
Paul Peavyhouse
305ac5ff69
Got invalidation working
2019-09-18 21:37:18 -07:00
Paul Peavyhouse
fc1b5c682d
Mostly working except for [I think] invalidation; refactoring a bit
2019-09-18 21:23:56 -07:00
Paul Peavyhouse
b67f40ed39
Got the gradient to draw and background honor theme
2019-09-18 17:22:16 -07:00
Paul Peavyhouse
12ee870e2c
Got the center button to draw, albeit seems like the wrong color
2019-09-18 15:14:23 -07:00
Paul Peavyhouse
7f565f419a
Initial commit of porting @AloyseTech's color picker from lvgl v5 to v6
2019-09-18 12:03:32 -07:00
Gabor Kiss-Vamosi
a79da64757
lv_page: add support to nested (chained) scroll propagation
2019-09-18 16:03:29 +02:00
Vadym Mishchuk
3dc57783ad
lv_chart: add secondary Y axis and ability to reverse label order ( #1194 )
2019-09-18 08:44:57 -04:00
Gabor Kiss-Vamosi
9c8e0f0552
lv_win: add lv_win_set_content_size
2019-09-18 06:30:17 +02:00
Gabor Kiss-Vamosi
e523070d0f
scroll propagaton reworked to use drag_parent
2019-09-17 16:07:30 +02:00
Gabor Kiss-Vamosi
c79ada1a46
scroll propagation: start to rework
2019-09-17 14:38:55 +02:00
Gabor Kiss-Vamosi
f445f1965b
shadow draw: update mask to fully cover the edge of the bg
2019-09-17 05:07:50 +02:00
Gabor Kiss-Vamosi
31c628f332
update bar, slider, sw drawing
2019-09-16 10:58:28 +02:00
Gabor Kiss-Vamosi
a611160636
Merge branch 'master' into dev-6.1
2019-09-14 11:46:51 +02:00
Gabor Kiss-Vamosi
55badbd0de
support disabled antialiasing
2019-09-14 11:46:25 +02:00
Gabor Kiss-Vamosi
88bda09f5f
btnm: fix keyboard navigation
2019-09-14 11:24:48 +02:00
Gabor Kiss-Vamosi
f190c78195
font compression: add prefilter support
2019-09-13 15:40:12 +02:00
Gabor Kiss-Vamosi
915046d3ba
add font decompression and bpp=3 support
2019-09-13 11:51:31 +02:00
Gabor Kiss-Vamosi
a031af4f1e
lv_list: fix the use of last_clicked_btn
2019-09-12 16:04:11 +02:00
Gabor Kiss-Vamosi
8e5e33d746
add lv_slider_set/get_sym
2019-09-12 15:25:49 +02:00
Gabor Kiss-Vamosi
6e4364228f
lv_line: update rounded line ending
2019-09-11 15:30:51 +02:00
Gabor Kiss-Vamosi
eb6e8c4563
draw line fixes
...
the positions weren't pixel perfect
2019-09-11 15:30:13 +02:00
Gabor Kiss-Vamosi
7d675cf1d1
add horizontal gradient main/grad_color_stop
2019-09-11 06:47:52 +02:00
Gabor Kiss-Vamosi
777094cc81
arc mask fixes
2019-09-10 13:31:29 +02:00
Gabor Kiss-Vamosi
cdcb9bebf9
draw inteface fixes
2019-09-10 08:12:10 +02:00
Gabor Kiss-Vamosi
989b2f14e8
simplify draw interface
2019-09-10 07:34:46 +02:00
Gabor Kiss-Vamosi
a296e50650
ad lv_draw_mask_map
2019-09-10 07:02:33 +02:00
Gabor Kiss-Vamosi
d0bc387c14
suppor blend modes on images
2019-09-10 06:13:08 +02:00
Gabor Kiss-Vamosi
2acbc59a46
use set_px_cb and handle image opacity
2019-09-10 05:36:11 +02:00
Gabor Kiss-Vamosi
3f484bcba0
optimize drawing
2019-09-09 06:04:49 +02:00
Gabor Kiss-Vamosi
e008af9768
darw: bugfixes
2019-09-09 05:53:40 +02:00
Gabor Kiss-Vamosi
305198f073
lv_canvas support drawing with TRUE_COLOR_APLHA and ALPHA1/2/4/8BIT
2019-09-08 15:25:20 +02:00
Gabor Kiss-Vamosi
033ed99f1f
draw fixes
2019-09-07 01:23:55 +02:00
Gabor Kiss-Vamosi
4e11456706
add lv_draw_mask_fade
2019-09-06 22:50:46 +02:00
Gabor Kiss-Vamosi
5a72e6356f
lv_chart: add LV_CHART_AREA_FADE
2019-09-06 22:49:35 +02:00
Gabor Kiss-Vamosi
d246cc3ddb
add lv_objmask object type
2019-09-06 19:53:51 +02:00
Gabor Kiss-Vamosi
60cd00f9cc
add lv_design_res_t
2019-09-06 19:53:39 +02:00
Gabor Kiss-Vamosi
c8eb31af59
restructrue drawings
2019-09-06 12:24:15 +02:00
Gabor Kiss-Vamosi
2052f202eb
handle blend modes
2019-09-06 09:25:08 +02:00
Gabor Kiss-Vamosi
139eb48cf6
enhanced shadow width refinement
2019-09-06 08:20:52 +02:00
Gabor Kiss-Vamosi
935348330e
shadow spread fixes
2019-09-05 22:43:44 +02:00
Gabor Kiss-Vamosi
88e88d7ca7
shadow draw fixes
2019-09-05 21:44:29 +02:00
Gabor Kiss-Vamosi
41074a88b8
handle new shadow attributes
2019-09-05 21:19:32 +02:00
Gabor Kiss-Vamosi
424ece6628
add style.body.shadow.offset/spread/opa attributes
2019-09-05 20:52:04 +02:00
Gabor Kiss-Vamosi
a51ffce1b4
add enhanced shadow drawing option
2019-09-05 16:28:12 +02:00
Gabor Kiss-Vamosi
de596cef45
rect draw fixes
2019-09-05 14:29:35 +02:00
Gabor Kiss-Vamosi
eefd9c4e0d
lv_table: fix crash on copy in lv_table_create
2019-09-04 16:07:05 +02:00
Gabor Kiss-Vamosi
ffd4708ac3
Remove survey
2019-09-04 15:58:05 +02:00
Gabor Kiss-Vamosi
80280557c6
optimize shadow drawing
2019-09-04 15:39:39 +02:00
Gabor Kiss-Vamosi
0497575b9c
improve shadow drawing
2019-09-04 07:35:33 +02:00
embeddedt
49c2bbedbb
Fix alpha indexed images with 1 bit color depth ( #1184 )
2019-09-03 13:53:56 -04:00
Deon Marais
8efba76073
Make sin table constant in lv_math.c ( #1185 )
2019-09-01 09:19:14 -04:00
Gabor Kiss-Vamosi
78125b66db
Update lv_version.h
2019-08-30 10:59:04 +02:00
Gabor Kiss-Vamosi
b273e1a7e6
shadow draw experiments
2019-08-29 19:01:38 +02:00
Gabor Kiss-Vamosi
f15bd1c59b
Merge pull request #1183 from tgillbe/dev-6.1
...
Add transparency support to indexed images
2019-08-29 15:32:18 +02:00
Gabor Kiss-Vamosi
e4d7626ca2
lv_blend_fill simplify API + shadow drawing experiments
2019-08-29 10:07:22 +02:00
Gabor Kiss-Vamosi
3cbc86fedb
lv_sqrt: extend lookup table to 1024
2019-08-29 05:34:52 +02:00
Themba Dube
2a4ba5042e
Merge branch 'dev-6.1' of github.com:littlevgl/lvgl into dev-6.1
2019-08-28 18:53:48 -04:00
Themba Dube
b1047f4b59
ddlist: move arrow to other side if right alignment is used
2019-08-28 18:53:30 -04:00
Gabor Kiss-Vamosi
cfc5260912
draw rect optimization
2019-08-28 16:33:05 +02:00
tgillbe
54a9ea6179
Action review comments
2019-08-28 15:07:17 +01:00
tgillbe
1ff1e31ed8
Add transparency support to indexed images
2019-08-28 14:24:17 +01:00
HarryManderTait
74d5ac5553
lv_preload: add constant-speed loader ( #1181 )
2019-08-28 08:01:50 -04:00
Gabor Kiss-Vamosi
3d72e3915b
add arc drawing
2019-08-28 09:46:56 +02:00
Themba Dube
cfc86713ce
Merge remote-tracking branch 'origin/master' into dev-6.1
2019-08-27 17:33:51 -04:00
Gabor Kiss-Vamosi
63935d283d
add mask handling to images and letters
2019-08-27 15:16:05 +02:00
Gabor Kiss-Vamosi
d319ce78a6
darw img optimization
2019-08-27 07:05:51 +02:00
Gabor Kiss-Vamosi
26d71383b2
img draw add alpha and chroma key support
2019-08-27 06:11:33 +02:00
Gabor Kiss-Vamosi
3eb06252e9
indev: fix lv_indev_enable
2019-08-26 09:05:30 +02:00
Gabor Kiss-Vamosi
a5d89e6ece
Merge pull request #1179 from explora26/fix_readme
...
Fix the read input device example in README.md
2019-08-26 07:36:02 +02:00
Harry Jiang
c0180b05b4
Fix the read input device example in README.md
2019-08-26 13:28:04 +08:00
Gabor Kiss-Vamosi
50859a9660
letter draw optimization: draw multiple lines at once
2019-08-26 07:18:08 +02:00
Gabor Kiss-Vamosi
68ded834bb
new letter draw
2019-08-26 06:13:28 +02:00
Gabor Kiss-Vamosi
6b4db6e9fc
mask and blend fixes
2019-08-26 05:06:49 +02:00
Gabor Kiss-Vamosi
3b54976227
update line daraw with 2d blend
2019-08-24 16:35:25 +02:00
Gabor Kiss-Vamosi
35607533b0
border draw optimization
2019-08-24 15:59:19 +02:00
Gabor Kiss-Vamosi
248c3a51ea
btnm: fix padding.bottom handling
2019-08-24 10:15:15 +02:00
Gabor Kiss-Vamosi
85507c4af4
add 2d blending
2019-08-23 10:53:38 +02:00
Gabor Kiss-Vamosi
9b5e84eaca
lv_sqrt: fix look up table
2019-08-22 16:17:43 +02:00
Gabor Kiss-Vamosi
801bff7a41
mask fixes
2019-08-22 15:23:53 +02:00
embeddedt
94c95bc9e4
lv_table: fix memory leak when deleted ( #1178 )
2019-08-21 09:53:55 -04:00
Gabor Kiss-Vamosi
1b5b2bfb4f
add real draw functions
2019-08-21 15:44:35 +02:00
seyyah
941409f3f9
docs/CODING_STYLE.md: add src prefix to path ( #1174 )
2019-08-19 09:24:06 -04:00
Themba Dube
7ea67301d7
Fix off-by-one error in lv_label_set_text_fmt
2019-08-18 16:00:57 -04:00
Themba Dube
d5d8eb5afd
Merge remote-tracking branch 'origin/master' into dev-6.1
2019-08-18 15:25:59 -04:00
Gabor Kiss-Vamosi
82e3ee3e76
mask fixes
2019-08-17 16:32:06 +02:00
Gabor Kiss-Vamosi
459bd81695
angle mask experiemnts
2019-08-16 22:37:34 +02:00
Gabor Kiss-Vamosi
bbb0d2f60e
lv_roller: fix misalignment when an other obj is cliked while rolling
2019-08-16 16:43:05 +02:00
Gabor Kiss-Vamosi
71e950614f
roller, ddlist and lv_label_get_letter_on fixes
2019-08-16 13:43:39 +02:00
Gabor Kiss-Vamosi
c23bdeca90
mask: performance improvments
2019-08-16 08:01:12 +02:00
Gabor Kiss-Vamosi
0840f6c867
angle mask start to implement
2019-08-16 07:54:32 +02:00
embeddedt
c35c84c7d0
Guard uses of antialiasing option with LV_ANTIALIAS
2019-08-15 09:24:22 -04:00
Gabor Kiss-Vamosi
0be096295b
radius mask: bug fixes
2019-08-15 06:49:16 +02:00
Gabor Kiss-Vamosi
688f8ee682
radius mask: both sides works
2019-08-14 22:20:05 +02:00
Gabor Kiss-Vamosi
aa092bc353
radius mask: left side works
2019-08-14 22:09:56 +02:00
Gabor Kiss-Vamosi
8d7c9315cb
line mask: optimization to avoid division
2019-08-14 16:02:06 +02:00
Gabor Kiss-Vamosi
b1d4d6faef
line mask: support all direction and inversion
2019-08-14 11:06:04 +02:00
Gabor Kiss-Vamosi
9b91dc057e
line_mask anti-alaising fixes
2019-08-13 17:39:15 +02:00
Gabor Kiss-Vamosi
0aa19da0c7
draw: line mask support all directions
2019-08-13 16:36:56 +02:00
Gabor Kiss-Vamosi
607bd3e31b
draw: start line mask
2019-08-13 06:14:38 +02:00
Themba Dube
49afd3f46c
Merge branch 'master' into dev-6.1
2019-08-11 12:58:34 -04:00
Gabor Kiss-Vamosi
7c90b84560
Update README.md
2019-08-07 09:42:02 +02:00
Gabor Kiss-Vamosi
5e8a3e180e
Update README.md
2019-08-07 09:41:01 +02:00
Gabor Kiss-Vamosi
18eb517cff
Update README.md
2019-08-07 09:39:35 +02:00
embeddedt
d4a22cb713
PlatformIO needs 6.0.2 in library.json
2019-08-06 09:33:05 -04:00
Themba Dube
ba1fba1f10
Add lv_label_set_text_fmt
2019-08-06 09:28:50 -04:00
Themba Dube
e53a30381a
Merge branch 'master' into dev-6.1
2019-08-06 09:13:27 -04:00
embeddedt
9a69d142fe
Update library.json
2019-08-06 08:58:15 -04:00
embeddedt
677e25397b
Prevent chart contents from being drawn outside margin ( #1169 )
2019-08-06 08:47:45 -04:00
Themba Dube
5c735c0fc8
Do not add right padding to calendar label's x1 coordinate
2019-08-05 14:22:37 -04:00
Themba Dube
bdce05e20f
Merge branch 'master' into dev-6.1
2019-08-05 13:55:16 -04:00
Themba Dube
7f653e6924
Merge branch 'master' of github.com:littlevgl/lvgl
2019-08-05 13:53:23 -04:00
Themba Dube
22aee91fc2
Fix two issues with keyboard
...
* Duplicate characters on long press
* Certain keys on the numeric keyboard were not auto-repeating
2019-08-05 13:52:39 -04:00
Jan Van Winkel
ebb29f09fb
Corrected warning in theme material ( #1168 )
...
Corrected warning for unused variable hue2 in the function style_mod_edit of
the material theme in case color depth = 1.
2019-08-05 08:46:48 -04:00
Brian Pugh
d845cd73b0
Fix compiler warnings in lv_draw_img.c ( #1166 )
2019-08-04 12:33:46 -04:00
Gabor Kiss-Vamosi
1efff93dda
draw_line: fix skew line draw error
2019-08-01 21:01:02 +02:00
Gabor Kiss-Vamosi
17111843a0
fonts: add missing symbols
2019-07-31 12:31:21 +02:00
embeddedt
1f4f333a01
Add library.json
2019-07-30 08:24:26 -04:00
embeddedt
3eeb104463
Update bug-report.md
2019-07-29 12:20:06 -04:00
Gabor Kiss-Vamosi
6bb86f0963
fix typo in comment
2019-07-29 16:19:30 +02:00
Gabor Kiss-Vamosi
8ad5aa36dd
lv_label: disable hint on 'LV_LABEL_LONG_TXT_HINT 0'
2019-07-29 16:00:59 +02:00
Gabor Kiss-Vamosi
ec63826d53
lv_draw_label: fix hint
2019-07-29 15:56:20 +02:00
Gabor Kiss-Vamosi
ff853105d9
Revert "font: add const to lv_font_fmt_txt_dsc_t"
...
This reverts commit 8361a9c23d .
2019-07-29 15:42:54 +02:00
Gabor Kiss-Vamosi
8361a9c23d
font: add const to lv_font_fmt_txt_dsc_t
2019-07-29 15:09:21 +02:00
Gabor Kiss-Vamosi
f5dca830c4
add relative include path for lvgl.h in built-in fonts
2019-07-29 14:06:39 +02:00
Gabor Kiss-Vamosi
6a65f6e5d9
add const in arrays of unscii font
2019-07-29 12:26:00 +02:00
Gabor Kiss-Vamosi
4f0393f704
font: make some arrays const
2019-07-29 12:20:55 +02:00
Gabor Kiss-Vamosi
7a73cb00a5
fix display_template example
2019-07-29 11:00:28 +02:00
Gabor Kiss-Vamosi
786e793634
theme_material: improve group style mod funvtions
2019-07-27 17:40:20 +02:00
Gabor Kiss-Vamosi
a9ec60b5cd
lv_theme_nigh: update list button's style
2019-07-26 20:35:58 +02:00
Gabor Kiss-Vamosi
3cfe72c0fb
lv_calendar_get_pressed_date: return NULL if not date pressed
2019-07-26 13:23:19 +02:00
Gabor Kiss-Vamosi
a4c6d511b7
theme_material: bar, slider, sw padding fixes
2019-07-26 13:22:55 +02:00
Gabor Kiss-Vamosi
fd6d7119f5
indev: seng LV_EVENT_CLICK on if the object is not dragged
2019-07-26 13:22:09 +02:00
Gabor Kiss-Vamosi
0ab5e6e65c
theme zen: make scrollbar thinner
2019-07-25 11:36:42 +02:00
Gabor Kiss-Vamosi
6d2bbf2862
lv_canvas: disable anti alaising when drawing with transparent color to chroma keyed canvas
2019-07-25 11:36:42 +02:00
Themba Dube
2093b43045
Add LV_FS_MAX_PATH_LENGTH
2019-07-24 12:25:48 -04:00
Gabor Kiss-Vamosi
ebeeb28e85
Merge pull request #1159 from joltwallet/long_txt_6_1_clean
...
lv_txt.c long word text wrapping initial commit (refactor).
2019-07-24 06:12:30 +02:00
Gabor Kiss-Vamosi
5a9904fa12
lv_txt_get_next_line: step at least one to avoid infinite loops
2019-07-24 06:07:20 +02:00
Gabor Kiss-Vamosi
28505b09e6
update lv_conf_checker.h
2019-07-24 06:06:41 +02:00
Brian Pugh
29b145ffb2
lv_txt.c long word text wrapping initial commit (refactor).
2019-07-23 09:19:14 -07:00
embeddedt
bf2453ce0e
Merge pull request #1158 from engSinteck/master
...
fix comment
2019-07-23 10:12:26 -04:00
rinaldo
c519b73ae2
fix comment
2019-07-23 10:52:53 -03:00
Gabor Kiss-Vamosi
5d44e66d42
format comments
2019-07-23 08:23:33 +02:00
Gabor Kiss-Vamosi
04be7cc6a6
kb: fix kb_ctrl_spec_map
2019-07-22 15:30:50 +02:00
Gabor Kiss-Vamosi
3977a33ac4
Merge branch 'master' into dev-6.1
2019-07-22 06:30:26 +02:00
Gabor Kiss-Vamosi
c5f69ca3b1
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-07-22 06:30:07 +02:00
Gabor Kiss-Vamosi
aa2f70fabc
add lv_printf
2019-07-22 06:29:58 +02:00
Gabor Kiss-Vamosi
465bd3edd9
lv_list: fix comment
2019-07-22 06:29:34 +02:00
Gabor Kiss-Vamosi
639409b881
Merge pull request #1156 from vanwinkeljan/fix_disp_lv_inv_area
...
Pass disp->driver to rounder_cb in lv_inv_area
2019-07-20 06:27:01 +02:00
Jan Van Winkel
9401353ccb
Pass disp->driver to rounder_cb in lv_inv_area
...
Pass pointer to disp->driver to rounder_cb in lv_inv_area instead of
pointer to disp_refr->driver as lv_inv_area is called when no refresh is
ongoing (lv_disp_drv_register).
Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu >
2019-07-19 18:07:50 +02:00
Gabor Kiss-Vamosi
196da100b1
Update README.md
2019-07-19 12:09:55 +02:00
Gabor Kiss-Vamosi
24c17a9e5f
Update README.md
2019-07-19 11:08:08 +02:00
Gabor Kiss-Vamosi
d1bc187ec6
Update README.md
2019-07-19 08:10:50 +02:00
Gabor Kiss-Vamosi
884b0b8025
Update README.md
2019-07-19 08:07:53 +02:00
Gabor Kiss-Vamosi
9f333d50d7
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-07-17 12:44:08 +02:00
Gabor Kiss-Vamosi
1c859fc3d6
lv_page: propagate the DRAG_START/END events too from scrollable to the bancground
2019-07-17 12:43:50 +02:00
Gabor Kiss-Vamosi
cd0d311531
fix sending of DRAG_BEGIN/END siganls and events
2019-07-17 12:43:10 +02:00
Gabor Kiss-Vamosi
33b4072138
Update CONTRIBUTING.md
2019-07-16 20:57:08 +02:00
Gabor Kiss-Vamosi
da3785240a
Create CODING_STYLE.md
2019-07-16 20:53:43 +02:00
Gabor Kiss-Vamosi
ea00b24cdf
add LV_STYLE_CREATE
2019-07-15 15:01:50 +02:00
Gabor Kiss-Vamosi
d7fd9eca35
Merge branch 'master' into dev-6.1
2019-07-15 14:56:55 +02:00
embeddedt
27db08eb23
Merge pull request #1151 from sie0x01/master
...
Fix header color format check in lv_img_decoder_built_in_info
2019-07-14 17:16:20 -04:00
Alexander Siebert
93357446a4
Fix header color format check in lv_img_decoder_built_in_info
2019-07-14 21:26:19 +02:00
Themba Dube
f55abd4e97
Merge remote-tracking branch 'origin/master' into dev-6.1
2019-07-13 21:27:18 -04:00
Gabor Kiss-Vamosi
a421547774
Merge pull request #1144 from BigHeadCreations/master
...
Fix typos
2019-07-10 15:05:01 +02:00
Gabor Kiss-Vamosi
4a036d8c28
declare lv_font_fmt_txt_cmap_type_t as uint8_t
...
it causes issue if the bitfield ar interpreted as signed
2019-07-10 14:51:59 +02:00
Timothy Pearson
362378b4e4
Fix typos
2019-07-10 11:56:36 +02:00
Themba Dube
0c8794d557
Merge branch 'master' into dev-6.1
2019-07-09 16:22:02 -04:00
Gabor Kiss-Vamosi
2cead48cd5
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-07-09 15:38:06 +02:00
Gabor Kiss-Vamosi
5312875972
LV_LAYOUT_GRID: fix
2019-07-09 15:37:50 +02:00
Gabor Kiss-Vamosi
fca1a1d434
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-07-09 08:19:26 +02:00
Gabor Kiss-Vamosi
1618930f9b
update the fs porting example
2019-07-09 08:19:14 +02:00
Gabor Kiss-Vamosi
014850e73a
make lv_fs_get_drv public
2019-07-09 08:18:58 +02:00
Gabor Kiss-Vamosi
1a7e7ef125
Merge pull request #1140 from C47D/horizontal_list
...
lv_list: Add list layout, implements #1138
2019-07-09 06:52:15 +02:00
embeddedt
f984c35875
Merge pull request #1141 from Jason-Cooke/patch-1
...
docs: fix typo
2019-07-08 17:38:31 -04:00
Jason Cooke
dec310a78d
docs: fix typo
2019-07-09 09:34:46 +12:00
Gabor Kiss-Vamosi
a568a131d6
list: set/get lyout directly, not store in 'ext'
2019-07-08 17:24:30 +02:00
Gabor Kiss-Vamosi
5f9324cec5
Merge branch 'horizontal_list' of https://github.com/C47D/lvgl into C47D-horizontal_list
2019-07-08 17:18:29 +02:00
Gabor Kiss-Vamosi
40c86ea34e
color_mix_2_alpha fixes
2019-07-08 13:10:16 +02:00
Gabor Kiss-Vamosi
df91d5bcad
add lv_async to makefile
2019-07-08 13:02:48 +02:00
Gabor Kiss-Vamosi
2f29a9f361
fix compiler errors
2019-07-08 13:00:27 +02:00
Gabor Kiss-Vamosi
7bacac488e
theme: solve warnings when some object types are disabled
2019-07-08 12:51:47 +02:00
Gabor Kiss-Vamosi
e792352f45
disable color_mix_2_alpha if no used
2019-07-08 12:51:12 +02:00
C47D
b4b4c764a3
[lv_list] Replace lv_list_layout_t with lv_layout_t
2019-07-07 23:41:03 -05:00
C47D
1dfded27d4
[lv_list] Set vertical layout as default
2019-07-07 18:50:35 -05:00
C47D
3654253472
[lv_list] Fix comments and add implementation of list layout
2019-07-07 13:30:19 -05:00
C47D
95149e466f
[lv_list] Add list layout prototypes
2019-07-07 12:17:06 -05:00
Themba Dube
1d53e5eaec
Move lv_obj_del_async to lv_obj.h
2019-07-06 15:48:18 -04:00
embeddedt
91f8755690
Rename async header guards
...
Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2019-07-06 15:47:43 -04:00
Themba Dube
5ae4b62f4d
Initial addition of asynchronous callbacks
2019-07-06 15:47:36 -04:00
Themba Dube
8e9764532d
Add unscii to lv_font.mk
2019-07-05 14:33:00 -04:00
Gabor Kiss-Vamosi
03f18260a9
lv_img_decoder_close: fix if closed after error
2019-07-05 15:16:02 +02:00
Gabor Kiss-Vamosi
9023588fef
make the built-in image decoders public
2019-07-05 15:06:01 +02:00
Gabor Kiss-Vamosi
89bc24a7d9
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-07-05 07:49:01 +02:00
Gabor Kiss-Vamosi
f66b21433c
Merge branch 'dev-6.1' of https://github.com/littlevgl/lvgl into dev-6.1
2019-07-05 07:48:22 +02:00
Gabor Kiss-Vamosi
c021de5968
lv_obj_set_opa_scale: update comment
2019-07-05 07:19:09 +02:00
Gabor Kiss-Vamosi
2dce4407c7
add LV_FONT_FMT_TXT_LARGE to support very large fonts
2019-07-05 06:11:49 +02:00
embeddedt
6989a9c797
Upgrade README button example to 6.0
2019-07-04 19:05:03 -04:00
Gabor Kiss-Vamosi
471ff8a5b5
Merge pull request #1128 from littlevgl/lv_img_buf_alloc
...
[v6.1] Add lv_img_buf_alloc and lv_img_buf_free functions
2019-07-04 06:39:14 +02:00
Themba Dube
55740d2a96
Move lv_img_buf_get_img_size to C file instead of inlining
2019-07-03 09:47:08 -04:00
Gabor Kiss-Vamosi
6c59216b46
Replace uintptr_t with lv_uintptr_t
...
uintptr_t is not supported by the 16 bit PIC's compiler (e.g. dsPIC33)
2019-07-03 10:07:12 +02:00
Gabor Kiss-Vamosi
3a8a004e8b
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-07-03 06:54:15 +02:00
Gabor Kiss-Vamosi
a78d0489f5
with line draw out ouf mask test
2019-07-03 06:54:10 +02:00
embeddedt
507c220d3f
Merge pull request #1131 from pabigot/pr/20190702
...
lv_img_cache: fix buffer overrun
2019-07-02 19:18:24 -04:00
Peter A. Bigot
f2f024b610
lv_img_cache: fix buffer overrun
...
Reset the cache entry, not the pointer to the cache entry.
2019-07-02 17:59:28 -05:00
Gabor Kiss-Vamosi
4f77d8fc1a
Update memory usage
2019-07-03 00:46:53 +02:00
Gabor Kiss-Vamosi
3eb14e198a
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-07-03 00:14:26 +02:00
Gabor Kiss-Vamosi
63b070164f
use relative include path in built-in files
2019-07-03 00:10:38 +02:00
Gabor Kiss-Vamosi
6eb9975966
add LV_LOG_LEVEL_NONE
2019-07-03 00:10:19 +02:00
Gabor Kiss-Vamosi
0f24ef3666
lv_conf_template.h updates
2019-07-03 00:05:24 +02:00
Gabor Kiss-Vamosi
50d134fa8c
remove user data set get from anims to allow LV_USE_USER_DATA 0
2019-07-03 00:05:12 +02:00
embeddedt
5b9d969fa4
Fix Flash memory estimate
2019-07-02 14:34:15 -04:00
Themba Dube
27155720d5
Switch from size_t to uint32_t
2019-07-02 14:26:52 -04:00
embeddedt
90a3edd218
Fix typo in README.md
2019-07-01 21:45:40 -04:00
Themba Dube
9ad51e529e
Add API for retrieving raw image bitmap size
2019-07-01 21:38:01 -04:00
embeddedt
0dde2937d7
Merge pull request #1130 from amirgon/master
...
Add missing gc root
2019-07-01 18:18:05 -04:00
Amir Gonnen
b0870156c8
Merge branch 'dev-6.0'
2019-07-02 00:32:36 +03:00
Amir Gonnen
f7b8e5d415
Add missing gc root
2019-07-02 00:31:50 +03:00
Gabor Kiss-Vamosi
7b0b28f5a7
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-07-01 07:08:54 +02:00
Gabor Kiss-Vamosi
38cbc2fdea
Update README.md
2019-07-01 06:23:34 +02:00
Themba Dube
28e321f223
Add lv_img_buf_alloc and lv_img_buf_free functions
2019-06-30 22:05:28 -04:00
embeddedt
86c28355ab
Update links in README.md
2019-06-30 09:31:01 -04:00
Gabor Kiss-Vamosi
135c119b20
img_cache: fix memset
2019-06-30 06:01:18 +02:00
Gabor Kiss-Vamosi
3e77e0de8b
update version
2019-06-30 05:54:06 +02:00
Gabor Kiss-Vamosi
a77b2ab408
lv_label: fix warnings
2019-06-30 05:52:35 +02:00
Gabor Kiss-Vamosi
9af89dd1b3
send FOCUS/DEFOCUS event if it was already sent by click focus too
2019-06-30 04:54:57 +02:00
Gabor Kiss-Vamosi
3c539d5751
Merge branch 'dev-6.0'
2019-06-28 23:55:41 +02:00
Gabor Kiss-Vamosi
683545f5f0
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-06-28 23:55:29 +02:00
Gabor Kiss-Vamosi
f91479470b
lv_disp_get_hor/ver_res: fix if no disp yet
2019-06-28 22:16:11 +02:00
Gabor Kiss-Vamosi
c1072a6289
lv_chart: fix axis tick postions
2019-06-28 22:15:23 +02:00
embeddedt
e2147d4be5
Update forum link
2019-06-28 16:02:28 -04:00
Gabor Kiss-Vamosi
d3d83f4991
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-28 21:29:26 +02:00
Themba Dube
72cf43a176
Fix inadvertant commenting of signal
2019-06-28 08:36:53 -04:00
Gabor Kiss-Vamosi
b4dfa5678f
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-28 06:02:01 +02:00
Themba Dube
0e71a34128
Disable Doxygen preprocessing
2019-06-27 18:32:35 -04:00
Themba Dube
2ecd0c4166
Merge branch 'dev-6.0' of github.com:littlevgl/lvgl into dev-6.0
2019-06-27 18:11:19 -04:00
Themba Dube
bbc9c886c6
Update Doxygen comments
2019-06-27 18:07:26 -04:00
embeddedt
fc42d02e97
Merge pull request #1123 from amirgon/dev-6.0
...
[v6.0] Fix uninitialized var warning
2019-06-27 14:57:24 -04:00
Amir Gonnen
03ac0284ae
Fix uninitialized var warning
2019-06-27 21:44:20 +03:00
Gabor Kiss-Vamosi
925e1f9adf
update lv_conf_chechker.h
2019-06-27 18:55:37 +02:00
Gabor Kiss-Vamosi
d433114cc2
Merge branch 'dev-6.0'
2019-06-27 18:46:48 +02:00
Gabor Kiss-Vamosi
a2e6589529
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-27 18:46:36 +02:00
Gabor Kiss-Vamosi
c15f7135cd
lv_conf_template.h minor fixes
2019-06-27 18:46:28 +02:00
Gabor Kiss-Vamosi
7d278b1c09
Merge pull request #1122 from averne/conf_checker_syntax
...
lv_conf_checker syntax changes
2019-06-27 18:41:53 +02:00
Gabor Kiss-Vamosi
0bd3a9f4d0
fix conflicts
2019-06-27 18:34:49 +02:00
Gabor Kiss-Vamosi
f8924511d6
rename LV_TASK_PRIO_LAST -> _LV_TASK_PRIO_LAST
2019-06-27 18:25:23 +02:00
averne
d8745e3050
lv_conf_checker syntax changes
2019-06-27 16:46:54 +02:00
Gabor Kiss-Vamosi
a6b81d3da8
fixes when some features are disabled
2019-06-27 08:33:14 +02:00
Gabor Kiss-Vamosi
4c85125a87
update lv_conf_template.h
2019-06-27 08:20:36 +02:00
Gabor Kiss-Vamosi
9dcc47ec33
Merge branch 'vla' into dev-6.0
2019-06-27 08:19:38 +02:00
Gabor Kiss-Vamosi
8f962a0464
run clang-formatter
2019-06-27 07:16:15 +02:00
Gabor Kiss-Vamosi
e1989c5706
minor theme updates
2019-06-26 17:51:14 +02:00
Gabor Kiss-Vamosi
e1a4590fe3
indev: don't set drag_in_prog if not moved
2019-06-26 17:51:03 +02:00
Gabor Kiss-Vamosi
ac8e4af167
Merge branch 'vla' of https://github.com/littlevgl/lvgl into vla
2019-06-26 16:56:35 +02:00
Gabor Kiss-Vamosi
d99bd91fe6
lv_draw_buf minor formatting
2019-06-26 16:56:24 +02:00
Gabor Kiss-Vamosi
b04367c702
remove all VLA and replave with lv_draw_get_buf
2019-06-26 16:53:50 +02:00
Gabor Kiss-Vamosi
47bc4c91b7
remove all VLA and replave with lv_draw_get_buf
2019-06-26 16:51:10 +02:00
Gabor Kiss-Vamosi
ce29102dcf
remove
2019-06-26 16:50:10 +02:00
Gabor Kiss-Vamosi
f806f8c526
add lv_draw_free_buf
2019-06-26 15:56:41 +02:00
Gabor Kiss-Vamosi
5b150e57ab
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-26 15:45:08 +02:00
Gabor Kiss-Vamosi
977b74332c
night theme update
2019-06-26 15:45:01 +02:00
Gabor Kiss-Vamosi
071bf4cc4c
add lv_draw_get_buf and use it for shadow draw
2019-06-26 15:42:54 +02:00
embeddedt
25c5c54b3b
Merge pull request #1118 from amirgon/dev-6.0
...
[v6.0] add an option to define hard coded resolution
2019-06-26 09:42:01 -04:00
embeddedt
d823194378
Merge pull request #1120 from littlevgl/revert-1115-long_txt
...
Revert "Long txt wrapping refactor"
2019-06-26 09:38:18 -04:00
embeddedt
cba7dfc51b
Revert "Long txt wrapping refactor"
2019-06-26 09:37:39 -04:00
Gabor Kiss-Vamosi
fda41d62a1
image decoder: minor fixes
2019-06-26 14:53:01 +02:00
Gabor Kiss-Vamosi
5168b5c44f
add a pixel perfect built-in font
2019-06-26 14:52:41 +02:00
Amir Gonnen
1ae0a68e55
[v6.0] add an option to define hard coded resolution
2019-06-26 01:14:38 +03:00
Gabor Kiss-Vamosi
f62f839a25
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-25 18:27:22 +02:00
Gabor Kiss-Vamosi
b71b1f1e3a
strip logs at compile time
2019-06-25 18:27:10 +02:00
Gabor Kiss-Vamosi
9d6cf5d2d8
change the prefix of mem_fill_cb and mem_blend_cb to gpu_
2019-06-25 17:57:42 +02:00
Gabor Kiss-Vamosi
08101e6d6b
LV_COLOR_SCREEN_TRANSP fixes if LV_COLOR_DEPTH != 32
2019-06-25 17:41:29 +02:00
Gabor Kiss-Vamosi
cd3d7248c5
fix warnging
2019-06-25 17:14:11 +02:00
Gabor Kiss-Vamosi
721d056803
Merge pull request #1115 from joltwallet/long_txt
...
Long txt wrapping refactor
2019-06-25 17:13:30 +02:00
Gabor Kiss-Vamosi
5e4bd1fd0c
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-25 15:14:57 +02:00
Gabor Kiss-Vamosi
4891f803fc
minor API updates
2019-06-25 15:14:47 +02:00
embeddedt
ff657882bc
Fix incorrect argument order in lv_canvas_copy_buf
2019-06-25 08:21:24 -04:00
embeddedt
c54003f014
Fix spelling errors in lv_port_disp_template.c
2019-06-24 13:50:13 -04:00
Brian Pugh
f56cd37f65
long_txt: moved first letter width update to more intuitive location
2019-06-24 09:36:38 -07:00
Brian Pugh
ab4c2bcd93
long_txt fixed incorrect width calculation of break characters.
2019-06-24 09:27:19 -07:00
Gabor Kiss-Vamosi
bba22bfa55
lv_img_decoder: remove palette local variable
2019-06-24 06:48:46 +02:00
Gabor Kiss-Vamosi
00008879b7
lv_ta: modify the order of values to be compatible with spinbox
2019-06-24 06:12:31 +02:00
Gabor Kiss-Vamosi
d66ff20df5
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-24 06:04:20 +02:00
Gabor Kiss-Vamosi
b856391c96
lv_bar: comemnt updates
2019-06-24 05:59:43 +02:00
Gabor Kiss-Vamosi
d67f84bc1a
img_decoder: handle error messages as placeholder.
2019-06-24 05:59:31 +02:00
Gabor Kiss-Vamosi
189ca15d7c
lv_img_decoder_open: return lv_res_t, save img data in dsc
2019-06-24 05:41:49 +02:00
Brian Pugh
d85efb9926
remove debugging lines
2019-06-23 16:22:51 -07:00
Brian Pugh
a88cacb71e
Restore LV_TXT_LINE_BREAK_LONG_* defines in lv_conf_template.h and checker
2019-06-23 16:21:03 -07:00
Brian Pugh
2f95d4a0ca
long text comment update
2019-06-23 16:15:14 -07:00
Brian Pugh
2f5ec6befe
long text wrapping cleanup
2019-06-23 16:04:17 -07:00
Brian Pugh
44b2197721
Mostly working long text; need to fix dangling newline and remove debugging code
2019-06-23 12:25:17 -07:00
Brian Pugh
3227a2c780
Merge remote-tracking branch 'origin/dev-6.0' into long_txt
2019-06-23 12:07:09 -07:00
embeddedt
7f7034f50f
Fix C++ issue reported in #1113
...
Fix conversion from void * to structure without cast
2019-06-23 12:48:58 -04:00
Brian Pugh
58ce1460d8
Merge remote-tracking branch 'origin/dev-6.0' into long_txt
2019-06-21 19:52:45 -07:00
Gabor Kiss-Vamosi
3c2accacb6
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-22 00:46:41 +02:00
Gabor Kiss-Vamosi
cd6f99c718
update gauge draw
2019-06-22 00:46:35 +02:00
embeddedt
d79df213a1
Merge pull request #1112 from amirgon/dev-6.0
...
Add lv_img_cache.h to lvgl.h
2019-06-21 17:48:11 -04:00
Amir Gonnen
bc030e7a2e
Add lv_img_cache.h to lvgl.h
...
needs to be user accessible
2019-06-22 00:45:55 +03:00
Gabor Kiss-Vamosi
65d9dc503d
Merge pull request #1111 from gsar-rez/dev-6.0
...
lv_draw_basic: use uint16_t for letter width
2019-06-21 23:16:30 +02:00
embeddedt
1bba2a803f
Merge pull request #1110 from joltwallet/cache_mk_fix
...
Added missing lv_img_cache.c to makefile
2019-06-21 12:37:32 -04:00
embeddedt
ce7b183f50
Fix #1109
2019-06-21 12:37:00 -04:00
Brian Pugh
8e8271ffe6
Added missing lv_img_cache.c to makefile
2019-06-21 09:33:27 -07:00
Sergey Geraskin
ecd21d512d
lv_draw_basic: use uint16_t for letter width
2019-06-21 21:33:05 +05:00
Brian Pugh
76e392edd5
Merge remote-tracking branch 'origin/dev-6.0' into long_txt
2019-06-21 09:10:26 -07:00
Gabor Kiss-Vamosi
4c1dbc63d2
lv_list_add -> lv_list_add_btn, event paramter removed from lv_list/win_add_btn
2019-06-21 15:26:28 +02:00
Gabor Kiss-Vamosi
ca1f21ad04
update lv_img_cache
2019-06-20 23:14:17 +02:00
Gabor Kiss-Vamosi
a9c818a6ef
use typedef lv_coord_t lv_anim_value_t in lv_anim.h
2019-06-20 18:58:53 +02:00
Gabor Kiss-Vamosi
a63c5eb968
add lv_anim_value_t to lv_conf_templ.h
2019-06-20 18:45:23 +02:00
Gabor Kiss-Vamosi
68f28d1fda
add lv_img_cache
2019-06-20 18:43:03 +02:00
Brian Pugh
d25650f561
long text wordwrapping refactor
2019-06-20 08:20:45 -07:00
Gabor Kiss-Vamosi
f5de02ad5a
add VALUE_CHANGE events
2019-06-20 14:28:25 +02:00
Gabor Kiss-Vamosi
7a0ccd74a8
animation warning fixes
2019-06-20 06:26:24 +02:00
Gabor Kiss-Vamosi
e72ba9f11b
animation warning fixes
2019-06-20 06:20:23 +02:00
Gabor Kiss-Vamosi
d84e977218
fix callback conventions
2019-06-20 06:19:07 +02:00
embeddedt
e48e0d8026
Merge pull request #1107 from amirgon/dev-6.0
...
[v6.0] Remove duplicated function declarations
2019-06-19 18:11:04 -04:00
Amir Gonnen
1c0f24cfbd
Remove duplicated function declarations
2019-06-20 00:12:43 +03:00
embeddedt
1b33667642
Merge pull request #1106 from joltwallet/anim_macros
...
Fixed compilation issues when animations are disabled
2019-06-19 13:34:41 -04:00
Themba Dube
8173c427aa
Keep typedef under TYPEDEFS comment
2019-06-19 13:33:43 -04:00
Gabor Kiss-Vamosi
c630493fc0
comment update
2019-06-19 18:41:29 +02:00
Gabor Kiss-Vamosi
b0b27515bd
page: scrl_def_event_cb propage less events
2019-06-19 18:41:12 +02:00
Brian Pugh
625aaa25ff
Fixed compilation issues when animations are disabled
2019-06-19 09:08:47 -07:00
Gabor Kiss-Vamosi
1844d060ab
minor APU updates
2019-06-19 13:43:02 +02:00
Gabor Kiss-Vamosi
d80cc562d4
minor fixes
2019-06-19 00:40:20 +02:00
Gabor Kiss-Vamosi
6cfcc3fa55
minor API changes
2019-06-19 00:35:35 +02:00
Gabor Kiss-Vamosi
b9081cacef
lv_group: fix typo in comment
2019-06-18 06:08:44 +02:00
Gabor Kiss-Vamosi
22e8ec2b01
Merge pull request #1104 from C47D/fix_group_wrap
...
[lv_group - v5.3] Init wrap on group creation and fix documentation of wrap setter
2019-06-18 06:07:37 +02:00
Gabor Kiss-Vamosi
c46f64c6d5
lv_img_decoder fix memory leak
2019-06-18 05:40:21 +02:00
C47D
648e2c4f17
[lv_group] Init wrap on group creation and fix documentation of wrap setter
2019-06-17 20:39:40 -05:00
Gabor Kiss-Vamosi
b9692ee798
add missing 'iniline'
2019-06-17 16:07:34 +02:00
Gabor Kiss-Vamosi
eacf2e5b93
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-17 16:05:38 +02:00
Gabor Kiss-Vamosi
3088849b63
minor API changes
2019-06-17 16:05:30 +02:00
Themba Dube
7fe458229d
Minor fix when LV_LABEL_TEXT_SEL is 0
2019-06-16 14:41:58 -04:00
Gabor Kiss-Vamosi
abae15ab7c
add '_cb' suffix to callback in lv_fs_drv_t
2019-06-16 10:01:26 +02:00
Gabor Kiss-Vamosi
51878e65dc
add user data to lv_fs_drv_t
2019-06-16 09:48:41 +02:00
Gabor Kiss-Vamosi
760359fd5a
lv_fs: add 'lv_fs_drv_t * drv' as first paramter to the dirver funnction
2019-06-16 09:24:10 +02:00
Gabor Kiss-Vamosi
b8c35308f2
minor fixes
2019-06-16 09:16:20 +02:00
Gabor Kiss-Vamosi
622c5deada
minor fixes
2019-06-16 07:51:36 +02:00
Gabor Kiss-Vamosi
728c221986
regenerate fonts
2019-06-15 17:21:02 +02:00
Themba Dube
a92ffe7cde
Fix use of NULL pointer in lv_draw_label
2019-06-14 11:34:22 -04:00
Gabor Kiss-Vamosi
5bb1653991
label hint: comments and formatting
2019-06-14 16:04:15 +02:00
Gabor Kiss-Vamosi
021420775f
Merge branch 'dev-6.0' into hint
2019-06-14 15:23:34 +02:00
Gabor Kiss-Vamosi
4f07e9b4ab
label hint updates
2019-06-14 15:20:46 +02:00
Gabor Kiss-Vamosi
9e34000dfc
label hint updates
2019-06-14 15:15:20 +02:00
Gabor Kiss-Vamosi
10c46e73a8
label_draw hint experiments
2019-06-14 14:57:59 +02:00
Gabor Kiss-Vamosi
dd8fdafe3e
lv_ta: minor fix to speed up adding texts
2019-06-14 14:26:10 +02:00
Gabor Kiss-Vamosi
89fae4458e
add lv_canvas_set_palette()
2019-06-14 07:17:02 +02:00
Gabor Kiss-Vamosi
71f00017af
remove LV_EVENT_SLECTED and use LV_EVENT_VALUE_CHANGED instead
2019-06-14 06:56:54 +02:00
Gabor Kiss-Vamosi
7cbc2d0e7f
font_fmt_txt: cache fix
2019-06-14 06:24:02 +02:00
Gabor Kiss-Vamosi
f69dfce051
font_fmt_txt: cache the last letter and its glyph
2019-06-14 05:55:43 +02:00
Gabor Kiss-Vamosi
c52d8e8120
lv_txt: performance optimization
2019-06-14 05:47:40 +02:00
Gabor Kiss-Vamosi
0e41e9aacb
simplify mem_fill
2019-06-13 19:25:23 +02:00
Gabor Kiss-Vamosi
3abcf52ad7
mbox: fix clicking with no buttons ( #1101 )
2019-06-13 05:13:34 +02:00
Gabor Kiss-Vamosi
bceb46b813
improve callback conventions
2019-06-12 23:10:54 +02:00
Gabor Kiss-Vamosi
ed69452c45
font: use binary search
2019-06-12 23:01:16 +02:00
Gabor Kiss-Vamosi
4139cd619b
Update README.md
2019-06-11 15:54:13 +02:00
Gabor Kiss-Vamosi
a2c9c72186
add LV_ANIM_ON/OFF
2019-06-11 13:51:14 +02:00
Gabor Kiss-Vamosi
56b9893854
add cppchecker script
2019-06-11 06:33:53 +02:00
Gabor Kiss-Vamosi
288b972ce0
add LV_STYLE_XXX_MAIN if an object has only one style
2019-06-11 06:33:33 +02:00
Gabor Kiss-Vamosi
857d1734fd
lv_roller: fix refactoring issue
2019-06-07 14:54:19 +02:00
Gabor Kiss-Vamosi
a1d2d631f0
Merge branch 'border_styles' into dev-6.0
2019-06-07 14:52:24 +02:00
Gabor Kiss-Vamosi
8254ee6661
rename lv_obj_adjust_coords to lv_obj_get_inner_coords
2019-06-07 14:52:14 +02:00
Gabor Kiss-Vamosi
5cc1548b83
lv_coord_t: use typdef in lv_conf.h
2019-06-07 00:08:48 +02:00
Gabor Kiss-Vamosi
f2ca0b15f3
lv_coord_t: add config option in lv_conf.h
2019-06-06 23:44:30 +02:00
Gabor Kiss-Vamosi
dbb5f23cd6
lv_indev: use event instead of signal in feedback function
2019-06-06 23:42:51 +02:00
Gabor Kiss-Vamosi
23f842e462
run clag-format
2019-06-06 06:05:40 +02:00
Gabor Kiss-Vamosi
dba4cebfea
fix warnings
2019-06-06 06:04:15 +02:00
Gabor Kiss-Vamosi
81729dfd51
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-06 05:55:29 +02:00
Gabor Kiss-Vamosi
48e1efb6ef
font folder restructure and makefile fixes
2019-06-06 05:55:17 +02:00
embeddedt
9396b097ab
Minor fixes for Micropython binding ( #1094 )
...
* Enable/disable font declarations according to font macros
* Updated sed line which generates _LV_STR enum for Micropython binding
2019-06-05 19:06:58 -04:00
Amir Gonnen
b4d54c71d3
small fixes
...
Enable/disable font declarations according to font macros. This is required for Micropython otherwise we would get a declaration with a missing definition.
Updated sed line which generates _LV_STR enum for Micropython binding
2019-06-06 01:11:30 +03:00
Gabor Kiss-Vamosi
9139b58abc
lv_draw_rect: fix underlow on border width
2019-06-05 18:36:38 +02:00
Gabor Kiss-Vamosi
0ef39ed144
lv_conf_template: formatting
2019-06-05 15:23:16 +02:00
Gabor Kiss-Vamosi
b29c84cc88
Merge branch 'font' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-05 15:19:12 +02:00
Gabor Kiss-Vamosi
3a2def1e76
font: update lv_conf_template.h
2019-06-05 15:16:51 +02:00
Gabor Kiss-Vamosi
62c531eec3
font: fix glyph_ids_size usage
2019-06-05 12:28:31 +02:00
Gabor Kiss-Vamosi
c54d2d2fd7
add built in fonts
2019-06-05 12:25:49 +02:00
Gabor Kiss-Vamosi
e01577845a
draw tri: fix pixel overwrite with oapcity (from #1091 )
2019-06-04 15:20:22 +02:00
Gabor Kiss-Vamosi
e8c14961df
font: use .list_length property
2019-06-03 00:55:59 +02:00
Gabor Kiss-Vamosi
b0de5b9c0d
update built in font converter
2019-06-02 23:27:27 +02:00
Gabor Kiss-Vamosi
33bb0d8004
calnvas: create draw function which uses lv_draw_... function
2019-06-02 20:35:33 +02:00
Gabor Kiss-Vamosi
366698bba3
font: add user data
2019-06-02 14:18:21 +02:00
Gabor Kiss-Vamosi
ff65ecd102
add a default font
2019-06-02 11:57:01 +02:00
Themba Dube
4075a7adfc
Roller: do not draw rectangle highlight on borders
2019-06-01 21:37:25 -04:00
Themba Dube
ca01b558f7
Add lv_obj_adjust_coords() API for finding the object's "client area"
2019-06-01 21:37:04 -04:00
Gabor Kiss-Vamosi
f692e00ffe
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into font
2019-06-01 21:46:12 +02:00
Gabor Kiss-Vamosi
30419b3881
letter_draw: support bitmap stream
2019-06-01 21:46:05 +02:00
Gabor Kiss-Vamosi
a94866a115
font: update sample font
2019-05-31 18:52:32 +02:00
Gabor Kiss-Vamosi
df4aecc4c2
font: update sample font
2019-05-31 18:52:19 +02:00
Gabor Kiss-Vamosi
2dfaef4668
font: add LV_ATTRIBUTE_LARGE_CONST for bitmap
2019-05-31 16:42:14 +02:00
Gabor Kiss-Vamosi
23dc884f35
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-31 08:48:42 +02:00
Gabor Kiss-Vamosi
cd8bfa49e2
ta: fix cursor bilnk and password show time
2019-05-31 08:48:36 +02:00
Gabor Kiss-Vamosi
cf124e60ad
use optimized triangle drawing if no opacity
2019-05-31 07:51:18 +02:00
Gabor Kiss-Vamosi
7884636b7c
add triange optimization option
2019-05-31 07:40:09 +02:00
Gabor Kiss-Vamosi
8c6ef82947
Merge branch 'dev-6.0' into tri
2019-05-31 06:42:05 +02:00
Gabor Kiss-Vamosi
23e7e4e8e2
font: fix generated font file
2019-05-31 05:34:44 +02:00
Gabor Kiss-Vamosi
56d7b986d4
font: save the original generated font
2019-05-31 05:21:27 +02:00
embeddedt
f173875310
Fix bug related to allocation size in lv_img_decoder.c
2019-05-30 10:05:02 -04:00
Gabor Kiss-Vamosi
4cffb73357
font: start to inegrate
2019-05-29 06:40:19 +02:00
Gabor Kiss-Vamosi
b174398cb5
merge new font API
2019-05-29 05:31:03 +02:00
Gabor Kiss-Vamosi
7189a60866
font: use a common list length in the arrays of cmaps
2019-05-28 12:53:19 +02:00
Gabor Kiss-Vamosi
d94075ac92
font: add unicode_list_length and glyph_id_ofs_list_length
2019-05-28 12:10:50 +02:00
Gabor Kiss-Vamosi
0acabe460c
font: add new types
2019-05-28 08:46:43 +02:00
Gabor Kiss-Vamosi
a5bbb5e651
font: add cmap type
2019-05-28 08:06:15 +02:00
Gabor Kiss-Vamosi
005a7954ca
font: remove unicode_first/last
2019-05-28 07:57:22 +02:00
Gabor Kiss-Vamosi
bf667f747b
font: remove box_x_ofs_min/max
2019-05-27 15:26:09 +02:00
Gabor Kiss-Vamosi
0aeff32442
font: fix comment for kern format
2019-05-27 15:13:59 +02:00
Gabor Kiss-Vamosi
5ebed4f24e
anim: minor updates
2019-05-27 15:10:15 +02:00
Gabor Kiss-Vamosi
eba910be40
font: use signed types for kern values
2019-05-27 06:20:48 +02:00
Gabor Kiss-Vamosi
b6a86f31d7
update lv_anim.h
2019-05-27 05:47:59 +02:00
Gabor Kiss-Vamosi
d1e59483b4
update lv_anim.h
2019-05-27 05:46:19 +02:00
Gabor Kiss-Vamosi
f2afc18d6b
anim: combint var and exec_cb set into lv_anim_set_var_and_cb
2019-05-27 05:42:34 +02:00
Gabor Kiss-Vamosi
72347d4bc1
remove LV_FONT_X4_SET
2019-05-26 19:31:01 +02:00
Gabor Kiss-Vamosi
1ed8207b5c
font: add LV_FONT_X4_SET
2019-05-25 19:46:04 +02:00
Gabor Kiss-Vamosi
ceff78476b
font: improve templates
2019-05-25 19:32:21 +02:00
Gabor Kiss-Vamosi
62ffe5ab94
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-25 17:05:49 +02:00
Gabor Kiss-Vamosi
d2e28abb79
indev: fix typo
2019-05-25 17:05:38 +02:00
Gabor Kiss-Vamosi
6093053240
lv_style_anim_get_user_data_ptr: fix recusrive call
2019-05-25 17:05:13 +02:00
Gabor Kiss-Vamosi
7cfbf5ed64
Merge pull request #1082 from amirgon/dev-6.0
...
Replace * by [] to pass array argument
2019-05-25 17:02:52 +02:00
Gabor Kiss-Vamosi
01f990061f
indev inactivity: check encoder diff too
2019-05-25 16:53:56 +02:00
Gabor Kiss-Vamosi
b0fffaa55b
LV_COLOR_TRANSP, LV_TA_CURSOR_BLINK_TIME and LV_TA_PWD_SHOW_TIME run time configurable
2019-05-25 16:27:36 +02:00
Amir Gonnen
2c7cdea1ee
Replace * by [] to pass array argument
...
As discussed on #935 https://github.com/littlevgl/lvgl/issues/935#issuecomment-481550697
2019-05-25 16:43:57 +03:00
Gabor Kiss-Vamosi
5ef94e395d
add font template
2019-05-24 14:31:20 +02:00
Gabor Kiss-Vamosi
6bde219324
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-24 06:27:14 +02:00
Gabor Kiss-Vamosi
d3d9fde245
unify lv_obj_..._ext_click_area... API
2019-05-24 06:26:56 +02:00
Gabor Kiss-Vamosi
225c2f727c
improve font template
2019-05-24 06:24:31 +02:00
embeddedt
a3e88e1ecd
Update lv_btnm_set_one_toggle docs ( #1079 )
2019-05-23 10:42:45 -04:00
Gabor Kiss-Vamosi
0f1e260155
LV_CHART_TYPE_AREA fixes
2019-05-22 06:34:14 +02:00
Gabor Kiss-Vamosi
8efb91d51d
Merge branch 'joltwallet-func_cast_warn_fix' into dev-6.0
2019-05-21 15:56:34 +02:00
Gabor Kiss-Vamosi
5803fa6214
indev: minor fix
2019-05-21 15:56:27 +02:00
Gabor Kiss-Vamosi
9cb633981f
Merge branch 'func_cast_warn_fix' of https://github.com/joltwallet/lvgl into joltwallet-func_cast_warn_fix
2019-05-21 15:53:48 +02:00
Gabor Kiss-Vamosi
d066004783
Merge pull request #1072 from joltwallet/indev_focus_fix
...
Indev focus fix
2019-05-21 15:52:24 +02:00
embeddedt
037e828c8a
Fix lv_cont_get_fit_height using width instead
...
Reported in #1075
2019-05-21 09:52:18 -04:00
Gabor Kiss-Vamosi
5652a163c5
indev: use indev_obj_act for pointers too
2019-05-21 15:49:50 +02:00
Gabor Kiss-Vamosi
f42e6b82c4
Merge branch 'indev_focus_fix' of https://github.com/joltwallet/lvgl into joltwallet-indev_focus_fix
2019-05-21 15:29:42 +02:00
Brian Pugh
6212d0a507
lv_style.c change int16_t to lv_anim_value_t in animation exec cb
2019-05-20 18:38:24 -07:00
Brian Pugh
cd1ad6eb3a
Wrapped remaining animation and edge_flash references in #if LV_USE_ANIMATION to save memory/space
2019-05-20 18:31:47 -07:00
Brian Pugh
cbb9c3f73b
Fixed syntax error in lv_bar.c when animations are disabled
2019-05-20 10:04:36 -07:00
Brian Pugh
40576b5445
indev.c/h: Replaced CHECK_INDEV_RESET macro with function
2019-05-20 09:52:18 -07:00
Brian Pugh
9b38d455ab
renamed indev_obj_focused to indev_obj_act. Improved related documentation/formatting
2019-05-20 09:42:31 -07:00
Brian Pugh
3cc2043fd7
fixed lv_ta.c anim type mismatch
2019-05-20 09:32:13 -07:00
Brian Pugh
a6f0afde4c
change some int16_t types to lv_anim_value_t for animation functions. use LV_USE_ANIMATION macros to remove unused variables when animation capabilities is disabled
2019-05-20 09:22:09 -07:00
Gabor Kiss-Vamosi
ba3e7d1da6
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-20 15:52:22 +02:00
Gabor Kiss-Vamosi
9d70ccc226
fix typo
2019-05-20 15:51:31 +02:00
Gabor Kiss-Vamosi
d658eef2a0
fix typo
...
lv_font_symbol_30_basic -> lv_font_symbol_30
2019-05-20 15:50:21 +02:00
embeddedt
22c2bc4453
Do not return non-void value in lv_style_anim_create
2019-05-20 07:50:39 -04:00
Gabor Kiss-Vamosi
0d2b61f0f3
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-20 12:12:06 +02:00
Gabor Kiss-Vamosi
45a29c1b88
fix typo
2019-05-20 12:11:59 +02:00
Gabor Kiss-Vamosi
1c2d71a0f8
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-20 07:20:54 +02:00
Gabor Kiss-Vamosi
ba9f0cf9bb
chart COLUMN draw speed optmize
2019-05-20 07:19:00 +02:00
Gabor Kiss-Vamosi
fd834ae60f
Merge pull request #1071 from ali-rostami/patch-2
...
defining lv_group_remove_all_objs
2019-05-20 06:45:32 +02:00
Gabor Kiss-Vamosi
e8605a52ed
font: update fmt_txt
2019-05-20 06:40:00 +02:00
Brian Pugh
7bbe91512a
indev.c: indev_obj_focused initial commit to correctly reset indev query when a callback changed the currently focused object and deletes the old one. Only tested on keypad indev, other indev types may need a similar fix re-using the indev_obj_focused variable
2019-05-19 10:56:34 -07:00
Ali Rostami
aed05f26e4
Update src/lv_core/lv_group.h
...
Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2019-05-19 13:55:34 +04:30
Ali Rostami
87979b5645
Update src/lv_core/lv_group.c
...
Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2019-05-19 13:55:24 +04:30
Gabor Kiss-Vamosi
22195f3455
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-19 11:04:03 +02:00
Gabor Kiss-Vamosi
b0a4fd7dad
calendar: optimize cover check in the design function
2019-05-19 10:56:21 +02:00
Gabor Kiss-Vamosi
b6d24040bf
font thinking
2019-05-19 10:51:20 +02:00
Gabor Kiss-Vamosi
0be212c26c
Merge pull request #1068 from amirgon/dev-6.0
...
Add missing 'log level' argument to log callback
2019-05-19 10:37:47 +02:00
Ali Rostami
90b8bc9597
declaring the lv_group_remove_all_objs function.
2019-05-19 10:03:57 +04:30
Ali Rostami
8c5c8ed82a
defining lv_group_remove_all_objs
...
`lv_group_remove_all_objs` is a function for removing all objects from a group and making it free of objects.
2019-05-19 10:00:59 +04:30
Brian Pugh
f28efdd9f3
Change int32_t to int16_t in animation functions to fix warnings
2019-05-18 18:14:21 -07:00
embeddedt
62ea055785
Merge pull request #1067 from joltwallet/anim_guard_fix
...
Fix LV_OBJX_DEF_ANIM_TIME guards
2019-05-18 19:26:34 -04:00
Amir Gonnen
89a2856d6e
Add missing 'log level' argument to log callback
2019-05-18 22:54:10 +03:00
Brian Pugh
80760c4669
Fix LV_OBJX_DEF_ANIM_TIME guards
2019-05-18 11:44:50 -07:00
embeddedt
b1622166b4
Merge pull request #1066 from amirgon/dev-6.0
...
Fixed include path. Fixed typos
2019-05-18 08:38:12 -04:00
Gabor Kiss-Vamosi
f7bc8c2328
theme: update group styles in lv_theme_set_current
2019-05-18 14:03:44 +02:00
Gabor Kiss-Vamosi
83d64fed42
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-18 13:48:37 +02:00
Gabor Kiss-Vamosi
234fa34254
add lv_log_print_g_cb_t
2019-05-18 13:48:27 +02:00
Gabor Kiss-Vamosi
d8edbb8a41
minor formatting
2019-05-18 13:48:13 +02:00
Gabor Kiss-Vamosi
077a645a92
font: add kerning tables
2019-05-18 13:39:44 +02:00
Gabor Kiss-Vamosi
432e87bfdf
minor formatting
2019-05-18 11:21:20 +02:00
Gabor Kiss-Vamosi
f16561295b
add LV_EVENT_CB_DECLARE
2019-05-18 11:21:16 +02:00
Gabor Kiss-Vamosi
d197ae53e5
Merge pull request #1061 from joltwallet/count_children_recursive
...
lv_obj_count_children_recursive
2019-05-18 09:48:41 +02:00
Amir Gonnen
42b546a6d7
Fixed include path. Fixed typos
2019-05-18 01:31:29 +03:00
embeddedt
eb1e28e1f5
Merge pull request #1065 from joltwallet/lv_img_decoder_no_fs
...
lv_img_decoder.c Wrap filesystem calls in LV_USE_FILESYSTEM macro
2019-05-17 12:44:17 -04:00
Brian Pugh
cb6a4527a9
lv_img_decoder.c Wrap filesystem calls in LV_USE_FILESYSTEM macro
2019-05-17 09:12:30 -07:00
Brian Pugh
2f4654b009
Merge remote-tracking branch 'origin/dev-6.0' into count_children_recursive
2019-05-17 08:47:18 -07:00
Gabor Kiss-Vamosi
ca19c7d92f
minor formatting
2019-05-17 16:59:12 +02:00
Gabor Kiss-Vamosi
1ef0c197cd
built-in img decodder read line bug fix
2019-05-17 09:03:53 +02:00
Gabor Kiss-Vamosi
b842db91aa
lv_ll_move_before: bugfix
2019-05-17 08:42:28 +02:00
Gabor Kiss-Vamosi
1f334ba88b
mbox: close anim bugfix
2019-05-17 08:29:51 +02:00
Gabor Kiss-Vamosi
c136382be3
add lv_task_create_basic
2019-05-17 08:29:38 +02:00
Gabor Kiss-Vamosi
e525c08a0c
rename lv_anim_del_custom to lv_anim_custom_del
2019-05-17 08:01:22 +02:00
Gabor Kiss-Vamosi
b926fd4966
add lv_task_set_cb
2019-05-17 07:58:47 +02:00
Gabor Kiss-Vamosi
4c623cae44
add lv_anim_del_custom
2019-05-17 07:50:00 +02:00
Gabor Kiss-Vamosi
c5ba739627
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-17 07:40:10 +02:00
Gabor Kiss-Vamosi
e421e08c2f
remove unused lv_img_decoder_set_custom
2019-05-17 07:39:56 +02:00
embeddedt
bd15b805db
Apply fix from #1064 to dev-6.0
...
Fix mixup of SB and SCRL styles in lv_list_get_style
2019-05-16 19:42:50 -04:00
embeddedt
292ca72c03
Merge pull request #1064 from CrogST/patch-1
...
Fix swapping of SB and SCRL styles in lv_list_get_style function
2019-05-16 19:41:26 -04:00
Gabor Kiss-Vamosi
322211b1ed
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-16 15:31:17 +02:00
Gabor Kiss-Vamosi
04df148f0c
add comments to lv_img_decoder
2019-05-16 15:30:52 +02:00
CrogST
8273499a8c
Error in lv_list_get_style function
...
SB and SCRL styles were mixed up. Let me now if it is ok.
2019-05-16 14:30:54 +03:00
Gabor Kiss-Vamosi
c1b8c2f522
imgbtn: follow image decder changes
2019-05-16 10:27:45 +02:00
Gabor Kiss-Vamosi
6cba2fbab0
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-15 18:58:13 +02:00
Gabor Kiss-Vamosi
5a712931ef
lv_page: fix vertical scrollbar position
2019-05-15 18:58:01 +02:00
Gabor Kiss-Vamosi
de824833a0
remove LV_USE_USER_DATA_SINGE to LV_USE_USER_DATA
2019-05-15 18:51:31 +02:00
Gabor Kiss-Vamosi
78c527ee4f
remove LV_USE_USER_DATA_MULTI
2019-05-15 18:50:38 +02:00
Gabor Kiss-Vamosi
c46ff018ed
Merge branch 'imgdec' into dev-6.0
2019-05-15 18:41:42 +02:00
Gabor Kiss-Vamosi
862a4c3496
Merge branch 'anim' into dev-6.0
2019-05-15 18:39:17 +02:00
Gabor Kiss-Vamosi
569bbdf058
remove lv_style_anim_t and replace it with simply lv_anim_t
2019-05-15 18:27:26 +02:00
Gabor Kiss-Vamosi
648d42ec94
fix screen copy
2019-05-15 07:36:13 +02:00
Gabor Kiss-Vamosi
c8d1413ece
Update lv_obj.c
2019-05-15 07:36:00 +02:00
Gabor Kiss-Vamosi
6a265896a2
fix screen copy
2019-05-15 07:34:19 +02:00
Gabor Kiss-Vamosi
eebe04bd95
lv_key_t: fix format
2019-05-15 06:46:27 +02:00
Gabor Kiss-Vamosi
fe8157cc88
add LV_EVENT_KEY
2019-05-15 06:43:16 +02:00
Gabor Kiss-Vamosi
5af101a1eb
add inline anim set functions
2019-05-15 06:15:12 +02:00
Gabor Kiss-Vamosi
e31b6a156e
move lv_img_decoder to lv_draw
2019-05-15 05:22:03 +02:00
Gabor Kiss-Vamosi
f706de5517
img_decoder is working (not fully tested yet)
2019-05-14 15:45:03 +02:00
Gabor Kiss-Vamosi
72fb15c3fb
comment updates
2019-05-14 07:19:56 +02:00
Gabor Kiss-Vamosi
5afe9c119a
lv_indev fix
2019-05-14 07:19:00 +02:00
Gabor Kiss-Vamosi
3a78360b62
lv_indev: do not leave edit mode manually on POINTER release
2019-05-14 06:47:30 +02:00
Gabor Kiss-Vamosi
d58c8663d4
start to reqork the image decoder interface
2019-05-14 06:34:20 +02:00
Brian Pugh
85ead39b6a
initial commit of lv_obj_count_children_recursive and of lv_ll_get_len
2019-05-13 09:06:01 -07:00
Gabor Kiss-Vamosi
a3bfdb240e
define LV_KEY_... as enum
2019-05-13 05:50:27 +02:00
Gabor Kiss-Vamosi
dab545e770
Update lv_canvas.c
2019-05-12 08:21:32 +02:00
Gabor Kiss-Vamosi
7f30fb0058
font update
2019-05-11 07:58:37 +02:00
Gabor Kiss-Vamosi
1489629b61
ddlist and roller: fix to save the selected option by encoder
2019-05-10 15:12:41 +02:00
Gabor Kiss-Vamosi
77d43069e0
Merge pull request #951 from ali-rostami/master
...
add LV_CHART_MODE_CIRCULAR feature to chart objects.
2019-05-10 14:58:20 +02:00
Gabor Kiss-Vamosi
5b1f0caa8d
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-10 07:42:17 +02:00
Gabor Kiss-Vamosi
1cd4ac4aef
clag-format: incraese ColumnLimit to 120
2019-05-10 07:42:08 +02:00
Gabor Kiss-Vamosi
8b29a88b58
lv_btn: fix warning
2019-05-10 07:41:32 +02:00
Gabor Kiss-Vamosi
3079d2c6e6
Merge pull request #1058 from joltwallet/user_data_ptr
...
lv_obj_get_user_data_ptr
2019-05-09 20:02:23 +02:00
Brian Pugh
7631d41c88
lv_obj_user_data_ptr initial commit. Also deleted an unused variable in lv_indev to prevent compiler warnings
2019-05-09 09:02:11 -07:00
Gabor Kiss-Vamosi
523170297e
fix a bug in rendering order (scrollbar coverd sibling obejcts too)
2019-05-09 15:55:01 +02:00
Ali Rostami
0442ffe6cb
keep the pressed_date after release
...
we shouldn't lose the pressed_date after the release and press lost
2019-05-09 10:21:50 +04:30
Gabor Kiss-Vamosi
aa4897cdc5
minor fixes
2019-05-09 06:38:25 +02:00
Gabor Kiss-Vamosi
512eb05a22
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-09 06:04:54 +02:00
Gabor Kiss-Vamosi
424bff48f5
lv_obj_move_fore/background: move only if not there now
2019-05-09 06:04:45 +02:00
Gabor Kiss-Vamosi
c31ab099f7
add MASK_AREA_DEBUG option
2019-05-09 06:04:03 +02:00
Gabor Kiss-Vamosi
0f6f2accb6
draw_triange/line optimization: return if the coords are out of the mask
2019-05-09 06:03:25 +02:00
Gabor Kiss-Vamosi
1ddf659631
indev encoder: fix when an object is deleted in the event function
2019-05-08 16:08:05 +02:00
Gabor Kiss-Vamosi
861e090023
minor fixes
2019-05-08 12:04:02 +02:00
Gabor Kiss-Vamosi
e7e24697ea
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-07 12:15:14 +02:00
Gabor Kiss-Vamosi
0b31110d3e
minor fixes
2019-05-07 12:15:02 +02:00
Gabor Kiss-Vamosi
be84581bbc
lv_anim: add typedef int16_t lv_anim_value_t
2019-05-07 06:30:38 +02:00
Gabor Kiss-Vamosi
45c4970fc6
letter draw optimization
2019-05-07 05:40:01 +02:00
Gabor Kiss-Vamosi
1a70d98ba4
lv_roller: fix if clikced while animated
2019-05-04 07:53:31 +02:00
Gabor Kiss-Vamosi
f4c0055c5a
add lv_obj_move_foreground/background
2019-05-03 19:25:58 +02:00
Gabor Kiss-Vamosi
18d59bef01
add lv_font_dummy.h to comment on it
2019-05-03 17:03:37 +02:00
Gabor Kiss-Vamosi
f6c60b8204
lv_draw_letter: fix coloe of pixelswith LV_OPA_COVER and LV_OPA_TRANSP
2019-05-03 15:43:56 +02:00
Gabor Kiss-Vamosi
73ef86f9a9
lv_obj_del: fix
2019-05-03 15:22:59 +02:00
Gabor Kiss-Vamosi
0c7d9b96f7
font: minor formatting
2019-05-01 18:10:44 +02:00
Gabor Kiss-Vamosi
469157ebd9
font: update kern space format
2019-05-01 18:08:56 +02:00
Gabor Kiss-Vamosi
cc97e114c2
font: add comments
2019-05-01 17:44:22 +02:00
Gabor Kiss-Vamosi
864c970ba3
font: add kerning support
2019-05-01 16:43:32 +02:00
Gabor Kiss-Vamosi
ed1632f464
Merge branch 'dev-6.0' into font
2019-04-30 15:04:06 +02:00
Gabor Kiss-Vamosi
b7850e2584
fix warnings
2019-04-30 15:03:52 +02:00
Gabor Kiss-Vamosi
9f216a55be
event: make delete in event more stabile
2019-04-28 21:53:14 +02:00
Gabor Kiss-Vamosi
1e4fd8fdfb
event fixes: crashed when the obj was deleted in nested events
2019-04-28 17:26:18 +02:00
Gabor Kiss-Vamosi
12ee3b3504
kb: set default height to parent size / 2
2019-04-27 20:15:55 +02:00
Gabor Kiss-Vamosi
d8a17c483a
font: separate int. and fract. advanced width
2019-04-27 19:43:10 +02:00
Gabor Kiss-Vamosi
c7e6af03e6
Merge branch 'dev-6.0' into font
2019-04-27 19:37:24 +02:00
Gabor Kiss-Vamosi
cc48391333
font: remove monospace
2019-04-27 19:37:19 +02:00
Gabor Kiss-Vamosi
0892cbadc4
kb: set the size to screen by default
2019-04-27 19:26:49 +02:00
Gabor Kiss-Vamosi
5243d235a6
lv_task: add user data and pass lv_task_t as task_cb parameter
2019-04-27 11:32:13 +02:00
Gabor Kiss-Vamosi
15c27c8a9b
kb: event fix
2019-04-27 11:01:14 +02:00
Gabor Kiss-Vamosi
630199d9a3
kb: event fix
2019-04-27 10:59:22 +02:00
Gabor Kiss-Vamosi
b623eabb0a
font: ignore glyphs with NULL dsc
2019-04-27 10:58:34 +02:00
Gabor Kiss-Vamosi
5321b9b62e
make the basics of the new font system work
2019-04-24 17:28:38 +02:00
Gabor Kiss-Vamosi
926490502b
Merge branch 'dev-6.0' into font
2019-04-24 14:51:11 +02:00
Gabor Kiss-Vamosi
8745d16ba9
Update lv_canvas.c
2019-04-24 06:26:42 +02:00
Gabor Kiss-Vamosi
8dc2b36bf7
lv_canvas_mult_buf: fix with LV_COLOR_16_SWAP
2019-04-24 06:26:03 +02:00
Gabor Kiss-Vamosi
4b657eb07b
rename LV_TXT_ENC_ISO8859-1 to ..._ASCII
2019-04-24 06:13:50 +02:00
Gabor Kiss-Vamosi
2edf8f4aab
font rework
2019-04-24 05:44:15 +02:00
Gabor Kiss-Vamosi
dc9f8baf0e
fix conflicts
2019-04-23 15:59:10 +02:00
Gabor Kiss-Vamosi
4e6aac2157
font rework
2019-04-23 15:56:59 +02:00
Gabor Kiss-Vamosi
1e5f690a45
lv_txt: do not call lv_font_get_width twice
2019-04-23 15:09:37 +02:00
Gabor Kiss-Vamosi
ef0f8b29cf
Update lv_txt.c
2019-04-23 15:08:12 +02:00
Gabor Kiss-Vamosi
514e2baaca
make user data and callback name more consistent ( Fixes #1036 )
2019-04-23 14:56:40 +02:00
Ali Rostami
d7661e8bbc
minor fixes
2019-04-23 09:51:14 +04:30
Gabor Kiss-Vamosi
abd081da30
add LV_TXT_ENC to lv_conf.h and ISO8859-1 support
2019-04-23 06:42:26 +02:00
Gabor Kiss-Vamosi
9cd7de8ccd
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-04-23 05:59:46 +02:00
Gabor Kiss-Vamosi
5e60002a9b
lv_win: remove unused header style ( Fixes #1041 )
2019-04-23 05:59:19 +02:00
embeddedt
3860c115d4
Merge pull request #1042 from amirgon/dev-6.0
...
fix lv_conf.h include
2019-04-22 15:40:00 -04:00
Amir Gonnen
4a663c42d4
fix lv_conf.h include
2019-04-22 21:49:22 +03:00
embeddedt
2fbc082633
Merge pull request #1039 from seyyah/patch-1
...
Add lv_anim_user_data_t
2019-04-22 09:51:24 -04:00
seyyah
ca19f8f4ff
Add lv_anim_user_data_t
...
May be related to: Commit - [add user data where is was missing](e2cfba7c9f )
2019-04-22 16:14:29 +03:00
Gabor Kiss-Vamosi
9e3162080f
ddlist and roller fixes
2019-04-22 10:17:21 +02:00
Gabor Kiss-Vamosi
56fcd2d151
fix memory corruptions due to animation audates
2019-04-22 09:20:04 +02:00
Gabor Kiss-Vamosi
e2cfba7c9f
add user data where is was missing
2019-04-22 08:45:07 +02:00
Gabor Kiss-Vamosi
2d5183b05d
lv_kb: make controll buttons work on click instead of press
2019-04-22 06:00:50 +02:00
Gabor Kiss-Vamosi
4b43adaad1
lv_conf_template.h and lv_conf_checker.h update
2019-04-22 05:50:24 +02:00
Gabor Kiss-Vamosi
b4a632116e
Merge pull request #1027 from seyyah/dev-6.0
...
Added tab button position LEFT and RIGHT
2019-04-22 05:47:03 +02:00
Gabor Kiss-Vamosi
ac89e880a7
font: start to rework
2019-04-22 05:21:49 +02:00
embeddedt
c9c635ca3a
Merge pull request #1037 from joltwallet/aa
...
Fix Antialiasing compiler warning
2019-04-21 08:56:29 -04:00
Brian Pugh
e49de22941
lv_draw_line: Fixed a warning by wrapping unused antialiasing variables in LV_ANTIALIAS
2019-04-20 18:34:56 -07:00
embeddedt
9c708d6f4d
Merge pull request #1032 from littlevgl/t_minor_fixes
...
Minor fixes for compiler warnings/-Werrors
2019-04-20 09:09:06 -04:00
Themba Dube
e9d2191463
Remove lv_area_ext_is_point_on
2019-04-20 09:07:54 -04:00
Themba Dube
95fc629aa5
Rename "dot" union in lv_label
2019-04-20 09:05:36 -04:00
Gabor Kiss-Vamosi
8675a345b4
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-04-20 06:37:24 +02:00
Gabor Kiss-Vamosi
b5898a750e
ddlist: fiy scrollable width
2019-04-20 06:37:06 +02:00
Gabor Kiss-Vamosi
1b1df9f931
Merge pull request #1030 from upbeat27/ddlist_fix
...
ddlist: fix animation complete not always clearing selection highlight
2019-04-20 06:29:12 +02:00
Gabor Kiss-Vamosi
755f68c87b
remove HOVER events
2019-04-20 06:24:00 +02:00
Gabor Kiss-Vamosi
cdb6f1fdd7
lv_btnm: add comments
2019-04-20 06:04:38 +02:00
Themba Dube
d6ef684867
Fix accidental removal of newlines from lv_conf_template.h
2019-04-19 15:23:41 -04:00
Themba Dube
7419900508
Minor fixes for compiler warnings/-Werrors
2019-04-19 15:20:51 -04:00
seyyah
4454683ff0
FIXME note added
2019-04-19 11:35:02 +03:00
Gabor Kiss-Vamosi
5353dae027
lv_kb: fix sending APPLY and CANCEL events
2019-04-19 07:37:57 +02:00
Gabor Kiss-Vamosi
850693a840
ddlist label align fixes
2019-04-19 07:28:48 +02:00
Gabor Kiss-Vamosi
9fc1423ef7
ddlist: fix setting of width settings
2019-04-19 07:15:39 +02:00
Gabor Kiss-Vamosi
a983dfa80a
lv_tabview: realaign the tabview on every new tab
2019-04-19 06:40:06 +02:00
Gabor Kiss-Vamosi
5d65def464
Merge branch 'dev-6.0' of https://github.com/seyyah/lvgl into seyyah-dev-6.0
2019-04-19 06:25:43 +02:00
Gabor Kiss-Vamosi
0ad121865c
lv_page: improve repostion of new children
2019-04-19 06:10:01 +02:00
Gabor Kiss-Vamosi
8f7e01fc1a
add reserved bits to lv_obj_t
2019-04-19 05:57:05 +02:00
Gabor Kiss-Vamosi
82c57e0ceb
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-04-19 05:46:13 +02:00
Gabor Kiss-Vamosi
a2cb299c0c
add LV_EVENT_DELETE
2019-04-19 05:46:02 +02:00
Gabor Kiss-Vamosi
702ca86879
Merge pull request #1020 from joltwallet/ram_optim
...
RAM optimizations
2019-04-19 05:45:13 +02:00
Gabor Kiss-Vamosi
beeedfc1b2
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-04-19 05:32:31 +02:00
Gabor Kiss-Vamosi
dfb12a31f9
send DRAG_BEGINT/END events
2019-04-19 05:32:21 +02:00
Gabor Kiss-Vamosi
a3c08e9985
Merge pull request #1019 from canardos/dev-6.0
...
add lv_obj_set_user_data function
2019-04-19 05:21:42 +02:00
Josh
b477a14fdf
ddlist: fix animation issues
...
The wrong animation function was used for the delete, and so the animation was never deleted.
Must force animation callback on delete, so that the correct selection highlighting is shown.
2019-04-18 12:26:40 -07:00
Josh
2abf55f4c4
ddlist: fix animation complete not always clearing selection highlight
2019-04-18 10:46:16 -07:00
Themba Dube
d0550b7feb
Include lv_conf.h in lv_area.h
2019-04-18 13:03:13 -04:00
Themba Dube
1181c07b76
Merge branch 'dev-6.0' of github.com:littlevgl/lvgl into dev-6.0
2019-04-18 11:36:30 -04:00
Themba Dube
6446f78aeb
Fix uniniitalized variable during display initialization (detected by Valgrind)
2019-04-18 11:35:57 -04:00
seyyah
a9036eb6b1
Tab button position LEFT and RIGHT: indic consistency
2019-04-18 18:28:15 +03:00
seyyah
b75688b317
Merge branch 'dev-6.0' of github.com:seyyah/lvgl into dev-6.0
2019-04-18 18:00:26 +03:00
seyyah
857a4e1406
Added tab button position LEFT and RIGHT
2019-04-18 18:00:11 +03:00
Gabor Kiss-Vamosi
ad1162922f
Merge pull request #1026 from upbeat27/dev-6.0
...
lv_group: fix lv_group_del not removing group from the group linked list
2019-04-18 09:51:33 +02:00
canardos
5a88709a5c
Change assignment to memcpy
2019-04-18 14:12:30 +08:00
Gabor Kiss-Vamosi
41fc80e96b
text_sel: minor fixes and renames
2019-04-18 07:11:43 +02:00
Gabor Kiss-Vamosi
9a711d9e88
add LV_LABEL_TEXT_SEL_OFF 0xFFFF
2019-04-18 06:45:45 +02:00
Gabor Kiss-Vamosi
cf21115029
triangle drawing optimzation
2019-04-18 05:58:09 +02:00
Josh
84d79bcf56
lv_group: fix lv_group_del not removing group from the group linked list
2019-04-17 16:00:31 -07:00
Gabor Kiss-Vamosi
2e0c8ca8f5
Merge branch 'dev-6.0' into tri
2019-04-17 15:15:23 +02:00
Gabor Kiss-Vamosi
1ba23100f6
update lv_conf_checker.h
2019-04-17 15:14:54 +02:00
Gabor Kiss-Vamosi
b9af3b0383
triangle draw optimization test
2019-04-17 15:14:09 +02:00
Gabor Kiss-Vamosi
6148d498a9
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-04-17 15:00:45 +02:00
Gabor Kiss-Vamosi
0811096f21
lv_mem: fix comment typos
2019-04-17 15:00:31 +02:00
Gabor Kiss-Vamosi
de0037e7fe
Merge pull request #1023 from joltwallet/lv_label_anim
...
lv_label pause at beginning of LV_LABEL_LONG_ROLL animation.
2019-04-17 06:13:45 +02:00
Brian Pugh
ff6b6725a5
lv_label: Added initial delay to LV_LABEL_LONG_ROLL_CIRC
2019-04-16 08:50:35 -07:00
Brian Pugh
d7b193d3fc
lv_label: change to . Repeated header documentation in c file.
2019-04-15 22:03:12 -07:00
BrianPugh
c401481509
lv_obj.h re-added missing #if LV_USE_OBJ_REALIGN in lv_obj_t
2019-04-15 21:55:22 -07:00
Brian Pugh
eb70f39e42
lv_label pause at beginning of LV_LABEL_LONG_ROLL animation. Also expose the pause amount to lv_conf
2019-04-15 18:08:54 -07:00
BrianPugh
2c5b3fe223
Merge branch 'dev-6.0' into ram_optim
2019-04-15 07:56:08 -07:00
Gabor Kiss-Vamosi
619403ce48
Merge pull request #996 from GreyMS/dev-6.0
...
Realization of extended clickable area.
2019-04-15 16:08:59 +02:00
Brian Pugh
b3f60153cf
lv_label: fixed missing dot_tmp_alloc copy on create
2019-04-14 14:49:42 -07:00
Brian Pugh
30dcf68351
lv_label: change magic number 4 to sizeof(char *)
2019-04-14 13:52:54 -07:00
Brian Pugh
3d77137178
lv_label: dynamically allocate space for dots if necessary. If the required dots storage space is 4 or less bytes, directly stores them in the extended data object
2019-04-14 11:18:31 -07:00
Brian Pugh
50edf4e1f8
Fixed lv_label selection start/end setters to allow the 0th index.
2019-04-14 09:50:02 -07:00
Brian Pugh
f40ee380c8
Optimized bitfields in lv_btn and lv_label. In lv_label, changed selection fields from int to uint16. Because of this change, added getters/setters. Added LV_LABEL_SELECTION_EN option in lv_conf to enable/disable the selection fields
2019-04-14 09:47:45 -07:00
Gabor Kiss-Vamosi
522d59861e
solve conflicts
2019-04-14 16:01:48 +02:00
canardos
991f892a98
add lv_obj_set_user_data function
2019-04-14 13:24:12 +08:00
Gabor Kiss-Vamosi
9603ddfbe5
Merge pull request #1016 from joltwallet/preload_direction
...
lv_preload.c Add feature to allow setting whether the animation is pl…
2019-04-13 18:44:43 +02:00
embeddedt
2b26b9dc51
Merge pull request #1018 from canardos/dev-6.0
...
Remove legacy control codes
2019-04-13 07:57:30 -04:00
canardos
29daec0caf
Remove legacy control codes
2019-04-13 14:56:47 +08:00
Brian Pugh
bbb93d315e
lv_preload: abbreviate "animation" and "direction" to "anim" and "dir"
2019-04-12 07:57:16 -07:00
Brian Pugh
610499c278
lv_preload uncomment lv_anim_del in animation create
2019-04-12 07:48:00 -07:00
Gabor Kiss-Vamosi
1cbbd1c59b
change memcpy to lv_style_copy
2019-04-12 07:27:53 +02:00
Gabor Kiss-Vamosi
ff6fb2611a
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-04-12 07:22:48 +02:00
Gabor Kiss-Vamosi
6284e3a21b
lv_list: check the return value of btn events
2019-04-12 07:22:37 +02:00
Brian Pugh
3764d7a6ba
lv_preload.c Add feature to allow setting whether the animation is played in forward/reverse. Changes the default spinner behavior from counterclockwise to clockwise.
2019-04-11 09:26:11 -07:00
Gabor Kiss-Vamosi
cf943b16e1
Merge pull request #1015 from canardos/const_styles
...
Allow const lv_style_t objects
2019-04-11 15:46:57 +02:00
Gabor Kiss-Vamosi
a4d4d59346
lv_page: use lv_style_copy instead of memcpy
2019-04-11 15:41:17 +02:00
Gabor Kiss-Vamosi
580d1e111d
lv_list: fix lv_list_get_btn_next/prev
2019-04-11 08:11:13 -04:00
Themba Dube
b6df62a62a
lv_list: check actual object type instead of relying on signal handler
2019-04-11 08:09:33 -04:00
canardos
e6b7afccd2
Allow const lv_style_t objects
2019-04-11 19:59:55 +08:00
Sergei
5ccf31793e
Merge pull request #3 from littlevgl/dev-6.0
...
Dev 6.0
2019-04-11 14:01:16 +03:00
Gabor Kiss-Vamosi
6a3c7d2b95
lv_list: fix lv_list_get_btn_next/prev
2019-04-11 06:57:19 +02:00
Gabor Kiss-Vamosi
84ea78c1c1
Merge pull request #1014 from littlevgl/list_signal_cb
...
lv_list: check actual object type instead of relying on signal handler
2019-04-11 06:52:14 +02:00
Gabor Kiss-Vamosi
2b0cdc853f
lv_conf_templ: fix typo
2019-04-11 06:34:25 +02:00
Gabor Kiss-Vamosi
0dd723183f
lv_conf_templ: disable LV_USE_EXT_CLICK_AREA by default
2019-04-11 06:31:24 +02:00
Gabor Kiss-Vamosi
00f2df74dc
lv_conf_temp remove unused LV_USE_EXTENDED_CLICK_AREA... defines
2019-04-11 06:28:31 +02:00
Gabor Kiss-Vamosi
3606ea2588
ext_click_area: run-time area test and renames
2019-04-11 06:26:41 +02:00
Gabor Kiss-Vamosi
12125248c6
Merge branch 'dev-6.0' of https://github.com/GreyMS/lvgl into GreyMS-dev-6.0
2019-04-11 05:46:48 +02:00
Gabor Kiss-Vamosi
2f0921161f
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-04-11 05:16:50 +02:00
Gabor Kiss-Vamosi
6c9ed1969f
lv_disp_buf_init: rename size paramter
2019-04-11 05:16:31 +02:00
Themba Dube
2345e0073d
lv_list: check actual object type instead of relying on signal handler
2019-04-10 19:52:11 -04:00
GreyMS
de12c95a80
Fixed typos and include added.
2019-04-10 19:01:47 +03:00
embeddedt
e3244b7a37
Merge pull request #1013 from seyyah/patch-2
...
Follow to transtion (lv_btnm_set_map_array -> lv_btnm_set_map)
2019-04-10 10:52:59 -04:00
seyyah
0bffba11d6
Follow to transtion (lv_btnm_set_map_array -> lv_btnm_set_map)
2019-04-10 17:44:18 +03:00
GreyMS
9af730c6cb
Fixed usage of _lv_indev_proc_t
2019-04-10 15:34:05 +03:00
GreyMS
b59e058f8d
Merge branch 'pr/2' into dev-6.0
2019-04-10 14:14:58 +03:00
Gabor Kiss-Vamosi
3d4c784c3b
use [] in array argument of 'set' functions ( #935 )
2019-04-10 08:40:58 +02:00
Gabor Kiss-Vamosi
fb1ca3fb87
rename lv_obj_get_..._func to .._cb ( #1011 )
2019-04-10 06:40:55 +02:00
Gabor Kiss-Vamosi
427d11e7f5
fix conflicts
2019-04-10 06:27:40 +02:00
Gabor Kiss-Vamosi
d3b494b030
lv_kb: fix typo
2019-04-10 06:25:44 +02:00
Gabor Kiss-Vamosi
b0f3949b3c
lv_chart: add _array postfix
2019-04-10 06:23:30 +02:00
Gabor Kiss-Vamosi
c4f8e5f8be
run clang format
2019-04-10 06:23:30 +02:00
Gabor Kiss-Vamosi
c2653174f5
lv_kb, lv_btnm: add _array postfix if the parameter is an array
2019-04-10 06:23:30 +02:00
Themba Dube
28d24a3d4d
Keep relative offset between pointer and dragged object identical
2019-04-09 16:57:33 -04:00
Themba Dube
ea7c82f478
Fix warnings reported in #1008
2019-04-09 16:18:04 -04:00
Gabor Kiss-Vamosi
5edb1dd38a
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-04-09 15:24:25 +02:00
Gabor Kiss-Vamosi
ef0e0f812f
lv_win, lv_tabview: set screen size by default
2019-04-09 15:24:20 +02:00
Gabor Kiss-Vamosi
b5c7960255
Merge pull request #1003 from littlevgl/obj_drag_dir
...
Enhance drag logic
2019-04-09 15:05:46 +02:00
Themba Dube
e8b081b015
Release lv_task_handler mutex if no task needs to be run
2019-04-09 09:05:25 -04:00
Themba Dube
67ff40afd0
Enable LV_DRAG_DIR_ALL by default in object initializer
...
It was previously enabled by `lv_obj_set_drag`.
2019-04-09 09:00:41 -04:00
embeddedt
3d7641733e
Merge pull request #1009 from joltwallet/indev_release_fix
...
lv_indev button release fix
2019-04-09 08:56:16 -04:00
Brian Pugh
d691e72b40
lv_indev: check object delete after sending LV_EVENT_SHORT_CLICKED on group button release
2019-04-08 21:04:17 -07:00
Themba Dube
fc7c7ec619
Merge remote-tracking branch 'origin/dev-6.0' into obj_drag_dir
2019-04-08 13:51:13 -04:00
Themba Dube
36d4807a69
Add back scrolling optimization
2019-04-08 13:50:58 -04:00
Gabor Kiss-Vamosi
e5c699ba23
solve conflicts
2019-04-08 16:39:14 +02:00
Gabor Kiss-Vamosi
75f42fde2f
fix conflicts
2019-04-08 14:40:41 +02:00
Themba Dube
0c3a18e1fe
Call lv_obj_set_pos if both drag directions are enabled
2019-04-08 08:38:25 -04:00
Gabor Kiss-Vamosi
e47750864e
rename LV_GROUP_KEY to LV_KEY
2019-04-08 14:36:20 +02:00
Gabor Kiss-Vamosi
8976b118f8
Merge pull request #998 from joltwallet/indev_esc
...
lv_indev.c LV_GROUP_KEY_ESC sends LV_EVENT_CANCEL
2019-04-08 05:59:33 +02:00
Gabor Kiss-Vamosi
dff8eb9a3c
Merge pull request #1005 from manison/patch/fix-retval
...
Fix return values from lv_img_dsc_get_info
2019-04-08 05:57:27 +02:00
Ali Rostami
c7d582e403
declare lv_chart_set_update_mode fucntion
2019-04-06 16:30:01 +04:30
Ali Rostami
65b83dd1c1
define lv_chart_set_update_mode function
2019-04-06 16:28:49 +04:30
Themba Dube
2b0e378c73
Merge branch 'dev-6.0' into obj_drag_dir
2019-04-05 14:52:35 -04:00
Themba Dube
231ad935f4
Merge branch 'dev-6.0' of github.com:littlevgl/lvgl into dev-6.0
2019-04-05 14:52:15 -04:00
Themba Dube
9c8296edf9
Fix off-by-one error in lv_calendar
2019-04-05 14:52:04 -04:00
Themba Dube
cbd32d9f28
Update drag logic to consider the movement of a pointer device as drag
...
It no longer requires the object to have been moved before drag starts.
2019-04-05 14:17:51 -04:00
Themba Dube
5db6b73725
Change lv_drag_direction_t to lv_drag_dir_t and update documentation
2019-04-05 08:48:39 -04:00
manison
b3f4bd1c46
only close file if it was successfully opened and return error from lv_img_dsc_get_info on file operation failure
2019-04-05 14:10:38 +02:00
manison
912b014b03
fix return value type
2019-04-05 10:55:30 +02:00
Gabor Kiss-Vamosi
c58fd97cf7
gpu fill fix
2019-04-05 06:57:51 +02:00
Gabor Kiss-Vamosi
31ff0fd3ff
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-04-05 06:55:46 +02:00
Gabor Kiss-Vamosi
6df6614016
update GPU inteface with 2D fill
2019-04-05 06:55:35 +02:00
Gabor Kiss-Vamosi
264eacd0bc
Merge pull request #1002 from littlevgl/table_click
...
Disable clickable property on tables
2019-04-05 06:24:47 +02:00
Gabor Kiss-Vamosi
248521da53
lv_symbol_defs.h: replace macros with an enum with symbol names ( #1000 )
2019-04-05 06:16:07 +02:00
Gabor Kiss-Vamosi
0cff8c7963
Merge branch 'dev-6.0' into indev_esc
2019-04-05 05:47:54 +02:00
Themba Dube
789e7a3a12
Add lv_obj_set_drag_dir and lv_obj_get_drag_dir
2019-04-04 21:51:13 -04:00
Themba Dube
d85c138137
Disable clickable property on tables
2019-04-04 21:12:38 -04:00
embeddedt
5f76d98311
Update README.md
2019-04-04 11:27:55 -04:00
Gabor Kiss-Vamosi
d6088f2b06
update lv_conf_checker.h
2019-04-04 16:54:54 +02:00
Gabor Kiss-Vamosi
1eca54616a
fixes after clang formatting
2019-04-04 16:44:16 +02:00
melnse
3f2b6bb685
Added defines of extended clickable area to conf template and to conf checker.
2019-04-04 14:34:29 +03:00
Sergei
2794b786d7
Merge pull request #1 from littlevgl/dev-6.0
...
lv_list: don't sent CLICK event if dragged. fix #997
2019-04-04 14:19:50 +03:00
melnse
bc8cd2068e
Realized alternative version of extended clickable area: "USE_LV_EXTENDED_CLICKABLE_AREA_TINY". It doesn't store extended coordinates, but calculates them on the fly. Also ext_paddings changed from lv_area to two uint8_t in both versions.
2019-04-04 14:14:40 +03:00
Brian Pugh
d4bfeb2bed
lv_indev.c have LV_GROUP_KEY_ESC send an LV_EVENT_CANCEL signal
2019-04-03 22:36:10 -07:00
Gabor Kiss-Vamosi
66585f508f
remove astyle files becasue they are replaced with clang-format
2019-04-04 07:16:24 +02:00
Gabor Kiss-Vamosi
ba2160042a
run clang format
2019-04-04 07:15:40 +02:00
Gabor Kiss-Vamosi
80e2a1d5d5
add clang-format file
2019-04-04 07:15:09 +02:00
Gabor Kiss-Vamosi
a8c8b6b7a2
add /* clang-format off */ to lv_conf_templ.h
2019-04-04 07:12:48 +02:00
Gabor Kiss-Vamosi
18809da818
Merge branch 'indev_runtime' into dev-6.0
2019-04-04 07:10:43 +02:00
Gabor Kiss-Vamosi
f19f8a9b5c
minor fix
2019-04-04 07:10:34 +02:00
Gabor Kiss-Vamosi
41ee89e6d2
renames according to the new lv_conf_templ
2019-04-04 07:07:17 +02:00
Gabor Kiss-Vamosi
889c21b639
update lv_Conf_templ.h
2019-04-04 07:06:24 +02:00
Gabor Kiss-Vamosi
aec671dc67
lv_list: don't sent CLICK event if dragged. fix #997
2019-04-04 05:09:29 +02:00
melnse
6e047e6d27
Fixed typos, changed macro to static function.
2019-04-03 20:09:33 +03:00
melnse
787dd591c1
Realization of extended clickable area.
...
Suitable for small lonely objects, which must be clicked.
For activation add "#define USE_LV_EXTENDED_CLICK_AREA 1" to lv_conf.h
2019-04-03 19:34:58 +03:00
Gabor Kiss-Vamosi
1d986e13df
lv_btnm, lv_kb: replace 'const char ** x' with const char * x[]
2019-04-03 15:47:36 +02:00
embeddedt
c55c36c366
Merge pull request #994 from joltwallet/doc_fixes
...
Few comment corrections
2019-04-02 12:14:13 -04:00
Brian Pugh
75f5849a73
Few comment corrections
2019-04-02 09:12:00 -07:00
Gabor Kiss-Vamosi
08722f5f8d
fix compile error
2019-04-02 12:16:15 +02:00
Gabor Kiss-Vamosi
84ace67720
move INDEV settings from lv_conf.h to the indev driver
2019-04-02 12:15:35 +02:00
Gabor Kiss-Vamosi
38c55377c6
merge master
2019-04-02 06:49:05 +02:00
Gabor Kiss-Vamosi
af61c96802
add LV_LABEL_LONG_ROLL_CIRC
2019-04-02 06:44:50 +02:00
Gabor Kiss-Vamosi
bb20b8ca1a
rounder_cb bug fix
2019-04-02 05:59:23 +02:00
embeddedt
103f6c3041
Assume display is not rotated by default
2019-03-31 19:15:37 -04:00
Gabor Kiss-Vamosi
09f362a1ed
add disp. rotate config for disp_drv
2019-03-30 06:23:41 +01:00
Gabor Kiss-Vamosi
9515e800d4
minor comment fix
2019-03-30 06:04:56 +01:00
Gabor Kiss-Vamosi
eb6daa51d7
move antialiasing and refr_task to the display level
2019-03-30 06:03:23 +01:00
Gabor Kiss-Vamosi
438ae64502
fixes for #935
2019-03-29 16:13:28 +01:00
Gabor Kiss-Vamosi
e902f0955f
Merge branch 'ta_selection' into dev-6.0
2019-03-29 05:33:54 +01:00
Gabor Kiss-Vamosi
a4a5bef8ca
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-28 06:12:01 +01:00
Gabor Kiss-Vamosi
1cd983941e
make LV_TXT_UTF8 always enabled (remove the defeine checks)
2019-03-28 06:11:50 +01:00
Themba Dube
272ee1b466
Fix potentially uninitialized variable in lv_label_is_char_under_pos
2019-03-27 20:46:21 -04:00
Themba Dube
5919cf5613
Draw selection rectangle with line height rather than font height
2019-03-27 19:19:50 -04:00
Themba Dube
97089da7f5
Add lv_ta_set_sel_mode/lv_ta_get_sel_mode
2019-03-27 19:17:48 -04:00
Themba Dube
f5609b6bce
Remove leftover inclusion of stdio.h
2019-03-27 19:12:46 -04:00
Themba Dube
e63e1f230a
Properly handle selection on multi-line text areas
2019-03-27 19:11:04 -04:00
Themba Dube
3b747718ea
More text area fixes
2019-03-27 18:36:57 -04:00
Themba Dube
0a4e8979ec
Add lv_ta_clear_selection and fix a few bugs
2019-03-27 17:22:44 -04:00
Themba Dube
b14ed6288a
Add lv_ta_get_selection
2019-03-27 17:12:55 -04:00
Themba Dube
82a095b94a
Add ability to select text on the text area
2019-03-27 16:39:37 -04:00
Gabor Kiss-Vamosi
87d27a5665
Merge pull request #986 from upbeat27/master
...
lv_ddlist: fix original selected option not restoring on escape
2019-03-27 21:17:16 +01:00
Themba Dube
b8fece6e0a
Add back prototype for lv_canvas_mult_buf
...
It appears to have been accidentally removed in aaad794085 .
2019-03-27 15:52:13 -04:00
Josh
6468d925ed
lv_ddlist: fix original selected option not restoring on escape
2019-03-27 09:23:43 -07:00
embeddedt
c1e98d3f37
Update all-other-issues.md
2019-03-27 10:39:42 -04:00
Gabor Kiss-Vamosi
cd47fd72f6
minor zen theme fix
2019-03-27 08:37:08 +01:00
Gabor Kiss-Vamosi
ed9a1f3df5
improve circle anti-alaisins
2019-03-27 08:36:55 +01:00
Gabor Kiss-Vamosi
881d6c060f
lv_kb: add lv_kb_def_event_cb (makes possible overwrite the default behavior)
2019-03-27 00:48:35 +01:00
Gabor Kiss-Vamosi
20961a4dda
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-27 00:05:27 +01:00
Gabor Kiss-Vamosi
5be450a3aa
lv_canvas: handle alpha in rotate
2019-03-27 00:05:15 +01:00
Gabor Kiss-Vamosi
41754236f8
lv_draw_buf_set/get_px_color/alpha add support all color formats
2019-03-27 00:04:57 +01:00
Gabor Kiss-Vamosi
0464444502
ddlist: fox wrong option selection on click
2019-03-27 00:01:09 +01:00
embeddedt
e8a3f3dd6a
Merge pull request #984 from amirgon/dev-6.0
...
bugfix in lv_canvas_get_img return value
2019-03-26 15:53:14 -04:00
Amir Gonnen
0f43ee23de
bugfix in lv_canvas_get_img return value
2019-03-26 21:40:08 +02:00
Gabor Kiss-Vamosi
cf05e2c336
Merge pull request #983 from amirgon/dev-6.0
...
comment out unimplemented function
2019-03-26 15:37:48 +01:00
Gabor Kiss-Vamosi
9347165a5a
add lv_canvas_get_img()
2019-03-26 15:35:45 +01:00
Amir Gonnen
21eab152a6
Merge branch 'dev-6.0' of https://github.com/amirgon/lvgl into dev-6.0
2019-03-26 00:25:28 +02:00
Amir Gonnen
e575d4728b
Changed 'typedef enum' to 'typedef uint8_t'
2019-03-26 00:23:36 +02:00
Amir Gonnen
5456418d54
Changed 'typedef enum' to 'typedef uint8_t'
2019-03-26 00:19:38 +02:00
Amir Gonnen
dccdf1e5a4
comment out unimplemented function
2019-03-25 23:40:08 +02:00
Gabor Kiss-Vamosi
a979a445ac
Merge pull request #971 from manison/patch/fix-multiple-keypad-events
...
Fix keypad event might be generated multiple times
2019-03-25 15:53:44 +01:00
manison
516a69e218
refactor multiple keypad event generation as per review
2019-03-25 14:17:23 +01:00
manison
b262381c58
Merge branch 'dev-6.0' into patch/fix-multiple-keypad-events
2019-03-25 13:47:12 +01:00
Gabor Kiss-Vamosi
aaad794085
lv_canvas_rotate: update API
2019-03-24 19:35:10 +01:00
Gabor Kiss-Vamosi
8890589dc1
remove debug printf
2019-03-24 19:34:52 +01:00
Gabor Kiss-Vamosi
37e873fa09
Merge pull request #980 from littlevgl/move_canvas
...
Move lv_canvas_get_px/lv_canvas_set_px to lv_draw_img.c
2019-03-24 19:14:04 +01:00
Gabor Kiss-Vamosi
347f7db20d
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-24 18:42:19 +01:00
Gabor Kiss-Vamosi
770d1e08e1
lv_ddlist: fix wrong selection on click
2019-03-24 18:42:11 +01:00
Gabor Kiss-Vamosi
06da93f43b
Merge pull request #973 from IvanShugov/master
...
Add support for chart axes ticks and value labels and X axis label
2019-03-24 16:42:41 +01:00
embeddedt
d4559a0f39
Move lv_canvas_get_px/lv_canvas_set_px to lv_draw_img.c
2019-03-24 09:52:24 -04:00
Gabor Kiss-Vamosi
a402f8258d
update lv_conf_checker.h
2019-03-24 07:31:56 +01:00
Gabor Kiss-Vamosi
f7f1b5c5ea
Merge branch 'dev-6.0' into master
2019-03-24 07:25:32 +01:00
Gabor Kiss-Vamosi
221e269ccb
roller and ddlist fixes
2019-03-24 07:16:13 +01:00
Gabor Kiss-Vamosi
ec787b92ba
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-24 06:23:42 +01:00
Gabor Kiss-Vamosi
fa3947576d
Merge branch 'master' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-24 06:23:30 +01:00
Gabor Kiss-Vamosi
298cf31340
Merge pull request #978 from littlevgl/ddlist_selected
...
Make drop down list more aesthetic
2019-03-24 06:13:41 +01:00
Gabor Kiss-Vamosi
13e7f162a0
lv_ddlist: fixes for scrollbar visibility
2019-03-24 06:11:09 +01:00
Gabor Kiss-Vamosi
7cf2b8f1c2
lv_chart fixes
2019-03-24 05:56:00 +01:00
Gabor Kiss-Vamosi
7c2abad471
Merge branch 'master' of https://github.com/ali-rostami/lvgl into ali-rostami-master
2019-03-24 05:25:52 +01:00
Gabor Kiss-Vamosi
2cbffaeaea
Merge pull request #977 from littlevgl/new_tabview_scroll
...
Only start scrolling tabview horizontally if page is at edge
2019-03-24 04:58:44 +01:00
user-0
36b47ba98d
FIX margin get function documentation
2019-03-24 00:07:16 +02:00
user-0
81696b85d0
FIXED: Add support for chart axes ticks and value labels / chart label.
2019-03-23 23:59:12 +02:00
user-0
db4f4f0360
FIXED/UPDATED: Add support for chart axes ticks and value labels / chart label.
2019-03-23 22:21:02 +02:00
Themba Dube
5565516e96
Fix off-by-one error in chart line drawing
2019-03-23 09:33:34 -04:00
Themba Dube
d479927e96
Make ddlist more aesthetic
2019-03-23 09:20:41 -04:00
Themba Dube
9c71696373
Merge branch 'dev-6.0' into new_tabview_scroll
2019-03-23 09:06:26 -04:00
embeddedt
e22beaea22
Remove merge information in README.md
2019-03-23 08:59:23 -04:00
Themba Dube
a8dc1afe2c
Lock out horizontal swiping while vertical scrolling is in progress
2019-03-22 21:38:05 -04:00
Themba Dube
f0e423a71e
Remove debug information
2019-03-22 21:28:57 -04:00
Themba Dube
25539b6606
Merge branch 'new_tabview_scroll' of github.com:littlevgl/lvgl into new_tabview_scroll
2019-03-22 21:27:01 -04:00
Gabor Kiss-Vamosi
f2af4b725a
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-23 01:20:09 +01:00
Gabor Kiss-Vamosi
e1e6813eb1
fix typo in lv_port_..._template files
2019-03-23 01:19:57 +01:00
Gabor Kiss-Vamosi
13033c28d8
lv_page: fix scrl left padding
2019-03-23 01:05:41 +01:00
Themba Dube
e1f9462818
Add debug info to tabview
2019-03-22 19:19:03 -04:00
Themba Dube
6e48776abc
Merge branch 'dev-6.0' into new_tabview_scroll
2019-03-22 19:11:52 -04:00
Themba Dube
de04b39165
Remove use of 'const' in lv_btnm_set_one_toggle
2019-03-22 19:11:37 -04:00
Themba Dube
e32b40ecf1
Only start scrolling tabview horizontally if page is at edge
2019-03-22 19:08:21 -04:00
Gabor Kiss-Vamosi
5149d36c1f
Merge pull request #966 from littlevgl/btnm_one_toggle
...
Add lv_btnm_set_one_toggle/lv_btnm_get_one_toggle functions
2019-03-22 22:57:30 +01:00
Gabor Kiss-Vamosi
0150586db7
fix conflicts
2019-03-22 22:39:02 +01:00
user-0
36b212d4dc
TUNE: Add support for chart axes ticks and value labels / chart label.
2019-03-22 22:49:09 +02:00
Gabor Kiss-Vamosi
22f84314a4
Rename bug_report.md to bug-report.md
2019-03-22 21:28:18 +01:00
Themba Dube
03b3070871
Update issue templates
2019-03-22 13:58:19 -04:00
Themba Dube
73ab6b3e2f
Add back missing bug report template
2019-03-22 13:57:35 -04:00
embeddedt
2f86a67e71
Add other issues template
2019-03-22 13:28:36 -04:00
embeddedt
1b12ee50bb
Merge pull request #976 from littlevgl/issue-templates
...
Add bug report issue template
2019-03-22 13:28:26 -04:00
embeddedt
ee4e61ed68
Add bug report issue template
2019-03-22 13:23:55 -04:00
user-0
46d5debc7a
FIXED: Add support for chart axes ticks and value labels / chart label.
2019-03-22 19:20:58 +02:00
user-0
087ab979d6
Add support for chart axes ticks and value labels. Add support for chart axis X label.
2019-03-22 17:24:40 +02:00
manison
f972eb54aa
fix keypad event might be generated multiple times if the event handler returns LV_RES_INV
2019-03-22 08:46:06 +01:00
Gabor Kiss-Vamosi
0005f4c88e
add lv_indev_wait_release to KEYPAD and ENCODER too
2019-03-22 06:35:17 +01:00
Themba Dube
f5aa26f7e1
Update one toggle feature based on review comments
2019-03-21 13:42:03 -04:00
Themba Dube
e7b4bef8ac
Add lv_btnm_set_one_toggle/lv_btnm_get_one_toggle functions
2019-03-20 18:33:33 -04:00
Gabor Kiss-Vamosi
47093d057e
Merge branch 'img_rotate' into dev-6.0
2019-03-20 16:01:09 +01:00
Gabor Kiss-Vamosi
c9cf1edc07
Merge branch 'insert' into dev-6.0
2019-03-20 16:00:20 +01:00
Gabor Kiss-Vamosi
e8a05aaa65
add LV_EVENT_INSERT and use it in Text Area
2019-03-20 15:59:41 +01:00
Gabor Kiss-Vamosi
12a5e16a75
add table styles to deafult and template themes
2019-03-20 14:53:59 +01:00
Gabor Kiss-Vamosi
a7735b85e9
canvas rotate: comment update
2019-03-20 09:15:56 +01:00
Gabor Kiss-Vamosi
fe4e95af2b
canvas: rotate updates
2019-03-20 09:02:55 +01:00
Gabor Kiss-Vamosi
11faf1df5f
lv_canvas: add image rotate (experimental)
2019-03-20 08:01:01 +01:00
Gabor Kiss-Vamosi
a83fdb39a8
LV_EVENT_SELECT: send ID instead of text
2019-03-20 06:08:01 +01:00
Gabor Kiss-Vamosi
efe4845923
fix typo
2019-03-20 05:47:41 +01:00
Gabor Kiss-Vamosi
5218a5f8b8
rename scrips folder to sripts
2019-03-20 05:45:37 +01:00
Gabor Kiss-Vamosi
58d375bc93
fix typo: LV_SIGNAL_CONTROLL -> LV_SIGNAL_CONTROL
2019-03-19 07:15:00 +01:00
Gabor Kiss-Vamosi
ee04c41da8
feat(event): add LV_EVENT_SELECTED, event data paramter and update lv_btnm API
2019-03-19 06:30:05 +01:00
Gabor Kiss-Vamosi
4d8ec83866
fix(event): in lv_obj_del get the focused obj before removing the obj from the group
...
fix #946
2019-03-19 03:45:10 +01:00
Gabor Kiss-Vamosi
1927376fe5
move lv_utils to src/lv_misc
2019-03-18 16:17:32 +01:00
Gabor Kiss-Vamosi
627383fd0d
draw triangle opa_scale fixes
2019-03-18 16:16:52 +01:00
Gabor Kiss-Vamosi
02689fceab
solve conflicts
2019-03-18 16:09:52 +01:00
Gabor Kiss-Vamosi
615186c5d6
lv_kb: fix typo
2019-03-18 16:02:53 +01:00
Gabor Kiss-Vamosi
795f5772b6
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-18 15:59:46 +01:00
Gabor Kiss-Vamosi
4dabad3d6e
add lv_conf_template.h to root and rename template folder to porting
2019-03-18 15:59:20 +01:00
Gabor Kiss-Vamosi
7560f01745
Merge pull request #959 from littlevgl/res_max
...
Fix remaining instances of LV_HOR_RES/LV_VER_RES in drawing code.
2019-03-18 15:08:11 +01:00
embeddedt
9f37a9803d
Merge pull request #958 from manison/patch/fix-function-name-typo
...
Fix function name typo in btnm
2019-03-18 09:01:10 -04:00
Themba Dube
7af6818897
Fix remaining instances of LV_HOR_RES/LV_VER_RES in drawing code.
...
Based on #957 .
2019-03-18 08:58:10 -04:00
embeddedt
d965db9fe6
Merge pull request #957 from manison/patch/fix-vla-compile-error
...
Fix error on compiler without VLA support
2019-03-18 08:56:48 -04:00
manison
cc8119d0a7
lv_btnm: fix function name typo
2019-03-18 10:50:54 +01:00
Gabor Kiss-Vamosi
fd26209b16
Merge pull request #952 from amirgon/dev-6.0
...
Dev 6.0 fixes
2019-03-18 09:46:59 +01:00
Amir Gonnen
a9f807ac99
removed commented out function declarations
2019-03-18 10:00:09 +02:00
manison
53b720cff7
fix error on compiler without VLA support
2019-03-18 08:30:49 +01:00
Mario Rubio Gómez
9f29289afd
Added lv_utils and moved functions "bsearch & num_to_str".
2019-03-18 07:25:20 +01:00
Gabor Kiss-Vamosi
abfdfd1b20
rename lv_conf_templ.h to lv_conf_template.h
2019-03-18 05:23:15 +01:00
Gabor Kiss-Vamosi
3198340451
create template fodler
2019-03-18 05:22:06 +01:00
Amir Gonnen
85442c25c0
commented out functions without definition
...
Functions that are declared but not defined will cause the micropython build to fail, since it would assume, from file header, that these functions are available and will try to call them (linker error)
2019-03-18 01:27:06 +02:00
Amir Gonnen
b222fa3744
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-18 01:04:34 +02:00
Amir Gonnen
fc5f86d696
Fixed gc issues
...
LV_GC_INCLUDE must be included where LV_GC_ROOT is used
pointer to LV_GV_ROOT must come before LV_GC_ROOT macro
2019-03-18 01:04:20 +02:00
Ali Rostami
b84358dc7f
add invalid functions for new data lines
...
when we want to add set data by `lv_chart_set_next` to a chart in `LV_CHART_MODE_CIRCULAR` mode we don't need to invalidate the whole chart object so these functions are added to just invalidate the added data area.
2019-03-17 16:38:02 +03:30
Ali Rostami
6c1152ed0c
add update_mode to lv_chart_ext_t struct
2019-03-17 16:23:08 +03:30
Ali Rostami
5cbdde7729
Merge pull request #4 from littlevgl/dev-6.0
...
Dev 6.0
2019-03-17 13:19:19 +03:30
Gabor Kiss-Vamosi
f51bf17e39
move lvgl files to src folder
2019-03-17 08:33:03 +01:00
Gabor Kiss-Vamosi
2db846d5e0
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-17 07:59:43 +01:00
Gabor Kiss-Vamosi
efd647f853
lv_indev_get_key fixes
2019-03-17 07:59:38 +01:00
Gabor Kiss-Vamosi
03b7bb72ea
Merge pull request #939 from eeshiken/patch-1
...
Remove inline functions which prevent compile
2019-03-17 07:46:21 +01:00
Gabor Kiss-Vamosi
0ab28f623c
replace color macros with functions
2019-03-17 07:44:48 +01:00
Gabor Kiss-Vamosi
3964f3b843
Merge branch 'patch-1' of https://github.com/eeshiken/lvgl into eeshiken-patch-1
2019-03-17 07:36:30 +01:00
Ali Rostami
5a297777c0
Merge pull request #2 from littlevgl/dev-6.0
...
Merge pull request #943 from ali-rostami/master
2019-03-17 09:21:40 +03:30
Gabor Kiss-Vamosi
80738425f6
Merge pull request #943 from ali-rostami/master
...
adding area chart
2019-03-17 05:27:16 +01:00
Gabor Kiss-Vamosi
5916f1f5c4
lv_chart: minor fixes
2019-03-17 05:23:43 +01:00
Gabor Kiss-Vamosi
d7b3aeba66
add opa_scale to lv_draw_triangle
2019-03-17 05:22:25 +01:00
Gabor Kiss-Vamosi
de9119a27d
Merge branch 'dev-6.0' into ali-rostami-master
2019-03-17 05:12:06 +01:00
Gabor Kiss-Vamosi
96f227e7e1
lv_roller.h: add missing declaration
2019-03-17 05:07:16 +01:00
Gabor Kiss-Vamosi
87117be081
Merge branch 'master' of https://github.com/ali-rostami/lvgl into ali-rostami-master
2019-03-17 05:06:49 +01:00
Gabor Kiss-Vamosi
6d1be4cc11
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-17 04:55:36 +01:00
Gabor Kiss-Vamosi
9c499bdeae
lv_btnm: fix crash
2019-03-17 04:55:18 +01:00
Gabor Kiss-Vamosi
dc7ba94b06
Merge pull request #948 from littlevgl/fix_c99_errors
...
Fix remaining C99 errors
2019-03-17 04:51:19 +01:00
Gabor Kiss-Vamosi
855832b574
lv_roller: add infinite option
2019-03-17 04:32:37 +01:00
Themba Dube
240744f9c9
Silence another pedantic warning
2019-03-16 08:58:52 -04:00
Ali Rostami
a624019943
changed LL_READ_BACK call to LV_LL_READ_BACK
...
as we don't have `LL_READ_BACK` function anymore. I changed it to `LV_LL_READ_BACK`.
2019-03-16 09:03:50 +03:30
Themba Dube
edb58cc61b
Name unnamed structs and remove duplicated semicolons
2019-03-15 19:41:54 -04:00
Gabor Kiss-Vamosi
1e763e6c5e
roller, ddlist: minor fixes
2019-03-15 22:51:49 +01:00
Gabor Kiss-Vamosi
51824b4316
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-15 22:19:41 +01:00
Gabor Kiss-Vamosi
92149e11a6
update tehemes with new padding
2019-03-15 22:19:21 +01:00
Elvis Eshikena
5e41a28dcf
Add inline functions to replace LV_COLOR_MAKE
2019-03-15 11:48:31 -07:00
embeddedt
2819b30716
Merge pull request #944 from manison/patch/remove-include
...
Remove unnecessary #include
2019-03-15 08:17:49 -04:00
manison
43371a4980
remove unnecessary #include
2019-03-15 11:41:52 +01:00
Gabor Kiss-Vamosi
8264492f87
minor fixes
2019-03-15 10:18:48 +01:00
Gabor Kiss-Vamosi
abf8cbfb92
Merge branch 'dev-6.0' into padding
2019-03-15 07:28:04 +01:00
Gabor Kiss-Vamosi
c9703af47e
to lv_cont_get_fit_width/height to lv_obj
2019-03-15 07:27:58 +01:00
Gabor Kiss-Vamosi
0b53f0f9ed
Merge branch 'master' into dev-6.0
2019-03-15 05:45:28 +01:00
Gabor Kiss-Vamosi
15baa59a8f
tileview fixes
2019-03-15 05:45:27 +01:00
Gabor Kiss-Vamosi
ee5976ce12
lv_kb: rename function and comment updates
2019-03-15 05:22:23 +01:00
Gabor Kiss-Vamosi
c3156db6b9
apply new padding in some themes
2019-03-15 05:10:43 +01:00
Gabor Kiss-Vamosi
a0b6136dcf
Merge branch 'dev-6.0' into padding
2019-03-14 19:37:13 +01:00
Gabor Kiss-Vamosi
e0aeed2e97
add more padding.bottom/top/right/left
2019-03-14 19:37:09 +01:00
Ali Rostami
22ad2e0ec1
adding lv_chart_draw_areas function
...
after adding this function it is possible to plot the area type chart too.
2019-03-14 11:18:53 +03:30
Ali Rostami
02e5ed8b16
adding area chart type
2019-03-14 11:11:48 +03:30
Gabor Kiss-Vamosi
3a49ece938
eanble sending events from events
2019-03-14 05:34:39 +01:00
Gabor Kiss-Vamosi
250ef8b136
start to replace padding.hor/ver with top/bottom/left/right
2019-03-13 23:58:33 +01:00
Gabor Kiss-Vamosi
e8fdac41a9
lv_group_add_obj: do not add teh object if already added to this group
2019-03-13 22:18:16 +01:00
Gabor Kiss-Vamosi
b8f598112f
update lv_indev_enable to enable/disable an indev not a type
2019-03-13 22:08:20 +01:00
Gabor Kiss-Vamosi
98d43daa5d
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-03-13 12:07:37 +01:00
Gabor Kiss-Vamosi
095a159005
lv_tileview_set_tile_act: fix with no animation
...
It should the position of the scrollable but the size was set
2019-03-13 05:22:55 +01:00
Elvis
2be9e67697
replace micropython bindings
2019-03-12 12:06:25 -07:00
Gabor Kiss-Vamosi
89d56e5723
KEYPAD, ENCODER: not send ENTER (process it in RELEASE signals)
2019-03-12 19:20:23 +01:00
embeddedt
ec6598ccfb
Update CONTRIBUTING.md with forum information
2019-03-12 10:35:48 -04:00
Gabor Kiss-Vamosi
6967a8e52f
lv_page: fix arrow scroll
2019-03-12 15:17:28 +01:00
Gabor Kiss-Vamosi
3458b1bfb1
imporve ENCODER support by sending signals
2019-03-12 14:46:06 +01:00
Gabor Kiss-Vamosi
4e66afc65b
send signals with LEYPAD input devices
2019-03-12 14:29:37 +01:00
Gabor Kiss-Vamosi
4b3859f949
remove btnm, mbox, kb, tabview actions
2019-03-12 06:20:45 +01:00
Elvis
a1ca0bd796
Remove inline functions which prevent compile
2019-03-11 17:26:27 -07:00
embeddedt
c74e48249d
Add license information to CONTRIBUTING.md
2019-03-11 09:51:07 -04:00
Mario Rubio Gómez
92b79cf3a8
Change bsearch C standard function by new lv_bsearch propietary function.
2019-03-11 11:08:25 +01:00
Gabor Kiss-Vamosi
2bf4e080e4
remove lv_btnm_action to replace with generic event_cb
2019-03-11 06:18:44 +01:00
Gabor Kiss-Vamosi
2640727b29
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-09 05:51:46 +01:00
Gabor Kiss-Vamosi
52ee38d7c9
fix warnings
2019-03-09 05:51:33 +01:00
embeddedt
74a9f5b18e
Merge pull request #936 from manison/patch/fix-typos
...
Fix some typos
2019-03-08 10:12:21 -05:00
Gabor Kiss-Vamosi
2eaa579121
lv_ddlist: fix value revert on focus
2019-03-08 15:48:44 +01:00
Gabor Kiss-Vamosi
fcd06e4c1c
Merge pull request #924 from ali-rostami/master
...
add offset feature to img object
2019-03-08 15:03:35 +01:00
Gabor Kiss-Vamosi
245a6ccae6
Merge branch 'dev-6.0' into master
2019-03-08 15:03:13 +01:00
Ali Rostami
e263dddde9
add declaration for offset getter functions.
2019-03-08 17:05:36 +03:30
Ali Rostami
4ab2e505fd
add 2 getter functions for offset attribute.
2019-03-08 17:02:56 +03:30
manison
bef17224e4
fix some typos
2019-03-08 14:11:13 +01:00
Gabor Kiss-Vamosi
a59a6880f0
lv_img_offset: invalidate img when offset changes
2019-03-08 11:53:34 +01:00
Gabor Kiss-Vamosi
363304f53e
Merge branch 'master' of https://github.com/ali-rostami/lvgl into ali-rostami-master
2019-03-08 11:34:41 +01:00
Gabor Kiss-Vamosi
bff65c217d
remove lv_i18n
2019-03-08 08:32:17 +01:00
Gabor Kiss-Vamosi
14b03df174
remove debug printf
2019-03-08 08:02:20 +01:00
Gabor Kiss-Vamosi
93e2b9e0b9
update lv_conf_templ.h
2019-03-08 07:54:36 +01:00
Gabor Kiss-Vamosi
15007e9071
add lv_disp_remove
2019-03-08 06:57:16 +01:00
Mario Rubio Gómez
b882174bf9
Fixed bsearch size of list elements. [sizeof(uint32_t*) --> sizeof(uint32_t)]
2019-03-07 09:50:23 +01:00
Gabor Kiss-Vamosi
370f8223b6
lv_indev_read: use the current corridnate as defult for POINTER type
2019-03-07 01:26:04 +01:00
Gabor Kiss-Vamosi
d5dd1c4b10
Merge branch 'event' of https://github.com/littlevgl/lvgl into event
2019-03-07 00:42:20 +01:00
Gabor Kiss-Vamosi
bc1d71a1d1
event handling improvments
2019-03-07 00:42:08 +01:00
Gabor Kiss-Vamosi
702fb9565d
Add LV_ prefix to symbols and vhange USE_LV_... to LV_USE_...
2019-03-07 00:05:16 +01:00
Gabor Kiss-Vamosi
210de388d9
remove lv_ufs
2019-03-06 23:14:35 +01:00
Gabor Kiss-Vamosi
c4ca9870b0
group: add user_data
2019-03-06 23:14:19 +01:00
Gabor Kiss-Vamosi
3d4f823884
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-06 23:00:06 +01:00
Gabor Kiss-Vamosi
d9874ae0f4
marge master
2019-03-06 22:59:58 +01:00
Gabor Kiss-Vamosi
66e70afbb4
use the obj->top on focus to bring the obj. to the foregorund
2019-03-06 16:13:04 +01:00
Ali Rostami
0bce1876c1
declare lv_img_set_offset() with new params.
2019-03-06 17:35:14 +03:30
Ali Rostami
fc375fd115
define lv_img_set_offset() with new params
2019-03-06 17:33:14 +03:30
Mario Rubio Gómez
cc190bbb29
Changed index search by binary search for sparse glyphs fonts.
2019-03-06 11:14:06 +01:00
embeddedt
4c8015541e
Merge pull request #926 from manison/patch/fix-typo
...
Fix typo in constant name
2019-03-05 10:17:41 -05:00
Gabor Kiss-Vamosi
9d0f68880a
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-03-05 15:34:36 +01:00
Gabor Kiss-Vamosi
78574541e3
lv_tileview: infinite loop bugfix
2019-03-05 15:32:09 +01:00
manison
b30ca0da76
fix typo in constant name (LV_IMG_CF_UNK*N*OWN)
2019-03-05 14:21:13 +01:00
Gabor Kiss-Vamosi
13a3364656
Update lv_port_disp_templ.c
2019-03-04 16:56:02 +01:00
Gabor Kiss-Vamosi
cabbe414a5
Update lv_port_disp_templ.c
2019-03-04 16:55:29 +01:00
Ali Rostami
c2e3e9d494
add offset member to lv_img_ext_t
2019-03-04 12:47:03 +03:30
Ali Rostami
e298f493ce
add offset function
2019-03-04 12:41:28 +03:30
Ali Rostami
69b07acc4e
Merge pull request #1 from littlevgl/master
...
432019 update
2019-03-04 12:23:13 +03:30
Gabor Kiss-Vamosi
9d72ced2b6
focus/defocus event updates
2019-03-03 11:20:49 +01:00
Gabor Kiss-Vamosi
b8c6783207
Update README.md
2019-03-03 08:13:13 +01:00
Gabor Kiss-Vamosi
c713c4135b
Merge branch 'dev-6.0' into event
2019-03-03 04:29:17 +01:00
Gabor Kiss-Vamosi
2c4ea022b9
lv_page_focus: minor fix
2019-03-03 04:28:54 +01:00
embeddedt
961d8e0350
Merge pull request #922 from amirgon/undef_free
...
Workaround for stray 'free' macro
2019-03-02 17:37:29 -05:00
Amir Gonnen
6f53e4616a
Workaround for stray 'free' macro
...
Related to littlevgl/lv_binding_micropython#11 'Build error for STM32 port due to 'free()' macro'
2019-03-03 00:12:12 +02:00
Gabor Kiss-Vamosi
e788907d9c
remove free_data/ptr and relpace with user_data
2019-03-02 20:53:51 +01:00
embeddedt
2b4185ec23
Merge pull request #917 from manison/feature/add-mbox-api
...
Button matrix, message box: new APIs
2019-03-02 11:19:27 -05:00
Themba Dube
f509d8fa4f
Apply ta label size fix from dev-6.0
2019-03-02 11:17:15 -05:00
Gabor Kiss-Vamosi
13f0b61953
improve LV_PROTECT_PRESS_LOST
2019-03-02 01:49:08 +01:00
Gabor Kiss-Vamosi
e50410ffb1
merge slider anim update
2019-03-02 01:23:33 +01:00
Gabor Kiss-Vamosi
cae61d4e3e
bar/slider/sw anim updates
2019-03-01 23:50:30 +01:00
Gabor Kiss-Vamosi
86d7f4c888
imprve encoder event support
2019-03-01 22:23:59 +01:00
Gabor Kiss-Vamosi
4743e11967
lv_slider: experimental bar and slider animation update
2019-03-01 15:25:47 +01:00
embeddedt
2ffeef667f
Merge pull request #918 from canardos/dev-6.0
...
add lv_cb_set_static_text function, fix incorrect kb_ctrl_num_map
2019-03-01 07:26:17 -05:00
canardos
2ffb0a83b0
Fix incorrect kb_ctrl_num_map
2019-03-01 15:56:27 +08:00
canardos
4608f72098
add lv_cb_set_static_text function
2019-03-01 15:25:29 +08:00
Gabor Kiss-Vamosi
c318a7fc37
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-01 07:53:36 +01:00
Gabor Kiss-Vamosi
25df5347aa
lv_btnm_set_ctrl_map: update comment
2019-03-01 07:25:16 +01:00
Gabor Kiss-Vamosi
148cb16cd4
lv_roller_set_hor_fit: use the new fit system
2019-03-01 06:31:09 +01:00
Gabor Kiss-Vamosi
13fff73bdb
event: use with keypad
2019-03-01 06:26:03 +01:00
embeddedt
fbeb1d785c
Merge pull request #916 from manison/patch/fix-ta-variable-hides-arg
...
Remove unnecessary variable definition
2019-02-28 09:40:11 -05:00
Gabor Kiss-Vamosi
d992a71513
remove style.body.empty (replaced by style.body.opa)
2019-02-28 13:34:04 +01:00
Gabor Kiss-Vamosi
672626f225
lv_indev: name unnamed struct and unions
2019-02-28 13:05:47 +01:00
manison
513a7e0a4e
btnm: introduce lv_btnm_set_pressed API
2019-02-28 09:27:25 +01:00
manison
4e9df1679e
fix formatting
2019-02-28 09:09:58 +01:00
manison
4a54b6e4fa
fix argument documentation
2019-02-28 09:08:53 +01:00
manison
a7338085ec
mbox: introduce lv_mbox_get_btnm API
2019-02-28 09:07:07 +01:00
manison
7ac2009f16
ta: remove unnecessary variable definition/initialization
2019-02-28 08:49:46 +01:00
Gabor Kiss-Vamosi
00ef778c7c
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-02-28 06:56:23 +01:00
Gabor Kiss-Vamosi
fbe838730f
lv_btnm: init recolor to 0
2019-02-28 06:56:10 +01:00
Gabor Kiss-Vamosi
55197a2934
name unamed structs in lv_color.h
2019-02-28 06:08:15 +01:00
Gabor Kiss-Vamosi
205c791e00
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-02-28 05:23:31 +01:00
Gabor Kiss-Vamosi
b0d3164ecf
lv_1i8n: minor fixes
2019-02-28 05:23:21 +01:00
Gabor Kiss-Vamosi
551eadc1d5
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-02-27 10:58:29 +01:00
Gabor Kiss-Vamosi
409a998df2
add voaltile to 'disp_drv->flushing' to work with optimization
2019-02-27 10:58:18 +01:00
Gabor Kiss-Vamosi
c9a58a8a8c
Merge branch 'master' of https://github.com/littlevgl/lvgl into dev-6.0
2019-02-27 10:55:58 +01:00
Gabor Kiss-Vamosi
aa4b17900b
lv_ta: fix label auto size on lv_ta size change
2019-02-27 10:55:39 +01:00
Gabor Kiss-Vamosi
3f4c1fe91b
imporve backward compatibility
2019-02-27 10:25:21 +01:00
Gabor Kiss-Vamosi
b2e07d858b
revert placeholder init
2019-02-27 10:10:12 +01:00
Gabor Kiss-Vamosi
dfbcec2f0d
lv_ta: init placeholder
2019-02-27 10:09:36 +01:00
Gabor Kiss-Vamosi
53b8056502
btnm fixes
2019-02-27 06:17:37 +01:00
Gabor Kiss-Vamosi
e323924176
merge dev-6.0
2019-02-27 06:04:30 +01:00
Gabor Kiss-Vamosi
1efb3d87c8
Merge pull request #825 from canardos/dev-6.0
...
Move control byte to separate array. Add functions to modify dynamically
2019-02-27 06:03:47 +01:00
Gabor Kiss-Vamosi
591e02c71b
Merge branch 'dev-6.0' into dev-6.0
2019-02-27 06:00:14 +01:00
Gabor Kiss-Vamosi
e85e4a8eb9
lv_hal_indev: remove unnamed stuct and union
2019-02-26 19:46:37 +01:00
Gabor Kiss-Vamosi
dc0ce46b0c
update obejcts with the new event system
2019-02-26 16:07:40 +01:00
Gabor Kiss-Vamosi
50e69bab6b
start to implement the new generic event system
2019-02-26 09:25:46 +01:00
Gabor Kiss-Vamosi
cc3ef640da
rename lv_fs_free to lv_fs_free_space to avoid collosion woth free()
2019-02-25 15:34:35 +01:00
Gabor Kiss-Vamosi
f7d6604b9b
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-02-25 15:21:51 +01:00
Gabor Kiss-Vamosi
a6821a6cb8
lv_i18n: update void returns to char
2019-02-25 15:21:41 +01:00
embeddedt
f386101e82
Merge pull request #896 from manison/patch/fix-unused-var
...
Remove unused variable in text area
2019-02-25 09:02:14 -05:00
manison
2aa5f67381
remove unused variable
2019-02-25 09:26:27 +01:00
Gabor Kiss-Vamosi
eb33596d02
add USE_LV_USER_DATA_SINGLE/MULTI
2019-02-25 07:06:05 +01:00
Gabor Kiss-Vamosi
663b8d6c89
fix conflicts
2019-02-25 06:59:31 +01:00
Gabor Kiss-Vamosi
ca2a2e9c49
fix conflicts
2019-02-25 06:56:49 +01:00
Gabor Kiss-Vamosi
54778eb303
update lv_conf files
2019-02-25 06:50:20 +01:00
Gabor Kiss-Vamosi
72288f4450
i18n: fix warnings
2019-02-24 22:27:51 +01:00
Gabor Kiss-Vamosi
c59c71b5c9
Merge branch 'dev-6.0' into i18n
2019-02-24 22:23:39 +01:00
Gabor Kiss-Vamosi
e7a14993c7
Merge branch 'new_fit' into dev-6.0
2019-02-24 22:23:12 +01:00
Gabor Kiss-Vamosi
408ba8d574
i18n: minor API updates
2019-02-24 22:22:37 +01:00
Gabor Kiss-Vamosi
054e43e6e9
indev/disp cb: pass driver as first argument
2019-02-24 21:20:51 +01:00
Gabor Kiss-Vamosi
65685a0da6
Merge pull request #892 from amirgon/patch-1
...
Add Micropython feature to README.md
2019-02-24 12:26:42 +01:00
Amir Gonnen
0bab902753
Add Micropython feature
...
and a short example
2019-02-24 11:20:37 +02:00
Gabor Kiss-Vamosi
9141d95865
lv_cont: inform children about parent size change on autofit
2019-02-24 07:06:22 +01:00
Gabor Kiss-Vamosi
ddbd8386d2
lv_page: fixes when child is added
2019-02-24 06:41:00 +01:00
Gabor Kiss-Vamosi
285ff7d3b4
lv_cont: improve fit with TIGHT, FLOOD, FILL
2019-02-24 06:24:36 +01:00
Themba Dube
5f94480bfb
Don't check LV_LOG_LEVEL unless USE_LV_LOG is enabled
2019-02-22 12:10:17 -05:00
Themba Dube
7cfa099ec3
Merge remote-tracking branch 'origin/master' into dev-6.0
2019-02-22 12:02:23 -05:00
embeddedt
a374baa376
Merge pull request #889 from littlevgl/embeddedt-patch-1
...
Remove semicolons in lv_font_builtin.h
2019-02-22 12:01:49 -05:00
Themba Dube
7e60fcb298
Merge remote-tracking branch 'origin/master' into dev-6.0
2019-02-22 12:00:58 -05:00
embeddedt
02c95e8fed
Remove semicolons in lv_font_builtin.h
2019-02-22 10:09:07 -05:00
Gabor Kiss-Vamosi
9264cd9d56
Merge branch 'multi-disp' of https://github.com/littlevgl/lvgl into multi-disp
2019-02-22 14:22:23 +01:00
Gabor Kiss-Vamosi
c34d5a4f6b
init disp resolution
2019-02-22 14:22:11 +01:00
Gabor Kiss-Vamosi
56f54d864a
Merge pull request #888 from joltwallet/lv_list_remember
...
lv_list remember
2019-02-22 13:14:28 +01:00
Brian Pugh
465f8fa96a
lv_list: lv_list_set_btn_selected: only write ext->last_sel if btn is non-NULL.
2019-02-21 21:40:00 -08:00
Brian Pugh
a7260bbfa9
Revert semicolon removal from f4498fd0. This semicolon is necessary for more natural, less error prone custom font declaration in lv_conf.h
2019-02-21 21:02:18 -08:00
embeddedt
4a6e34dcbd
Merge pull request #883 from manison/patch/ta-fix-crash-uninit-field
...
Fix crash on uninitialized field in text area
2019-02-21 10:55:30 -05:00
Themba Dube
7f6131d440
Merge remote-tracking branch 'zavovi/master' into dev-6.0
2019-02-21 10:40:59 -05:00
embeddedt
374dfcd60a
Merge pull request #884 from littlevgl/revert-836-master
...
Revert "[#809 ] Added x axis scrolling feature into lv_page_focus function."
2019-02-21 10:40:01 -05:00
embeddedt
457f667cab
Revert "[ #809 ] Added x axis scrolling feature into lv_page_focus function."
2019-02-21 10:39:39 -05:00
embeddedt
4b6e78cf78
Merge pull request #836 from zavovi/master
...
[#809 ] Added x axis scrolling feature into lv_page_focus function.
2019-02-21 10:39:31 -05:00
embeddedt
1f25bfb60b
Merge pull request #879 from manison/patch/focus-visible-objects-only
...
Modify lv_group_focus_next/prev so that hidden objects don't receive focus
2019-02-21 10:38:28 -05:00
manison
a1e062bc49
ta: fix crash on uninitialized field
2019-02-21 15:21:53 +01:00
Gabor Kiss-Vamosi
438e665c6d
Merge pull request #881 from manison/patch/multidisp-fix-vla-errs
...
Fix compilation errors when compiler does not support VLAs
2019-02-21 14:47:39 +01:00
manison
fd6e5ae3ef
fix compilation errors when compiler does not support VLAs
2019-02-21 13:46:32 +01:00
Gabor Kiss-Vamosi
b9ed89a976
i18n add const prefixes where required
2019-02-21 12:37:33 +01:00
Vilem Zavodny
07e9fc4ccf
[ #809 ] Fixed scroll focus when object is out of the page in twi sides.
2019-02-21 10:41:41 +01:00
manison
000cc9d92f
modify lv_group_focus_next/prev so that hidden objects don't receive focus
2019-02-21 10:18:17 +01:00
Gabor Kiss-Vamosi
a39d617ac9
Update stale.yml
2019-02-21 07:35:14 +01:00
Gabor Kiss-Vamosi
69456cd3f5
minor fixes
2019-02-21 00:50:14 +01:00
Gabor Kiss-Vamosi
d27dfbd6d7
update README
2019-02-21 00:50:06 +01:00
Gabor Kiss-Vamosi
0ccaac4e00
updade lv_conf_templ.h
2019-02-21 00:21:59 +01:00
Gabor Kiss-Vamosi
030fe60b34
multi-disp: API updates
2019-02-20 23:58:13 +01:00
embeddedt
be8db0719f
Merge pull request #876 from ironiron/master
...
Remove duplicate semicolons
2019-02-20 16:49:45 -05:00
Rafał Mazurkiewicz
f4498fd0a4
removed unnecessary semicolons
2019-02-20 22:36:56 +01:00
embeddedt
28b97582b6
Merge pull request #873 from manison/patch/fix-press-from-keypad
...
Text area should ignore presses generated by keypad input device
2019-02-20 12:36:13 -05:00
manison
236f9291be
ta ignores presses generated by keypad input device
...
fixes bug introduced in 4f50a5a : when the LV_SIGNAL_PRESSED is generated by keypad input device (through LV_GROUP_KEY_ENTER key), it does not carry information about position (the position information is overlayed with key information in lv_indev_proc_t struct in this case), so we cannot touch it
2019-02-20 17:08:38 +01:00
Gabor Kiss-Vamosi
fcf1d52e4a
replace lv_lang with more advanced lv_i18n
2019-02-20 12:55:21 +01:00
Gabor Kiss-Vamosi
f2bd701927
multi-disp: API updates
2019-02-20 10:16:33 +01:00
Gabor Kiss-Vamosi
8581a249bd
lv_group_create: inititalize missing fields
2019-02-20 06:20:29 +01:00
canardos
688cd79a55
Update function documentation for clarity
2019-02-20 03:32:37 +08:00
canardos
d5f7f3d51c
Fix incorrect iterators
2019-02-20 03:29:53 +08:00
canardos
1b519cd104
Add const qualifier to lv_btnm_set_map / static functions
2019-02-19 15:06:23 +08:00
canardos
a6d8d1cbc5
Implement lv_btnm_set_ctrl_map. Update function documentation
2019-02-19 14:56:45 +08:00
Gabor Kiss-Vamosi
a494521d7b
Merge branch 'dev-6.0' into manison-feature/theme_focus_cb
2019-02-19 07:03:31 +01:00
embeddedt
245d81ee92
Update README.md
2019-02-18 13:05:58 -05:00
Themba Dube
99825aa29f
Merge branch 'master' into dev-6.0
2019-02-18 12:18:16 -05:00
Themba Dube
d05ec536fd
Fix compilation errors when USE_LV_GROUP is 0
2019-02-18 12:17:56 -05:00
Themba Dube
153f16fc05
Merge branch 'master' of github.com:littlevgl/lvgl
2019-02-18 12:16:16 -05:00
Themba Dube
2e0b8e10ae
Add missing include to lv_math.c
2019-02-18 12:15:57 -05:00
manison
df88e319a8
fixed compilation errors when USE_LV_GROUP == 0
2019-02-18 08:34:41 +01:00
manison
5dfac5a92b
use memcpy rather than structure assignment, since this might not be supported by all compilers
2019-02-18 08:24:51 +01:00
Gabor Kiss-Vamosi
62195b7cc7
lv_label_draw fix with offset.y
2019-02-18 06:41:02 +01:00
Gabor Kiss-Vamosi
9572c7d4ed
lv_imgbtn: bugfix
2019-02-18 05:57:30 +01:00
Gabor Kiss-Vamosi
20282ce89f
remove var. declaration in for loop header
2019-02-18 05:57:30 +01:00
Themba Dube
62e58a25c9
Merge branch 'master' into dev-6.0
2019-02-17 14:58:32 -05:00
Themba Dube
19ea8ac55f
Fix compilation error introduced in 1e8ea6b15b
2019-02-17 14:58:10 -05:00
Gabor Kiss-Vamosi
2af6ca8833
Merge pull request #841 from muhammetasan/master
...
10 times faster int to string implementation
2019-02-15 15:09:53 +01:00
manison
f9d8269274
update theme focus styles
2019-02-15 09:54:47 +01:00
manison
3c7b6ae94c
copy default style modifiers to all themes
2019-02-15 08:59:53 +01:00
manison
8ec60fbe3e
add groups to the linked list
...
https://github.com/littlevgl/lvgl/issues/806
2019-02-15 08:46:12 +01:00
manison
79dc8b2ace
Merge branch 'dev-6.0' into feature/theme_focus_cb
2019-02-15 08:04:54 +01:00
Gabor Kiss-Vamosi
e3bbe0a4fd
spinbox fixes
2019-02-15 06:34:30 +01:00
Gabor Kiss-Vamosi
96adbe3827
spinbox fixes
2019-02-15 06:34:30 +01:00
Gabor Kiss-Vamosi
ef8563c9bd
multi-disp_: minor fixes
2019-02-15 06:20:48 +01:00
Muhammet Asan
533d39b4c2
10 times faster int to string implementation
2019-02-14 14:13:25 +01:00
Themba Dube
48bd4fecc6
Merge branch 'master' into dev-6.0
2019-02-13 18:20:06 -05:00
manison
92babea8c8
fix typo in function name
2019-02-13 06:46:08 -05:00
Vilem Zavodny
3425f29130
[ #809 ] Added x axis scrolling feature into lv_page_focus function.
2019-02-13 11:19:47 +01:00
Gabor Kiss-Vamosi
673892cd80
multi-disp: unique VDB to displays
2019-02-13 01:40:22 +01:00
Gabor Kiss-Vamosi
f5b8dd17b8
lv_list_set_selected_btn fix
2019-02-12 22:48:54 +01:00
Gabor Kiss-Vamosi
cfa7d22d33
multi-disp: display level vdb experiment
2019-02-12 22:35:59 +01:00
embeddedt
fabd551e2a
Fix error reported by @canardos in lv_imgbtn
2019-02-12 11:03:34 -05:00
manison
327d7c84ca
added style modification callbacks to lv_theme_t struct
...
https://github.com/littlevgl/lvgl/issues/806
2019-02-12 16:35:17 +01:00
Gabor Kiss-Vamosi
2b67dcd2cf
Merge pull request #827 from littlevgl/embeddedt-patch-1
...
Add LV_INDEV_DRAG_THROW checker to lv_conf_templ.h
2019-02-12 16:24:45 +01:00
Gabor Kiss-Vamosi
7571bedc46
multi-disp: minor updates
2019-02-12 16:20:59 +01:00
Gabor Kiss-Vamosi
b15ffa3d89
multi-disp: add unique inv_buf to each display
2019-02-12 15:38:13 +01:00
embeddedt
5addccc270
Merge pull request #828 from littlevgl/embeddedt-patch-2
...
Fix image source not being copied in lv_imgbtn
2019-02-12 09:15:46 -05:00
manison
c94fb96bb2
fix theme initialization
2019-02-12 15:02:43 +01:00
embeddedt
9ac933fb9e
Fix image source not being copied in lv_imgbtn
2019-02-12 07:04:34 -05:00
embeddedt
44c2397804
Add LV_INDEV_DRAG_THROW checker to lv_conf_templ.h
2019-02-12 07:01:04 -05:00
Gabor Kiss-Vamosi
8c4e4c3861
multi-disp: refresh multiple displays
2019-02-12 12:21:34 +01:00
canardos
fa736411e3
Move control byte to separate array and add functions to modify dynamically
2019-02-12 16:55:30 +08:00
manison
728cd17275
determine required size of the th_styles array at compile time and remove runtime assertion
...
https://github.com/littlevgl/lvgl/issues/806
2019-02-12 09:04:24 +01:00
Gabor Kiss-Vamosi
caa2064c90
lv_spinbox: fixes
2019-02-12 07:55:46 +01:00
Gabor Kiss-Vamosi
6f47dd6522
theme fixes
2019-02-12 07:33:42 +01:00
Gabor Kiss-Vamosi
c71047f359
lv_chart: LV_CHART_VETICAL_LINES fixes
2019-02-12 06:03:06 +01:00
Gabor Kiss-Vamosi
6871e0252a
add LV_ATTRIBUTE_MEM_ALIGN option
...
update lv_conf_chechker.h
2019-02-12 05:42:45 +01:00
Gabor Kiss-Vamosi
56cfcc693a
Merge pull request #820 from seyyah/patch-1
...
Typo: sonething -> something
2019-02-11 11:30:25 +01:00
seyyah
a87f4388e5
Typo: sonething -> something
2019-02-11 13:25:11 +03:00
manison
44e5cc446c
moved theme styles into substructure within lv_theme_t
...
https://github.com/littlevgl/lvgl/issues/806
2019-02-11 09:35:06 +01:00
embeddedt
f686243f64
Add warning about LV_INDEV_DRAG_THROW
2019-02-10 06:53:11 -05:00
embeddedt
d64902b2a5
Add note about LV_INDEV_DRAG_THROW to lv_conf_templ.h
2019-02-10 06:52:17 -05:00
Gabor Kiss-Vamosi
5b92b4d01b
move basic descriptors to lv_disp_t
2019-02-10 11:06:47 +01:00
Gabor Kiss-Vamosi
0733885a73
Merge pull request #817 from fpw/bugfix/color-narrowing
...
Fix gcc narrowing warning
2019-02-10 07:59:10 +01:00
Gabor Kiss-Vamosi
c42f378184
fix image colors in themes
2019-02-10 06:51:28 +01:00
Gabor Kiss-Vamosi
ad74d32f51
fix image colors in themes
2019-02-10 06:51:28 +01:00
Folke Will
321a08b42e
Retain formatting
2019-02-09 13:48:09 +01:00
Folke Will
b7d5537961
Fix color narrowing warning
2019-02-09 13:46:29 +01:00
embeddedt
32017ff659
Fix x/y mixup in lv_page.c ( fixes #815 )
2019-02-08 10:20:05 -05:00
embeddedt
e2c0e58af9
Merge pull request #811 from amirgon/master
...
Prevent crash when lv_init is called more than once.
2019-02-07 18:25:26 -05:00
embeddedt
1c67d07dc3
Move setting of _lv_initialized and correct formatting
...
Set _lv_initialized at the end of lv_init.
Correct formatting of "if" statement to be consistent with the rest of the library.
2019-02-07 17:57:06 -05:00
Amir Gonnen
e72589c6d4
Prevent crash when lv_init is called more than once. After the first call, it will do nothing.
2019-02-08 00:03:16 +02:00
Gabor Kiss-Vamosi
e2e6479fb0
multi_disp: add dynamic hor/ver res
2019-02-07 19:17:10 +01:00
embeddedt
89e8995dc4
Merge branch 'master' into dev-6.0
...
Merges bugfixes from 5.3.
2019-02-07 10:38:08 -05:00
Gabor Kiss-Vamosi
b0b1174564
lv_canvas: fix with LV_COLOR_16_SWAP
2019-02-07 10:27:47 +01:00
Gabor Kiss-Vamosi
57a542fcac
Merge pull request #793 from MiSimon/feature_ta_placeholder_text
...
Placeholder text for lv_ta
2019-02-04 16:14:47 +01:00
Gabor Kiss-Vamosi
fb1a7fc0fc
Update stale.yml
2019-02-04 15:28:01 +01:00
Gabor Kiss-Vamosi
4f50a5a147
ta placeholder: fixes
2019-02-03 01:33:21 +01:00
Gabor Kiss-Vamosi
2692100bb1
multi-disp: minor update
2019-02-03 00:47:50 +01:00
Gabor Kiss-Vamosi
e7fcb58bec
Merge pull request #789 from MiSimon/feature_ta_place_cursor_on_click
...
Position the text cursor when a lv_ta object is clicked
2019-02-03 00:43:07 +01:00
Gabor Kiss-Vamosi
2752b51d50
Merge pull request #788 from MiSimon/feature_ta_ctrl_keys
...
Added POS1 and END support to lv_ta
2019-02-03 00:40:34 +01:00
MiSimon
a71964f0b2
Removed some spaces
2019-02-02 23:25:11 +01:00
MiSimon
43b20179ed
removed code duplication
2019-02-02 22:59:28 +01:00
MiSimon
0d76cc4ef3
Changed POS1 to HOME
2019-02-02 22:45:02 +01:00
Gabor Kiss-Vamosi
cfe0c14e56
ta click: add to lv_ta_signal too
2019-02-02 05:11:18 +01:00
Gabor Kiss-Vamosi
1e6dc74c5a
lv_ta click simplification
2019-02-02 05:00:59 +01:00
Gabor Kiss-Vamosi
e1afa61128
multi-disp: inital changes
2019-02-02 04:46:19 +01:00
Gabor Kiss-Vamosi
b5bcede82f
Merge pull request #790 from 0xflotus/patch-1
...
fixed small errors
2019-02-02 04:36:44 +01:00
Gabor Kiss-Vamosi
23dfc37171
Merge pull request #787 from littlevgl/update-version-readme
...
Change v5.3 to 5.3 in README
2019-02-02 04:23:17 +01:00
0xflotus
148539d242
fixed small errors
2019-02-02 02:26:49 +01:00
MiSimon
8acc122ab0
Added placeholder label to text area
2019-02-02 01:26:52 +01:00
MiSimon
4e61a2da33
Fixed missing NULL check
2019-02-02 00:21:50 +01:00
MiSimon
dc9cffec5d
Position cursor at the position at which lv_ta was clicked
2019-02-02 00:19:18 +01:00
MiSimon
86b34460dd
Added POS1 and END support to lv_ta
2019-02-01 23:53:09 +01:00
Gabor Kiss-Vamosi
b66e8410f6
Update README.md
2019-02-01 22:27:57 +01:00
Themba D
9a272039d3
Change v5.3 to 5.3
...
When the badge already says 'version' it doesn't make sense to put the 'v' before the version number.
2019-02-01 16:05:46 -05:00
Gabor Kiss-Vamosi
dc69cf82eb
Update README.md
2019-02-01 21:53:12 +01:00
Gabor Kiss-Vamosi
17c19fc35a
Update README.md
2019-02-01 15:10:59 +01:00
Gabor Kiss-Vamosi
4cd13016d3
Update README.md
2019-02-01 05:44:19 +01:00
Gabor Kiss-Vamosi
84781c62c2
version number to v5.3
2019-02-01 05:09:20 +01:00
Gabor Kiss-Vamosi
378453c954
Merge branch 'dev-5.3'
2019-02-01 05:08:33 +01:00
Gabor Kiss-Vamosi
40709625cc
Merge remote-tracking branch 'origin/master' into dev-5.3
2019-02-01 05:04:05 +01:00
Gabor Kiss-Vamosi
77f6844340
add top level lvgl.mk
2019-02-01 05:03:35 +01:00
Gabor Kiss-Vamosi
68083fa15a
Update README.md
2019-01-31 21:23:56 +01:00
Gabor Kiss-Vamosi
cbab184002
lv_canvas: restore reverted updates
2019-01-31 21:06:28 +01:00
Gabor Kiss-Vamosi
0819688f50
Revert "lv_canvas: comment update"
...
This reverts commit 078bc96b77 .
2019-01-31 20:24:40 +01:00
Gabor Kiss-Vamosi
6770e1ab32
Revert "lv_canvas: support indexed images"
...
This reverts commit ed8ec4a4c2 .
2019-01-31 20:24:30 +01:00
Gabor Kiss-Vamosi
078bc96b77
lv_canvas: comment update
2019-01-31 19:39:57 +01:00
Gabor Kiss-Vamosi
ed8ec4a4c2
lv_canvas: support indexed images
2019-01-31 19:38:40 +01:00
Gabor Kiss-Vamosi
4fbf1401fa
Update README.md
2019-01-31 19:28:09 +01:00
Gabor Kiss-Vamosi
5f2f6b6617
Update README.md
2019-01-31 19:26:39 +01:00
Gabor Kiss-Vamosi
e3c2a7db67
Update README.md
2019-01-31 19:25:41 +01:00
Gabor Kiss-Vamosi
ace5acea0b
Update README.md
2019-01-31 19:13:50 +01:00
Gabor Kiss-Vamosi
8511c6b9cf
Update README.md
2019-01-31 19:13:26 +01:00
Gabor Kiss-Vamosi
3ef4a73db5
Update README.md
2019-01-31 15:56:52 +01:00
Gabor Kiss-Vamosi
2274ca348b
Merge pull request #783 from seyyah/dev-5.3
...
lv_canvas: lv_canvas_boundary_fill4 function interface enhancement
2019-01-31 15:55:25 +01:00
Gabor Kiss-Vamosi
e9fca9cad6
Update README.md
2019-01-31 15:43:23 +01:00
Gabor Kiss-Vamosi
96eba5f877
Update README.md
2019-01-31 15:42:18 +01:00
seyyah
3db41c327f
lv_canvas: update function prototypes
2019-01-31 16:22:07 +03:00
seyyah
6de1ad36dc
lv_canvas: merge last commits
2019-01-31 16:15:50 +03:00
seyyah
635ca1ab90
lv_canvas: lv_canvas_boundary_fill4 function interface enhancement
2019-01-31 16:07:59 +03:00
Gabor Kiss-Vamosi
215cdda238
Update README.md
2019-01-31 14:06:54 +01:00
Gabor Kiss-Vamosi
ffbabfc8fe
Merge pull request #782 from littlevgl/badges
...
Get rid of links on badges
2019-01-31 14:03:42 +01:00
Themba D
5a62ac79e9
Merge branch 'master' into badges
2019-01-31 08:02:57 -05:00
Themba D
846a470717
Merge branch 'master' into badges
2019-01-31 08:02:13 -05:00
Gabor Kiss-Vamosi
f6f8f09bce
Update README.md
2019-01-31 14:01:56 +01:00
Themba D
6ffd1475c5
Get rid of links on badges
2019-01-31 08:00:46 -05:00
Gabor Kiss-Vamosi
5bbc3e69e9
Update README.md
2019-01-31 14:00:42 +01:00
Gabor Kiss-Vamosi
f1d5e9c4a2
Update README.md
2019-01-31 13:59:53 +01:00
Gabor Kiss-Vamosi
68f25fa999
add_lv_fs_is_ready()
2019-01-31 13:24:02 +01:00
Gabor Kiss-Vamosi
ef7aa132a6
Update README.md
2019-01-31 10:25:08 +01:00
Gabor Kiss-Vamosi
f41ce51bf9
Update README.md
2019-01-31 10:20:11 +01:00
Gabor Kiss-Vamosi
ed38f7dcb5
Merge pull request #780 from amirgon/dev-5.3
...
lv_label_set_text_id must be declared conditionally
2019-01-31 09:34:34 +01:00
Amir Gonnen
cc77d78d5a
lv_label_set_text_id must be declared conditionally otherwise lv_micropython would create a wrapper to an undefined function
2019-01-31 09:39:59 +02:00
Gabor Kiss-Vamosi
159e07a8ea
indev_drag bugfix if dragged on a page
2019-01-31 03:17:30 +01:00
Gabor Kiss-Vamosi
cf434828dc
Merge pull request #778 from MiSimon/lv_group_key_ascii_codes
...
Changed LV_GROUP_KEY macros to the corresponding ascii values
2019-01-31 01:21:56 +01:00
MiSimon
649a21ad86
Changed LV_GROUP_KEY macros to the corresponding ascii values
2019-01-31 01:18:04 +01:00
Gabor Kiss-Vamosi
dd5f66e125
inialize _lv_indev_list adn _lv_disp_list in lv_init
2019-01-31 00:25:15 +01:00
Gabor Kiss-Vamosi
c8920b0c06
Update README.md
2019-01-30 23:05:21 +01:00
Gabor Kiss-Vamosi
09bcf9dd12
Update README.md
2019-01-30 22:17:04 +01:00
Gabor Kiss-Vamosi
d1b593be66
Merge pull request #775 from littlevgl/license-origin
...
Add note about origin of function
2019-01-30 17:05:50 +01:00
Gabor Kiss-Vamosi
3acd6c3cd0
lv_refr: remove unneccesary waiting for flush
2019-01-30 16:13:11 +01:00
Gabor Kiss-Vamosi
aca2a2d428
lv_refr: formatting
2019-01-30 16:07:56 +01:00
Gabor Kiss-Vamosi
d3dc1f8bf1
Merge pull request #772 from amirgon/dev-5.3
...
bugfix: return int not pointer
2019-01-30 14:09:04 +01:00
Themba D
a91c142b3c
Add note about origin of function
2019-01-30 07:02:03 -05:00
Gabor Kiss-Vamosi
fa28cee957
disable multi-lang related functions if USE_LV_MULTI_LANG = 0
2019-01-30 10:49:59 +01:00
Gabor Kiss-Vamosi
93ec0a512a
Update README.md
2019-01-30 10:04:03 +01:00
Gabor Kiss-Vamosi
1bf36221f4
Update README.md
2019-01-30 10:00:50 +01:00
Gabor Kiss-Vamosi
0e3f95c1a9
Update README.md
2019-01-30 07:16:43 +01:00
Gabor Kiss-Vamosi
01e2bf2374
Update README.md
2019-01-30 06:37:51 +01:00
Gabor Kiss-Vamosi
34bcab34d8
Update README.md
2019-01-30 06:35:56 +01:00
Gabor Kiss-Vamosi
fceaf167a4
Update README.md
2019-01-29 21:33:18 +01:00
Amir Gonnen
950fb33206
bugfix: return int not pointer
2019-01-29 22:06:36 +02:00
Gabor Kiss-Vamosi
7b23f7a8fd
Update README.md
2019-01-29 20:59:14 +01:00
Gabor Kiss-Vamosi
43e852d43a
Update README.md
2019-01-29 20:57:46 +01:00
Gabor Kiss-Vamosi
0bef3ab1bf
Update README.md
2019-01-29 15:50:29 +01:00
Gabor Kiss-Vamosi
967d3b54a3
Update README.md
2019-01-29 15:46:30 +01:00
Gabor Kiss-Vamosi
ec31125af3
Update README.md
2019-01-29 15:42:59 +01:00
Gabor Kiss-Vamosi
84d44b2487
Update README.md
2019-01-29 15:41:07 +01:00
Gabor Kiss-Vamosi
9f2f89163f
Update README.md
2019-01-29 14:15:28 +01:00
Gabor Kiss-Vamosi
d29536673a
Update README.md
2019-01-29 14:10:55 +01:00
Gabor Kiss-Vamosi
8283fcc2d7
Update README.md
2019-01-29 14:10:41 +01:00
Gabor Kiss-Vamosi
5e33e5574e
Update README.md
2019-01-29 13:51:49 +01:00
Gabor Kiss-Vamosi
dd41f411e6
lv_conf_checker.py handle prerocessor indentations (e.g. # define ...)
2019-01-29 10:28:48 +01:00
Gabor Kiss-Vamosi
92be58d1d8
fix to work without display
2019-01-29 04:58:21 +01:00
Gabor Kiss-Vamosi
fd1e8483a5
multi-lang: fix function names
2019-01-29 04:41:44 +01:00
Gabor Kiss-Vamosi
855dc44e32
solve warings
2019-01-28 16:02:11 +01:00
Gabor Kiss-Vamosi
9185e1c4a6
add GC to lv_conf_templ.h
2019-01-28 16:01:59 +01:00
Gabor Kiss-Vamosi
08007aa4d5
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2019-01-28 15:41:08 +01:00
Gabor Kiss-Vamosi
3b7a468c6a
update lv_conf_checker.h
2019-01-28 15:32:50 +01:00
Gabor Kiss-Vamosi
fba3337925
Merge branch 'multi-lang' into dev-5.3
2019-01-28 15:32:12 +01:00
Gabor Kiss-Vamosi
811f3c0834
lv_lang: disable the whole file id USE_LV_MULTI_LANG == 0
2019-01-28 15:18:59 +01:00
Gabor Kiss-Vamosi
31d0a7f3ae
lv_mem: add LV_MEM_ADR to set wotk memory address externally
2019-01-28 15:18:59 +01:00
Brian Pugh
4adbdad9b3
Added lv_gc.c to lv_misc.mk
2019-01-28 15:18:59 +01:00
Gabor Kiss-Vamosi
120a431766
lv_slider: reduce bg size if knob_in = 1 too
2019-01-28 15:18:59 +01:00
Brian Pugh
9cecebfe0a
lv_sw.c: lv_sw_toggle_anim initial commit
2019-01-28 15:18:59 +01:00
Brian Pugh
514511c15a
lv_sw: lv_sw_toggle doc fix
2019-01-28 15:18:59 +01:00
Brian Pugh
610548ba3d
lv_sw: lv_sw_toggle initial commit
2019-01-28 15:18:59 +01:00
Amir Gonnen
dd3c65df7a
add missing include to stdlib, needed for 'abs' function on integers
2019-01-28 15:18:59 +01:00
seyyah
195a3d3768
lv_canvas: add the function comments to the header file too
2019-01-28 15:18:59 +01:00
seyyah
65236ede89
lv_canvas: add basic drawing functionalities
2019-01-28 15:18:59 +01:00
Amir Gonnen
0e8984d121
Fix compilation errors: comment out unused variables. cast memcpy dest since it's defined as const.
2019-01-28 15:18:59 +01:00
manison
9f84fb1749
replace inclusion of nonstandard header <strings.h> with standard header <string.h>
2019-01-28 15:18:59 +01:00
manison
b6046a8e23
allow disabling text area password char animation without needing to disable all animations
2019-01-28 15:18:59 +01:00
Amir Gonnen
af3cb73fbc
Fixed refernce to anim_ll. LV_GC_ROOT must be used for Micropython gc support
2019-01-28 15:18:59 +01:00
Amir Gonnen
c816847a3c
remove historic pycparser. It is here before micropython sources moved to another repository and history rewritten
2019-01-28 15:18:59 +01:00
Amir Gonnen
652809d005
restore LV_COLOR_HEX macros and add inline functions in addition to them, not instead of them
2019-01-28 15:18:59 +01:00
Amir Gonnen
8bfa8ff721
lv_colors.h: move OPA macros to enum, move LV_COLOR_HEX macros to inline funcs, this exposes them to Micropython. If enum member is a number (as in OPA), prefix it by underscore to create a valid python attribute. Bugfix: when returning to a struct by value, copy it first. lv_mpy.c renamed to lv_mpy_example.c since the actual lv_mpy.c should be generated by the build script automatically based on current H files and lv_conf.h
2019-01-28 15:18:59 +01:00
Amir Gonnen
a6c89ee54f
add '_lv_' prefix to global roots
2019-01-28 15:18:59 +01:00
Amir Gonnen
0935110284
gc: add undescore to roots, arranged lv_mem.c regarding gc defines. Added support to Symbols using the numstr technique of encoding the characters as a number in an enum. Globals: register them directly witout the need for constructor to access them. Updated example code. Updated lv_mpy.c
2019-01-28 15:18:59 +01:00
Amir Gonnen
f5bd68fa77
Enable Micropython gc (Garbage Collection) on lvgl. This is controlled by LV_ENABLE_GC macro defined in lv_conf.h. When enabled, lv_conf.h should also define LV_MEM_CUSTOM_REALLOC, LV_MEM_CUSTOM_GET_SIZE, LV_GC_INCLUDE and LV_GC_ROOT
2019-01-28 15:18:59 +01:00
Amir Gonnen
d44a618169
Initial revision for Mpy extension generation script
2019-01-28 15:18:59 +01:00
neverxie
ae3eca803d
[del] extra spaces
2019-01-28 15:18:59 +01:00
Themba D
b087c1153c
Merge pull request #770 from manison/patch-typo-ta-add-char
...
Fix typo in new line char detection
2019-01-28 06:57:29 -05:00
Gabor Kiss-Vamosi
e12a8b06f0
lv_img_set_src_id fix
2019-01-28 09:17:22 +01:00
manison
fce445e464
lv_ta: fixes typo in new line char detection
2019-01-28 08:55:57 +01:00
Gabor Kiss-Vamosi
5bb66ef268
Merge pull request #769 from joltwallet/square_knob
...
lv_slider: make knob a perfect square (fix 1 pixel error)
2019-01-28 06:33:13 +01:00
Gabor Kiss-Vamosi
eca9245382
lv_mem: add LV_MEM_ADR to set wotk memory address externally
2019-01-28 06:09:06 +01:00
Brian Pugh
aaa969dc8a
lv_slider: make knob a perfect square (fix 1 pixel error)
2019-01-27 16:28:55 -08:00
Themba D
28414505bc
Merge pull request #767 from joltwallet/lv_gc_mk
...
Added lv_gc.c to lv_misc.mk
2019-01-27 17:58:56 -05:00
Brian Pugh
ac8ce1f643
Added lv_gc.c to lv_misc.mk
2019-01-27 12:30:25 -08:00
Gabor Kiss-Vamosi
5ed73c1918
lv_slider: reduce bg size if knob_in = 1 too
2019-01-27 07:16:24 +01:00
Themba D
79e973bfeb
Merge pull request #762 from joltwallet/sw_toggle
...
Add lv_sw_toggle() and lv_sw_toggle_anim()
2019-01-26 15:29:32 -05:00
Brian Pugh
64c87e0e4a
lv_sw.c: lv_sw_toggle_anim initial commit
2019-01-25 20:17:43 -08:00
Brian Pugh
6af285adb8
lv_sw: lv_sw_toggle doc fix
2019-01-25 17:42:08 -08:00
Brian Pugh
d962e36dbb
lv_sw: lv_sw_toggle initial commit
2019-01-25 17:09:59 -08:00
Themba D
7713b5f941
Merge pull request #761 from amirgon/dev-5.3
...
Dev 5.3 fix compilation errors on lv_mpy
2019-01-25 16:45:03 -05:00
Amir Gonnen
8764388033
Merge remote-tracking branch 'upstream/dev-5.3' into dev-5.3
2019-01-25 23:18:49 +02:00
Gabor Kiss-Vamosi
2ae3733cd9
Merge pull request #752 from manison/patch-disable-pwd-anim
...
allow disabling text area password char animation without needing to disable all animations
2019-01-25 16:29:34 +01:00
Gabor Kiss-Vamosi
2762222fcc
rename multi-lang functions
2019-01-25 16:19:50 +01:00
Amir Gonnen
a337e25fb1
add missing include to stdlib, needed for 'abs' function on integers
2019-01-25 16:01:52 +02:00
seyyah
fe5eab8f9a
lv_canvas: add the function comments to the header file too
2019-01-25 14:50:31 +03:00
seyyah
bdb3bb778e
erge branch 'dev-5.3' of github.com:seyyah/lvgl into dev-5.3
2019-01-25 14:14:46 +03:00
seyyah
98b6e446f0
lv_canvas: add basic drawing functionalities
2019-01-25 14:14:22 +03:00
Gabor Kiss-Vamosi
c8f5638780
Merge pull request #756 from amirgon/dev-5.3
...
Fix compilation errors
2019-01-25 08:27:14 +01:00
Amir Gonnen
c6bafdf203
Fix compilation errors: comment out unused variables. cast memcpy dest since it's defined as const.
2019-01-25 00:27:28 +02:00
Themba D
1bbc482f1a
Merge pull request #753 from manison/patch-replace-strings-h
...
Replace nonstandard <strings.h> with standard <string.h> header
2019-01-24 11:02:08 -05:00
manison
a89fc9460b
replace inclusion of nonstandard header <strings.h> with standard header <string.h>
2019-01-24 16:36:13 +01:00
manison
fd2e78965c
allow disabling text area password char animation without needing to disable all animations
2019-01-24 16:16:19 +01:00
Amir Gonnen
10f3928169
Fixed refernce to anim_ll. LV_GC_ROOT must be used for Micropython gc support
2019-01-24 00:51:46 +02:00
Amir Gonnen
bf01817ab8
remove historic pycparser. It is here before micropython sources moved to another repository and history rewritten
2019-01-24 00:17:37 +02:00
Amir Gonnen
b58e526a0b
restore LV_COLOR_HEX macros and add inline functions in addition to them, not instead of them
2019-01-24 00:17:37 +02:00
Amir Gonnen
fe479fe261
lv_colors.h: move OPA macros to enum, move LV_COLOR_HEX macros to inline funcs, this exposes them to Micropython. If enum member is a number (as in OPA), prefix it by underscore to create a valid python attribute. Bugfix: when returning to a struct by value, copy it first. lv_mpy.c renamed to lv_mpy_example.c since the actual lv_mpy.c should be generated by the build script automatically based on current H files and lv_conf.h
2019-01-24 00:17:37 +02:00
Amir Gonnen
473c2276dd
add '_lv_' prefix to global roots
2019-01-24 00:14:33 +02:00
Amir Gonnen
1e8ea6b15b
gc: add undescore to roots, arranged lv_mem.c regarding gc defines. Added support to Symbols using the numstr technique of encoding the characters as a number in an enum. Globals: register them directly witout the need for constructor to access them. Updated example code. Updated lv_mpy.c
2019-01-24 00:14:33 +02:00
Amir Gonnen
a883f0b39a
Enable Micropython gc (Garbage Collection) on lvgl. This is controlled by LV_ENABLE_GC macro defined in lv_conf.h. When enabled, lv_conf.h should also define LV_MEM_CUSTOM_REALLOC, LV_MEM_CUSTOM_GET_SIZE, LV_GC_INCLUDE and LV_GC_ROOT
2019-01-24 00:14:33 +02:00
Amir Gonnen
848939683e
Initial revision for Mpy extension generation script
2019-01-24 00:14:33 +02:00
Gabor Kiss-Vamosi
6cd62851bb
lv_img multi lang fixes
2019-01-23 15:24:56 +01:00
Gabor Kiss-Vamosi
97b9fce748
lv_img: add multi language support
2019-01-23 15:07:22 +01:00
Gabor Kiss-Vamosi
c18be9809d
Merge branch 'dev-5.3' into mixed
2019-01-23 14:44:18 +01:00
Gabor Kiss-Vamosi
68a860b958
lv_lang: minor fixes
2019-01-23 12:30:50 +01:00
Gabor Kiss-Vamosi
a6ead395a0
lv_lang: minor fixes
2019-01-23 12:30:10 +01:00
Gabor Kiss-Vamosi
e0fe252b90
lv_lang: add const return value to the get text function
2019-01-23 12:29:10 +01:00
Gabor Kiss-Vamosi
0a673294c8
add lv_lang.h to lvgl.h
2019-01-23 12:27:54 +01:00
Gabor Kiss-Vamosi
15d08b6692
multi_lang rework: use separate arrays for each language
2019-01-23 12:25:33 +01:00
Gabor Kiss-Vamosi
b500f0c8f3
lv_porting fixes
2019-01-23 12:25:33 +01:00
Gabor Kiss-Vamosi
5c33fb67e5
Merge pull request #748 from neverxie/master
...
[delete] extra spaces
2019-01-23 09:36:35 +01:00
neverxie
50dc23f42c
[del] extra spaces
2019-01-23 13:53:22 +08:00
Gabor Kiss-Vamosi
10b86cea37
lv_anim: add ease_in/out path
2019-01-22 15:52:47 +01:00
Gabor Kiss-Vamosi
7c6d92ec10
Merge pull request #744 from manison/patch-dont-redefine-msvcrt-symbols
...
don't redefine _CRT_SECURE_NO_WARNINGS symbol if already defined
2019-01-22 13:16:12 +01:00
manison
4a39e2b731
don't redefine _CRT_SECURE_NO_WARNINGS symbol if already defined
2019-01-22 10:31:36 +01:00
Gabor Kiss-Vamosi
ce94a1ad5b
editorconfig: remove duplicated insert_final_newline
2019-01-21 07:04:44 +01:00
Gabor Kiss-Vamosi
264f630467
lv_canvas: fix typo
2019-01-20 21:37:56 +01:00
Themba Dube
9711cf9d9a
Merge remote-tracking branch 'origin/master' into dev-5.3
2019-01-20 06:52:10 -05:00
Gabor Kiss-Vamosi
a005c62d17
add .editorconfig
2019-01-18 06:59:16 +01:00
Gabor Kiss-Vamosi
7b193a40ef
add lv_canvas_mult_buf
2019-01-17 16:24:01 +01:00
Gabor Kiss-Vamosi
6718decbb7
Update README.md
2019-01-17 12:18:09 +01:00
Gabor Kiss-Vamosi
87e262f27a
lv_porting fixes
2019-01-16 17:50:57 +01:00
Gabor Kiss-Vamosi
a7207af953
multi_lang: rename functions
2019-01-16 10:01:27 +01:00
Gabor Kiss-Vamosi
d0f42c26cc
add multi language support system + lv_label_set_text_multi
2019-01-16 09:57:07 +01:00
Gabor Kiss-Vamosi
6d449962ff
lv_canvas: lv_canvas_copy_to_buf
2019-01-16 08:37:18 +01:00
Gabor Kiss-Vamosi
8ddc9f21fe
Set LV_TXT_LINE_BREAK_LONG_POST_MIN_LEN default value to 1 to avoide warnings
2019-01-15 15:36:35 +01:00
Gabor Kiss-Vamosi
3ab541949f
add lv_canvas.c/h files
2019-01-14 19:39:21 +01:00
Themba D
b9e61de4d2
Merge pull request #724 from turoksama/dev-5.3
...
Fix an error in get_row_height.
2019-01-14 10:56:02 -05:00
Samuel
38d0e5b6e7
Fix an error in get_row_height.
...
Fix get_row_height error.
2019-01-14 23:38:28 +08:00
Gabor Kiss-Vamosi
bb4b37c6b3
add new object type: lv_ canvas
2019-01-14 16:03:40 +01:00
Gabor Kiss-Vamosi
6f12166af2
lv_task_handler: revert the addition of return value. See: #708
2019-01-14 15:21:04 +01:00
Gabor Kiss-Vamosi
eec348132f
turn LV_OPA_.. defines to enum
2019-01-14 15:08:54 +01:00
Gabor Kiss-Vamosi
623fc13407
lv_table: minor fix for cell_crop
2019-01-14 07:13:09 +01:00
Themba Dube
a3f50c61f9
Merge branch 'master' into dev-5.3
2019-01-13 08:40:59 -05:00
Themba Dube
da01b4dd31
Change 'issue' to 'issue or pull request' in stale.yml
2019-01-13 08:40:38 -05:00
Themba D
ae0ceee8f6
Merge pull request #723 from joltwallet/lv_list_get_btn_index
...
Get btn index without providing list object
2019-01-13 08:30:09 -05:00
Gabor Kiss-Vamosi
088936e7f8
add return value to lv_task_handler. resolves #708
2019-01-13 07:46:12 +01:00
Gabor Kiss-Vamosi
d76b9c5b17
Merge pull request #721 from joltwallet/long_word_wrap2
...
Break long words immediately if word is longer than wrap width 2
2019-01-13 06:20:34 +01:00
Gabor Kiss-Vamosi
645eeae16c
update lv_porting with file system examples
2019-01-13 05:28:42 +01:00
Brian Pugh
84bcf11d57
retabbed
2019-01-12 14:28:20 -08:00
Themba D
6d8b8a878d
Fix documentation links in CONTRIBUTING.md
2019-01-12 17:21:28 -05:00
Brian Pugh
bd30245492
Get btn index without providing list object
2019-01-12 12:08:41 -08:00
Brian Pugh
48cd728693
move LV_TXT_BREAK_LONG defines to lv_conf.h
2019-01-12 10:59:15 -08:00
Brian Pugh
1a4a35f5a1
Change LV_TXT_LINE_BREAK_LONG_POST_MIN_LEN to 0; see discussion #721
2019-01-12 08:44:16 -08:00
Brian Pugh
5b8e2cb6e1
Fixed off by one error for LV_TXT_LINE_BREAK_LONG_POST_MIN_LEN
2019-01-12 08:42:37 -08:00
Gabor Kiss-Vamosi
8a3b60e0c5
lv_conf_templ.h: minor fix
2019-01-12 15:23:21 +01:00
Brian Pugh
6c55ba5d31
Fixed characters jumping after character after future break character
2019-01-11 08:57:23 -08:00
Gabor Kiss-Vamosi
440c6415bc
lv_table: crop improvements
2019-01-11 17:37:26 +01:00
Gabor Kiss-Vamosi
fcb95272b9
fix typo
2019-01-11 16:46:36 +01:00
Gabor Kiss-Vamosi
ff21f5a590
Merge pull request #712 from joltwallet/get_txt_width_fix
...
Correctly count text width
2019-01-11 16:42:57 +01:00
Gabor Kiss-Vamosi
ec19c8c87e
lv_imgbtn_get_src_middle fix typo
2019-01-11 16:03:40 +01:00
Brian Pugh
d25f0db948
fix SYMBOL_DOWN
2019-01-10 23:11:48 -08:00
Brian Pugh
62d7b3b034
Added pretty breaks for long, but not widht-long words
2019-01-10 19:52:47 -08:00
Brian Pugh
d8aa9bfa1d
move define macro to lv_txt.c
2019-01-10 19:07:36 -08:00
Brian Pugh
56fd6d944c
Fixed last character from being cutoff
2019-01-10 19:05:19 -08:00
Gabor Kiss-Vamosi
a4d6c628e3
lv_table: add crop poperty
2019-01-10 16:06:20 +01:00
Gabor Kiss-Vamosi
9bbdd5840c
Update stale.yml
2019-01-10 06:59:32 +01:00
Gabor Kiss-Vamosi
52bb50550d
Merge pull request #713 from joltwallet/roller_visible_row_count_align_fix
...
Roller visible height fix
2019-01-07 11:31:27 +01:00
Gabor Kiss-Vamosi
1468da5c33
lv_style: revert defult line_space (modified during testing)
2019-01-07 07:17:58 +01:00
Gabor Kiss-Vamosi
d3fab62f8f
txt position fixes
2019-01-07 07:06:31 +01:00
Gabor Kiss-Vamosi
c64a7f1f9c
Merge pull request #711 from joltwallet/remove_group_ordering
...
Remove from group before deleting children
2019-01-07 05:58:09 +01:00
Brian Pugh
db219daeda
Roller visible 1 should have a full line-width height padding
2019-01-06 19:24:00 -08:00
Brian Pugh
ee2ddf26f3
in roller, set lv_ddlist_set_fix_height 1 text.line_space less than row_cnt
2019-01-06 19:02:29 -08:00
Brian Pugh
ced3903100
reduce redundant width calculations in lv_label
2019-01-06 18:32:26 -08:00
Brian Pugh
b5e40a44b1
lv_draw_label don't add letter_spaces for 0 width characters
2019-01-06 18:24:47 -08:00
Brian Pugh
5f11d67812
remove duplicate lv_txt_get_width code in lv_label
2019-01-06 18:17:24 -08:00
Brian Pugh
4b2cd9030c
Correctly count characters. Also remove letter spaces from 0-width characters
2019-01-06 17:49:07 -08:00
Brian Pugh
239ed85889
Remove from group before deleting children
2019-01-06 11:25:10 -08:00
Gabor Kiss-Vamosi
61bb01e06d
lv_chart: fix uninitialized variable
2019-01-06 15:38:31 +01:00
Gabor Kiss-Vamosi
666136851c
lv_btnm: last row y2 align bugfix
2019-01-06 15:20:06 +01:00
Gabor Kiss-Vamosi
a6714bbe47
Create stale.yml
2019-01-05 23:30:05 +01:00
Gabor Kiss-Vamosi
167e26a243
lv_mbox: use a unique anim end cb to avoid casting
2019-01-05 19:45:05 +01:00
Themba D
7c322c36ed
Merge pull request #705 from joltwallet/vdb-fix
...
single vdb macro fix for get_active and get_inactive
2019-01-05 07:56:23 -05:00
Brian Pugh
752e752dbd
single vdb macro fix for get_active and get_inactive
2019-01-04 20:48:34 -08:00
Brian Pugh
ab1a9b41e6
Add a minimum number of characters to print on a super long screen before wrapping it to the next line
2019-01-04 18:43:20 -08:00
Brian Pugh
b7c08e8aed
Proper word wrapping taking into account letter_space
2019-01-04 09:10:27 -08:00
Gabor Kiss-Vamosi
9c675a8e82
Merge pull request #700 from joltwallet/list_fix
...
bug fix: initialize list size to 0; feature: select first added item …
2019-01-04 14:40:15 +01:00
Gabor Kiss-Vamosi
22e1ccdfa9
Merge pull request #699 from joltwallet/lv_group_send_data_returntype
...
Change lv_group_send_data() return type to lv_res_t
2019-01-04 14:36:30 +01:00
embeddedt
a4bfd51401
Merge branch 'master' into dev-5.3
2019-01-04 08:27:43 -05:00
Themba D
10b648c96e
Merge pull request #704 from Fabien-Chouteau/patch-1
...
lv_hal_tick: Fix typo
2019-01-04 08:26:31 -05:00
Fabien Chouteau
d109f409fb
lv_hal_tick: Fix typo
2019-01-04 12:13:33 +01:00
Gabor Kiss-Vamosi
83cadc8abe
LV_VDB_TRUE_DOUBLE_BUFFERED: improvements
2019-01-04 08:40:33 +01:00
Gabor Kiss-Vamosi
31d18a21b2
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2019-01-04 08:33:30 +01:00
Gabor Kiss-Vamosi
20150c1418
LV_VDB_TRUE_DOUBLE_BUFFERED: improvements
2019-01-04 08:33:19 +01:00
Gabor Kiss-Vamosi
9610d914e9
lv_tabview: initialize the btn_hide field
2019-01-04 08:32:45 +01:00
Brian Pugh
0a0df60f77
Long word breaking algorithm
2019-01-03 23:17:19 -08:00
Brian Pugh
b4960b19fb
bug fix: initialize list size to 0; feature: select first added item to a focused list object
2019-01-03 15:31:03 -08:00
Brian Pugh
3922c18054
Change lv_group_send_data() return type to lv_res_t
2019-01-03 14:57:45 -08:00
Themba Dube
53c19167f3
Merge branch 'master' into dev-5.3
2019-01-03 13:36:02 -05:00
Themba D
20464832da
Merge pull request #697 from MCF/warning-preproc-fix
...
Remove unneeded #warning pre-processor command in lv_vdb.h
2019-01-03 13:35:25 -05:00
Mike Fellows
73ecaefde8
Remove unneeded #warning pre-processor command in lv_vdb.h
...
That directive breaks non-gcc builds (e.g. for the pc simulator) and is
not very valuable from a user point of view.
2019-01-03 10:31:02 -08:00
Gabor Kiss-Vamosi
2ab274542a
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2019-01-03 18:04:38 +01:00
Gabor Kiss-Vamosi
280cba0c54
fix warnings
2019-01-03 15:57:31 +01:00
Gabor Kiss-Vamosi
bbe78633a2
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2019-01-03 15:51:06 +01:00
Gabor Kiss-Vamosi
c20af89a11
fix warnings
2019-01-03 15:50:55 +01:00
Gabor Kiss-Vamosi
72fa6f092d
Merge pull request #696 from littlevgl/embeddedt-patch-1
...
Fix uninitialized values reported in #695
2019-01-03 15:50:14 +01:00
Themba D
db26a60320
Fix another uninitialized value reported in #695
2019-01-03 07:16:25 -05:00
Themba D
e6126bc218
Fix uninitialized value reported in #695
2019-01-03 07:15:33 -05:00
Gabor Kiss-Vamosi
29200c8814
Merge pull request #691 from Ferruck/fix/limits-error
...
lv_log: Fix type limits error
2019-01-03 11:19:45 +01:00
Gabor Kiss-Vamosi
5bbb83c68b
Merge pull request #693 from joltwallet/dirty_heap
...
Don't dirty heap if the lv_btn action deletes the button obj
2019-01-03 10:07:34 +01:00
Themba D
8ec482fdbd
Coding standard update
2019-01-02 16:13:04 -05:00
Brian Pugh
f2c4aadfe1
Don't dirty heap if the action deletes the button
2019-01-02 15:09:27 -06:00
Philipp Trommler
75f3198c3d
lv_log: Fix type limits error
...
When building LittlevGL with a rather recent compiler (tested with GCC
7.3.1 provided by Arm), `-Wall`, `-Wextra` and `-Werror` activated and
`LV_LOG_LEVEL` set to `LV_LOG_LEVEL_TRACE`, compilation fails due to a
type limits error in lv_log.c
if(level >= LV_LOG_LEVEL) {
^~
because the comparison is always true, since level is a `lv_log_level_t`
(that is a typedef for `uint8_t`) and `LV_LOG_LEVEL_TRACE` equals 0.
Fix that by making `lv_log_level_t` a typedef to `int8_t`.
Fixes #690
2019-01-02 15:18:02 +01:00
Gabor Kiss-Vamosi
d3101f8e96
lv_bar: add symmetric feature to start the indicator from zero
2019-01-01 14:14:17 +01:00
Gabor Kiss-Vamosi
1927a4cf47
lv_table: minor fixes
2019-01-01 13:48:30 +01:00
Gabor Kiss-Vamosi
0bd55a1fa1
lv_table: add 4 CELL styles and horizontal line drawing on '\n'
2019-01-01 13:44:19 +01:00
Gabor Kiss-Vamosi
cda531fc56
lv_circ.c: include lv_circ.h for consistency
2019-01-01 01:34:29 +01:00
Gabor Kiss-Vamosi
8b3786db40
remove unused function declarations
2019-01-01 01:33:18 +01:00
Gabor Kiss-Vamosi
639edca434
fix incosistent function parameter names. See #681
2019-01-01 01:32:16 +01:00
Gabor Kiss-Vamosi
bf43316942
add themes to spinbox, table and tileview
2019-01-01 01:20:14 +01:00
Gabor Kiss-Vamosi
9c7c200048
lv_porting: add display and indev porting skeleton functions
2018-12-31 18:19:38 +01:00
Gabor Kiss-Vamosi
ceab2ac138
lv_gauge: add interpolation for needle between degrees
2018-12-30 22:00:59 +01:00
Gabor Kiss-Vamosi
6322798b61
lv_trigo_sin: bugfix for with 179 degree
2018-12-30 22:00:59 +01:00
Gabor Kiss-Vamosi
a9921c78e8
lv_btnm: drawing bugfix
2018-12-30 15:58:14 +01:00
Gabor Kiss-Vamosi
7ac12cd071
lv_ta: refresh only the cursor area on cursor blink
2018-12-30 15:02:16 +01:00
Gabor Kiss-Vamosi
d7ae21ce85
lv_vdb: add comments
2018-12-29 09:18:58 +01:00
Gabor Kiss-Vamosi
31468efc8e
update lv_conf_temp with extra info
2018-12-29 09:12:46 +01:00
Gabor Kiss-Vamosi
f25dec516b
add LV_VDB_TRUE_DOUBLE_BUFFERED
2018-12-29 09:12:32 +01:00
Gabor Kiss-Vamosi
8bca90a40b
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-12-28 18:07:11 +01:00
Gabor Kiss-Vamosi
62b3b2c578
update mk files to use absolute path
2018-12-28 18:06:57 +01:00
Themba Dube
ae68e0a449
Merge branch 'master' into dev-5.3
2018-12-27 12:36:19 -05:00
Gabor Kiss-Vamosi
6536a30b03
Merge pull request #676 from embeddedt/kb_bksp
...
Change lv_kb delete key to backspace
2018-12-27 18:35:07 +01:00
Themba Dube
0dcaa505fa
Replace "Del" key on keyboard with backspace since that is its function
2018-12-27 10:32:05 -05:00
Gabor Kiss-Vamosi
963d91f07d
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-12-26 23:49:55 +01:00
Gabor Kiss-Vamosi
65cfdd1bf6
lv_table: fix size (add 1 px)
2018-12-26 23:49:41 +01:00
Gabor Kiss-Vamosi
67972f787b
Merge pull request #673 from ErichStyger/master
...
Several typo and spelling fixes
2018-12-26 23:38:57 +01:00
Gabor Kiss-Vamosi
d78c2f0ef5
Merge pull request #661 from tjstyle/master
...
lv_log: fix warnings
2018-12-26 23:36:15 +01:00
Gabor Kiss-Vamosi
a114a42b74
Update README.md
2018-12-26 23:35:18 +01:00
Gabor Kiss-Vamosi
3e8e94d49c
fix warning in lv_anim_path_bounce
2018-12-26 19:31:00 +01:00
Gabor Kiss-Vamosi
fa89846ee3
lv_sw: call action when released
2018-12-26 19:29:17 +01:00
Gabor Kiss-Vamosi
bffa23c4b2
add LV_VERSION_CHECK
2018-12-26 08:24:47 +01:00
Gabor Kiss-Vamosi
d19792289d
add LV_BORDER_INTERNAL
2018-12-26 08:24:18 +01:00
Erich Styger
2bfcce40e2
typo and spelling fixes in comments
2018-12-26 07:58:06 +01:00
Erich Styger
9cf4cc1533
Merge pull request #1 from littlevgl/master
...
Syncing with original repo
2018-12-26 07:42:33 +01:00
Teguh Sobirin
60ee852587
lv_log: fix warnings
2018-12-24 00:49:16 +07:00
Themba Dube
9531f04abf
Merge branch 'master' into dev-5.3
2018-12-23 06:40:11 -05:00
Themba Dube
6f5c1ba629
Fix wrong return value of lv_arc_get_angle_end ( Closes #663 )
2018-12-23 06:38:54 -05:00
Gabor Kiss-Vamosi
4c2df29808
lv_group: do not modify the focused style if the syle_mod function is NULL
2018-12-22 20:41:20 +01:00
Gabor Kiss-Vamosi
bfba1c477f
rename bool '..._en' function paramter names to be more consistent
2018-12-22 19:45:55 +01:00
Gabor Kiss-Vamosi
8c74a23ec1
rename lv_line_y_inv to lv_line_y_invert
2018-12-22 19:32:27 +01:00
Gabor Kiss-Vamosi
fd5ca1e52b
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-12-22 19:08:55 +01:00
Gabor Kiss-Vamosi
f46958bb3f
minor fixes
2018-12-22 19:08:40 +01:00
Gabor Kiss-Vamosi
1787b63599
reworks VDB to work with true double buffering
2018-12-22 19:08:03 +01:00
Gabor Kiss-Vamosi
f80c6ab178
Merge pull request #656 from littlevgl/tabview_hide
...
Add lv_tabview_set_hidden/lv_tabview_get_hidden
2018-12-21 19:10:34 +01:00
Gabor Kiss-Vamosi
7947a991a4
lv_draw_label: optimization
2018-12-21 15:25:45 +01:00
Gabor Kiss-Vamosi
391fda7ba6
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-12-21 14:35:40 +01:00
Gabor Kiss-Vamosi
19a5f5cd54
minor fixes
2018-12-21 14:35:25 +01:00
Gabor Kiss-Vamosi
8cd0fcefef
add lv_table to the makefile
2018-12-20 23:40:52 +01:00
Gabor Kiss-Vamosi
a4a98617c7
lv_table: fix uninitialized new cells
2018-12-20 23:15:29 +01:00
Gabor Kiss-Vamosi
222ef3a76a
lv_img: fix memory leak
2018-12-20 22:48:10 +01:00
Themba Dube
4fbfbc3dd7
Add lv_tabview_set_hidden/lv_tabview_get_hidden
2018-12-20 10:07:28 -05:00
Gabor Kiss-Vamosi
693ab86a6c
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-12-20 00:04:21 +01:00
Gabor Kiss-Vamosi
837cb2b695
add comment to lv_conf_checker.h
2018-12-20 00:04:09 +01:00
Gabor Kiss-Vamosi
cc20e4cb7d
add lv_conf_checker.h
2018-12-20 00:01:24 +01:00
Gabor Kiss-Vamosi
789775d8d7
minor fixes
2018-12-20 00:01:05 +01:00
Gabor Kiss-Vamosi
1314eff237
Merge pull request #641 from littlevgl/indev_feedback
...
Input device feedback API
2018-12-19 20:28:03 +01:00
Gabor Kiss-Vamosi
47f507ff62
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-12-19 16:35:58 +01:00
Gabor Kiss-Vamosi
e32c35905a
lv_img: use style.image.color for texts
2018-12-19 16:35:44 +01:00
Gabor Kiss-Vamosi
61caef8e94
lv_indev_set_cursor: don't enable cursor for LV_INDEV_TYPE_BUTTON
2018-12-18 07:33:55 +01:00
Gabor Kiss-Vamosi
e6c4845983
lv_label: remove space from LV_LABEL_LONG_ROLL/SCROLL anims
2018-12-18 07:25:34 +01:00
Gabor Kiss-Vamosi
e5f449e74f
indev feedback: update signal names
2018-12-17 14:54:12 +01:00
Gabor Kiss-Vamosi
93781909bb
lv_draw_label: optimization for long texts (uncomment some lines)
2018-12-17 14:34:26 +01:00
Gabor Kiss-Vamosi
60c07120c7
lv_draw_label: optimization for long texts
2018-12-17 14:33:50 +01:00
Themba Dube
4c0cd82d9c
Initial lv_indev_set_feedback support
2018-12-16 20:16:48 -05:00
embeddedt
f0aa7abf21
Merge pull request #636 from littlevgl/btnm_recolor
...
Add ability to recolor btnm and mbox button labels
2018-12-16 09:35:18 -05:00
Themba Dube
35901db2cd
Add mbox recoloring support
2018-12-16 09:33:10 -05:00
Gabor Kiss-Vamosi
0fa3fecfe4
Fix ifdef guards around lv_sw animation code
2018-12-16 08:43:35 -05:00
Gabor Kiss-Vamosi
8a0868e2e0
Merge branch 'dev-5.3' into btnm_recolor
2018-12-16 11:33:42 +01:00
Gabor Kiss-Vamosi
59151b375c
Merge pull request #633 from upbeat27/dev-5.3
...
Add wrap enable/disable for lv_group
2018-12-16 09:52:50 +01:00
Gabor Kiss-Vamosi
5e080ad61d
Merge pull request #622 from turoksama/dev-5.3
...
Attempt to fix an LV_BORDER_RIGHT drawing issue.
2018-12-16 08:32:24 +01:00
Themba Dube
ea224d409e
Add lv_btnm_set_recolor/lv_btnm_get_recolor
2018-12-15 21:44:44 -05:00
Themba Dube
37761540d0
Fix warning in lv_table.c
2018-12-15 21:26:14 -05:00
Themba Dube
b4d4759383
Merge branch 'master' into dev-5.3
2018-12-15 09:17:49 -05:00
Gabor Kiss-Vamosi
52ffa29ebe
lv_kb: bugfix update
2018-12-15 09:16:47 -05:00
Themba Dube
c74f4656fc
Fix OK and close button symbols appearing in text area
2018-12-15 09:16:39 -05:00
Josh
92747ec37a
Fix missing temporary setting of wrap to 1
2018-12-14 16:02:29 -08:00
Gabor Kiss-Vamosi
3b81dc2a55
lv_kb: bugfix update
2018-12-15 00:11:28 +01:00
Josh
47bdf497b6
Fix lv_group wrap behavior when removing head or tail object from group
2018-12-14 14:24:47 -08:00
Themba Dube
b1712325a7
Fix OK and close button symbols appearing in text area
2018-12-14 16:32:22 -05:00
Josh
9817e050e0
Add wrap enable/disable for lv_group
...
Allows for controlling whether focus next/prev will wrap at the boundaries, or if they will stop at the boundaries.
2018-12-14 13:05:00 -08:00
Themba Dube
001f788631
Merge remote-tracking branch 'origin/dev-5.3' into embeddedt-dev-5.3
2018-12-14 16:01:58 -05:00
Gabor Kiss-Vamosi
6f1d0ef97b
fixes because of sending LV_SIGNAL_PRESSED in LV_GROUP_KEY_ENTER press
2018-12-14 10:33:18 +01:00
Gabor Kiss-Vamosi
964965be9d
Merge branch 'table' into dev-5.3
2018-12-13 17:42:14 +01:00
Gabor Kiss-Vamosi
4919f24985
lv_table updates
2018-12-13 17:41:59 +01:00
Gabor Kiss-Vamosi
1e23df926c
lv_table updates
2018-12-13 17:38:27 +01:00
Gabor Kiss-Vamosi
dea81daa79
add lv_font_remove
2018-12-13 15:18:06 +01:00
Themba Dube
1ccec72f8c
Move ifdef guard around lv_sw_set_anim_time
2018-12-12 20:15:09 -05:00
Themba Dube
bd38e5a7f2
Merge branch 'dev-5.3' into embeddedt-dev-5.3
2018-12-12 20:04:45 -05:00
Gabor Kiss-Vamosi
6c552e8447
ta: fix cursor draw with LV_TXT_UTF8 == 0
2018-12-12 23:45:06 +01:00
Gabor Kiss-Vamosi
86de6f5fbc
lv_font: fix typo
2018-12-12 18:55:32 +01:00
Gabor Kiss-Vamosi
a7bc41b528
ddlist and roller delete fix
2018-12-12 09:08:10 +01:00
Samuel
49b136191f
Update lv_btnm.c
...
Attempt to fix an LV_BORDER_RIGHT drawing issue.
2018-12-12 11:30:17 +08:00
Gabor Kiss-Vamosi
e68c3ab725
line draw updates with width = 1
2018-12-11 18:00:48 +01:00
Themba Dube
a2a03d8d53
Merge remote-tracking branch 'origin/master' into dev-5.3
2018-12-11 07:34:09 -05:00
embeddedt
d712a12db1
Merge pull request #619 from mheranco/master
...
* Swapped two comments in lv_list.c
* Removed unused variables in lv_theme_alien and lv_theme_mono
2018-12-11 07:31:50 -05:00
Martin Herancourt
e60482ca0e
minor fixes
2018-12-11 10:21:22 +01:00
Themba Dube
42a8c59886
Handle USE_LV_ANIMATION being disabled in lv_page and lv_sw
2018-12-10 15:35:57 -05:00
embeddedt
b1499cd954
Merge pull request #614 from embeddedt/ddlist_align
...
Add lv_ddlist_set_align and lv_ddlist_get_align
2018-12-09 20:52:48 -05:00
Themba Dube
f504d01644
Add lv_ddlist_set_align and lv_ddlist_get_align
2018-12-09 20:51:32 -05:00
embeddedt
e084fb022b
Merge pull request #607 from aenchevich/dev-5.3
...
lv_roller_set_align and some minor bug fixes
2018-12-09 20:41:15 -05:00
embeddedt
3fc3c9d0cf
Merge pull request #604 from turoksama/dev-5.3
...
Add ability to have only one button selected on a list at a time
2018-12-09 20:32:42 -05:00
Themba Dube
e5dabf716a
Rename btn_single_selected_mode to single_mode
2018-12-09 20:30:36 -05:00
Themba Dube
739b0d4399
Merge branch 'master' into dev-5.3
2018-12-08 10:02:27 -05:00
embeddedt
92d1e5cefd
Merge pull request #613 from embeddedt/dev-5.3
...
Fix compilation error in lv_chart
2018-12-08 10:01:32 -05:00
Themba Dube
429dca127d
Fix compilation error in lv_chart
2018-12-08 09:59:56 -05:00
Themba Dube
303f55f3a3
Merge remote-tracking branch 'upstream/dev-5.3' into dev-5.3
2018-12-08 09:31:47 -05:00
Themba Dube
648c3430ef
Add bool single_selected_mode to lv_list_ext_t
2018-12-08 09:22:41 -05:00
Alexander
50fe1ba14d
lv_roller_set_align / lv_roller_get_align funcs (user can align the Options: left, right or center)
2018-12-07 15:11:24 +02:00
Samuel
c7846c827b
Update lv_list.c
...
Use setter function enable/disable single selected mode.
2018-12-07 15:22:07 +08:00
Samuel
be8d241e06
Update lv_list.h
2018-12-07 15:21:35 +08:00
Gabor Kiss-Vamosi
545b97de65
Update CONTRIBUTING.md
2018-12-06 22:07:35 +01:00
Alexander
64a2a85077
Compilation error fixes
2018-12-05 11:28:16 +02:00
Gabor Kiss-Vamosi
efa9f0a5d1
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-12-05 06:42:57 +01:00
Gabor Kiss-Vamosi
546262df38
add PRESS action handling to keypad indev
2018-12-05 06:42:37 +01:00
Gabor Kiss-Vamosi
6eb9a636d1
Merge branch 'master' into dev-5.3
2018-12-03 14:52:48 +01:00
Gabor Kiss-Vamosi
33f0900ab7
lv_draw_label: inline recolor bugfix
2018-12-03 14:52:06 +01:00
Samuel
cde5f31135
Update lv_list.h
2018-12-03 19:45:47 +08:00
Samuel
7da01d8683
Update lv_list.c
2018-12-03 19:44:58 +08:00
Gabor Kiss-Vamosi
ccea31d3ab
Merge branch 'master' into dev-5.3
2018-12-02 16:49:13 +01:00
Gabor Kiss-Vamosi
aebe5c1dfc
lv_img_set_src: bugfix
2018-12-02 16:48:50 +01:00
Gabor Kiss-Vamosi
1efd06ef56
Merge pull request #597 from stheil/master
...
lv_chart: Use circular buffer to avoid memcopy for every new data point
2018-12-02 12:01:59 +01:00
Gabor Kiss-Vamosi
7d7a85c78f
lv_chart:fixes
2018-12-02 09:37:24 +01:00
Gabor Kiss-Vamosi
28c4599436
Merge branch 'master' of https://github.com/stheil/lvgl into stheil-master
2018-12-02 09:07:34 +01:00
Themba Dube
7933435ffc
Merge remote-tracking branch 'origin/master' into dev-5.3
2018-12-01 09:44:02 -05:00
embeddedt
1baaf560c5
Merge pull request #600 from ukulili/patch-1
...
Update lv_conf_templ.h
2018-12-01 09:31:42 -05:00
Cabe Lee
0002d6f833
Update lv_conf_templ.h
...
Modify "# define _CRT_SECURE_NO_WARNINGS" to "#define _CRT_SECURE_NO_WARNINGS";
2018-12-01 17:48:30 +08:00
Gabor Kiss-Vamosi
0c8782c0ff
Merge branch 'master' into dev-5.3
2018-11-30 10:05:51 +01:00
Gabor Kiss-Vamosi
23a0b28326
fix warning
2018-11-30 10:05:30 +01:00
Stefan Theil
8e10f79075
lv_chart: Use circular buffer to avoid memcopy for every new data point
...
This makes the cost of adding a data point independent of array size.
Changing the array size is more complicated, but that will most likely
happen a lot less than adding a data point.
2018-11-29 22:03:56 +01:00
Gabor Kiss-Vamosi
1e19574645
lv_table: fix
2018-11-29 10:02:34 +01:00
Gabor Kiss-Vamosi
e7058e9135
table updates
2018-11-29 08:52:21 +01:00
Gabor Kiss-Vamosi
c1140ec6a7
begin lv_table
2018-11-28 22:02:51 +01:00
Gabor Kiss-Vamosi
47127e9e4e
tileview updates
2018-11-28 20:54:23 +01:00
Gabor Kiss-Vamosi
04e42a8d70
Merge pull request #588 from aenchevich/dev-5.3
...
Fixing C standard related error, formatting lv_conf_templ.h
2018-11-28 14:37:13 +01:00
Alexander
1d7dd0a227
Fixing C standard related error, formatting lv_conf_templ.h
2018-11-26 18:34:37 +02:00
Gabor Kiss-Vamosi
63b86cab2e
lv_anim_bounce updates
2018-11-26 15:04:02 +01:00
Gabor Kiss-Vamosi
9bd7847afb
Merge branch 'bounce' into dev-5.3
2018-11-26 15:02:29 +01:00
embeddedt
097a0c4a90
Merge pull request #586 from embeddedt/win_drag
...
Add `lv_win_set_drag` and `lv_win_get_drag`
2018-11-26 07:18:41 -05:00
Gabor Kiss-Vamosi
916c6b3b2f
Merge pull request #585 from kisvegabor/tileview
...
Tileview: new object type
2018-11-26 10:33:48 +01:00
Gabor Kiss-Vamosi
e82638fa03
Merge pull request #569 from littlevgl/imgbtn_update
...
lv_imgbtn: add tiling (repeated center) feature
2018-11-26 10:33:23 +01:00
Gabor Kiss-Vamosi
dd26bcb22b
Merge pull request #576 from kisvegabor/realign
...
Add realign feature
2018-11-26 10:33:03 +01:00
Themba Dube
47ec7141ac
Merge branch 'dev-5.3' into win_drag
2018-11-25 21:34:51 -05:00
Themba Dube
b42cc9f4ad
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-11-25 21:34:38 -05:00
Themba Dube
4bde73d7a9
Add lv_win_set_drag and lv_win_get_drag
2018-11-25 21:31:54 -05:00
Gabor Kiss-Vamosi
a9eb9f9ea5
tileview asn scroll propagation improvments
2018-11-25 19:40:19 +01:00
Gabor Kiss-Vamosi
2cda0fc1fe
Merge branch 'page_flash' of https://github.com/kisvegabor/lvgl into tileview
2018-11-25 12:02:28 +01:00
Gabor Kiss-Vamosi
c62cd4dfcb
lv_tileview: add the new object type
2018-11-25 12:02:16 +01:00
Gabor Kiss-Vamosi
c37cd19a23
page edge flah updates
2018-11-25 09:54:13 +01:00
Gabor Kiss-Vamosi
dd8f1c7b38
lv_page: add edge flash animation
2018-11-24 20:31:06 +01:00
Gabor Kiss-Vamosi
3785fc4887
lv_line_draw: compensate y2 coordinate if AA is enabled
2018-11-24 19:05:00 +01:00
Gabor Kiss-Vamosi
f6fb219ab2
lv_calendar: day names padding update
2018-11-24 09:38:10 +01:00
Gabor Kiss-Vamosi
6a2b4a81b5
Merge branch 'dev-5.3' of https://github.com/turoksama/lvgl into dev-5.3
2018-11-24 09:31:18 +01:00
Gabor Kiss-Vamosi
15dae7dcbc
define LV_ATTRIBUTE_FLUSH_READY as empty if not defined
2018-11-24 07:49:49 +01:00
Gabor Kiss-Vamosi
e8013a4252
Merge branch 'master' into dev-5.3
2018-11-24 07:42:02 +01:00
Gabor Kiss-Vamosi
f6bc6a0bf6
lv_indev: fix warnings
2018-11-24 07:41:18 +01:00
Gabor Kiss-Vamosi
57dc4ed476
lv_anim_bounce path
2018-11-24 07:38:07 +01:00
Gabor Kiss-Vamosi
9d3f6dacb8
Merge pull request #577 from mharizanov/master
...
Define a custom attribute to `lv_flush_ready` function
2018-11-24 07:28:00 +01:00
Samuel
cc651d0b4c
Update lv_calendar.c
2018-11-24 11:11:36 +08:00
Gabor Kiss-Vamosi
f30f3ea8ed
realign: fix warnings
2018-11-23 11:35:13 +01:00
Gabor Kiss-Vamosi
f317ff6d43
Merge pull request #578 from littlevgl/embeddedt-use-uintptr_t
...
Replace uint64_t with uintptr_t in lv_theme.c
2018-11-23 10:07:50 +01:00
embeddedt
d277e80d81
Replace uint64_t with uintptr_t in lv_theme.c
...
This resolves #574 .
2018-11-22 15:04:35 -05:00
mharizanov
cc801277ce
Define a custom attribute to lv_flush_ready function
2018-11-22 19:39:01 +02:00
mharizanov
45cf22ebf5
Define a custom attribute to lv_flush_ready function
2018-11-22 19:36:46 +02:00
Gabor Kiss-Vamosi
ce1a1f749a
realign: fix typo
2018-11-22 15:19:22 +01:00
Gabor Kiss-Vamosi
d797d10376
add realign feature
2018-11-22 14:59:38 +01:00
Gabor Kiss-Vamosi
e04a3e7fce
Merge branch 'master' into dev-5.3
2018-11-22 11:47:56 +01:00
Gabor Kiss-Vamosi
b8009d7c9a
Merge pull request #560 from kisvegabor/indev_data_init
...
lv_indev: init data before calling of indev_read
2018-11-22 11:46:24 +01:00
Themba Dube
be783a65e0
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-11-21 15:01:35 -05:00
Gabor Kiss-Vamosi
6dc8b2f9f7
Merge branch 'AloyseTech-chart_optimize' into dev-5.3
2018-11-21 15:28:28 +01:00
Gabor Kiss-Vamosi
e37846bdcb
Merge branch 'chart_optimize' of https://github.com/AloyseTech/lvgl into AloyseTech-chart_optimize
2018-11-21 15:20:08 +01:00
Gabor Kiss-Vamosi
9b4e5e57d6
Merge branch 'dev-5.3' into imgbtn_update
2018-11-21 14:35:51 +01:00
Gabor Kiss-Vamosi
e68969daa6
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-11-21 14:01:21 +01:00
Gabor Kiss-Vamosi
c584586985
lv_refr/draw: enable the drawing even with body.opa == LV_OPA_TRANSP
...
E.g. labels don't care with body paramters
2018-11-21 14:00:30 +01:00
embeddedt
c255e4bf8d
Merge pull request #553 from embeddedt/animated_switch
...
Add animations to switch control
2018-11-21 07:58:48 -05:00
embeddedt
c1c7cfd234
Merge pull request #563 from kisvegabor/lv_btnm_api_ext
...
add lv_btnm_get_pressed
2018-11-21 07:57:29 -05:00
Gabor Kiss-Vamosi
dc436a66cc
lv_imgbtn: add tiled option
2018-11-20 17:05:59 +01:00
Gabor Kiss-Vamosi
699f40c9b2
lv_anim: add overshoot path
2018-11-20 14:49:16 +01:00
Gabor Kiss-Vamosi
84d20442a4
Merge branch 'animated_switch' of https://github.com/embeddedt/lvgl into embeddedt-animated_switch
2018-11-20 07:33:53 +01:00
Gabor Kiss-Vamosi
5416c2b778
lv_sw: aniamtion improvements
2018-11-20 07:33:32 +01:00
Themba Dube
5d09a25abc
Merge branch 'animated_switch' of github.com:embeddedt/lvgl into animated_switch
2018-11-19 07:42:11 -05:00
Themba Dube
74f8c0e06a
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into animated_switch
2018-11-19 07:40:32 -05:00
Gabor Kiss-Vamosi
892f2be487
add lv_btnm_get_pressed
2018-11-19 07:00:17 +01:00
Gabor Kiss-Vamosi
bf557a1bb0
lv_sw: add comment
2018-11-19 06:35:11 +01:00
Gabor Kiss-Vamosi
073e99e538
lv_indev: init data before calling of indev_read
2018-11-18 11:54:02 +01:00
Themba Dube
ee544893f6
Merge branch 'master' into dev-5.3
2018-11-17 08:02:49 -05:00
embeddedt
2c8cf7d7ea
Update README.md
2018-11-17 08:02:11 -05:00
Gabor Kiss-Vamosi
2c74944566
git push origin dev-5.3Merge branch 'AloyseTech-preload-anim' into dev-5.3
2018-11-17 10:49:39 +01:00
Gabor Kiss-Vamosi
042147b010
add LV_PRELOAD_DEF_ANIM to lv_conf_templ.h
2018-11-17 10:48:17 +01:00
Gabor Kiss-Vamosi
0d3cc14c5e
Merge branch 'preload-anim' of https://github.com/AloyseTech/lvgl into AloyseTech-preload-anim
2018-11-17 10:44:29 +01:00
Gabor Kiss-Vamosi
07f2e18dfc
lv_sw: animation fixes
2018-11-16 18:36:12 +01:00
Gabor Kiss-Vamosi
938819a8b8
lv_sw: simplify animation
2018-11-16 17:42:29 +01:00
AloyseTech
4de708b5ad
add api for setting/getting the animation type of preloader
2018-11-15 11:37:00 +01:00
Themba Dube
65d6c82f81
Add off animation and correct initial switch state
2018-11-14 20:24:13 -05:00
Themba Dube
1da612e8a0
Prevent switch from jumping when clicked
2018-11-14 20:20:35 -05:00
Themba Dube
e6214480c4
Very rough prototype of animated switch
2018-11-14 20:11:32 -05:00
Themba Dube
6de61f3f5b
Very rough prototype of animated switch
2018-11-14 20:09:09 -05:00
Gabor Kiss-Vamosi
81634d410b
fix version number conflict
2018-11-15 00:33:23 +01:00
Gabor Kiss-Vamosi
7528e2a9b2
start v5.2.1-dev
2018-11-15 00:30:42 +01:00
Gabor Kiss-Vamosi
a9a55321c7
fix version number: release v5.2
2018-11-15 00:21:09 +01:00
Gabor Kiss-Vamosi
4cbd8ea8c9
release v5.3
2018-11-15 00:18:45 +01:00
Gabor Kiss-Vamosi
91f250d4d2
lv_conf.h minor formatting
2018-11-15 00:17:12 +01:00
AloyseTech
5102e71e84
add optimized chart drawing for test
2018-11-15 00:01:05 +01:00
AloyseTech
7b9710aa4e
Use define to enable or not double animation on preload
2018-11-14 23:01:22 +01:00
AloyseTech
624939f6ba
change the second animation range
2018-11-14 17:33:44 +01:00
AloyseTech
16aaa93e76
Better looking preload animation
2018-11-14 17:00:59 +01:00
Gabor Kiss-Vamosi
7897500c1e
lv_group: apply lv_group_refocus update again, because it was overwrittetn from the reverted master
2018-11-14 11:27:15 +01:00
Gabor Kiss-Vamosi
64558e138b
Merge branch 'master' into dev-5.3
2018-11-14 11:26:06 +01:00
Gabor Kiss-Vamosi
cc995b625b
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
2018-11-14 11:21:09 +01:00
Gabor Kiss-Vamosi
c81d1b5dd0
lv_group: revert accidentally added merge fron dev-5.3
2018-11-14 10:49:09 +01:00
embeddedt
9ae58caadb
Merge pull request #540 from turoksama/dev-5.3
...
[PR] Add a DOWN symbol within ddlist.
2018-11-11 21:09:10 -05:00
Samuel
f2f7681be2
Update lv_ddlist.c
2018-11-12 10:02:29 +08:00
Gabor Kiss-Vamosi
970d8e813a
Merge branch 'master' into dev-5.3
2018-11-11 19:56:44 +01:00
Gabor Kiss-Vamosi
4007834f15
minor fixes
2018-11-11 19:56:30 +01:00
Gabor Kiss-Vamosi
96cd245463
lv_ddlist: minor fixes
2018-11-11 15:16:26 +01:00
Samuel
6742d626e7
Update lv_ddlist.c
2018-11-11 10:16:01 +08:00
Gabor Kiss-Vamosi
e1bde8c730
merge master
2018-11-11 00:03:56 +01:00
Gabor Kiss-Vamosi
b44da3c27f
lv_group: fix lv_group_remove_obj() if there is only object is the group
2018-11-11 00:02:44 +01:00
Gabor Kiss-Vamosi
8e70d18a32
lv_ddlist: fix arrow area calculation
2018-11-10 09:16:22 +01:00
Gabor Kiss-Vamosi
f6ce901132
Merge branch 'dev-5.3' of https://github.com/turoksama/lvgl into turoksama-dev-5.3
2018-11-10 07:07:05 +01:00
Themba Dube
4637f4085d
Fix compilation error in lv_roller
2018-11-09 16:44:26 -05:00
Themba Dube
134b887adc
Add getter function for lv_ddlist_set_draw_arrow
2018-11-09 16:37:40 -05:00
Samuel
4a4d7209ba
Update lv_ddlist.c
2018-11-09 21:27:36 +08:00
Samuel
e159e1a8bd
Update lv_ddlist.c
2018-11-09 20:32:08 +08:00
Samuel
ac9ee5d1f8
Update lv_roller.c
2018-11-09 20:29:59 +08:00
Samuel
54435fce60
Update lv_ddlist.h
2018-11-09 20:27:59 +08:00
Samuel
4092adbe28
Update lv_ddlist.c
2018-11-09 20:25:48 +08:00
Samuel
06f81e8a61
Update lv_conf_templ.h
2018-11-09 20:13:26 +08:00
Gabor Kiss-Vamosi
e94774ccec
Merge branch 'dev-5.3' of https://github.com/turoksama/lvgl into turoksama-dev-5.3
2018-11-09 12:36:58 +01:00
Gabor Kiss-Vamosi
a4d950a2f2
lv_anim: add lv_anim_count_running
2018-11-09 12:36:38 +01:00
Gabor Kiss-Vamosi
63bc66c40d
lv_page: remove debug printfs
2018-11-09 07:22:38 +01:00
Gabor Kiss-Vamosi
2a053b86bf
lv_ta: with ENCODER show cursor only in edit mode
2018-11-09 07:11:20 +01:00
Gabor Kiss-Vamosi
d643219ee8
lv_group: don't edit the first obj in the group, becuase some indev types (e.g. TP) not supports it
2018-11-09 07:10:10 +01:00
Samuel
74015d6d18
Update lv_conf_templ.h
2018-11-08 23:30:13 +08:00
Samuel
224bd55d50
Update lv_roller.c
2018-11-08 23:28:41 +08:00
Samuel
4f51940274
Update lv_ddlist.c
2018-11-08 23:28:04 +08:00
Samuel
d2263c121a
Update lv_ddlist.h
2018-11-08 23:27:30 +08:00
Samuel
075f8740d4
Update lv_ddlist.c
2018-11-08 23:26:43 +08:00
Samuel
8fd442531f
Update lv_conf_templ.h
2018-11-08 23:24:23 +08:00
Samuel
4f49061084
Update lv_ddlist.c
2018-11-08 22:47:43 +08:00
Samuel
d02cdc2fec
Update lv_ddlist.c
2018-11-08 22:46:20 +08:00
Samuel
29a695b4a6
Add files via upload
2018-11-08 22:39:08 +08:00
Gabor Kiss-Vamosi
9504cb8531
Merge branch 'master' into dev-5.3
2018-11-08 06:23:31 +01:00
Gabor Kiss-Vamosi
8a341d78b1
Merge pull request #539 from C47D/fix_lv_btnm_get_style
...
Fix lv btnm get style (#513 )
2018-11-08 06:21:27 +01:00
Carlos
63075b73bd
Add missing = in lv_btnm_get_style function
2018-11-07 21:54:51 -06:00
Carlos
2a27c469fe
Fix warning in lv_img_src_get_type
2018-11-07 21:54:18 -06:00
Gabor Kiss-Vamosi
b3c159d968
lv_list: add API for scroll propagation
2018-11-07 20:59:03 +01:00
Gabor Kiss-Vamosi
fa25d7c428
lv_page: scroll propagation buf fix
2018-11-07 20:58:36 +01:00
Gabor Kiss-Vamosi
ba769623be
lv_page: add scroll propagation feature
2018-11-07 20:41:52 +01:00
Gabor Kiss-Vamosi
82ff19092b
lv_spinbox: fix warnings
2018-11-07 20:41:04 +01:00
Gabor Kiss-Vamosi
e5f59799ee
lv_list: use 'last_sel' with encoder too
2018-11-07 17:58:19 +01:00
Gabor Kiss-Vamosi
88392f9bd3
Merge branch 'AloyseTech-spinbox' into dev-5.3
2018-11-07 17:52:22 +01:00
Gabor Kiss-Vamosi
0a3621cdee
fix typo
2018-11-07 17:48:50 +01:00
Gabor Kiss-Vamosi
7c32c9c6e7
fix conflicts when merging from master
2018-11-07 17:47:50 +01:00
Gabor Kiss-Vamosi
3f059575ee
Merge pull request #529 from joltwallet/rem_last_sel
...
Remember list last selected
2018-11-07 10:18:50 +01:00
AloyseTech
d4fb9b1343
reverse encoder direction (CCW==decrement, CW==increment)
2018-11-06 17:55:11 +01:00
Brian Pugh
9c2b0ac5ea
valid action not necessary to save last_sel
2018-11-06 08:23:57 -08:00
Gabor Kiss-Vamosi
5088e903cb
Merge pull request #526 from AloyseTech/single-obj-group
...
Avoid object defocusing in single group object
2018-11-06 17:01:05 +01:00
Gabor Kiss-Vamosi
5e8a6924b6
Merge pull request #535 from C47D/fix_all_5133
...
Fixes all functions reported in #513 and add a missing semicolon in #531
2018-11-06 16:50:42 +01:00
Gabor Kiss-Vamosi
7c76a46cbc
Remove unused code
...
Co-Authored-By: AloyseTech <AloyseTech@users.noreply.github.com >
2018-11-06 16:42:30 +01:00
Carlos
fbf44f1991
Fixes all functions reported in #513 and add a missing semicolon in #531
2018-11-05 22:21:20 -06:00
Brian Pugh
e37e0079be
Set lv_list last_sel to NULL upon creation
2018-11-05 09:33:05 -08:00
Brian Pugh
96c0050cb8
Remember list last selected
2018-11-05 08:46:51 -08:00
AloyseTech
2c7b51ca56
Add left digit padding handling
2018-11-05 14:48:33 +01:00
AloyseTech
d5747a0379
fix set_digit_format
2018-11-05 14:47:30 +01:00
AloyseTech
b0962095f3
Merge branch 'spinbox' of github.com:AloyseTech/lvgl into spinbox
2018-11-05 14:02:13 +01:00
AloyseTech
77162e7784
Avoid object defocusing in signle group object
2018-11-05 13:15:34 +01:00
AloyseTech
6e116d9e59
Add digit padding feature [WIP]
2018-11-05 11:52:21 +01:00
Gabor Kiss-Vamosi
a81b735016
Merge pull request #522 from C47D/Fix_513
...
Fixes #513
2018-11-04 20:54:03 +01:00
Gabor Kiss-Vamosi
e5464f5be7
spinbox: formatting
2018-11-04 20:21:51 +01:00
Carlos
d86f8a8981
Fixes #513
2018-11-04 12:24:45 -06:00
Gabor Kiss-Vamosi
deb8048da5
lv_draw_vbasic.c: remove unnecessary cast
2018-11-04 16:11:49 +01:00
AloyseTech
a88ad62af3
Add/fix comment
2018-11-03 18:41:06 +01:00
AloyseTech
8cafd07e0a
Remove double api, add increment/decrement api
2018-11-03 18:26:59 +01:00
AloyseTech
46309f7333
update spinbox object when int value change
2018-11-03 18:07:25 +01:00
Gabor Kiss-Vamosi
612c618240
minor fixes
2018-11-02 14:21:10 +01:00
Gabor Kiss-Vamosi
e2bbbefb04
Merge branch 'spinbox' of https://github.com/AloyseTech/lvgl into AloyseTech-spinbox
2018-11-02 13:57:00 +01:00
Gabor Kiss-Vamosi
f1b59388bb
Merge branch 'chartSerieClear' of https://github.com/AloyseTech/lvgl into AloyseTech-chartSerieClear
2018-11-02 13:37:23 +01:00
Gabor Kiss-Vamosi
c083150072
lv_list: fix warnings
2018-11-02 12:53:36 +01:00
Gabor Kiss-Vamosi
3353a74e1d
Merge branch 'master' of https://github.com/fallstool/lvgl into dev-5.3
2018-11-02 12:50:22 +01:00
Gabor Kiss-Vamosi
79b5b0f1fc
lv_list: update comments
2018-11-02 12:45:09 +01:00
Gabor Kiss-Vamosi
ed53728010
Merge branch 'master' into dev-5.3
2018-11-02 12:42:51 +01:00
AloyseTech
0fceadc529
add spinbox object to include list in lvgl.h
2018-11-01 19:45:48 +01:00
AloyseTech
404c52e3c2
create spinbox object, derivating lv_ta
2018-11-01 18:48:13 +01:00
AloyseTech
9b5ec3572e
move LV_CHART_POINT_DEF to header and define it to LV_COORD_MIN
2018-11-01 18:40:13 +01:00
fallstool
46b4186216
Update lv_list.c
...
change the code style
2018-11-01 09:58:55 +08:00
AloyseTech
bcf0a42674
Negative chart point not rendered, add function to clear points from a serie
2018-10-30 17:26:26 +01:00
Gabor Kiss-Vamosi
029d0af946
lv_roller: save preserve the touchpad selected value on defucus
2018-10-30 13:46:49 +01:00
Gabor Kiss-Vamosi
f5e397341d
lv_ll: fix comment typo
2018-10-30 13:46:49 +01:00
Gabor Kiss-Vamosi
32843f9f91
lv_roller: save preserve the touchpad selected value on defucus
2018-10-30 13:45:29 +01:00
fallstool
6ecd3f1f8a
Update lv_list.c
2018-10-30 18:08:38 +08:00
fallstool
17bc493612
Update lv_list.c
2018-10-30 17:05:27 +08:00
fallstool
34f8013465
Update lv_list.h
2018-10-30 17:04:11 +08:00
fallstool
5b05afe948
Update lv_list.c
2018-10-30 16:38:39 +08:00
fallstool
686c6c9033
Update lv_list.h
2018-10-30 16:38:00 +08:00
Gabor Kiss-Vamosi
04239f9287
lv_ll: fix comment typo
2018-10-30 09:18:45 +01:00
fallstool
e163a796b2
Merge pull request #1 from littlevgl/master
...
merge
2018-10-30 15:16:19 +08:00
Gabor Kiss-Vamosi
63f1bf2d45
Merge pull request #495 from joltwallet/group_refocus_pr_squashed
...
Group refocus on deletion
2018-10-28 23:51:19 +01:00
Brian Pugh
0e7d25ba85
Group refocus on deletion
2018-10-28 15:44:58 -07:00
Gabor Kiss-Vamosi
b7792f0aa2
updates from dev-5.3
2018-10-28 23:18:22 +01:00
Gabor Kiss-Vamosi
429a188318
minor fixes in symbol fonts
2018-10-28 23:15:32 +01:00
Gabor Kiss-Vamosi
0ff6026df8
improve page focus styling
2018-10-28 23:14:59 +01:00
Gabor Kiss-Vamosi
984b35e2b0
fix version number conflict
2018-10-28 10:30:22 +01:00
Gabor Kiss-Vamosi
fc319a4502
lv_tabview: add lv_res_t return value to prevent tab laoding on LV_RES_INV
2018-10-28 10:29:06 +01:00
Gabor Kiss-Vamosi
4f11ad7adb
lv_draw_img: fix buffer size
2018-10-28 09:07:00 +01:00
Gabor Kiss-Vamosi
436c09aa51
lv_ll: fix comment typo
2018-10-27 11:11:24 +02:00
Gabor Kiss-Vamosi
cd3f6340da
add rc tag
2018-10-27 11:11:24 +02:00
Gabor Kiss-Vamosi
78428b523f
lv_draw_img: fix to draw images with LV_COLOR_DEPTH 1
2018-10-27 11:11:24 +02:00
Gabor Kiss-Vamosi
f259b56e67
LV_GROUP_KEY_BACKSPACE
2018-10-20 00:43:42 +02:00
Gabor Kiss-Vamosi
e0afb3b8b4
Merge branch 'master' into dev-5.3
2018-10-20 00:39:12 +02:00
Gabor Kiss-Vamosi
e2ddaf7577
add rc tag
2018-10-20 00:38:56 +02:00
Gabor Kiss-Vamosi
63b9c5265f
lv_draw_img: fix to draw images with LV_COLOR_DEPTH 1
2018-10-18 06:59:41 +02:00
Gabor Kiss-Vamosi
88b8e982b4
lv_task and lv_ll: stability improvents
2018-10-17 14:31:16 +02:00
Gabor Kiss-Vamosi
bf00102f83
lv_ta: cursor type bit size fix
2018-10-17 12:41:30 +02:00
Gabor Kiss-Vamosi
4751cb16c9
minor fixes
2018-10-17 11:27:31 +02:00
Gabor Kiss-Vamosi
c9111563b1
add lv_cont/page_get_width/height
2018-10-17 11:27:31 +02:00
Gabor Kiss-Vamosi
f7d25a8ee9
Merge pull request #465 from fallstool/master
...
Update lv_ta.h
2018-10-17 11:13:08 +02:00
fallstool
be24c90532
Update lv_ta.h
2018-10-17 14:20:39 +08:00
Gabor Kiss-Vamosi
3c5093f3cb
Merge pull request #460 from ali-rostami/master
...
action functions for calendar object
2018-10-16 16:37:28 +02:00
Ali Rostami
dd7072c875
pressed_date getter deceleration
...
A declaration added for pressed_date getter function.
2018-10-16 18:04:43 +03:30
Ali Rostami
6610929eaf
pressed date getter
...
A getter function added for pressed_date.
2018-10-16 18:01:57 +03:30
Gabor Kiss-Vamosi
39395465a2
fix version number
2018-10-16 16:08:13 +02:00
Gabor Kiss-Vamosi
071b10f3f4
lv_calendar: add action API + minor fixes
2018-10-16 14:15:54 +02:00
Gabor Kiss-Vamosi
5a8fb4651c
Merge branch 'master' of https://github.com/ali-rostami/lvgl into dev-5.3
2018-10-16 14:07:03 +02:00
Gabor Kiss-Vamosi
eab7a961df
Merge branch 'master' into dev-5.3
2018-10-16 14:05:32 +02:00
Ali Rostami
23166f43d7
pressed_date initialization
...
pressed_date inited in create function.
2018-10-16 08:35:09 +03:30
Gabor Kiss-Vamosi
7427e01b60
lv_group related updates mainly with ENCODER indev
2018-10-15 20:12:12 +02:00
Gabor Kiss-Vamosi
7e4187e89a
fixes if an object is deleted in its action
2018-10-15 19:33:34 +02:00
Gabor Kiss-Vamosi
603e9336d4
fixes if the freed memory become dirty
2018-10-15 19:00:03 +02:00
Gabor Kiss-Vamosi
03e6b1bff7
lv_group_remove_obj: stop iterating when the obj is found
2018-10-15 18:22:52 +02:00
Gabor Kiss-Vamosi
d833a65d1e
lv_ddlist and lv_roller bugfix when deleted while being in a group
2018-10-15 17:29:15 +02:00
Ali Rostami
e315170c8d
init action function
...
In the lv_calendar_create function, I added some lines to init action functions of the calendar.
2018-10-15 18:14:44 +03:30
Gabor Kiss-Vamosi
c444d43fe8
Merge branch 'master' into dev-5.3
2018-10-15 12:44:39 +02:00
Gabor Kiss-Vamosi
c6d8f8ee28
move the bdf_font_converter to the lv_utils repo
2018-10-15 12:44:17 +02:00
Gabor Kiss-Vamosi
108278c4b5
Merge branch 'master' into dev-5.3
2018-10-15 12:38:27 +02:00
Gabor Kiss-Vamosi
556306a269
add lv_page/cont_fit_width/height functions
2018-10-15 12:38:13 +02:00
Ali Rostami
49b1fe421e
Update lv_calendar.h
2018-10-14 14:08:43 +03:30
Ali Rostami
def0169dda
Update lv_calendar.c
2018-10-14 14:03:51 +03:30
Gabor Kiss-Vamosi
a482132652
lv_bar and lv_slider: fix indicator size at amy value
2018-10-12 21:12:13 +02:00
Gabor Kiss-Vamosi
4cf6a4c22e
Merge pull request #458 from BrianPugh/master
...
BDF Font Converter
2018-10-12 21:05:27 +02:00
Brian Pugh
10dddd85c5
Documentation update
2018-10-12 09:38:31 -07:00
Brian Pugh
fe24ce53b7
initial bdf font converter
2018-10-12 09:35:46 -07:00
Gabor Kiss-Vamosi
0ee104d155
lv_btnm: ignore clicks on inactive buttons
2018-10-12 09:09:10 +02:00
Gabor Kiss-Vamosi
b6b77f4b45
lv_img_color_format_get_px_size fix for true color apha format
2018-10-11 14:23:03 +02:00
Gabor Kiss-Vamosi
0fdfa32d4a
set version number
2018-10-09 17:29:12 +02:00
Gabor Kiss-Vamosi
7d1e1e6147
exclude some code when USE_LV_GROUP 0
2018-10-09 15:10:17 +02:00
Gabor Kiss-Vamosi
a4b4ebaf7d
Merge pull request #448 from BrianPugh/master
...
Add monospace font to makefile
2018-10-09 07:15:37 +02:00
Gabor Kiss-Vamosi
4677c5955d
lv_conf_templ.h LV_VDB_PX_BPP comment update
2018-10-09 07:06:51 +02:00
Gabor Kiss-Vamosi
ca7f8e66bb
Mark this release as release candidate insted
2018-10-09 07:04:47 +02:00
Brian Pugh
0a6151ade9
added monospace to fonts makefile
2018-10-08 09:40:55 -04:00
Brian Pugh
039deed864
Merge remote-tracking branch 'upstream/master'
2018-10-08 09:39:45 -04:00
Gabor Kiss-Vamosi
83cef11a78
lv_roller: fix for focus change in callback function
2018-10-08 07:28:25 +02:00
Gabor Kiss-Vamosi
0825819586
Merge pull request #445 from ErichStyger/master
...
removed duplicated define in configuration template file
2018-10-06 12:22:35 +02:00
Erich Styger
2d0c21f8a8
removed duplicated define in configuration template file
2018-10-06 10:41:00 +02:00
Gabor Kiss-Vamosi
41695bf9ac
astyle code formatting
2018-10-05 17:22:49 +02:00
Gabor Kiss-Vamosi
23b65ca454
lv_font: add glyph_cnt
2018-10-05 16:00:48 +02:00
Gabor Kiss-Vamosi
96f8392555
set version number
2018-10-05 15:16:04 +02:00
Gabor Kiss-Vamosi
6df5de17c6
solve warnings
2018-10-05 15:15:19 +02:00
Gabor Kiss-Vamosi
a539909972
lv_refr: VDB row height calculation bugfix
2018-10-05 14:44:17 +02:00
Gabor Kiss-Vamosi
85c022e1e7
lv_conf_templ.h minor updates
2018-10-05 10:38:49 +02:00
Gabor Kiss-Vamosi
dd60df83a1
lv_page: improve focus when boith the background and the scrollabe are transparent
2018-10-05 10:10:16 +02:00
Gabor Kiss-Vamosi
e42605590f
lv_color: add error for LV_COLOR_DEPTH 24
2018-10-05 09:37:36 +02:00
Gabor Kiss-Vamosi
1a28d8d5d2
lv_conf_templ.h update
2018-10-03 09:00:32 +02:00
Gabor Kiss-Vamosi
b945fc01dd
fix incorrent buffer size in img_draw with LV_COMPILER_VLA_SUPPORTED == 0
2018-10-03 08:58:14 +02:00
Gabor Kiss-Vamosi
85bd5a9933
lv_btnm: minor fix on label's position with transparent button style
2018-10-03 08:47:42 +02:00
Brian Pugh
63be4a3dd1
Added mono themes source file to theme submakefile
2018-10-01 19:44:20 -04:00
Gabor Kiss-Vamosi
fbff08080a
set the corerct range for symbol fonts
2018-10-01 10:13:24 +02:00
Gabor Kiss-Vamosi
1e37afc49d
Merge pull request #436 from airlonyan/patch-1
...
Update lv_ta_signal in lv_ta.c
2018-09-29 21:14:36 +02:00
rudy yan
23f72ac774
Update lv_ta_signal in lv_ta.c
...
add code processing LV_SIGNAL_DEFOCUS and LV_SIGNAL_FOCUS signals.
2018-09-29 10:43:53 +08:00
Gabor Kiss-Vamosi
5c1a1d6e94
lv_page: do not force scrl width when scrl fit is false
2018-09-27 16:23:39 +02:00
Gabor Kiss-Vamosi
cef6b09b68
minor theme updates
2018-09-27 15:06:49 +02:00
Gabor Kiss-Vamosi
789532a95f
lv_ll_move_before bugfix
2018-09-27 15:03:35 +02:00
Gabor Kiss-Vamosi
be2174b1d2
lv_indev: add some 'focused != NULL' tests
2018-09-26 14:28:49 +02:00
Gabor Kiss-Vamosi
f4449d1c9d
minor fixes related to encoder
2018-09-26 14:21:39 +02:00
Gabor Kiss-Vamosi
7c52aa6932
fix warnings
2018-09-25 23:33:17 +02:00
Gabor Kiss-Vamosi
76f663d31c
lv_label_draw bugfix in ROLL mode
2018-09-25 16:30:49 +02:00
Gabor Kiss-Vamosi
e18e14f779
add lv_ta_set_text_align()
2018-09-25 16:21:31 +02:00
Gabor Kiss-Vamosi
0a7d5b8e32
lv_group: invalidate object on edit mode change
2018-09-25 11:56:45 +02:00
Gabor Kiss-Vamosi
675715a917
fix warnings
2018-09-25 11:23:50 +02:00
Gabor Kiss-Vamosi
590ca9c7a6
lv_img: make possible to disabel palette and alpha index support
2018-09-25 11:16:37 +02:00
Gabor Kiss-Vamosi
0d07a7be65
fix warnings
2018-09-24 23:14:59 +02:00
Gabor Kiss-Vamosi
d3af29fada
LV_INDEV_TYPE_ENCODER added
2018-09-24 22:59:48 +02:00
Gabor Kiss-Vamosi
522d20d9e4
Update README.md
2018-09-24 11:42:32 +02:00
Gabor Kiss-Vamosi
f38ac2cc7d
Update README.md
2018-09-24 11:42:13 +02:00
Gabor Kiss-Vamosi
d7654190f7
updates on encoder support
2018-09-24 00:35:19 +02:00
Gabor Kiss-Vamosi
36369325e7
minor fixes for better encoder support
2018-09-23 23:27:28 +02:00
Gabor Kiss-Vamosi
0835e0584a
fix warnings
2018-09-23 21:54:55 +02:00
Gabor Kiss-Vamosi
0ef64fde73
lv_img: add logs
2018-09-23 21:24:51 +02:00
Gabor Kiss-Vamosi
0bebaf410a
add const prefix to draw_fp variables: px_fp, fill_fp ...)
2018-09-21 14:22:13 +02:00
Gabor Kiss-Vamosi
8712598ca1
lv_conf_templ.h minor updates
2018-09-21 14:16:10 +02:00
Gabor Kiss-Vamosi
258e1f2348
lv_conf_templ.h minor updates
2018-09-21 14:15:26 +02:00
Gabor Kiss-Vamosi
ad553f3782
lv_conf_templ.h minor updates
2018-09-21 14:14:38 +02:00
Gabor Kiss-Vamosi
2b15c6f204
lv_font_dsc_t: minor memory usage optimization
2018-09-21 14:10:53 +02:00
Alexander
0bf87e554c
Adding missing #ifdef LV_CONF_INCLUDE_SIMPLE
2018-09-21 14:10:53 +02:00
Gabor Kiss-Vamosi
64d1fcbe9c
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
2018-09-21 12:19:11 +02:00
Gabor Kiss-Vamosi
224550a50c
lv_fs_open: fix memory leak
2018-09-21 12:19:05 +02:00
Gabor Kiss-Vamosi
60231ca8d9
lv_img: add log
2018-09-21 10:32:23 +02:00
Gabor Kiss-Vamosi
92acc6d991
Change LV_COLOR_DEPTH 24 to 32 because it's really 32 bit
2018-09-21 07:23:44 +02:00
Gabor Kiss-Vamosi
d2dfabee3f
theme updates
2018-09-21 06:56:37 +02:00
Gabor Kiss-Vamosi
a9df82a0af
imgbtn copy bugfix
2018-09-20 23:31:26 +02:00
Gabor Kiss-Vamosi
fa683200b5
preloader and arc theme and design updates
2018-09-20 23:31:26 +02:00
Gabor Kiss-Vamosi
044194c64e
minor fixes
2018-09-20 23:31:26 +02:00
Gabor Kiss-Vamosi
651fd7b133
add LV_COLOR_SCREEN_TRANSP
2018-09-20 23:31:26 +02:00
Gabor Kiss-Vamosi
f4ac890a3c
arc and preload fixes
2018-09-20 23:31:26 +02:00
Gabor Kiss-Vamosi
f7d8cfd5c8
theme: add arc and preload style to some themes
2018-09-20 23:31:26 +02:00
Gabor Kiss-Vamosi
5f14079695
add lv_refr_now()
2018-09-20 22:00:02 +02:00
Gabor Kiss-Vamosi
fa2a36311f
lv_fs: add lv_fs_trunc and lv_fs_rename
2018-09-20 22:00:02 +02:00
Gabor Kiss-Vamosi
18988f0059
Merge pull request #415 from fallstool/dev-5.2
...
lv_cb: fix press lost bug
2018-09-19 21:09:37 +02:00
fallstool
6fce22c555
Update lv_cb.c
2018-09-19 16:32:25 +08:00
fallstool
71fb5185a4
Update lv_cb.c
2018-09-19 16:31:08 +08:00
fallstool
fc3b3d5c96
Update lv_cb.c
...
fix bug: when out of the range of the checkbox, and press, when move to the checkbox, the checkbox's state will change.
2018-09-19 16:28:23 +08:00
Gabor Kiss-Vamosi
839757e6c8
enum refactor fixes
2018-09-18 14:30:48 +02:00
Zaltora
589e7f28e0
refactoring enum declaration
2018-09-18 13:59:40 +02:00
Gabor Kiss-Vamosi
bf8eb078ca
nemo theme fixes
2018-09-18 07:50:05 +02:00
Gabor Kiss-Vamosi
25bd7b13b6
Merge pull request #412 from ajithpv/master
...
Added a new theme, Fixed Typo and ordered colors
2018-09-18 07:20:49 +02:00
Gabor Kiss-Vamosi
f726622241
Merge branch 'dev-5.2' into master
2018-09-18 07:20:33 +02:00
Ajith
b5806968cb
added a new theme based on 'finding nemo' movie
2018-09-17 18:47:19 +05:30
Ajith P Venugopal
602332a97c
Fixed minor typos on CONTRIBUTING.md
2018-09-17 17:12:11 +05:30
Ajith P Venugopal
3d95d9a8ee
Fixed typo and minor grammar mistakes on README.md
2018-09-17 16:35:41 +05:30
Gabor Kiss-Vamosi
745c6e57c2
Merge pull request #408 from aenchevich/dev-5.2
...
Removing unused var
2018-09-17 06:23:58 +02:00
Gabor Kiss-Vamosi
21f21dbe75
lv_img: symbol bugfix
2018-09-14 21:58:43 +02:00
Alexander
faeb4b9cd3
Removing unused var
2018-09-14 14:31:28 +03:00
Gabor Kiss-Vamosi
071343da5e
Merge pull request #405 from aenchevich/dev-5.2
...
Fixing some compile-time errors and warning (on mipsel-gcc 4.6)
2018-09-14 12:19:20 +02:00
Alexander
91f4b8f504
Fixing lv_conf.h file include order - it must come first, because
...
it contains global defines governing which features will be used,
(and in particular - whether the .h file where lv_conf is included
will be used at all).
2018-09-14 12:40:30 +03:00
Gabor Kiss-Vamosi
1391df3948
add LV_VDB_SIZE_IN_BYTES to hide the compilacted expression
2018-09-14 07:33:22 +02:00
Gabor Kiss-Vamosi
5a301bff76
Merge pull request #406 from fallstool/dev-5.2
...
Update lv_win.h
2018-09-13 22:56:12 +02:00
Gabor Kiss-Vamosi
c8ac841fbb
minor fixes
2018-09-13 22:51:42 +02:00
Gabor Kiss-Vamosi
9c601ef49b
indev fix: don't send release signal if the release happend next to a press lost protected object
2018-09-13 22:50:10 +02:00
Gabor Kiss-Vamosi
4c2ccf1d6b
preload: fix style usage
2018-09-13 22:13:00 +02:00
Gabor Kiss-Vamosi
16e7e4403e
minor comment changes
2018-09-13 22:11:09 +02:00
Alexander
47dacc09ef
Adding missing #ifdef LV_CONF_INCLUDE_SIMPLE
2018-09-13 15:09:05 +03:00
fallstool
4479080864
Update lv_win.h
...
arm cross compile error: invalid conversion from void* to lv_win_ext_t*
2018-09-13 16:41:59 +08:00
Gabor Kiss-Vamosi
73695aa413
lv_arc: use line styles
2018-09-13 00:57:20 +02:00
Gabor Kiss-Vamosi
d6793e792d
line draw bugfix: skew lines' width was incorrect
2018-09-13 00:56:25 +02:00
Gabor Kiss-Vamosi
89e946cc51
add lv_calendar to themes
2018-09-12 23:34:23 +02:00
Gabor Kiss-Vamosi
17785070a4
bugfix type in comment
2018-09-12 21:17:55 +02:00
Gabor Kiss-Vamosi
0cd6c6eb08
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
2018-09-12 20:56:38 +02:00
Gabor Kiss-Vamosi
9780277e48
Merge branch 'master' of https://github.com/littlevgl/lvgl into dev-5.2
2018-09-12 20:56:16 +02:00
Alexander
a6b3addb4f
Fixing some compile-time errors and warning (on mipsel-gcc 4.6)
2018-09-12 18:55:28 +03:00
Ajith
17d2782182
added a new theme named nemo
2018-09-12 18:02:08 +05:30
Ajith P Venugopal
086dac4444
Ordered the colors and fixed the typo
...
The color definitions are ordered according to the HTML color names (https://en.wikipedia.org/wiki/Web_colors ). Fixed the typo of the color maroon
2018-09-12 15:38:58 +05:30
Gabor Kiss-Vamosi
9777cf3416
add lv_vdb_set_adr
2018-09-12 09:03:48 +02:00
Gabor Kiss-Vamosi
a89548ed48
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
2018-09-11 15:33:18 +02:00
Gabor Kiss-Vamosi
7abfa7609e
shadow draw bugifx
2018-09-11 14:58:33 +02:00
Gabor Kiss-Vamosi
e332e8586f
theme: begin to add calendar to themes
2018-09-10 21:32:08 +02:00
Gabor Kiss-Vamosi
d06c2f93da
lv_calendar: minor fixes
2018-09-10 21:30:44 +02:00
Gabor Kiss-Vamosi
4b25f24175
lv_win: revert the delete of page (content) specific API function
2018-09-10 21:30:25 +02:00
Gabor Kiss-Vamosi
b894c423d3
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
2018-09-10 06:27:10 +02:00
Gabor Kiss-Vamosi
c84f114dd6
rename lv_...clear to lv_..._clean
2018-09-07 17:09:09 +02:00
Gabor Kiss-Vamosi
61a2540ed4
rename LV_IMG_FORMAT_... to LV_IMG_CF_...
2018-09-06 21:15:29 +02:00
Gabor Kiss-Vamosi
4db5e54737
add lv_imgbtn
2018-09-06 20:57:59 +02:00
Gabor Kiss-Vamosi
59464fa41b
Merge pull request #397 from koutheir/patch-1
...
Fixed a typo
2018-09-06 10:11:13 +02:00
Dr. Koutheir Attouchi
6d2a69113b
Fixed a typo
2018-09-06 09:57:10 +02:00
Gabor Kiss-Vamosi
467fd77a28
lv_theme: add live update feature
2018-09-06 01:29:21 +02:00
Gabor Kiss-Vamosi
54f6e42a44
lv_label: LONG_ROLL and ALIGN_CENTER undate
2018-09-05 23:53:29 +02:00
Gabor Kiss-Vamosi
b9a295afaf
report_style_mod_core bugfix
2018-09-05 11:42:18 +02:00
Gabor Kiss-Vamosi
f49dcdd62a
lv_label_set_long_mode: add comment about size should be set after it
2018-09-04 07:30:18 +02:00
Gabor Kiss-Vamosi
42722d0fd6
refresh the top and sys layers if LV_VDB_SIZE = 0 too
2018-09-04 07:25:07 +02:00
Gabor Kiss-Vamosi
aa83d9109b
lv_gauge: add comments about how to calculate the line_cnt
2018-09-04 07:03:47 +02:00
Gabor Kiss-Vamosi
8db4e97d65
code formating
2018-09-03 16:02:54 +02:00
Gabor Kiss-Vamosi
657a3b76c5
add LV_SYMBOL_DUMMY (if added before a string then lv_img will draw it as a label)
2018-09-03 15:56:57 +02:00
Gabor Kiss-Vamosi
cafdce69fe
add LV_PROTECT_CLICK_FOCUS
2018-09-03 15:45:12 +02:00
Gabor Kiss-Vamosi
298cba3c01
Merge branch 'img_decoder' into dev-5.2
2018-09-03 14:55:24 +02:00
Gabor Kiss-Vamosi
f6173cdb0d
rename lv_..._clean to lv_..._clear
2018-09-03 14:43:43 +02:00
Gabor Kiss-Vamosi
025b829638
lv_img_draw: add alpha bin support
2018-09-02 23:04:23 +02:00
Gabor Kiss-Vamosi
a50b6f56d5
Merge pull request #384 from Krastanov/external_ticks
...
Add a system time callback to be used without `lv_tick_inc`.
2018-08-31 07:24:10 +02:00
Stefan Krastanov
4e70bbc49f
Add a system time callback to be used without lv_tick_inc.
...
With a new configuration option one can now remove the need for
repeatedly calling `lv_tick_inc` for hardware that already provides
system time in another way.
The configuration example is set for an Arduino, but this was initially
developed for an nrf52 with the following config:
```
#define LV_TICK_CUSTOM 1
#if LV_TICK_CUSTOM == 1
#define LV_TICK_CUSTOM_INCLUDE "app_timer.h"
#define LV_TICK_CUSTOM_SYS_TIME_EXPR (app_timer_cnt_get()/APP_TIMER_TICKS(1))
#endif /*LV_TICK_CUSTOM*/
```
2018-08-29 15:13:51 -04:00
Gabor Kiss-Vamosi
32805d8e36
lv_bar: don't draw indicator if cur_value == min_value
2018-08-29 20:59:48 +02:00
Gabor Kiss-Vamosi
20ab09a1d5
lv_btn: ink bugfix
2018-08-29 20:42:38 +02:00
Gabor Kiss-Vamosi
225afe0d6d
lv_obj.h: fic lv_prot_t typos
2018-08-28 14:43:02 +02:00
Gabor Kiss-Vamosi
c335e46384
add mutex to lv_task_handler to avoid concurent call
2018-08-28 14:41:32 +02:00
Gabor Kiss-Vamosi
fe7971759c
fix typo ( #382 )
2018-08-28 08:04:42 +02:00
Gabor Kiss-Vamosi
d4b8fab303
Merge pull request #381 from pfalcon/patch-1
...
README: Clarify lv_tick_inc() usage.
2018-08-28 07:43:06 +02:00
Gabor Kiss-Vamosi
55ae32362e
lv_list. make lv_list_get_next/prev_btn() public
2018-08-27 19:55:17 +02:00
Paul Sokolovsky
db6d15624d
README: Clarify lv_tick_inc() usage.
...
"in" word is not needed there.
Also, update number of steps in "Porting" section.
2018-08-27 08:19:33 +03:00
Gabor Kiss-Vamosi
4e6c0b6976
Update README.md
2018-08-26 19:24:41 +02:00
Gabor Kiss-Vamosi
87fd28f0c2
lv_mbox: add comment about the action callback parameters
2018-08-26 17:04:31 +02:00
Gabor Kiss-Vamosi
8e0dc2055f
lv_obj_Set_style: bugfux
2018-08-26 17:04:10 +02:00
Gabor Kiss-Vamosi
d8d583ee57
lv_win:get_contet added instead of lv_page wrappers
2018-08-26 15:55:22 +02:00
Gabor Kiss-Vamosi
f0753a82b5
Merge branch 'img_decoder' of https://github.com/littlevgl/lvgl into img_decoder
2018-08-26 14:22:26 +02:00
Gabor Kiss-Vamosi
372605440c
lv_btn_ink updates
...
lv_btn_ink updates
2018-08-26 14:21:48 +02:00
Gabor Kiss-Vamosi
b39a802336
lv_img_draw: support indexed images from file
2018-08-22 01:33:46 +02:00
Gabor Kiss-Vamosi
bc430db812
Update README.md
2018-08-21 08:40:12 +02:00
Gabor Kiss-Vamosi
6f308aba11
lv_img_dsc_t: add data_size filed
2018-08-20 22:54:37 +02:00
Gabor Kiss-Vamosi
1714caae58
Merge branch 'img_decoder' of https://github.com/littlevgl/lvgl into img_decoder
2018-08-20 22:25:40 +02:00
Gabor Kiss-Vamosi
1ec7d264cf
image decoder bugfixes
2018-08-20 22:25:28 +02:00
Gabor Kiss-Vamosi
27a082c325
lv_btn: copy ink paramters too
2018-08-20 10:56:17 +02:00
Gabor Kiss-Vamosi
25a6b0cde6
lv_color.h: delete unused commented code
2018-08-20 10:45:17 +02:00
Gabor Kiss-Vamosi
415a176f6b
Merge pull request #372 from pfalcon/patch-1
...
README: Typo/punctuation/grammar fixes
2018-08-19 01:46:28 +02:00
Gabor Kiss-Vamosi
9d844ef113
indexed imgade draw added
2018-08-19 00:45:57 +02:00
Paul Sokolovsky
40c70cf06b
README: Typo/punctuation/grammar fixes
2018-08-18 22:53:44 +03:00
Gabor Kiss-Vamosi
9337cb591d
built in img dacoder improvements
2018-08-18 12:11:02 +02:00
Gabor Kiss-Vamosi
91385e13eb
add image decoder interface (wip)
2018-08-16 00:15:19 +02:00
Gabor Kiss-Vamosi
1bf8ad6366
Merge branch 'dev-5.2' into img_decoder
2018-08-15 22:13:03 +02:00
Gabor Kiss-Vamosi
507235a681
minor formatting
2018-08-15 12:36:35 +02:00
Gabor Kiss-Vamosi
e96bbdd31a
lv_obj_set_parent: test input paramters
2018-08-15 12:33:11 +02:00
Gabor Kiss-Vamosi
ad79620983
Merge pull request #362 from ErichStyger/dev-5.2
...
fixed wrong comment
2018-08-14 09:16:55 +02:00
Gabor Kiss-Vamosi
1b800e2499
remove debug printfs
2018-08-14 01:22:17 +02:00
Gabor Kiss-Vamosi
eaef1c70d6
begin indexed interface
2018-08-14 01:20:18 +02:00
Gabor Kiss-Vamosi
f12c24ce0a
lv_ta_set/get_action added
2018-08-13 19:09:46 +02:00
Gabor Kiss-Vamosi
e9eeb767e4
Merge pull request #357 from ErichStyger/dev-5.2
...
fixed name for lv_theme_get_night()
2018-08-13 10:37:25 +02:00
Erich Styger
37f38b3211
fixed wrong comment
2018-08-13 06:34:00 +02:00
Erich Styger
0297bb1870
fixed name for lv_theme_get_night()
2018-08-12 18:12:17 +02:00
Gabor Kiss-Vamosi
e33f3e31bc
Merge pull request #351 from Zaltora/fix_attribute
...
[dev-5.2] Fix attribute
2018-08-10 14:55:52 +02:00
Zaltora
1e20118645
add backward 'lv_conf.h' compatibility
2018-08-10 13:18:10 +02:00
Zaltora
1ece6c1612
Merge branch 'dev-5.2' into fix_attribute
2018-08-10 13:13:54 +02:00
Gabor Kiss-Vamosi
d8c88fa510
lv_ddlist: fix wrong declration lv_ddlist_close in lv_ddlist.h
2018-08-10 01:22:42 +02:00
Gabor Kiss-Vamosi
e9abfe3cc8
minor lv_page and lv_ddlist fixes
2018-08-10 01:11:20 +02:00
Gabor Kiss-Vamosi
1fa580f6f0
lv_page: add LV_SB_MODE_HIDE/UNHIDE and use it in ddlist
2018-08-10 01:04:20 +02:00
Gabor Kiss-Vamosi
a4812c4706
add missing defines to lv_font_symbol_30
2018-08-09 23:46:38 +02:00
Gabor Kiss-Vamosi
b521c8b97e
lv_ta: check all characters in lv_ta_add/set_text agains accapted chars and max length
2018-08-09 23:37:00 +02:00
Gabor Kiss-Vamosi
b0f7aeabbb
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
2018-08-09 20:42:06 +02:00
Gabor Kiss-Vamosi
604ee63096
lv_indev_get_key() added
2018-08-09 07:30:10 +02:00
Gabor Kiss-Vamosi
8fbf1267a5
lv_draw_shadow fixed
2018-08-09 07:20:23 +02:00
Gabor Kiss-Vamosi
31ad141f7e
lv_draw_shadow fixes (wip)
2018-08-08 09:50:21 +02:00
Gabor Kiss-Vamosi
e7f55612b0
basics image decoder interface impemented (wip)
2018-08-08 09:50:01 +02:00
Gabor Kiss-Vamosi
9b2097e5e4
add LV_COLOR_16_SWAP option
2018-08-07 08:20:34 +02:00
Gabor Kiss-Vamosi
73bc138b70
opacity related bug fixes in draw functions
2018-08-06 15:22:46 +02:00
Zaltora
58134f78dc
multiple definition LV_ATTRIBUTE_TICK_INC
2018-08-06 10:12:38 +02:00
Gabor Kiss-Vamosi
8105bced11
img_if: formattig
2018-08-04 22:24:16 +02:00
Gabor Kiss-Vamosi
bcba74d0e7
revert built-in styles (there were some test values in them)
2018-08-04 22:13:34 +02:00
Gabor Kiss-Vamosi
b352e67088
add lv_page_scroll_up/down() and lv_win_scroll_up/down()
2018-08-04 21:48:40 +02:00
Gabor Kiss-Vamosi
1561b7a08a
lv_ta: fixes with USE_LV_ANIMATION 0
2018-08-04 09:04:37 +02:00
Gabor Kiss-Vamosi
586fbbe925
Merge branch 'app_vdb' into dev-5.2
2018-08-04 08:49:01 +02:00
Gabor Kiss-Vamosi
c4e26724a4
lv_ta: fix init value of max_length and accepted_chars
2018-08-04 08:48:47 +02:00
Gabor Kiss-Vamosi
5931c23695
lv_ta: add 'max_length' and 'accepted_chars' features
2018-08-04 08:46:44 +02:00
Gabor Kiss-Vamosi
7a2693e4f1
minor fixes
2018-08-04 08:45:22 +02:00
Gabor Kiss-Vamosi
f968792286
add the optional VDB write interface to the display driver (vdb_wr)
2018-08-04 01:46:00 +02:00
Gabor Kiss-Vamosi
fbf0303b2d
lv_list: add lv_list_set/get_btn_selected()
2018-07-30 07:42:36 +02:00
Gabor Kiss-Vamosi
390ef3b2ba
add 'const' in lv_obj_align
2018-07-30 06:57:58 +02:00
Gabor Kiss-Vamosi
c2712963d6
merge beta
2018-07-30 06:56:31 +02:00
Gabor Kiss-Vamosi
769c7b28ff
add 'const' attribute to pointer where possible
2018-07-30 06:52:29 +02:00
Gabor Kiss-Vamosi
a005d832cb
fix declaration of real draw function pointers
2018-07-29 23:26:56 +02:00
Gabor Kiss-Vamosi
c9508d9b7e
fix opa calcualtion from opa_scale in draw_function
2018-07-29 21:53:22 +02:00
Gabor Kiss-Vamosi
39ba305f73
lv_mem: remove ENVIRONMENT32 only leave ENVIRONMENT64 define
2018-07-27 06:48:44 +02:00
Gabor Kiss-Vamosi
857becbd66
lv_draw fiw redecleration of px_fp, fill_fp etc
2018-07-27 06:39:59 +02:00
Gabor Kiss-Vamosi
412710884c
lv_conf_templ updated
2018-07-26 00:31:07 +02:00
Gabor Kiss-Vamosi
15fa3beb6d
lv_conf_templ updated
2018-07-26 00:30:36 +02:00
Gabor Kiss-Vamosi
81a20ef328
add character encoder interface issue #131
2018-07-26 00:10:20 +02:00
Gabor Kiss-Vamosi
bcd583914f
LV_LABEL_ALIGN_RIGHT bug fix
2018-07-25 23:01:29 +02:00
Gabor Kiss-Vamosi
a1abe14414
add lv_font_monospace_8 (uniscii) as built-in font
2018-07-25 22:57:36 +02:00
Gabor Kiss-Vamosi
7cc8e74d1a
add editable attribute for better encoder control
2018-07-25 21:52:50 +02:00
Gabor Kiss-Vamosi
678cbdc23d
improve logging
2018-07-25 20:39:24 +02:00
Gabor Kiss-Vamosi
2d5fa3b9dc
remove LV_TXT_FLAG_NO_BREAK. Text area in one line mode handle's it in its own
2018-07-25 19:36:53 +02:00
Gabor Kiss-Vamosi
c4aec5ae33
update lv_long in lv_conf_templ.h
2018-07-25 17:58:34 +02:00
Gabor Kiss-Vamosi
69434c8b7d
place some lv_log_add calls
2018-07-25 17:57:08 +02:00
Gabor Kiss-Vamosi
2d8b3b2b6e
add lv_mem_assert to memory reallocations
2018-07-25 14:43:46 +02:00
Gabor Kiss-Vamosi
2e17562e51
add lv_mem_assert to memory allocations
2018-07-25 13:33:53 +02:00
Gabor Kiss-Vamosi
405acfcbba
lv_mem: remove debug printf
2018-07-25 12:24:47 +02:00
Gabor Kiss-Vamosi
e6516c3a90
lv_mem: fix 8 byte alignment
2018-07-25 11:37:01 +02:00
Gabor Kiss-Vamosi
1b9845e38f
lv_mem: support 8 byte aligned alloaction
2018-07-25 06:52:59 +02:00
Gabor Kiss-Vamosi
818cd278b2
lv_label_no_break: fixes
2018-07-25 06:12:05 +02:00
Gabor Kiss-Vamosi
1fa77fa5d7
lv_obj: apply theme on non-screen base objects too
2018-07-22 22:34:28 +02:00
Gabor Kiss-Vamosi
6d9888462c
lv_task: fix misspelling
2018-07-22 22:03:38 +02:00
Gabor Kiss-Vamosi
d7c9193662
Merge pull request #322 from yuanzhaoming/beta
...
Fix misspelt comments
2018-07-22 21:12:15 +02:00
Gabor Kiss-Vamosi
de3ef5fc1f
Merge branch 'beta' into beta
2018-07-22 21:11:38 +02:00
wit_yuan
97f3ed08c0
change the comment at line 149,154
2018-07-22 11:12:47 +08:00
wit_yuan
d0b5c705bf
change line 50 'fir' to 'fit'
2018-07-21 16:09:51 +08:00
Gabor Kiss-Vamosi
d094d0262b
draw shadow fix (line_2d_blur was overindexed)
2018-07-18 23:46:41 +02:00
Gabor Kiss-Vamosi
8b70eccca6
draw shadow fix (line_2d_blur was overindexed)
2018-07-18 23:45:00 +02:00
Gabor Kiss-Vamosi
8005f1bb28
merge beta
2018-07-18 23:19:45 +02:00
Gabor Kiss-Vamosi
dc4541f267
fix a typo of LV_COMPILER_VLA_SUPPORTED in lv_draw.c
2018-07-18 23:16:42 +02:00
Gabor Kiss-Vamosi
edf94bf1b2
rename lv_area_union to lv_area_intersect
2018-07-17 16:40:52 +02:00
Gabor Kiss-Vamosi
f4a66c4b22
add LV_GROUP_KEY_DEL
2018-07-17 00:22:43 +02:00
Gabor Kiss-Vamosi
4e2f371fc9
lv_indev: make possible to delete objects in the read function
2018-07-16 23:24:34 +02:00
Gabor Kiss-Vamosi
3fec97db45
lv_conf_templ.h: fix typo
2018-07-15 16:52:14 +02:00
kisvegabor
6e7cc4414a
fix non const initialization
2018-07-13 21:54:11 +02:00
kisvegabor
8746d3de45
fix non const initialization
2018-07-13 21:47:56 +02:00
kisvegabor
f803f8b92a
Merge branch 'master' into beta
2018-07-13 21:41:12 +02:00
kisvegabor
0a4c00c5f2
lv_conf_templ: add config option for Visual Studio
2018-07-13 21:40:56 +02:00
Gabor Kiss-Vamosi
4773dfd53f
add LV_FONT_CUSTOM_DECLARE only if defined
2018-07-13 13:54:41 +02:00
Gabor Kiss-Vamosi
fecc974ade
lv_group: click_focus improvements
2018-07-13 00:37:28 +02:00
Gabor Kiss-Vamosi
43ec140124
lv_list: make the clicked button selected if the list is in a group
2018-07-13 00:01:10 +02:00
Gabor Kiss-Vamosi
d483d14c8e
lv_group: add click_focus option
2018-07-12 23:38:27 +02:00
Gabor Kiss-Vamosi
9a28e559a4
merge beta
2018-07-12 19:09:57 +02:00
Gabor Kiss-Vamosi
29e810dd2a
Merge pull request #309 from hydra/fix-page-performance-issue
...
Fix incorrect calculation of area that needs to be invalidated for the scrollbars.
2018-07-12 18:35:37 +02:00
Gabor Kiss-Vamosi
cfc811900d
send LV_SIGNAL_LONG_PRESS on LV_GROUP_KEY_ENTER long press
2018-07-12 18:18:43 +02:00
Dominic Clifton
43cfd5fea5
Fix incorrect calculation of area that needs to be invalidated for the scrollbars.
2018-07-12 17:18:50 +02:00
Gabor Kiss-Vamosi
bac918d4c8
lv_btn: use opa_scale in the design function
2018-07-11 20:27:56 +02:00
Gabor Kiss-Vamosi
e0c600eb14
lv_ink: draw circle at the beginning until it is possible (fnt into the button)
2018-07-11 20:20:08 +02:00
Gabor Kiss-Vamosi
d67096f58c
lv_draw_label: trim the traling whitespaces when aligned to the middle
2018-07-11 19:07:16 +02:00
Gabor Kiss-Vamosi
fde3ee73af
lv_txt_get_width: don't trim the closing spaces because it would result unwanted text wrap
2018-07-11 19:05:08 +02:00
Gabor Kiss-Vamosi
9c0bb3d392
lv_draw_label: trim the traling whitespaces when aligned to the middle
2018-07-11 18:56:54 +02:00
Gabor Kiss-Vamosi
8a7a966a7b
lv_txt_get_width: don't trim the closing spaces because it would result unwanted text wrap
2018-07-11 18:46:49 +02:00
Gabor Kiss-Vamosi
4b44e07188
lv_btn ink: start from the clicked point
2018-07-08 09:03:33 +02:00
Gabor Kiss-Vamosi
9676c2e486
lv_btn ink improvements and fixes
2018-07-08 03:25:07 +02:00
Gabor Kiss-Vamosi
5e8c1d0221
lv_btn ink improvements
2018-07-08 02:01:58 +02:00
Gabor Kiss-Vamosi
08a17fd5b2
lv_btn: fix typo in API
2018-07-08 01:13:36 +02:00
Gabor Kiss-Vamosi
a78df87f8e
update the new objects with LV_CONF_INCLUDE_SIMPLE
2018-07-08 01:12:20 +02:00
Gabor Kiss-Vamosi
ddd2b740c8
add API to set ink time
2018-07-08 01:11:59 +02:00
Gabor Kiss-Vamosi
87de768af4
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
2018-07-08 01:02:46 +02:00
Gabor Kiss-Vamosi
a23a6f7c90
Merge branch 'beta' into dev-5.2
2018-07-08 01:01:05 +02:00
Gabor Kiss-Vamosi
2c1255ffb6
lv_btn: add ink effect support
2018-07-08 01:00:56 +02:00
Gabor Kiss-Vamosi
bcab0ffcc6
lv_tabview: fix return to the original tab on small slideing
2018-07-07 22:24:47 +02:00
Gabor Kiss-Vamosi
dbc7957a50
merge beta
2018-07-07 12:45:50 +02:00
Gabor Kiss-Vamosi
41dbff4d76
initialize the built-in fonts in a spearete file
2018-07-07 12:43:57 +02:00
Gabor Kiss-Vamosi
a6ee4a680c
move lv_fonts from lv_misc next to lv_misc
2018-07-07 12:21:36 +02:00
Gabor Kiss-Vamosi
90679c2cf5
add LV_CONF_INCLUDE_SIMPLE to choose between relative or simple include of lv_conf.h
2018-07-07 11:53:22 +02:00
Gabor Kiss-Vamosi
dd9324ac05
lv_conf.h: add LV_FONT_CUSTOM_DECLARE to enable global defination of custom fonts
2018-07-07 11:26:24 +02:00
Gabor Kiss-Vamosi
94702f63ff
Merge pull request #299 from aenchevich/beta
...
fix compile errors related to USE_LV_ANIMATION, format code
2018-07-07 09:05:03 +02:00
Gabor Kiss-Vamosi
b65b03765d
Update CONTRIBUTING.md
2018-07-07 08:58:49 +02:00
Gabor Kiss-Vamosi
c4eaa1359d
add log interface (lv_log) but still there are no log messages added
2018-07-07 08:54:40 +02:00
Gabor Kiss-Vamosi
48375bb780
Merge branch 'beta' into dev-5.2
2018-07-07 08:09:14 +02:00
Alexander Enchevich
70d5e5a012
Code formatting
2018-07-06 17:12:06 +03:00
Alexander Enchevich
8083432925
fix compile errors related to USE_LV_ANIMATION
2018-07-06 16:29:45 +03:00
Gabor Kiss-Vamosi
a4a210c9e5
lv_page_focus: delete all positioning animations to be sure the new focus won't be overwritten
2018-07-03 14:27:53 +02:00
Gabor Kiss-Vamosi
7bd4775b01
lv_page: add scrolling on LV_GROUP_KEY_UP/DOWN/LEFT/RIGHT
2018-07-03 14:19:04 +02:00
Gabor Kiss-Vamosi
75878b96e6
Update CONTRIBUTING.md
2018-07-02 20:04:21 +02:00
Gabor Kiss-Vamosi
3379467484
Update CONTRIBUTING.md
2018-07-02 20:02:32 +02:00
Gabor Kiss-Vamosi
930673c2f2
Update CONTRIBUTING.md
2018-07-02 20:02:04 +02:00
Gabor Kiss-Vamosi
dd7c562c96
lv_ddlist: fix the selection of options with non ASCII characters
2018-06-26 18:30:38 +02:00
Gabor Kiss-Vamosi
46ae9146d8
lv_font: add monospace support
2018-06-22 23:32:21 +02:00
Gabor Kiss-Vamosi
7503242a6a
lv_anim bugfix: was error when the object is delete end callback
2018-06-22 22:58:26 +02:00
Gabor Kiss-Vamosi
7db7482ac5
fixes in lv_roller, lv_ddlist design to be pixel prefect
2018-06-21 22:15:19 +02:00
Gabor Kiss-Vamosi
a659d40202
merge beta
2018-06-19 15:45:28 +02:00
Gabor Kiss-Vamosi
11dcf5b970
lv_slider_design bugfix
2018-06-19 12:08:55 +02:00
Gabor Kiss-Vamosi
3484cb7964
lv_draw: SHADOW_OPA_EXTRA_PRECISION to 8 (was 0)
2018-06-19 12:08:43 +02:00
Gabor Kiss-Vamosi
880171aa08
group: fix typo and the defult style_mod_edit_cb for monochrome displays
2018-06-19 11:19:26 +02:00
Gabor Kiss-Vamosi
ab0b60c584
lv_group: add edit feature (change to edit moed on ENTER long press)
2018-06-19 11:13:03 +02:00
Gabor Kiss-Vamosi
76bc18cb12
Merge branch 'beta' into dev-5.2
2018-06-19 10:15:13 +02:00
Gabor Kiss-Vamosi
12237142da
move astyle files to docs and add it's README to CONTRIBUTING.md
2018-06-19 10:14:31 +02:00
Gabor Kiss-Vamosi
3c2dca13ab
merge formatted beta
2018-06-19 10:03:29 +02:00
Gabor Kiss-Vamosi
383ce0599e
format with astyler
2018-06-19 09:49:58 +02:00
Gabor Kiss-Vamosi
175f06a7f9
lv_calendar: add opa_scale support
2018-06-19 09:33:32 +02:00
Gabor Kiss-Vamosi
c33a26b2f9
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
2018-06-19 09:07:10 +02:00
Gabor Kiss-Vamosi
dc918930ab
merge beta
2018-06-19 09:06:49 +02:00
Gabor Kiss-Vamosi
a7d616c224
lv_task bugfix: not call tasks with LV_TASK_PRIO_OFF
2018-06-19 08:49:34 +02:00
Gabor Kiss-Vamosi
df598675fb
use opa_scale in cover check
2018-06-19 08:49:02 +02:00
Alexander
5ff4125c56
Formatting all header files (*.h) in accordance with project coding style, using the astyle tool and the rules file _astylerc-h.
2018-06-18 13:52:14 +03:00
Alexander
8e9335d49f
Formatting all source file (*.c) in accordance with project coding style, using the astyle tool and the rules file _astylerc-c.
2018-06-18 13:51:01 +03:00
Alexander
6038064e71
Preparing repo for semi-automatic code formatting in accordance with project coding style, using the astyle open source tool. Creating README.astyle and 2 astyle config files containing rules for format of .c and .h files
2018-06-18 13:49:39 +03:00
Gabor Kiss-Vamosi
4ac1c29ca9
lv_group_remove_obj: fix when delete the last object from the group
2018-06-17 16:43:32 +02:00
Gabor Kiss-Vamosi
31b3a2a350
tabview: fix unwanted sending of tab change action on page click
2018-06-16 13:03:32 +02:00
Gabor Kiss-Vamosi
2e2f5bc165
lv_anim: bugfix when animation is ready
2018-06-15 12:41:17 +02:00
Gabor Kiss-Vamosi
49a54e0978
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
2018-06-15 09:29:26 +02:00
Gabor Kiss-Vamosi
bf366ea075
lv_stye: style anim return with the dsc
2018-06-15 09:29:10 +02:00
Gabor Kiss-Vamosi
1cf5d5db9e
lv_theme_mono: add more line space to ddlist and roller
2018-06-14 20:54:47 +02:00
Gabor Kiss-Vamosi
73c83cbd25
lv_ddlist: fix incorrect hegiht on style change
2018-06-14 20:05:15 +02:00
Gabor Kiss-Vamosi
001fcb43e7
fix misplaced line in lv_draw_rect.c
2018-06-14 13:20:10 +02:00
Gabor Kiss-Vamosi
75ea3b9edb
add opa_scale attribute
2018-06-14 13:08:19 +02:00
Gabor Kiss-Vamosi
2a15cffbb9
lv_obj_del: remove from the group before delete the children (DEFOCUS might need children)
2018-06-14 11:17:49 +02:00
Gabor Kiss-Vamosi
1eb3e1711a
lv_arc: add rounding feature
2018-06-13 11:08:19 +02:00
Gabor Kiss-Vamosi
1cac01280a
Merge pull request #272 from upbeat27/bar_slider_max_fix
...
Small fix for bar/slider to make the fill more symmetric when near the min/max
2018-06-12 12:45:50 +02:00
Gabor Kiss-Vamosi
3d315a891b
Merge pull request #271 from upbeat27/page_focus_fix
...
Fix page focus not focusing objects the same way when moving up or down the page
2018-06-12 12:44:17 +02:00
Gabor Kiss-Vamosi
bed22463dc
lv_preloader: use anchestor design functions
2018-06-12 09:30:58 +02:00
Gabor Kiss-Vamosi
90f97f14ee
Merge branch 'dev-5.2' of https://github.com/littlevgl/lvgl into dev-5.2
2018-06-12 09:23:05 +02:00
Gabor Kiss-Vamosi
c092fb3303
lv_draw: make anti aliasing function public
2018-06-12 09:22:45 +02:00
Josh McAtee
a30b117c60
Small fix for bar/slider to make the fill more symmetric when near the min/max
2018-06-11 16:53:45 -07:00
Josh McAtee
f6e054ba73
Fix page focus not focusing objects the same way when moving up or down the page
2018-06-11 16:00:30 -07:00
Gabor Kiss-Vamosi
cb79f816a0
lv_preload: make animator function public
2018-06-11 17:06:24 +02:00
Gabor Kiss-Vamosi
bd0d0eead7
lv_list: set LV_PROT_PRESS_LOST for list elements
2018-06-11 15:45:23 +02:00
Gabor Kiss-Vamosi
e4a12b22b4
add lv_prloader
2018-06-11 10:36:36 +02:00
Gabor Kiss-Vamosi
df226053cf
add bezier solver function and combine math and trigo files
2018-06-11 10:30:06 +02:00
Gabor Kiss-Vamosi
ebac219ba3
lv_txt_get_width: trim letter space of trailing non-printoble characters
2018-06-09 08:49:27 +02:00
Gabor Kiss-Vamosi
c858a13aa3
add lv_preload.c/h
2018-06-09 08:47:09 +02:00
Gabor Kiss-Vamosi
bfe1760904
new object type: lv_preload
2018-06-09 08:45:38 +02:00
Gabor Kiss-Vamosi
ea323d260e
add new object type: lv_arc
2018-06-08 10:26:10 +02:00
Gabor Kiss-Vamosi
f2d380ce96
merge calendar
2018-06-08 09:51:11 +02:00
Gabor Kiss-Vamosi
f9f542e7e3
Merge pull request #159 from BenArtes/btns_pos
...
Add btns_pos to ext_attr w/ get + set functions and TOP / BOTTOM impl.
2018-06-07 15:44:56 +02:00
Gabor Kiss-Vamosi
e241e4334f
merge new draw structure
2018-06-07 15:42:41 +02:00
Gabor Kiss-Vamosi
8826892b00
merge beta
2018-06-07 15:41:22 +02:00
Gabor Kiss-Vamosi
cc1c20d6fe
add arc drawing and restructure draw functions
2018-06-07 15:40:08 +02:00
Gabor Kiss-Vamosi
3890e85527
lv_line: test with adding circles to corner points
2018-06-07 15:40:08 +02:00
Gabor Kiss-Vamosi
e4dea6da91
lv_lmeter: set_tyle function rename for consistency
2018-06-07 15:40:08 +02:00
Gabor Kiss-Vamosi
d08c0953fb
add new line draw algorithm which supports perpendicular ending
2018-06-07 15:39:25 +02:00
Gabor Kiss-Vamosi
ceae0c539e
lv_draw_img: further fix on buffer oveflow
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
25b978126e
lv_draw_img: fix buffer oveflow with alpha byte
2018-06-07 15:38:48 +02:00
Michael Simon
5189991b53
Added include for lv_theme_material.h to lv_theme.h
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
ae10bd8332
Update TODO_MINOR.md
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
8d87846907
Update TODO_PATCH.md
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
098267f942
lv_tabview_set_tab_act: enable to set the act tab again:
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
b92705f414
Update TODO_PATCH.md
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
8937ae9073
Update CONTRIBUTING.md
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
fb6b2c7d23
Update TODO_PATCH.md
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
bc9473a439
Update TODO_PATCH.md
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
47412da33a
LV_GROUP_KEY_ENTER_LONG: improve objects behaviour
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
7d563b8789
remove the LV_GROUP_KEY_ENTER_LONG from some objects + fix ddlist and roller ENTER
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
4d617a1aab
remove debug printf
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
d0d73ca2c0
start lv_refr_task immediately on start up (don't need to wait it's period to refresh the screen)
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
32b0170c3b
release v5.1.1
2018-06-07 15:38:48 +02:00
Gabor Kiss-Vamosi
d7904efccf
lv_draw_img: further fix on buffer oveflow
2018-06-01 12:41:58 +02:00
Gabor Kiss-Vamosi
8441f8bff7
lv_draw_img: fix buffer oveflow with alpha byte
2018-06-01 12:39:34 +02:00
Gabor Kiss-Vamosi
47cafb52b5
lv_draw_img: fix buffer oveflow with alpha byte
2018-06-01 12:38:37 +02:00
Gabor Kiss-Vamosi
20c8e12e09
further test on draw line
2018-06-01 12:36:27 +02:00
Gabor Kiss-Vamosi
61645fe5a9
Merge pull request #265 from MiSimon/lv_theme_material_include
...
Added include for lv_theme_material.h to lv_theme.h
2018-05-31 15:27:12 +02:00
Michael Simon
bc917a33b6
Added include for lv_theme_material.h to lv_theme.h
2018-05-30 20:27:18 +02:00
Gabor Kiss-Vamosi
9751a9c8cb
line draw: move the main line to keep it's center position
2018-05-26 22:40:09 +02:00
Gabor Kiss-Vamosi
ad22d4b9b5
LV_GROUP_KEY_ENTER_LONG: improve objects behaviour
2018-05-26 10:28:58 +02:00
Gabor Kiss-Vamosi
e5bba0529a
remove the LV_GROUP_KEY_ENTER_LONG from some objects + fix ddlist and roller ENTER
2018-05-26 10:03:43 +02:00
Gabor Kiss-Vamosi
c17df70f8e
lv_calendar_create: implement copy
2018-05-26 09:52:28 +02:00
Gabor Kiss-Vamosi
5d37d87cf1
lv_calendar: bugfixes
2018-05-26 09:48:46 +02:00
Gabor Kiss-Vamosi
6a610949e9
lv_txt_get_width: trim the last letter space
2018-05-26 09:48:26 +02:00
Gabor Kiss-Vamosi
eba3105cae
start a brand new line drawing algorithm
2018-05-25 23:14:19 +02:00
Gabor Kiss-Vamosi
47fb0afe79
Update TODO_MINOR.md
2018-05-22 13:10:34 +02:00
Gabor Kiss-Vamosi
bf6d114893
Update TODO_PATCH.md
2018-05-22 12:49:56 +02:00
Gabor Kiss-Vamosi
f5d4bf8fc4
lv_tabview_set_tab_act: enable to set the act tab again:
2018-05-20 21:49:04 +02:00
Gabor Kiss-Vamosi
1254020b8b
Merge branch 'beta'
2018-05-20 21:33:21 +02:00
Gabor Kiss-Vamosi
7f03c17a08
remove debug printf
2018-05-20 21:32:16 +02:00
Gabor Kiss-Vamosi
4440506858
Merge branch 'beta' of https://github.com/littlevgl/lvgl into beta
2018-05-20 21:31:23 +02:00
Gabor Kiss-Vamosi
01b4820b93
release v5.1.1
2018-05-20 21:30:36 +02:00
Gabor Kiss-Vamosi
6bf1a8ffda
restructure lv_draw folder and lv_line rework started
2018-05-20 21:27:57 +02:00
Gabor Kiss-Vamosi
fc8ee11955
start lv_refr_task immediately on start up (don't need to wait it's period to refresh the screen)
2018-05-17 17:07:21 +02:00
Gabor Kiss-Vamosi
fe30f9739b
Update TODO_PATCH.md
2018-05-17 13:05:54 +02:00
Gabor Kiss-Vamosi
6be0089cac
lv_group_del: remove the objects from the groups too
2018-05-16 23:30:04 +02:00
Gabor Kiss-Vamosi
80cb93f8e1
don't invalidate hidden objects
2018-05-16 23:19:22 +02:00
Gabor Kiss-Vamosi
a3ad4b3616
in lv_objx set functions apply the new value only if it's different from the current
2018-05-16 23:09:30 +02:00
Gabor Kiss-Vamosi
5fedbdf414
fix drawing of 1px border with zero radius and AA
2018-05-16 22:35:19 +02:00
Gabor Kiss-Vamosi
125555afcf
lv_calendar added
2018-05-16 22:34:39 +02:00
Gabor Kiss-Vamosi
89b5907eb6
lv_slider: draw greater background on negative padding if knob_in == 1
2018-05-08 11:28:26 +02:00
Gabor Kiss-Vamosi
68d262ba93
lv_draw: remove debug printf-s
2018-05-08 11:28:26 +02:00
Gabor Kiss-Vamosi
ee3a44388c
lv_draw: shadow draw fix array over indexing
2018-05-08 11:28:26 +02:00
Gabor Kiss-Vamosi
5ae4ebccba
implement basic calendar functionalites
2018-05-08 10:33:02 +02:00
Gabor Kiss-Vamosi
51e15ced3f
add lv_theme_zen.h to lv_theme.h
2018-04-18 18:11:20 +02:00
Gabor Kiss-Vamosi
aac716d497
lv_task: lv_task_set_prio fix
2018-04-18 13:23:43 +02:00
Gabor Kiss-Vamosi
420fe9710b
merge beta
2018-04-17 14:39:27 +02:00
Gabor Kiss-Vamosi
e57954ef2e
remove old define
2018-04-17 14:38:17 +02:00
Gabor Kiss-Vamosi
2353ca0621
fix overflow in lv_anim_speed_to_time
2018-04-17 14:11:39 +02:00
Gabor Kiss-Vamosi
8bc5770c28
lv_del_obj: fix if delted while pressed
2018-04-14 22:06:13 +02:00
Gabor Kiss-Vamosi
913517f19d
lv_kb: before ok/close action don't deassign the lv_ta if there is user defived action
2018-04-13 20:09:14 +02:00
Gabor Kiss-Vamosi
0d385c237a
lv_font: remove const number return values
2018-04-09 12:39:58 +02:00
Gabor Kiss-Vamosi
94bf21b9be
lv_fs: fix duplicated error cheching
2018-04-09 12:33:33 +02:00
Gabor Kiss-Vamosi
a4b697f41e
in style animation add opacity handling to image, text and line
2018-04-09 12:29:56 +02:00
Gabor Kiss-Vamosi
b047c1318f
minor comment fixes
2018-04-05 22:21:50 +02:00
Gabor Kiss-Vamosi
a5d6881e9e
Merge pull request #187 from upbeat27/group_missing_def
...
Add missing function definition for lv_group_del
2018-04-05 17:54:29 +02:00
Josh McAtee
eddbbc58b1
Add missing function definition for lv_group_del
2018-04-04 10:24:53 -07:00
Gabor Kiss-Vamosi
908db3cd59
Update CONTRIBUTING.md
2018-04-04 00:17:37 +02:00
Gabor Kiss-Vamosi
8a42ab14ad
Merge branch 'master' into beta
2018-04-03 12:22:11 +02:00
Gabor Kiss-Vamosi
c2f70d1cc7
mono theme: fix typo
2018-04-03 12:21:59 +02:00
Gabor Kiss-Vamosi
89452a9d8e
lv_cont_set_fit: fix wrong signal paramter
2018-04-03 12:21:45 +02:00
Gabor Kiss-Vamosi
563411a33a
lv_indev: drag test use absolute coosdinates
2018-04-03 12:21:07 +02:00
Gabor Kiss-Vamosi
d1889b77e5
lv_slider: inicator draw bugfix
2018-03-29 13:56:21 +02:00
Gabor Kiss-Vamosi
e8a9d1bdc7
lv_line: set line.width ext. size to not trim parts on x = 0, y = 0 coordinates
2018-03-22 14:45:15 +01:00
Gabor Kiss-Vamosi
9b2de5f215
Update TODO_PATCH.md
2018-03-22 14:42:56 +01:00
Gabor Kiss-Vamosi
779cac9b77
Update TODO_PATCH.md
2018-03-22 14:42:41 +01:00
Gabor Kiss-Vamosi
a4d77bec6b
Disable Visual Studio warnings
2018-03-22 14:41:55 +01:00
Gabor Kiss-Vamosi
dd6bad1b6e
fix of 16 bit image draw with alpha byte
2018-03-22 12:39:58 +01:00
Gabor Kiss-Vamosi
0d93816827
lv_group_create: init focus_cb
2018-03-22 10:37:00 +01:00
Gabor Kiss-Vamosi
ca95d76659
lv_conf.h: add LV_COMPILER_VLA_SUPPORTED
2018-03-22 10:09:00 +01:00
Gabor Kiss-Vamosi
d58a83cda7
lv_mbox: Translate LV_GROUP_KEY_UP/DOWN to LV_GROUP_KEY_LEFT/RIGHT
2018-03-21 13:15:02 +01:00
Gabor Kiss-Vamosi
5256656efa
Merge pull request #169 from BenArtes/obj_scrl_clean_fix
...
Obj scrl clean fix
2018-03-19 10:24:35 +01:00
Benjamin Artes
bb1e00a263
Merge branch 'master' into obj_scrl_clean_fix
2018-03-16 11:59:32 -04:00
Benjamin Artes
b2f0ed0cb9
Merge branch 'master' into btns_pos
2018-03-16 11:58:56 -04:00
Benjamin Artes
75a43a536c
Adds sub-object specific clean functions to prevent breaking with lv_obj_clean
2018-03-16 11:53:27 -04:00
Gabor Kiss-Vamosi
0263c2cf68
start v5.2.0
2018-03-12 17:20:55 +01:00
Gabor Kiss-Vamosi
69c5373db0
start v5.1.1
2018-03-12 17:20:24 +01:00
Gabor Kiss-Vamosi
a55d02dd31
Merge pull request #158 from Zaltora/patch-1
...
Non constant declaration
2018-03-12 13:17:11 +01:00
Zaltora
02d318e66d
Non constant declaration
...
I got an error when compilation. I fix the compilation problem but a proper way to initialize this variable is maybe needed. maybe in lv_init ?
You can fix it and close this pull request.
2018-03-12 11:40:24 +01:00
Gabor Kiss-Vamosi
9f72ca2329
Update TODO_MAJOR.md
2018-03-12 10:44:02 +01:00
Gabor Kiss-Vamosi
2d12ad9251
Update TODO_PATCH.md
2018-03-12 10:43:42 +01:00
Gabor Kiss-Vamosi
09c072bda6
Update TODO_MINOR.md
2018-03-12 10:43:12 +01:00
Gabor Kiss-Vamosi
9909a4123f
Update TODO_PATCH.md
2018-03-12 10:42:03 +01:00
Gabor Kiss-Vamosi
63c59b6570
Update CONTRIBUTING.md
2018-03-10 09:26:35 +01:00
Gabor Kiss-Vamosi
ee4cd4756b
Update README.md
2018-03-10 07:47:28 +01:00
Gabor Kiss-Vamosi
bd0c6c9ce3
regenerate buil in fonts
2018-03-09 14:14:06 +01:00
Gabor Kiss-Vamosi
213e621412
fix text opacity
2018-03-09 14:13:51 +01:00
Benjamin Artes
2d9056aa78
Add btns_pos to ext_attr w/ get + set functions and TOP / BOTTOM impl.
...
Leaving LEFT / RIGHT for someone else or when I have more time.
2018-03-07 15:45:11 -05:00
Gabor Kiss-Vamosi
5d53a9edaf
fix warnings
2018-03-07 14:46:38 +01:00
Gabor Kiss-Vamosi
c2fb0fffbd
Update README.md
2018-03-07 13:51:59 +01:00
Gabor Kiss-Vamosi
fc05fad277
release v5.1
2018-03-07 13:39:51 +01:00
Gabor Kiss-Vamosi
1466d2b97e
Merge branch 'master' of https://github.com/littlevgl/lvgl
2018-03-07 13:36:50 +01:00
Gabor Kiss-Vamosi
13351c0091
lv_math: lv_math_num_to_str: return with buf
2018-03-07 13:10:20 +01:00
Gabor Kiss-Vamosi
19f98ce8ea
merge dev-5.1
2018-03-07 13:08:53 +01:00
Gabor Kiss-Vamosi
4b5fefa521
Merge branch 'beta' of https://github.com/littlevgl/lvgl into beta
2018-03-07 13:07:17 +01:00
Gabor Kiss-Vamosi
f8b4dc3a2d
merge beta
2018-03-07 13:07:00 +01:00
Gabor Kiss-Vamosi
4d571290c7
Update TODO_PATCH.md
2018-03-07 12:48:31 +01:00
Gabor Kiss-Vamosi
3a35da8f27
lv_btnm (and lv_kb): add up/down navigation with LV_GROUP_KEY_UP/DOWN
2018-03-07 11:37:38 +01:00
Gabor Kiss-Vamosi
1b1efbd0f0
lv_area_is_on bugfix
2018-03-07 10:49:25 +01:00
Gabor Kiss-Vamosi
d068c85e80
minor updates on LV_ATTRIBUTE_...
2018-03-07 09:22:37 +01:00
Gabor Kiss-Vamosi
145ea416be
ddlist: auto-open on LV_GROUP_KEY_LEF/RIGHT/UP/DOWN
2018-03-07 09:22:10 +01:00
Gabor Kiss-Vamosi
0b6be3a0f6
bottom shadow: add blur
2018-03-05 17:14:45 +01:00
Gabor Kiss-Vamosi
7cf2cf0756
Update TODO_MINOR.md
2018-03-05 14:16:53 +01:00
Gabor Kiss-Vamosi
69eb3a9756
updae comments
2018-03-04 17:57:51 +01:00
Gabor Kiss-Vamosi
7b20da2276
remove debug printf
2018-03-04 17:56:32 +01:00
Gabor Kiss-Vamosi
eb376899ce
remove sprintf from lv_gauge the save ROM (custom BCD converter added to lv_math.c)
2018-03-04 17:51:41 +01:00
Gabor Kiss-Vamosi
2123ee0218
fixes with USE_LV_FILESYSTEM = 0
2018-03-04 17:03:37 +01:00
Gabor Kiss-Vamosi
6e94c70fbb
replace the only sscanf with a custom function (save 30 kB ROM)
2018-03-04 16:34:14 +01:00
Gabor Kiss-Vamosi
80b181293a
fix lv_rfill screen sized area size
2018-03-04 15:36:45 +01:00
Gabor Kiss-Vamosi
fb59508ad1
typo fix: lv_refr_set_round_cb()
2018-03-02 15:34:22 +01:00
Gabor Kiss-Vamosi
9e20b3a18e
Merge pull request #136 from chenshijianworkgit/beta
...
fix keyboard cursor management invalid
2018-03-02 10:59:43 +01:00
jian
505c44a4d3
fix keyboard cursor management invalid
2018-03-02 09:44:05 +08:00
Gabor Kiss-Vamosi
c0d55112b4
Merge remote-tracking branch 'origin/beta' into dev-5.1
2018-03-01 13:18:50 +01:00
Gabor Kiss-Vamosi
e246db4604
minor updates
2018-03-01 13:17:29 +01:00
Gabor Kiss-Vamosi
2d5e41d566
lv_conf_templ: minor updates
2018-03-01 12:52:35 +01:00
Gabor Kiss-Vamosi
c3e248ec79
ddlist and roller group updates + updates with USE_LV_ANIMATION = 0
2018-03-01 12:21:49 +01:00
Gabor Kiss-Vamosi
7da60e219d
Merge pull request #134 from chenshijianworkgit/beta
...
gauge's label count is not inherited
2018-03-01 10:12:05 +01:00
jian
8978f27145
fix the number of gauge's label count is not inherited
2018-03-01 11:37:54 +08:00
Gabor Kiss-Vamosi
a6749c0a26
Update TODO_MINOR.md
2018-02-28 16:31:40 +01:00
Gabor Kiss-Vamosi
d20fe1f4ee
add special default style_mod function in lv_group for LV_COLOR_DEPTH = 1
2018-02-28 16:17:56 +01:00
Gabor Kiss-Vamosi
05fe9b6b81
add lv_obj_get_type
2018-02-28 15:37:41 +01:00
Gabor Kiss-Vamosi
e4b677be3d
lv_hal_disp: fix linked list issue whan adding more displays
2018-02-28 09:45:51 +01:00
Gabor Kiss-Vamosi
05a98a0107
Update TODO_MINOR.md
2018-02-28 09:42:44 +01:00
Gabor Kiss-Vamosi
769f864360
makefle update
2018-02-27 13:24:49 +01:00
Gabor Kiss-Vamosi
af3012abff
border draw bugfix with radius = 0
2018-02-27 13:24:41 +01:00
Gabor Kiss-Vamosi
cdebffe462
remove debug printf-s
2018-02-27 11:47:21 +01:00
Gabor Kiss-Vamosi
5b9c9c4833
fix: USE_LV_SHADOW = 0 with LV_ANTIALAIS = 1
2018-02-27 11:45:38 +01:00
Gabor Kiss-Vamosi
9605a6b712
image draw: minor optimization
2018-02-27 11:43:14 +01:00
Gabor Kiss-Vamosi
6f304736c5
image draw bugfix with NO_GPU
2018-02-26 17:19:51 +01:00
Gabor Kiss-Vamosi
dbe7ef7a0c
lv_color.h fix uninitialized alpha chanel with 24 bit color
2018-02-26 15:57:40 +01:00
Gabor Kiss-Vamosi
f0a705595b
minor shadow bottom draw bugfix
2018-02-24 15:36:19 +01:00
Gabor Kiss-Vamosi
076540752b
prevent refresh after drag is no movement happened
2018-02-24 15:36:06 +01:00
Gabor Kiss-Vamosi
5bc8f819f0
Update TODO_MINOR.md
2018-02-24 14:50:58 +01:00
Gabor Kiss-Vamosi
f3e1df3997
add LV_GROUP_KEY_ENETER_LONG to trigger long press evets of the objects
2018-02-24 14:39:15 +01:00
Gabor Kiss-Vamosi
465ce80e41
Update TODO_MINOR.md
2018-02-24 13:37:53 +01:00
Gabor Kiss-Vamosi
b2f72d3f70
LV_INDEV_TYPE_BUTTON added
2018-02-24 13:17:39 +01:00
Gabor Kiss-Vamosi
a676590e30
add group focus callback and invalid area rounding callback option
2018-02-24 11:55:39 +01:00
Gabor Kiss-Vamosi
7688535204
Update TODO_MINOR.md
2018-02-24 11:54:45 +01:00
Gabor Kiss-Vamosi
7310a2c6cc
add LV_PROTECT_PRESS_LOST
2018-02-24 11:26:06 +01:00
Gabor Kiss-Vamosi
3bbc052794
Update TODO_MINOR.md
2018-02-24 11:25:06 +01:00
Gabor Kiss-Vamosi
d57749ec98
Update TODO_MINOR.md
2018-02-23 20:55:21 +01:00
Gabor Kiss-Vamosi
5b637c68ee
Update TODO_MINOR.md
2018-02-23 18:09:05 +01:00
Gabor Kiss-Vamosi
3e8ca224a8
Update TODO_MAJOR.md
2018-02-23 17:10:58 +01:00
Gabor Kiss-Vamosi
6e6a7de1a8
lv_conf_templ.h update
2018-02-23 17:07:02 +01:00
Gabor Kiss-Vamosi
ff2e425b48
comment updates
2018-02-23 17:03:00 +01:00
Gabor Kiss-Vamosi
f7ee864709
Update TODO_MINOR.md
2018-02-23 16:31:15 +01:00
Gabor Kiss-Vamosi
93330eaf1d
rename LV_IMG_FORMAT_RAW_INTERNAL to LV_IMG_FORMAT_INTERNAL_RAW
2018-02-23 15:22:23 +01:00
Gabor Kiss-Vamosi
c4503cb8f8
lv_draw_label bugfix (old rounding from LV_FONT_ANTIALIAS)
2018-02-23 15:19:39 +01:00
Gabor Kiss-Vamosi
a11957d0b4
new font and anti-alising system release for test
2018-02-23 13:56:32 +01:00
Gabor Kiss-Vamosi
2177e51857
lv_slider: fix knob_in with not zero min value
2018-02-23 13:56:32 +01:00
Gabor Kiss-Vamosi
ff3bbc56bc
Update lv_txt.c
...
fix lv_txt_ut8_size() with 4 byte characters.
2018-02-23 13:56:32 +01:00
Gabor Kiss-Vamosi
3e5d43fd8b
Merge pull request #116 from CapnBry/dev-5.1
...
Add user pointer to indev driver for state storage between read() calls
2018-02-20 14:29:33 +01:00
Bryan Mayland
fada3aabfa
Add user pointer to indev driver for state storage between read() calls
2018-02-20 13:25:36 +00:00
Gabor Kiss-Vamosi
7a09086c6b
Update TODO_MAJOR.md
2018-02-20 08:48:52 +01:00
Gabor Kiss-Vamosi
890829aa93
Update TODO_MINOR.md
2018-02-17 20:15:02 +01:00
Gabor Kiss-Vamosi
88096cbbfe
merge change
2018-02-16 13:16:40 +01:00
Gabor Kiss-Vamosi
c56f5421f0
shadow drawing optimized
2018-02-16 12:55:05 +01:00
Gabor Kiss-Vamosi
fa6eb2fc22
lv_anim: delete unused global variable
2018-02-15 13:37:23 +01:00
Gabor Kiss-Vamosi
c547d2cf67
Merge branch 'master' into beta
2018-02-15 13:25:37 +01:00
Gabor Kiss-Vamosi
2f5f63ed13
lv_task: faster and clearer handler
2018-02-15 13:24:56 +01:00
Gabor Kiss-Vamosi
2237ebd46e
work in progress with new anti aliasing
2018-02-15 10:12:28 +01:00
Gabor Kiss-Vamosi
f4679bffc3
lv_draw_label: letter position bugfix with no anti aliasing
2018-02-09 12:41:48 +01:00
Gabor Kiss-Vamosi
133bfe161c
add new fonts
2018-02-09 12:40:00 +01:00
Gabor Kiss-Vamosi
39961a686f
Update TODO_MINOR.md
2018-02-07 13:32:34 +01:00
Gabor Kiss-Vamosi
dfedda8e28
Update TODO_PATCH.md
2018-02-07 13:08:28 +01:00
Gabor Kiss-Vamosi
7e17d38754
Merge pull request #105 from upbeat27/indev-proc-fix
...
Fix input device processing
2018-02-07 13:07:39 +01:00
Gabor Kiss-Vamosi
9f7e091aba
Update TODO_MINOR.md
2018-02-07 13:00:26 +01:00
Josh McAtee
55a276ff9a
Fix input device processing
2018-02-06 11:42:50 -08:00
Gabor Kiss-Vamosi
5f5c5f3d42
Update TODO_MAJOR.md
2018-02-05 21:46:01 +01:00
Gabor Kiss-Vamosi
83aab8f825
Update TODO_MAJOR.md
2018-02-05 21:45:45 +01:00
Gabor Kiss-Vamosi
d5bc4c0522
Update TODO_MINOR.md
2018-02-05 21:43:28 +01:00
Gabor Kiss-Vamosi
e5133e27e6
Update TODO_PATCH.md
2018-02-05 21:33:32 +01:00
Gabor Kiss-Vamosi
bbbf822561
lv_slider: fix knob_in with not zero min value
2018-02-05 11:35:07 +01:00
Gabor Kiss-Vamosi
b0e26d865c
new font system WIP
2018-02-05 11:27:08 +01:00
Gabor Kiss-Vamosi
0bf1d14756
Update lv_txt.c
...
fix lv_txt_ut8_size() with 4 byte characters.
2018-02-03 06:25:42 +01:00
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'
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
Gabor Kiss-Vamosi
47556f2290
lv_ufs_remove: check file existance
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
531eb4b417
line width bugfox width anti-aliasing
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
7f8b1e920a
Update README.md
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
2f084d204e
Update README.md
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
a93fedf945
Update README.md
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
8fd88300ce
Update README.md
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
d3f0331e8e
Update README.md
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
9fb0da69cc
Update README.md
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
4675bf9ae8
Update README.md
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
da631cd441
Update README.md
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
fd40f53d2e
Update README.md
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
9f420af5e2
Update TODO_MINOR.md
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
9ff4b0e5b2
Update TODO_MAJOR.md
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
901cb1fab0
Update TODO_MAJOR.md
2018-01-08 09:48:27 +01:00
Gabor Kiss-Vamosi
809c93a19e
update version
2018-01-05 13:52:43 +01:00
Gabor Kiss-Vamosi
62c307d6f2
lv_fs: lv_dir_open: bugifx (use rddir_size instead of file_fize)
2018-01-05 13:49:15 +01:00
Gabor Kiss-Vamosi
31488478c1
Merge pull request #60 from BenQoo/beta
...
lv_group: fix memory leak.
2018-01-04 09:13:03 +01:00
BenQoo
59fa14f989
lv_group: fix memory leak.
...
The items lack of memory deallocation
* `lv_group->obj_ll`
* `lv_group`
2018-01-04 14:54:37 +08:00
Gabor Kiss-Vamosi
1c34777024
line width bugfox width anti-aliasing
2018-01-02 12:59:18 +01:00
Gabor Kiss-Vamosi
dc3bc9f30d
Merge branch 'beta'
2018-01-02 12:43:21 +01:00
Gabor Kiss-Vamosi
96692bfc3b
material_theme: darker bg
2018-01-02 12:43:11 +01:00
Gabor Kiss-Vamosi
4aa3927b55
btnm: bottom border fix
2018-01-02 12:43:11 +01:00
Gabor Kiss-Vamosi
6eea879a14
Release v5.0.1
2018-01-02 12:40:53 +01:00
Gabor Kiss-Vamosi
c7862fd701
lv_conf_templ.h update
2018-01-02 12:40:09 +01:00
Gabor Kiss-Vamosi
e1f4426f76
Update README.md
2017-12-31 23:31:10 +01:00
Gabor Kiss-Vamosi
cc37769c91
Update README.md
2017-12-31 23:28:28 +01:00
Gabor Kiss-Vamosi
337d533dd5
Update README.md
2017-12-31 23:17:28 +01:00
Gabor Kiss-Vamosi
bc4a62da96
lv_list: group behaviour fixes
2017-12-31 11:11:46 +01:00
Gabor Kiss-Vamosi
4a58c778e4
Update README.md
2017-12-24 11:04:09 +01:00
Gabor Kiss-Vamosi
866e9e73b1
Update README.md
2017-12-24 11:03:16 +01:00
Gabor Kiss-Vamosi
3582f6501a
Update README.md
2017-12-24 11:00:46 +01:00
Gabor Kiss-Vamosi
dfa0970585
lv_mem: bugfix
2017-12-23 09:17:42 +01:00
Gabor Kiss-Vamosi
33f2d2fbd8
Update README.md
2017-12-22 17:09:44 +01:00
Gabor Kiss-Vamosi
85bb30a19d
Update README.md
2017-12-22 17:08:17 +01:00
Gabor Kiss-Vamosi
90ee83fb3e
Update README.md
2017-12-22 17:08:03 +01:00
Gabor Kiss-Vamosi
bb30cac9df
lv_conf_templ update
2017-12-22 15:47:12 +01:00
Gabor Kiss-Vamosi
d8ecb4afec
material_theme: darker bg
2017-12-22 15:37:24 +01:00
Gabor Kiss-Vamosi
9d097c7cc1
btnm: bottom border fix
2017-12-22 15:37:06 +01:00
Gabor Kiss-Vamosi
e7356bfbb6
Update TODO_MINOR.md
2017-12-21 03:14:42 +01:00
Gabor Kiss-Vamosi
b0d84a4a3d
Update TODO_MAJOR.md
2017-12-21 03:14:02 +01:00
Gabor Kiss-Vamosi
ee795362ba
Update TODO_MAJOR.md
2017-12-21 03:13:23 +01:00
Gabor Kiss-Vamosi
e5e76f163c
Update README.md
2017-12-21 01:06:11 +01:00
Gabor Kiss-Vamosi
d47db72584
move README to the root
2017-12-21 00:37:29 +01:00
Gabor Kiss-Vamosi
cde8738f0e
release v5.0.0
2017-12-21 00:30:00 +01:00
Gabor Kiss-Vamosi
925a174ae2
update templates and themes
2017-12-21 00:19:59 +01:00
Gabor Kiss-Vamosi
5654c97c6b
minor bugfixes
2017-12-20 21:27:39 +01:00
Gabor Kiss-Vamosi
d9590baf4c
ddlist: define name fix
2017-12-20 17:04:08 +01:00
Gabor Kiss-Vamosi
dda1a38143
chart:init_points and set_points added
2017-12-20 16:51:34 +01:00
Gabor Kiss-Vamosi
d239b319ef
lv_task: add idle measurement
2017-12-20 00:47:50 +01:00
Gabor Kiss-Vamosi
8164e8eac3
Update README.md
2017-12-19 22:09:06 +01:00
Gabor Kiss-Vamosi
60cbe5ec4c
add zen theme
2017-12-19 22:00:43 +01:00
Gabor Kiss-Vamosi
b9b735ce9f
minor updates
2017-12-19 22:00:32 +01:00
Gabor Kiss-Vamosi
65032619e2
add material theme
2017-12-17 20:11:28 +01:00
Gabor Kiss-Vamosi
da581072b4
minor fixes
2017-12-17 20:11:14 +01:00
Gabor Kiss-Vamosi
f242eba9c1
anim path reworked + minor changes
2017-12-17 01:54:09 +01:00
Gabor Kiss-Vamosi
7dad802981
minor fixes
2017-12-13 15:12:04 +01:00
Gabor Kiss-Vamosi
3f54e37143
minor renames
2017-12-11 23:11:15 +01:00
Gabor Kiss-Vamosi
ad3c0ebbfe
minor updates
2017-12-11 15:42:23 +01:00
Gabor Kiss-Vamosi
4fce2f394d
LV_INDEV_POINT_MARKER bugfix
2017-12-11 15:22:58 +01:00
Gabor Kiss-Vamosi
ce61609900
release rc-1
2017-12-11 14:40:46 +01:00
Gabor Kiss-Vamosi
ae23300c07
indev: add inactivity timer
2017-12-11 12:53:58 +01:00
Gabor Kiss-Vamosi
e7055bedf8
slider: lv_slider_is_dragged added
2017-12-11 11:42:27 +01:00
Gabor Kiss-Vamosi
dffc613d46
indev: add get_inactive_time
2017-12-11 10:59:33 +01:00
Gabor Kiss-Vamosi
7fb2974259
regenerate the fonts
2017-12-08 15:56:01 +01:00
Gabor Kiss-Vamosi
4138785a4e
lv_tanview: minor renames
2017-12-08 14:34:07 +01:00
Gabor Kiss-Vamosi
91b788dc57
minor fixes
2017-12-08 08:59:37 +01:00
Gabor Kiss-Vamosi
0bfb73b632
lv_conf_templ update
2017-12-07 19:27:13 +01:00
Gabor Kiss-Vamosi
893475ad89
Hide anti aliasing. No x << LV_AA rewuired from now
2017-12-07 19:22:23 +01:00
Gabor Kiss-Vamosi
8bd9ab7b84
LV_GROUP rename
2017-12-07 10:38:25 +01:00
Gabor Kiss-Vamosi
266487fdab
makefiles updated
2017-12-06 11:50:38 +01:00
Gabor Kiss-Vamosi
76902e00eb
fonts regenerated
2017-12-06 11:50:27 +01:00
Gabor Kiss-Vamosi
2cf7ed0d26
lv_draw: use Variable Length Arrays
2017-12-06 09:48:52 +01:00
Gabor Kiss-Vamosi
1060e3c25a
solve warnings
2017-12-03 22:41:32 +01:00
Gabor Kiss-Vamosi
562486c14e
FS_RES_... rename to LV_FS_RES_...
2017-12-03 22:32:09 +01:00
Gabor Kiss-Vamosi
acd0a98641
lv_conf_templ: update
2017-12-03 00:38:30 +01:00
Gabor Kiss-Vamosi
92e75fe05d
lv_theme_mono: add monochrome theme
2017-12-03 00:38:30 +01:00
Gabor Kiss-Vamosi
43646b78ef
lv_mem_realloc: just truncate mem if smaller then then the old
2017-12-03 00:38:30 +01:00
Gabor Kiss-Vamosi
03d076197f
minor fixes for objects
2017-12-03 00:38:30 +01:00
Gabor Kiss-Vamosi
596b15799d
lv_page: draw border after the content
2017-12-03 00:38:30 +01:00
Gabor Kiss-Vamosi
d6e1705a1a
fix a lot of warnings
2017-12-02 20:43:50 +01:00
Gabor Kiss-Vamosi
525c8d3dd9
minor renames
2017-12-02 15:04:44 +01:00
Gabor Kiss-Vamosi
defa3a0922
Merge branch 'dev-5.0' of https://github.com/littlevgl/lvgl into dev-5.0
2017-12-02 14:53:39 +01:00
Gabor Kiss-Vamosi
15c2187c57
night theme bugfix
2017-12-02 14:53:27 +01:00
Gabor Kiss-Vamosi
cabf623e11
color_int_t reanme to lv_color_int_t
2017-12-01 19:40:12 +01:00
Gabor Kiss-Vamosi
47f2e0a8f7
solve warnings
2017-11-30 14:46:16 +01:00
Gabor Kiss-Vamosi
b5af497aad
makefile update
2017-11-30 11:44:24 +01:00
Gabor Kiss-Vamosi
514d2b38b4
lv_obj folder rename to lv_core
2017-11-30 11:35:49 +01:00
Gabor Kiss-Vamosi
2f5a09bc99
LV_VDB_ADR added to place vdb to sepcific address
2017-11-30 09:53:26 +01:00
Gabor Kiss-Vamosi
11c2d5dce4
lv_indev_registr rename to lv_indev_drv_regster
2017-11-29 16:28:20 +01:00
Gabor Kiss-Vamosi
bfc735a004
lv_conf_templ: add LV_VDB_DOUBLE
2017-11-29 15:41:57 +01:00
Gabor Kiss-Vamosi
b26bb2e5b7
lv_tick_inc: update with 'tick_period' parameter
2017-11-29 15:34:37 +01:00
Gabor Kiss-Vamosi
366ac0c03c
Update README.md
2017-11-29 15:33:29 +01:00
Gabor Kiss-Vamosi
617438d770
lv_draw_vbasic: minor updates
2017-11-29 15:21:47 +01:00
Gabor Kiss-Vamosi
dfb0789191
makefile revert
2017-11-29 13:40:43 +01:00
Gabor Kiss-Vamosi
8db441d6a8
solve warnings
2017-11-29 13:22:44 +01:00
Gabor Kiss-Vamosi
1a1840ae11
lv_hal_indev and tick updates
2017-11-29 13:22:44 +01:00
Gabor Kiss-Vamosi
cc7128ce4c
lv_hal_disp: add disp_flush
2017-11-29 13:22:44 +01:00
Gabor Kiss-Vamosi
9d87a82210
Update README.md
2017-11-29 11:43:09 +01:00
Gabor Kiss-Vamosi
d6692e3ead
Update README.md
2017-11-29 11:42:23 +01:00
Gabor Kiss-Vamosi
80b408f9a6
Update README.md
2017-11-29 11:41:34 +01:00
Gabor Kiss-Vamosi
7f486ac48f
Update README.md
2017-11-29 11:37:26 +01:00
Gabor Kiss-Vamosi
1ea356688f
Update README.md
2017-11-29 11:32:38 +01:00
Gabor Kiss-Vamosi
193ca45248
Update README.md
2017-11-29 11:24:39 +01:00
Gabor Kiss-Vamosi
6678e48ccc
Update README.md
2017-11-29 11:10:12 +01:00
Gabor Kiss-Vamosi
1eab2ccba3
add makefile
2017-11-28 16:15:42 +01:00
Gabor Kiss-Vamosi
2d09b3dbdf
lv_area: add 'lv_' prefix
2017-11-28 16:15:13 +01:00
Gabor Kiss-Vamosi
83b01aa627
add LV_NO_ANIM and LV_NO_SHADOW
2017-11-27 17:48:54 +01:00
Gabor Kiss-Vamosi
0a3ff11223
lv_hal: add init funtion to call prior driver registration
2017-11-27 09:38:10 +01:00
Gabor Kiss-Vamosi
c9b28c7692
lv_hal: use less general structur elements
2017-11-27 00:48:16 +01:00
Gabor Kiss-Vamosi
c890dc8d43
use only relative include paths
2017-11-26 23:58:05 +01:00
Gabor Kiss-Vamosi
84477fccee
lv draw corner: color mix bugfix and speed up
2017-11-26 22:09:37 +01:00
Gabor Kiss-Vamosi
1d103f11c3
lv_theme_night: list remove inner padding
2017-11-26 19:16:32 +01:00
Gabor Kiss-Vamosi
c157f0cdad
tabview: add slide disable/enable
2017-11-26 18:58:11 +01:00
Gabor Kiss-Vamosi
8e1f54a213
misc integration bugfixes
2017-11-26 14:39:22 +01:00
Gabor Kiss-Vamosi
17a691ad39
lv_conf_templ update
2017-11-26 13:13:45 +01:00
Gabor Kiss-Vamosi
2ff3c37a54
macro remames
2017-11-26 13:09:43 +01:00
Gabor Kiss-Vamosi
c48a521882
misc is completly removed
2017-11-26 11:38:28 +01:00
Gabor Kiss-Vamosi
a8ceb6bcaf
lv_misc: all functions are renamed
2017-11-24 17:48:47 +01:00
Gabor Kiss-Vamosi
1fcda8092e
rename a lot of functions in lv_misc
2017-11-23 21:28:36 +01:00
Gabor Kiss-Vamosi
c3471fd04e
lv_misc files added from misc repo
2017-11-23 20:42:14 +01:00
Gabor Kiss-Vamosi
c5b9a4eb17
lv_theme_night ready
2017-11-22 23:04:02 +01:00
Gabor Kiss-Vamosi
b90f3c7d32
theme_night: minor update on buttons
2017-11-22 21:11:50 +01:00
Gabor Kiss-Vamosi
38663e1365
Merge branch 'beta' of https://github.com/littlevgl/lvgl into beta
2017-11-22 18:53:45 +01:00
Gabor Kiss-Vamosi
d8d49d1835
theme updates
2017-11-22 16:03:40 +01:00
Gabor Kiss-Vamosi
25f9500d5a
solve warnings
2017-11-22 13:26:20 +01:00
Gabor Kiss-Vamosi
7de9b97c6c
lv_indev_t element rename
2017-11-22 10:34:30 +01:00
Gabor Kiss-Vamosi
bd60d7cd3b
lv_tabview: drag bugfix
2017-11-22 10:34:08 +01:00
Gabor Kiss-Vamosi
eaacc34c6e
Update TODO_MAJOR.md
2017-11-21 17:48:53 +01:00
Gabor Kiss-Vamosi
b2ef660b3a
lv_tabview: obj type check in realign
2017-11-21 17:04:06 +01:00
Gabor Kiss-Vamosi
22f9c69fc1
bugfixes
2017-11-21 14:52:23 +01:00
Gabor Kiss-Vamosi
2f896ab068
slider knob shadow bugfix
2017-11-21 12:26:46 +01:00
Gabor Kiss-Vamosi
9d2d7ee869
revert include paths
2017-11-21 10:51:10 +01:00
Gabor Kiss-Vamosi
b749236724
revert adding misc submodule
2017-11-21 10:48:21 +01:00
Gabor Kiss-Vamosi
fc6f7ceba4
add misc as submodule
2017-11-21 10:38:31 +01:00
Gabor Kiss-Vamosi
d4aba14fea
misc remove
2017-11-21 10:37:09 +01:00
Gabor Kiss-Vamosi
cff1c299ab
add misc as submodule
2017-11-21 10:35:57 +01:00
Gabor Kiss-Vamosi
8fd12c53d2
style renames
2017-11-20 14:26:18 +01:00
Gabor Kiss-Vamosi
68133801d8
lv_hal_disp: remove the unused hor_res and ver_res
2017-11-20 13:20:53 +01:00
Gabor Kiss-Vamosi
79e3951ac8
lv_indev: keyboard ignor key == 0
2017-11-20 13:00:55 +01:00
Gabor Kiss-Vamosi
4ca6a04ce3
minor fixes
2017-11-19 22:24:57 +01:00
Gabor Kiss-Vamosi
cc687c8ead
merge to beta
2017-11-19 21:54:07 +01:00
Gabor Kiss-Vamosi
1e139dc86c
Release v5.0.0-beta
2017-11-19 21:30:28 +01:00
Gabor Kiss-Vamosi
552e7a8cf1
integrate img_conf into lv_conf.h
2017-11-19 21:16:53 +01:00
Gabor Kiss-Vamosi
dc9b619307
minor API updates
2017-11-19 20:45:40 +01:00
Gabor Kiss-Vamosi
1f6855f085
Update TODO_MINOR.md
2017-11-19 20:44:33 +01:00
Gabor Kiss-Vamosi
fef902f1da
keyboard device support
2017-11-19 19:28:45 +01:00
Gabor Kiss-Vamosi
ec8deaad69
Update TODO_MINOR.md
2017-11-19 12:53:52 +01:00
Gabor Kiss-Vamosi
f66a45ba8b
Update TODO_MINOR.md
2017-11-19 12:53:50 +01:00
Gabor Kiss-Vamosi
40f8a12c40
Update TODO_MINOR.md
2017-11-19 12:53:19 +01:00
Gabor Kiss-Vamosi
3ca4aa6858
Update TODO_MINOR.md
2017-11-19 09:58:40 +01:00
Gabor Kiss-Vamosi
4004153a5a
Update TODO_MINOR.md
2017-11-19 09:48:34 +01:00
Gabor Kiss-Vamosi
a006082a47
rename enums to be general (e.g. lv_cont_layout_t -> lv_layout_t)
2017-11-18 00:18:19 +01:00
Gabor Kiss-Vamosi
7753257842
theme: add default
2017-11-18 00:17:21 +01:00
Gabor Kiss-Vamosi
63d54b0212
some api updates and style border.part added
2017-11-17 15:43:08 +01:00
Gabor Kiss-Vamosi
feb445d558
Update TODO_MINOR.md
2017-11-16 17:09:06 +01:00
Gabor Kiss-Vamosi
b973dd342a
lv_theme: integrate into the library
...
add lv_theme
2017-11-16 15:38:02 +01:00
Gabor Kiss-Vamosi
e3378d23d4
consistent abbreviations
2017-11-16 10:20:44 +01:00
Gabor Kiss-Vamosi
38c799e27e
lv_roller: add text recolor in selected area
2017-11-15 22:23:17 +01:00
Gabor Kiss-Vamosi
350ceddf3f
name fixes
2017-11-15 21:06:44 +01:00
Gabor Kiss-Vamosi
86daac1424
add lv_xxx_style_t and unify style set/get
2017-11-15 15:50:33 +01:00
Gabor Kiss-Vamosi
39075fe06d
update label, image and line API
2017-11-13 16:11:05 +01:00
Gabor Kiss-Vamosi
b8b0869a54
Update TODO_MINOR.md
2017-11-13 08:39:32 +01:00
Gabor Kiss-Vamosi
eb0383ea89
refresh with font_get_height_scale()
2017-11-11 14:23:05 +01:00
Gabor Kiss-Vamosi
cab8e4e7f5
update lv_objx_templ
2017-11-10 15:29:53 +01:00
Gabor Kiss-Vamosi
f03efd9460
btn style rename
2017-11-10 15:26:35 +01:00
Gabor Kiss-Vamosi
8f715434ac
set function order
2017-11-10 15:01:40 +01:00
Gabor Kiss-Vamosi
4ecd589d84
slider and sw update
2017-11-09 17:13:10 +01:00
Gabor Kiss-Vamosi
0a5bd40430
lv_slider: bugfix on update drag-set mechanism
2017-11-09 08:37:43 +01:00
Gabor Kiss-Vamosi
6862cbdec2
lv_slider: update drag-set mechanism
2017-11-08 11:37:01 +01:00
Gabor Kiss-Vamosi
72605cac51
lv_mbox: fix duplicated function names
2017-11-08 11:11:40 +01:00
Gabor Kiss-Vamosi
a2ab0cde79
mbox: add btn width attribute
2017-11-08 11:07:34 +01:00
Gabor Kiss-Vamosi
d6739192fd
add early return on LV_RES_INV in signal function
2017-11-07 17:00:55 +01:00
Gabor Kiss-Vamosi
410ea1f8f1
mbox further api update
2017-11-07 16:18:38 +01:00
Gabor Kiss-Vamosi
e42d63c7be
mbox api update
2017-11-07 15:13:34 +01:00
Gabor Kiss-Vamosi
f7baf2716a
lv_list: api update
2017-11-07 14:31:35 +01:00
Gabor Kiss-Vamosi
0671556002
lv_indev: remve debug printfs
2017-11-07 14:31:18 +01:00
Gabor Kiss-Vamosi
36f236bc44
lv_label: roll long mode bugfix on size change
2017-11-07 14:30:52 +01:00
Gabor Kiss-Vamosi
b160b1d1d5
indev: stop drag thorw when it already does nothing (e.g. page scrollable)
2017-11-06 16:27:00 +01:00
Gabor Kiss-Vamosi
1246878f00
lv_roller: API added
2017-11-05 22:37:03 +01:00
Gabor Kiss-Vamosi
27237acc88
Update TODO_MAJOR.md
2017-11-05 15:49:47 +01:00
Gabor Kiss-Vamosi
8eb4317e37
lv_ta: minor updates on API
2017-11-05 15:19:36 +01:00
Gabor Kiss-Vamosi
4412b13928
ta api updated and tested
2017-11-05 14:12:50 +01:00
Gabor Kiss-Vamosi
9497090093
Update TODO_MINOR.md
2017-11-05 01:05:46 +01:00
Gabor Kiss-Vamosi
8175e4e723
Update TODO_MINOR.md
2017-11-05 01:05:09 +01:00
Gabor Kiss-Vamosi
a256f58de1
Update TODO_MAJOR.md
2017-11-05 01:04:24 +01:00
Gabor Kiss-Vamosi
44818d3527
further api updates (begin to move signal function as static)
2017-11-05 00:48:57 +01:00
Gabor Kiss-Vamosi
c517d73a71
add static inline function to clraify API (bar, slider, sw, cb, btn, btnm)
2017-11-03 13:39:37 +01:00
Gabor Kiss-Vamosi
4076c8ddaf
lv_bar: range bugfix
2017-11-03 10:22:40 +01:00
Gabor Kiss-Vamosi
5325a93990
minor style updates
2017-11-02 17:44:00 +01:00
Gabor Kiss-Vamosi
a1afdc5f3c
label: move align to obj. attribut from style
2017-11-02 09:25:37 +01:00
Gabor Kiss-Vamosi
6e5db9e44e
style: move opa to body.opa and make border.opa independent from it
2017-11-02 01:37:32 +01:00
Gabor Kiss-Vamosi
2b6a69068c
Update TODO_MAJOR.md
2017-11-01 11:16:51 +01:00
Gabor Kiss-Vamosi
21475e86f2
apply the new (global variable oriented) font system
2017-11-01 11:14:12 +01:00
Gabor Kiss-Vamosi
c13507ae0c
lv_kb: Enter key name fix
2017-10-31 17:10:10 +01:00
Gabor Kiss-Vamosi
0646509b9a
lv_style anim solve warning
2017-10-31 16:47:44 +01:00
Gabor Kiss-Vamosi
0dbc0f0442
lv_btn_set_styles() revert to set all styles paramter list
2017-10-31 16:25:52 +01:00
Gabor Kiss-Vamosi
919a8e81ea
styles: make styles to global variables
2017-10-30 17:31:48 +01:00
Gabor Kiss-Vamosi
5608bf868e
bugfixes
2017-10-30 17:11:56 +01:00
Gabor Kiss-Vamosi
df238e2f44
Update TODO_MAJOR.md
2017-10-26 21:22:26 +02:00
Gabor Kiss-Vamosi
f0080b944d
fixes and updates according to test results
2017-10-26 21:20:10 +02:00
Gabor Kiss-Vamosi
a1b4da6a30
Update TODO_PATCH.md
2017-10-24 10:03:06 +02:00
Gabor Kiss-Vamosi
816327f4f7
lv_hal: comment update
2017-10-20 22:41:10 +02:00
Gabor Kiss-Vamosi
964499a06f
lv_hal: update function names and typedefs
2017-10-20 22:11:18 +02:00
Gabor Kiss-Vamosi
866f53658e
remove lv_example because it is moved to seperate repo
2017-10-20 21:34:43 +02:00
Gabor Kiss-Vamosi
8707f3f122
Update TODO_MINOR.md
2017-10-20 21:20:35 +02:00
Gabor Kiss-Vamosi
09c51d1a6a
Update TODO_MAJOR.md
2017-10-20 21:18:10 +02:00
Gabor Kiss-Vamosi
bf1903d17b
API updates
2017-10-20 15:37:50 +02:00
Gabor Kiss-Vamosi
2ea1af59b9
further style renames + remove LV_DOWNSCALE
2017-10-20 10:17:02 +02:00
Gabor Kiss-Vamosi
8c9d4b58ed
further renames in styles
2017-10-19 12:46:49 +02:00
Gabor Kiss-Vamosi
0856790760
lv_style: mass attribute renames
2017-10-18 16:07:19 +02:00
Gabor Kiss-Vamosi
d9205adc60
add lv_hal as normal folder (not from hal repo)
2017-10-18 14:09:25 +02:00
Gabor Kiss-Vamosi
2b44c68794
lv_hal_disp_copy updated
2017-10-18 13:47:35 +02:00
Gabor Kiss-Vamosi
c9b1d0c75f
Merge pull request #41 from BenQoo/beta
...
Add Missing Right Curly Bracket
2017-10-17 10:23:53 +02:00
BenQoo
7a65dca973
Add missing right curly bracket.
2017-10-17 15:34:18 +08:00
Gabor Kiss-Vamosi
bfb3a105ac
lv_ta: OUTLINE cursor vpad bugfix
2017-10-16 08:22:18 +02:00
Gabor Kiss-Vamosi
c96b1d4db3
Update CONTRIBUTING.md
2017-10-15 12:32:12 +02:00
Gabor Kiss-Vamosi
dbe741da12
lv_obj: lv_obj_del: bugfix
2017-10-12 17:00:18 +02:00
Gabor Kiss-Vamosi
49547a33f8
lv_btnm: control byte added
2017-10-12 16:59:51 +02:00
Gabor Kiss-Vamosi
49a50152cc
lv_indev: update indev reset behavior
2017-10-12 16:59:09 +02:00
Gabor Kiss-Vamosi
f1ba07eab7
Update TODO_MAJOR.md
2017-10-12 15:36:01 +02:00
Gabor Kiss-Vamosi
7b24b47adf
lv_bar: bugfix to handle negative range correctly
2017-10-11 16:04:19 +02:00
Gabor Kiss-Vamosi
bf8cf9fb81
lv_label: scroll anim position bugifx
2017-10-11 16:03:43 +02:00
Gabor Kiss-Vamosi
a7a6812a19
rename lv_top/sys_layer() to lv_layer_top/sys()
2017-10-11 09:11:29 +02:00
Gabor Kiss-Vamosi
af2b6f8034
update default screen style to white baclground
2017-10-11 09:10:47 +02:00
Gabor Kiss-Vamosi
9aac004c2c
Update TODO_MAJOR.md
2017-10-11 08:58:17 +02:00
Gabor Kiss-Vamosi
7f6bdbe6eb
Merge branch 'beta' into dev-5.0
2017-10-10 16:39:57 +02:00
Gabor Kiss-Vamosi
f06534eb2e
Merge remote-tracking branch 'origin/beta' into dev-5.0
2017-10-10 16:39:45 +02:00
Gabor Kiss-Vamosi
e42fe2fead
Merge branch 'beta' of https://github.com/littlevgl/lvgl into beta
2017-10-10 16:34:37 +02:00
Gabor Kiss-Vamosi
a78ea8f2e8
lv_hal update
2017-10-10 16:34:15 +02:00
Gabor Kiss-Vamosi
dcf50104f0
lv_obj: add top and sys layers
2017-10-10 16:17:23 +02:00
Gabor Kiss-Vamosi
57619fca06
fix a style refresh issue
2017-10-10 16:15:59 +02:00
Gabor Kiss-Vamosi
748009735c
lv_ta: apply hpad/vpad on cursor position/size
2017-10-09 16:30:47 +02:00
Gabor Kiss-Vamosi
577fc7b528
lv_page: refresh size according to vpad/hpad on STYLE_CHANGE
2017-10-09 16:11:54 +02:00
Gabor Kiss-Vamosi
d6fe59bf73
Merge branch 'beta' of https://github.com/littlevgl/lvgl into dev-5.0
2017-10-09 15:30:08 +02:00
Gabor Kiss-Vamosi
dedad11102
remove all app. related includes
2017-10-09 15:29:50 +02:00
Gabor Kiss-Vamosi
d32692922b
lv_conf_templ: remove app. related parts
2017-10-09 15:28:15 +02:00
Gabor Kiss-Vamosi
7b3c0009f6
delete application (moved as examples to a new repo)
2017-10-09 15:26:54 +02:00
Gabor Kiss-Vamosi
a5c85244a7
dispi->indev rework and integration
2017-10-09 15:21:26 +02:00
Gabor Kiss-Vamosi
aea3154b3b
Merge pull request #40 from scopa90/patch-1
...
lv_btn: lv_btn_set_styles() do not change style on NULL
2017-10-09 14:27:44 +02:00
scopa90
f7c8fe9857
Update lv_btn.c
...
Allow NULL as parameter to lv_btn_set_styles for any style which is not to be changed.
2017-10-09 13:24:28 +01:00
Gabor Kiss-Vamosi
eb067af098
Update TODO_MAJOR.md
2017-10-09 08:31:52 +02:00
Gabor Kiss-Vamosi
71c5c5814c
solve conflicts
2017-10-05 13:46:59 +02:00
Gabor Kiss-Vamosi
73b042cc82
add the new hal folder
2017-10-05 13:38:45 +02:00
Gabor Kiss-Vamosi
4d2714facc
lv_tabview: set the first tab as active when added
2017-10-05 12:55:32 +02:00
Gabor Kiss-Vamosi
d27d8fd087
lv_roller: now works with drag throw
2017-10-05 12:51:29 +02:00
Gabor Kiss-Vamosi
e468f0d5fc
fumbling with git...
2017-10-05 11:35:41 +02:00
Gabor Kiss-Vamosi
c0715b4c63
rever reset
2017-10-05 11:29:21 +02:00
Gabor Kiss-Vamosi
445b5ad231
Merge branch 'new_objs' into beta
2017-10-05 11:11:35 +02:00
Gabor Kiss-Vamosi
315bf64ccb
merge utf8
2017-10-05 11:10:44 +02:00
Gabor Kiss-Vamosi
d6ccc48963
lv_ta: LINE and UNDERLINE cursor aligned symmetrically
2017-10-03 13:16:55 +02:00
Gabor Kiss-Vamosi
1544f6b6ed
Update TODO_MINOR.md
2017-10-03 11:37:13 +02:00
Gabor Kiss-Vamosi
d1dcc41f69
lv_ta: remove forgotten printf
2017-10-03 11:35:53 +02:00
Gabor Kiss-Vamosi
0777561390
lv_ta: utf8 update
2017-10-03 10:42:38 +02:00
Gabor Kiss-Vamosi
0c473c6ccb
lv_roller: make roller_scrl_signal to static
2017-10-02 17:19:25 +02:00
Gabor Kiss-Vamosi
974540cc63
lv_ta: fix cursor pos in one_line mode at line end
2017-10-02 16:50:34 +02:00
Gabor Kiss-Vamosi
fc3b967f33
Merge branch 'dev-5.0' of https://github.com/littlevgl/lvgl into dev-5.0
2017-10-02 15:15:42 +02:00
Gabor Kiss-Vamosi
b1abcb9310
all 3 hal elements are integrated
2017-10-02 15:14:14 +02:00
Gabor Kiss-Vamosi
3d38150563
move misc back to root folder
2017-09-27 16:07:33 +02:00
Gabor Kiss-Vamosi
380c0b1408
move misc beck to root folder
2017-09-27 16:03:01 +02:00
Gabor Kiss-Vamosi
5dabd945bd
Merge branch 'new_objs' of https://github.com/littlevgl/lvgl into utf8
2017-09-27 15:19:19 +02:00
Gabor Kiss-Vamosi
9cd49f1554
lv_ta: remove a forgotten debug printf
2017-09-27 15:15:47 +02:00
Gabor Kiss-Vamosi
c72bb4502a
lv_ta: cursor style bugfix on '\n'
2017-09-27 15:12:29 +02:00
Gabor Kiss-Vamosi
ebfe8fbfd4
update to the new font desciption
2017-09-27 13:05:35 +02:00
Gabor Kiss-Vamosi
5a6350df2a
lv_ta: cursor style bugfix on '\n'
2017-09-25 12:11:42 +02:00
Gabor Kiss-Vamosi
0afd6cee46
Update README.md
2017-09-23 23:28:06 +02:00
Gabor Kiss-Vamosi
a6f5141f42
Update README.md
2017-09-23 23:27:17 +02:00
Gabor Kiss-Vamosi
fbb88452fb
Update README.md
2017-09-23 23:25:12 +02:00
Kiss-Vamosi Gabor
af11110e0f
lv_roller: comments added
2017-09-23 22:14:31 +02:00
Gabor Kiss-Vamosi
d07d4f5300
Update TODO_MAJOR.md
2017-09-22 23:56:56 +02:00
Kiss-Vamosi Gabor
b557331d63
lv_roller updates
2017-09-22 23:55:54 +02:00
Kiss-Vamosi Gabor
280e039e19
lv_ddlist: change auto_size to fix_height
2017-09-22 23:55:42 +02:00
Kiss-Vamosi Gabor
4935b88588
lv_objx_templ: minor update in comments
2017-09-22 23:55:03 +02:00
Kiss-Vamosi Gabor
d950ae0ee4
lv_obj_set_style refresh NULL styles behind glass styles
2017-09-22 23:54:31 +02:00
Gabor Kiss-Vamosi
1bbe6e1068
lv_ta: full UTF-8 support
2017-09-22 13:58:01 +02:00
Gabor Kiss-Vamosi
6e3445c2d6
Merge branch 'new_objs' into utf8
2017-09-22 09:54:22 +02:00
Gabor Kiss-Vamosi
569edb7685
utf-8: lv_label full support, lv_ta in pwd_mode still not working
2017-09-22 09:52:53 +02:00
Gabor Kiss-Vamosi
d610872ee7
Update TODO_MAJOR.md
2017-09-21 14:18:54 +02:00
Gabor Kiss-Vamosi
8414b1de2b
lv_ta: cursor types addd (line, block, outline, underline)
2017-09-15 10:22:12 +02:00
Gabor Kiss-Vamosi
0b8daf5283
Update TODO_MINOR.md
2017-09-14 06:46:31 +02:00
Gabor Kiss-Vamosi
cb6824755d
Update TODO_MINOR.md
2017-09-13 15:41:51 +02:00
Gabor Kiss-Vamosi
1782af2abb
Update TODO_MINOR.md
2017-09-13 15:41:32 +02:00
Gabor Kiss-Vamosi
45f4b64cd4
Update TODO_PATCH.md
2017-09-13 12:44:16 +02:00
Gabor Kiss-Vamosi
cf69a7ae33
lv_ta: cursor style come from page bg. is scrl. has glass == 1
2017-09-13 10:08:21 +02:00
Gabor Kiss-Vamosi
637a41d392
lv_ta: fix height when one_line and FONT_ANTIALIAS
2017-09-12 10:55:36 +02:00
Gabor
45b8364b0e
lv_roller: lv_ddlist_set_selected() updated to work with roller too
2017-09-11 12:43:14 +02:00
Gabor
f55d6fa640
lv_ta: label width bugfix
2017-09-11 10:28:14 +02:00
Gabor
ecc8c8af8f
lv_label: draw background if the style explictly set
2017-09-11 10:15:40 +02:00
Gabor
0c45e9eac4
lv_ta: lv_ta_del() fix in pwd mode
2017-09-03 16:09:03 +02:00
Gabor
b6820e7e79
Merge branch 'beta' of https://github.com/littlevgl/lvgl into beta
2017-09-03 16:03:16 +02:00
Gabor
024d776d2c
lv_btnm.h add missing semi colon
2017-09-03 16:02:37 +02:00
Gabor
7148f377c4
lv_roller: lv_roler added but not ready yet
2017-09-03 16:01:51 +02:00
Gabor
9cefda4f7b
lv_label: lv_label_append_text() renamed and upgraded to lv_label_ins_text()
2017-09-03 16:01:03 +02:00
Kiss-Vamosi Gabor
f78046acce
lv_ta_get_txt bugfix in pwm_mode
2017-08-29 15:08:18 +02:00
Gabor
9405abb3fd
Add misc and hal
2017-08-24 17:01:54 +02:00
Gabor
eaf7a123d4
Merge branch 'beta' into dev-5.0
2017-08-24 15:56:11 +02:00
Gabor
fce6d2982e
add 'misc' as submodule
2017-08-24 15:56:02 +02:00
Gabor
99dbf35953
lv_tabview: free allocated memory on in clean up signal
2017-08-24 14:30:14 +02:00
Gabor
892745a592
lv_kb: action call bugfix
2017-08-24 14:29:28 +02:00
Gabor
922d0ab150
lv_btnm_set_styles support trel, tpr and ina styles (API change)
2017-08-24 14:28:02 +02:00
Gabor Kiss-Vamosi
ed8df15de4
Update TODO_MAJOR.md
2017-08-24 14:24:35 +02:00
Gabor
ad2a9a4cea
Merge branch 'new_objs' into beta
2017-08-23 16:42:52 +02:00
Gabor
ce50c08e91
Merge branch 'bugfix' into beta
2017-08-23 14:39:39 +02:00
Gabor
64852194ea
use relative includes where it is possible
2017-08-23 14:39:09 +02:00
Gabor
0ef1fa0627
lv_tabview: add API
2017-08-23 14:24:34 +02:00
Gabor
fea552511e
lv_objx_templ: create 'Add/remove functions' section
2017-08-23 14:24:11 +02:00
Gabor
7c90b4630b
lv_conf_templ, lvgl.h: update with lv_tabview and lv_kb
2017-08-23 14:23:07 +02:00
Gabor
90d8a11917
lv_ta: lv_ta_cursor_show() don't let cursor visible if disabled
2017-08-23 14:19:42 +02:00
Gabor
1bdc650635
lv_kb: lv_kb_set_mode bugfix
2017-08-23 14:15:33 +02:00
Gabor Kiss-Vamosi
d0d46d482e
Update TODO_MINOR.md
2017-08-23 09:25:25 +02:00
Gabor
af0c8d57b5
lv_kb: add Keyboard object type
2017-08-23 09:24:23 +02:00
Gabor Kiss-Vamosi
dc7ac427b5
Update CONTRIBUTING.md
2017-08-23 05:32:17 +02:00
Gabor
ebf7fd20ae
Merge branch 'beta' into new_objs
2017-08-22 16:41:32 +02:00
Gabor
6d68aabc41
lv_objx_templ: formatting
2017-08-22 16:41:23 +02:00
Gabor
8ad9b481a8
lv_img: check the USE_FSINT and USE_UFS better
2017-08-22 12:51:18 +02:00
Gabor Kiss-Vamosi
e6028a913c
Update CONTRIBUTING.md
2017-08-22 09:41:13 +02:00
Gabor Kiss-Vamosi
53b7ef0429
Update TODO_PATCH.md
2017-08-21 15:35:38 +02:00
Gabor
14cd444f8d
lv_list work without lv_img
2017-08-21 14:55:06 +02:00
Gabor
525a9e381f
lv_objx_templ: updated
2017-08-21 14:41:50 +02:00
Gabor
3a4463d2e4
lv_tab: all working, API not ready
2017-08-21 14:41:28 +02:00
Gabor Kiss-Vamosi
2aab61b91d
Update TODO_PATCH.md
2017-08-20 19:26:16 +02:00
Gabor Kiss-Vamosi
4b59ae0976
Update TODO_MINOR.md
2017-08-20 02:20:01 +02:00
Gabor Kiss-Vamosi
fa5edfb53e
Update TODO_PATCH.md
2017-08-20 02:18:38 +02:00
Gabor
3980f08440
lv_btnm: add lv_btnm_set_tgl()
2017-08-20 02:16:21 +02:00
Gabor
237edae7df
lv_sw: all feature is working
2017-08-18 21:14:11 +02:00
Gabor
61c5777a6b
lv_slider: knob_in + handle negative hpad/vpad to make bigger bg. then knob
2017-08-18 21:11:22 +02:00
Gabor
6852f6ee80
Merge branch 'beta' into lv_sw
2017-08-18 17:43:55 +02:00
Gabor
2965b351a5
lv_sw: skeleton added
2017-08-18 17:43:14 +02:00
Gabor Kiss-Vamosi
798e021803
Update TODO_PATCH.md
2017-08-17 13:19:59 +02:00
Gabor Kiss-Vamosi
def6cb2c92
Update TODO_MINOR.md
2017-08-17 11:16:09 +02:00
Gabor Kiss-Vamosi
a053641ea5
Update TODO_PATCH.md
2017-08-17 11:15:42 +02:00
Gabor Kiss-Vamosi
c6bf07973e
Update TODO_MINOR.md
2017-08-17 11:15:08 +02:00
Gabor
7dfb4eb374
Release v4.2.0
2017-08-17 11:07:00 +02:00
Gabor
b424927b80
Merge branch 'master' of https://github.com/littlevgl/lvgl
2017-08-17 11:06:24 +02:00
Gabor
42f040f885
Merge branch 'beta'
2017-08-17 11:05:55 +02:00
Gabor
f776a8f1cf
lv_ddlist: remove unused variable
2017-08-17 10:44:42 +02:00
Gabor
9fddc294ab
Merge branch 'examples' into beta
2017-08-17 10:42:23 +02:00
Gabor
7fdd633561
lv_example: add screenshots
2017-08-17 10:41:48 +02:00
Gabor
b8080ef1db
lv_examle: renames, add 'lv_ex_' prefix
2017-08-17 09:56:01 +02:00
Gabor
e044e02541
lv_example: style_usage example added
2017-08-17 09:42:12 +02:00
Gabor Kiss-Vamosi
22dabf9c2a
Update TODO_MINOR.md
2017-08-16 20:06:49 +02:00
Gabor Kiss-Vamosi
96a43ba3c5
Update TODO_MINOR.md
2017-08-16 12:39:40 +02:00
Gabor
a8721ff3c3
lv_btnm: 0. byte (width dsc) 1. byte: hidden if \177 (0x7F)
2017-08-16 12:36:22 +02:00
Gabor Kiss-Vamosi
d15980cdd3
Update TODO_MINOR.md
2017-08-16 11:49:22 +02:00
Gabor Kiss-Vamosi
2e60555506
Update TODO_MINOR.md
2017-08-16 11:41:30 +02:00
Gabor Kiss-Vamosi
692a4b33c8
Update TODO_PATCH.md
2017-08-16 11:40:14 +02:00
Gabor
da0a235a33
Merge branch 'bugfix' into beta
2017-08-16 11:38:49 +02:00
Gabor
77e1dc21bb
lv_ta: fix memory leak on delete in password mode
2017-08-16 11:38:26 +02:00
Gabor
94b6be4c3d
Merge branch 'beta' into bugfix
2017-08-16 11:34:48 +02:00
Gabor
1ff5f1f91d
lv_ta: lv_ta_set_one_line added
2017-08-16 11:28:33 +02:00
Gabor
3e053db00b
lv_slider: don't let indicator or bar to disappear because of hpad/vpad
2017-08-16 11:28:33 +02:00
Gabor Kiss-Vamosi
317c8f40da
Update CONTRIBUTING.md
2017-08-14 17:10:33 +02:00
Gabor Kiss-Vamosi
267d0d96af
Update CONTRIBUTING.md
2017-08-14 17:09:56 +02:00
Gabor Kiss-Vamosi
660a986e04
Update TODO_MINOR.md
2017-08-14 17:03:56 +02:00
Gabor Kiss-Vamosi
b83023703b
Update CONTRIBUTING.md
2017-08-13 23:11:15 +02:00
Gabor Kiss-Vamosi
740eaa56b7
Update TODO_MINOR.md
2017-08-13 23:04:20 +02:00
Gabor Kiss-Vamosi
5b06a41ebc
Merge pull request #17 from iamniels/beta
...
update lv_init function name
2017-08-12 22:26:04 +02:00
niels
894d5f5861
update lv_init function name
2017-08-12 17:08:29 +02:00
Gabor Kiss-Vamosi
969640717f
Update TODO_PATCH.md
2017-08-12 11:43:21 +02:00
Gabor
d69c18dba4
examples: style_usage: skeleton added
2017-08-12 10:10:16 +02:00
Gabor
125b199f85
examples: obj_usage: comment updates
2017-08-12 10:09:27 +02:00
Gabor
4924e871b2
Merge branch 'beta' into examples
2017-08-11 19:52:41 +02:00
Gabor
4ab5d9459e
lv_slider: don't let indicator or bar to disappear because of hpad/vpad
2017-08-11 19:51:08 +02:00
Gabor Kiss-Vamosi
ff3f2ed80c
Update README.md
2017-08-11 08:14:36 +02:00
Gabor Kiss-Vamosi
dee00b08cc
Update TODO_PATCH.md
2017-08-11 08:11:05 +02:00
Gabor Kiss-Vamosi
3052681761
Update TODO_MINOR.md
2017-08-08 10:23:34 +02:00
Gabor
a90aa4211b
Merge branch 'double_vdb' into beta
2017-08-08 09:47:35 +02:00
Gabor
09f8e25fdd
LV_VDB_DOUBLE: tested on STM32F429 Discovery
2017-08-08 09:47:17 +02:00
Gabor Kiss-Vamosi
702ba26dd8
Update TODO_MINOR.md
2017-08-07 23:26:36 +02:00
Gabor Kiss-Vamosi
7284aa0d05
Update TODO_MINOR.md
2017-08-07 23:17:21 +02:00
Gabor Kiss-Vamosi
fb5cee3b56
Update CONTRIBUTING.md
2017-08-04 19:16:46 +02:00
Kiss-Vamosi Gabor
d9147ae21b
LV_VDB_DOUBLE: Add double virtual display buffer. Needs test on real hardware
2017-08-04 19:09:29 +02:00
Gabor Kiss-Vamosi
1749a0e7e1
Update TODO_MINOR.md
2017-08-04 18:29:49 +02:00
Gabor Kiss-Vamosi
3a7d160bfa
Update TODO_MINOR.md
2017-08-04 18:28:51 +02:00
Gabor Kiss-Vamosi
958ad5f999
Update TODO_PATCH.md
2017-08-04 18:27:20 +02:00
Gabor Kiss-Vamosi
178f42b89a
Update TODO_MINOR.md
2017-08-04 18:22:05 +02:00
Gabor Kiss-Vamosi
cd15f653f6
Update TODO_MAJOR.md
2017-08-04 18:17:09 +02:00
Gabor Kiss-Vamosi
6e1a32e891
Update TODO_PATCH.md
2017-08-04 12:46:25 +02:00
Gabor
0c1e3239b7
lv_slider: don't indicator or bar to disappear because of hpad/vpad
2017-08-04 12:40:43 +02:00
Gabor
e6b6c3a19c
example obj_usage: begin
2017-08-04 12:37:32 +02:00
Gabor Kiss-Vamosi
f547a7dbc2
Update TODO_MINOR.md
2017-08-02 22:59:24 +02:00
Gabor Kiss-Vamosi
fa8846a2ce
Update README.md
2017-08-02 22:17:19 +02:00
Gabor Kiss-Vamosi
e4cf96cb81
Update CONTRIBUTING.md
2017-08-02 22:14:57 +02:00
Gabor Kiss-Vamosi
9b51181575
Update TODO_MINOR.md
2017-07-31 08:25:32 +02:00
Gabor Kiss-Vamosi
22d79cd585
Update README.md
2017-07-31 01:21:29 +02:00
Gabor Kiss-Vamosi
25651261c2
Update TODO_MAJOR.md
2017-07-31 01:14:41 +02:00
Gabor Kiss-Vamosi
687dea0543
Update README.md
2017-07-30 23:44:59 +02:00
Gabor Kiss-Vamosi
55b7a9f513
Update README.md
2017-07-30 23:38:13 +02:00
Gabor Kiss-Vamosi
61881ca7cd
Update README.md
2017-07-30 23:36:42 +02:00
Gabor Kiss-Vamosi
2ab2a5a973
Update README.md
2017-07-30 15:50:04 +02:00
Gabor Kiss-Vamosi
d3a07c866f
Update TODO_MAJOR.md
2017-07-30 15:47:44 +02:00
Kiss-Vamosi Gabor
7c3263bc7b
licence move back to root
2017-07-30 13:47:43 +02:00
Gabor Kiss-Vamosi
053e70342c
Update CONTRIBUTING.md
2017-07-30 13:45:36 +02:00
Gabor Kiss-Vamosi
46f51b1d67
Update CONTRIBUTING.md
2017-07-30 13:45:06 +02:00
Gabor Kiss-Vamosi
81e84ed829
Update CONTRIBUTING.md
2017-07-30 13:44:11 +02:00
Kiss-Vamosi Gabor
04197a83d0
create docs folder and move documents there
2017-07-30 13:42:30 +02:00
Gabor Kiss-Vamosi
931e74e2a6
Update TODO_PATCH.md
2017-07-30 13:40:36 +02:00
Gabor Kiss-Vamosi
7b26cdc75e
Create TODO_PATCH.md
2017-07-30 13:39:27 +02:00
Gabor Kiss-Vamosi
c72c8c62de
Update TODO_MAJOR.md
2017-07-30 13:35:55 +02:00
Gabor Kiss-Vamosi
e65f781bbd
Update TODO_MINOR.md
2017-07-30 13:35:27 +02:00
Gabor Kiss-Vamosi
2846cff2d3
Update TODO_MINOR.md
2017-07-30 13:35:06 +02:00
Gabor Kiss-Vamosi
31fcc7d395
Create TODO_MINOR.md
2017-07-30 13:32:59 +02:00
Gabor Kiss-Vamosi
ec776b48d5
Create TODO_MAJOR.md
2017-07-30 12:22:39 +02:00
Gabor Kiss-Vamosi
b8226ace04
Update CONTRIBUTING.md
2017-07-30 12:11:41 +02:00
Gabor Kiss-Vamosi
3bf1dde5b2
Create CONTRIBUTING.md
2017-07-30 11:52:11 +02:00
Gabor Kiss-Vamosi
3b3ba1b5df
Create CODE_OF_CONDUCT.md
2017-07-30 09:46:37 +02:00
Gabor
d1837d2684
Merge branch 'examples' into beta
2017-07-28 15:01:14 +02:00
Gabor
fbe39b7357
Merge branch 'lv_group' into beta
2017-07-28 14:58:50 +02:00
Gabor
f4b9b2a477
lv_label: remove old test code
2017-07-28 14:32:27 +02:00
Gabor
af47b4bd40
lv_ta: copy password mode too on obj. copy
2017-07-28 14:26:51 +02:00
Gabor
e78c3d132c
lv_style_h: bad funcion declaration fixed
2017-07-28 14:19:52 +02:00
Gabor
2dbda3d004
Merge branch 'style_anim' into beta
2017-07-28 13:58:39 +02:00
Gabor
6d4791c6e9
style animation added
2017-07-28 13:57:56 +02:00
Gabor
3c2c4c5f86
examples: encoder_ctrl comment update
2017-07-28 11:35:53 +02:00
Gabor
358f7cf00b
examples: encoder_ctrl comments added
2017-07-28 11:08:23 +02:00
Gabor
7248eef1f0
Merge branch 'beta' into examples
2017-07-27 14:10:48 +02:00
Gabor
422481533e
merge lv_group to examples
2017-07-27 14:02:35 +02:00
Gabor
6cd9fda009
lv_cont: PRETTY layout arrange proportionally if 2 objs. in a row
2017-07-27 13:45:37 +02:00
Gabor
c46e31c536
examples: encorder_ctrl: GUI update
2017-07-27 13:42:55 +02:00
Gabor
a7a24bcf84
example_encoder: GUI added
2017-07-27 13:42:55 +02:00
Gabor
73d4fd00bd
lv_obj: lv_ddlist: bugfix, copy 'num_opt' attribute too
2017-07-27 13:42:55 +02:00
Gabor
e52a2fb87c
lv_obj: lv_obj_set_parent: bugfix, send CHILD_CHG signal to the old parent too
2017-07-27 13:42:55 +02:00
Gabor
2bdfdc0ed2
hello_world example added and encoder_ctrl begun
2017-07-27 13:42:55 +02:00
Gabor
6b3444271c
lv_group: focus_freeze added
2017-07-27 12:07:21 +02:00
Gabor
78c5ad0cdb
example_encoder: GUI added
2017-07-27 10:49:44 +02:00
Gabor
df00db0dc2
lv_obj: lv_ddlist: bugfix, copy 'num_opt' attribute too
2017-07-27 10:49:19 +02:00
Gabor
89731ae74a
lv_obj: lv_obj_set_parent: bugfix, send CHILD_CHG signal to the old parent too
2017-07-27 10:48:16 +02:00
Gabor
592a54f8ee
hello_world example added and encoder_ctrl begun
2017-07-26 11:37:25 +02:00
Gabor Kiss-Vamosi
9fcb264e05
Update README.md
2017-07-25 10:46:17 +02:00
Gabor
1456853135
lv_example: add empty files to build the skeleton
2017-07-25 10:44:40 +02:00
Gabor
92ebe1f940
Examples README added
2017-07-25 10:34:33 +02:00
Gabor
cd83e6febc
Merge branch 'lv_group' into beta
2017-07-25 09:05:18 +02:00
Gabor
9fcb8e0d1b
lv_group: LV_SIGNAL_SEND sends a character instead of LV_SIGNAL_INC/DEC
2017-07-25 09:02:21 +02:00
Gabor
adbd978155
lv_btn: run rel. action on Select, Inc. Dec.
2017-07-24 12:19:15 +02:00
Gabor
455676e982
lv_group: works with obj. copy + bug fixes
2017-07-20 13:29:22 +02:00
Gabor
faf33212e7
lv_group: group signals are added to releated object types
2017-07-20 12:26:34 +02:00
Kiss-Vamosi Gabor
8dba219f42
lv_group: object types are activated correctly (ddlist open/close, label background, page scrl activate)
2017-07-20 01:09:20 +02:00
Gabor
ab21e705d5
lv_group: add lv_group.c,h
2017-07-19 15:19:10 +02:00
Gabor
4fd0dfc7c4
lv_cong_templ.h: disable lv_app_wifi/gsm/ethetnet
2017-07-12 14:33:12 +02:00
Gabor
fb49ed806e
version number fix
2017-07-12 14:25:49 +02:00
Gabor
5353906dea
new patch: v4.1.1
2017-07-12 14:12:10 +02:00
Gabor
25fb3e368a
lv_app_wifi/gsm: save/load config.
2017-07-12 14:09:58 +02:00
Gabor
811386090d
lv_app_files: back symbol bugfix
2017-07-12 14:02:39 +02:00
Gabor
186a5c07c2
lv_app_bencmark: bg name bugfix
2017-07-12 14:02:03 +02:00
Gabor
c6179239e1
lv_app win opan/close anim use '_us' functions
2017-07-12 13:59:23 +02:00
Gabor
d1e6063551
merge master
2017-07-10 17:49:11 +02:00
Gabor
9de436a61b
lv_ddlist: fix misspelled function name
2017-07-10 17:29:53 +02:00
Gabor
e00cd04963
lv_app: lv_scr_app(), lv_app_add_dsc() added
2017-07-10 17:29:19 +02:00
Gabor
a24c6d30b2
lv_app_wifi/gsm: bugfixes/updates
2017-07-10 17:28:31 +02:00
Gabor
cc98cfb27e
lv_app_ethernet: simple but working version added
2017-07-10 17:27:49 +02:00
Gabor
37c9154b13
lv_app_wifi: buffer and resend last message
2017-07-10 11:38:03 +02:00
Kiss-Vamosi Gabor
3632b1b916
lv_app_benchmark: add 16 and 8 bit wallpapers
2017-07-09 15:57:55 +02:00
Kiss-Vamosi Gabor
1fc4c9a1f7
release v4.1.0
2017-07-09 15:40:26 +02:00
Kiss-Vamosi Gabor
7b98b1e7a7
header udated with __cplusplus define
2017-07-09 15:40:26 +02:00
Kiss-Vamosi Gabor
6f1d63bf42
LV_CONT_LAYOUT_PRETTY with LV_PROTECT_FOLLOW bugfix
2017-07-09 15:40:26 +02:00
Kiss-Vamosi Gabor
ca3f4e1a7c
LV_PROTECT_FOLLOW added to 'line break' to LV_CONT_LAYOUT_PRETTY
2017-07-09 15:40:26 +02:00
Kiss-Vamosi Gabor
574033a5ba
lv_app_benchmark: skeleton added
2017-07-09 15:40:26 +02:00
Kiss-Vamosi Gabor
1eec8e425d
lv_refr: solve warnings
2017-07-09 15:40:26 +02:00
Kiss-Vamosi Gabor
9af40d76cd
lv_refr: comment update
2017-07-09 15:40:26 +02:00
Kiss-Vamosi Gabor
f6c459d2d7
lv_refr: refresh time monitor added
2017-07-09 15:40:26 +02:00
Gabor
b4c877c0ea
lv_ta: pwd_mode added, lv_label:pwd_mode deleted
2017-07-09 15:40:26 +02:00
Gabor
0087faf3c3
lv_draw_vbasic: upscales img draw optimization
2017-07-09 15:40:26 +02:00
Gabor
f3f7664300
lv_list: lv_list_set_element_text_roll() added
2017-07-09 15:40:26 +02:00
Gabor
712feae198
Hw. accelerator API updated
2017-07-09 15:40:26 +02:00
Gabor
f641b70343
lv_list: label ROLL bugfix
2017-07-09 15:40:26 +02:00
Gabor
643d7ffe36
lv_app_gsm: added
2017-07-09 15:40:26 +02:00
Gabor
c67f558131
follow wifi modifications
2017-07-09 15:40:26 +02:00
Gabor
ac3b7631d0
lv_app_wifi: minor update
2017-07-09 15:40:26 +02:00
Gabor
2774d52043
lv_obj_del: reset the dispi-s only if it is really required
2017-07-09 15:40:26 +02:00
Gabor
08ee1c9736
lv_list: text height bugfix
2017-07-09 15:40:26 +02:00
Gabor
56f266749f
Update function calls with LV_IMG_ENABLE_SYMBOLS 1
2017-07-09 15:40:26 +02:00
Kiss-Vamosi Gabor
e53dc381c5
lv_label: LV_LABEL_LONG_ROLL addad to scroll the text not the object
2017-07-09 15:40:26 +02:00
Kiss-Vamosi Gabor
de8f294244
img. draw bugfix
2017-07-09 15:40:26 +02:00
Kiss-Vamosi Gabor
79b07f8493
lv_mbox set_btn_styles: bugfix if set styles with still no button created
2017-07-09 15:40:25 +02:00
Kiss-Vamosi Gabor
5d29302627
lv_cont pretty layout: bugfix if there is 1 too long object in a row
2017-07-09 15:40:25 +02:00
Kiss-Vamosi Gabor
4b33645805
lv_refr: disable exectuion time monitor by default
2017-07-09 15:40:25 +02:00
Kiss-Vamosi Gabor
86b6cf78e7
Exection time monitor added (printf the result)
2017-07-09 15:40:25 +02:00
Kiss-Vamosi Gabor
91b9bea35b
Error check for too small VDB
2017-07-09 15:40:25 +02:00
Kiss-Vamosi Gabor
2b6b3aec91
Draw: make ready to use hw. accelerator
2017-07-09 15:40:25 +02:00
Gabor
752a7aa7b5
ta: lv_ta_get_label() added
2017-07-09 15:40:25 +02:00
Gabor
f931d759bb
lv_app_kb MODE_ANIM -> ANIM_IN, ANIM_OUT
2017-07-09 15:40:25 +02:00
Gabor
57453a1f41
label pwd mode added
2017-07-09 15:40:25 +02:00
Gabor
349109a4b5
lv_app_kb: LV_APP_KB_MODE_ANIM added
2017-07-09 15:40:25 +02:00
Gabor
b7445f2346
WiFi app added
2017-07-09 15:40:25 +02:00
Kiss-Vamosi Gabor
f16c78fc9f
release v4.1.0
2017-07-09 15:33:27 +02:00
Kiss-Vamosi Gabor
7fab8564d0
header udated with __cplusplus define
2017-07-09 15:32:49 +02:00
Gabor Kiss-Vamosi
a02fb7bf82
Update README.md
2017-07-09 14:39:28 +02:00
Kiss-Vamosi Gabor
8bf03bd7e3
LV_CONT_LAYOUT_PRETTY with LV_PROTECT_FOLLOW bugfix
2017-07-07 23:21:35 +02:00
Kiss-Vamosi Gabor
056d449f89
LV_PROTECT_FOLLOW added to 'line break' to LV_CONT_LAYOUT_PRETTY
2017-07-07 23:02:08 +02:00
Kiss-Vamosi Gabor
889807b449
lv_app_benchmark: skeleton added
2017-07-07 19:38:11 +02:00
Kiss-Vamosi Gabor
2f5d824348
lv_refr: solve warnings
2017-07-07 18:48:45 +02:00
Kiss-Vamosi Gabor
6b711b759c
lv_refr: comment update
2017-07-07 18:47:48 +02:00
Kiss-Vamosi Gabor
dcb77a59c7
lv_refr: refresh time monitor added
2017-07-07 18:40:43 +02:00
Gabor
168bda2b8f
lv_ta: pwd_mode added, lv_label:pwd_mode deleted
2017-07-07 16:22:24 +02:00
Gabor
119c4b577b
lv_draw_vbasic: upscales img draw optimization
2017-06-28 14:28:48 +02:00
Gabor
cf3b94d29b
lv_list: lv_list_set_element_text_roll() added
2017-06-27 11:15:18 +02:00
Gabor
678e119d2f
Hw. accelerator API updated
2017-06-26 16:20:05 +02:00
Gabor
b82c4c828b
lv_list: label ROLL bugfix
2017-06-26 14:22:56 +02:00
Gabor
5fcbdc3e9a
lv_app_gsm: added
2017-06-26 14:08:29 +02:00
Gabor
941925a56e
follow wifi modifications
2017-06-23 15:14:20 +02:00
Gabor
9ee60404cf
lv_app_wifi: minor update
2017-06-21 15:13:08 +02:00
Gabor
662c22b51a
lv_obj_del: reset the dispi-s only if it is really required
2017-06-21 10:26:38 +02:00
Gabor
166fa39d89
lv_list: text height bugfix
2017-06-20 15:14:54 +02:00
Gabor
23c559bbb0
Update function calls with LV_IMG_ENABLE_SYMBOLS 1
2017-06-19 12:58:07 +02:00
Kiss-Vamosi Gabor
79e372c2f2
lv_label: LV_LABEL_LONG_ROLL addad to scroll the text not the object
2017-06-18 18:25:25 +02:00
Kiss-Vamosi Gabor
7cd532ae58
img. draw bugfix
2017-06-18 12:49:00 +02:00
Kiss-Vamosi Gabor
3b42e205ad
lv_mbox set_btn_styles: bugfix if set styles with still no button created
2017-06-17 20:45:00 +02:00
Kiss-Vamosi Gabor
15b9d8d808
lv_cont pretty layout: bugfix if there is 1 too long object in a row
2017-06-17 20:43:51 +02:00
Kiss-Vamosi Gabor
5e9cf2571d
lv_refr: disable exectuion time monitor by default
2017-06-17 09:10:03 +02:00
Kiss-Vamosi Gabor
95b6a2193f
Exection time monitor added (printf the result)
2017-06-17 09:08:54 +02:00
Kiss-Vamosi Gabor
a13259d3f9
Error check for too small VDB
2017-06-17 09:08:12 +02:00
Kiss-Vamosi Gabor
c3e9ce73b0
Draw: make ready to use hw. accelerator
2017-06-16 22:30:47 +02:00
Gabor
8fc7c26aa1
ta: lv_ta_get_label() added
2017-06-13 14:49:41 +02:00
Gabor
fbc4551894
lv_app_kb MODE_ANIM -> ANIM_IN, ANIM_OUT
2017-06-13 14:42:44 +02:00
Gabor
06cea6ed3a
label pwd mode added
2017-06-13 14:17:33 +02:00
Gabor
26325e5ee6
lv_app_kb: LV_APP_KB_MODE_ANIM added
2017-06-13 11:21:06 +02:00
Gabor
8578c2f1a2
WiFi app added
2017-06-07 12:38:43 +02:00