Gabor Kiss-Vamosi
74ca34c8de
docs(scale): fix rst
2023-10-19 10:50:16 +02:00
Gabor Kiss-Vamosi
bccbde0cef
refactor(obj): remove LV_PART_TICKS and use LV_PART_ITEMS in lv_scale
2023-10-12 21:50:46 +02:00
Gabor Kiss-Vamosi
9ec5417dd3
refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state
2023-10-12 21:12:16 +02:00
Gabor Kiss-Vamosi
6163437afd
refactor(scale): remove lv_meter use lv_scale instead
2023-10-12 17:21:52 +02:00
Raúl Gotor
0b66468f2f
ci(span): add unit test ( #4595 )
2023-10-02 18:04:01 +02:00
PGNetHun
8c2fc7ec4b
chore: code and documentation cleanups, renames and fixes ( #4607 )
2023-09-27 12:23:40 +02:00
Gabor Kiss-Vamosi
f0c58a1719
chore(label): fix typo and add some description to test align
2023-09-24 21:31:11 +02:00
Gabor Kiss-Vamosi
94245932e4
docs(label): mention how the use text align
...
fixes https://github.com/lvgl/lvgl/issues/2816#issuecomment-1730051132
2023-09-22 11:12:32 +02:00
Carlos Diaz
5c1fc63647
feat(scale): add the lv_scale widget ( #4196 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-08-31 15:09:40 +02:00
Chris Ring
b001d684fe
docs: fix misc typos throughout ( #4413 )
...
Signed-off-by: Chris Ring <c-ring@ti.com>
2023-07-27 22:35:12 +02:00
Kevin Schlosser
8c99b359d2
docs: fixes several issues related to migrating to rst ( #4213 )
2023-05-08 16:45:28 +02:00
J. Neuschäfer
bc9bcaa6b7
chore(docs): fix a few typos ( #4170 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-04-28 11:08:42 +02:00
Kevin Schlosser
b1df744538
docs: removes non ascii characters ( #4175 )
2023-04-27 19:47:13 +02:00
Kevin Schlosser
e485dd8bb4
feat(docs): migrate from .md to .rst ( #4129 )
2023-04-27 14:42:02 +02:00
Gabor Kiss-Vamosi
7cc34ba81b
feat(btnmatrix): review ctrl map and allow width values to be max 15
2023-04-24 20:11:18 +02:00
Gabor Kiss-Vamosi
124f9b0f9f
arch(driver): new driver architecture with new color format support
2023-02-20 20:50:58 +01:00
Carlos Diaz
76547db1d7
refactor(rename): LV_IMG_ZOOM_NONE to LV_ZOOM_NONE ( #3957 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-02-04 17:20:42 +01:00
Armin Brauns
300c863cb3
feat(line): allow LV_PCT for point coordinates ( #3911 )
2023-01-16 09:23:32 +01:00
Gabor Kiss-Vamosi
1e07853533
docs(meter): update according to d00dd4b10
2022-11-19 08:52:54 +01:00
Gabor Kiss-Vamosi
853163f615
docs(calvas): fix that LV_CANVAS_BUF_SIZE_ return byte count and not pixel count
...
fixes #3734
2022-10-11 20:17:18 +02:00
Gabor Kiss-Vamosi
8e5b834d6a
dics(btnmatrix): add how to avoid extra click with encoder when leaving edit mode
...
Related to #3613
2022-09-15 10:25:37 +02:00
tvanfossen-bissell
5c71bc1434
feat(arc): add knob offset utility ( #3589 )
...
Co-authored-by: tvanfossen <vanfosst@gmail.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-08-31 22:59:30 +02:00
embeddedt
b08bc4c775
docs(examples) fix include paths after 2461ac0758eae69a94ee60a9be50d3de882ced09
...
Fixes #3571
2022-08-15 09:27:36 -04:00
Gabor Kiss-Vamosi
2461ac0758
docs: bring back flat widget directory structure
2022-07-27 10:51:11 +02:00
Gabor Kiss-Vamosi
e2771db8ce
example(keyboard): add an example to show how to set a new map
...
fixes #3490
2022-07-18 17:50:35 +02:00
Gabor Kiss-Vamosi
1ed6404456
chore(docs): fix typo
2022-07-07 22:34:04 +02:00
Gabor Kiss-Vamosi
373dcfc76e
docs(checkbox): describe how to get the checkbox's the state
2022-07-07 20:41:49 +02:00
Gabor Kiss-Vamosi
746917dcca
docs(chart): describe how to set the space between columns
2022-07-01 09:11:31 +02:00
pete-pjb
11b708ed95
chore(tabview) correct format.
2022-06-13 13:00:23 +01:00
pete-pjb
2c9695afb4
feat(tabview) add API to rename tab.
...
https://github.com/lvgl/lvgl/issues/3407#issue-1265916615
2022-06-13 12:56:37 +01:00
martaaay
d5ccf379da
docs(slider) mention that VALUE_CHANGED is not sent on release ( #3397 )
2022-06-02 19:50:17 -04:00
Johannes Marbach
eef838f51f
feat(textarea): make it possible to customize the bullet character ( #3388 )
...
* feat(textarea): Make it possible to customise the bullet character
This adds functions to allow overriding the default bullet character
with a custom one (or even no character at all).
* Update docs/widgets/core/textarea.md
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-05-30 12:05:22 +02:00
embeddedt
d6911053aa
chore(docs) remove unneeded eval_rst
statements
2022-05-09 13:35:03 -04:00
embeddedt
1816fa576c
ci(docs) replace use of sed with proper configuration variables
2022-05-09 13:28:06 -04:00
Gabor Kiss-Vamosi
a99eb6bb6a
fix(spinbox): rename lv_spinbox_set_pos to lv_spinbox_set_cursor_pos
...
fixes #3301
2022-05-04 21:14:28 +02:00
Gabor Kiss-Vamosi
e624b90db3
fix(draw): be sure angle values are in the correct range
2022-04-27 14:25:12 +02:00
Gabor Kiss-Vamosi
318146a2c2
feat(draw): support transforming widgets and improfe sw transform
...
For details see: https://docs.lvgl.io/master/overview/style.html
2022-04-26 10:45:12 +02:00
guoweilkd
47791926f9
feat(span): add an interface for setting the number of lines ( #3200 )
...
* fix draw: remove the high overflow judgment code
2022-03-29 13:06:58 +02:00
Xiang Xiao
4c4f954059
chore(style): remove the trailing space from all source files ( #3188 )
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-03-21 11:25:51 +01:00
Carlos Diaz
0a5c5465d2
chore(docs): fix trailing whitespaces in files ( #3133 )
2022-03-01 13:52:45 +01:00
Andres O. Vela
340d45cfa9
feat(label): added animation style property to apply it to circular scrolling animation of label widget ( #3128 )
...
* feat(label): added animation style property to apply it to circular scrolling animation of label widget
Added an animation style property to be used as animation template for different use cases in different widgets.
This commit implements using this property to set the start and repeat delay of the circular scrolling animation of the label widget.
Closes #3097
* fix(label): changed animation style property's var_type to `const lv_anim_t *`
* example(label): added example showing how to customize circular scrolling animation
* chore(label): ran code-format.py and added missing function prototype to lv_example_widgets.h
2022-02-25 11:54:27 +01:00
GoT
cbcf194bc4
docs(msgbox) fix typo ( #3095 )
2022-02-15 16:45:02 -05:00
Carlos Diaz
0b68840cd9
test(bar): add unit tests ( #2845 )
...
* test(bar) Add test for docummented default attributes
* test(bar) Update test for docummented default attributes
* test(bar): Indicator width tracks value
* test(bar) Calculate bar indicator width based on its style
Take padding, max value and bar value into consideraion
* test(bar) Indicator area gets smaller when increasing padding in LV_PART_MAIN style
* test(bar) Start value changes only when in range mode
* docs(bar): Add missing MODE to symbols
* test(bar) Start value should be smaller than current value
* test(bar): Test current value truncation to max and min value
* bar: Check bar mode in lv_bar_set_start_value
bar start_value can be changed only when bar is in LV_BAR_MODE_RANGE mode.
Return early when it's not.
* test(bar): Fix width calculation test
* bar: Initialize indic_area in constructor
* test(bar): Refactor indicator coordinate update test
* test(bar): Indicator negative value in symmetrical mode
* test(bar): Fix base direction
* test(bar): Indicator coord test for RTL base dir
2022-01-22 16:17:13 +01:00
Mariotaku
d33db6bb59
feat(sdl): support rounded images ( #3012 )
...
* added radius mask for rounded img
* improved mask composite
improved image zoom fidelity
* implementing sdl image radius
* low performance radius img drawing
* improved rounded image performance
* improved rounded image performance
* improved rounded image blending
* pixel perfect rounded image for SDL
* accurate drawing only
* supports rounded img for rect as well
* fixed mask check when zoomed
* surrounded rounded mask in lv_img with draw_complex check
* updated docs
* fixed build issue
* aware of clip_corner property
* reverted lv_img.c
* updated docs
2022-01-18 11:41:45 +01:00
ckielstra
febafd1cc7
chore: many trivial spelling and layout fixes ( #3008 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2022-01-17 08:10:23 -05:00
Gabor Kiss-Vamosi
a5fbf22d41
chore(docs): fix lv_list_add_text
...
fixes : #2980
2022-01-10 12:10:50 +01:00
Gabor Kiss-Vamosi
9d3fb41896
feat(slider): consider ext_click_area on the knob with LV_OBJ_FLAG_ADV_HITTEST
2022-01-08 13:48:35 +01:00
Themba Dube
7ed1a5625a
docs(widgets) fix edit links
2022-01-06 10:30:02 -05:00
Gabor Kiss-Vamosi
e7ac0e4198
feat(obj): add LV_OBJ_FLAG_OVERFLOW_VISIBLE
2022-01-05 16:18:19 +01:00
guoweilkd
ee3aa07a83
feat(obj): subdivide LV_OBJ_FLAG_SCROLL_CHAIN into ...CHAIN_HOR and ...CHAIN_VER ( #2961 )
...
* feat(obj scroll):subdivide LV_OBJ_FLAG_SCROLL_CHAIN into ...CHAIN_HOR and ...CHAIN_VER
* feat(roller):open the horizontal scroll chain
* chore(docs):improve the description of scroll chain
2022-01-05 13:44:05 +01:00