Gabor Kiss-Vamosi
d67dd943ca
format run code-formtter.sh
...
related to #2543
2021-09-13 14:06:26 +02:00
Karijn Wessing
780e0efe2c
feat(obj) add lv_obj_move_to_index(obj, index), renamed lv_obj_get_child_id(obj) to lv_obj_get_index(obj) ( #2514 )
...
* - renamed lv_obj_get_id(obj) to lv_obj_get_index(obj).
- added lv_obj_move_to_index(obj, index).
* automatic review comment fixed
* removed unused variable
* review issue
* restored deprecated function in header, otherwise Build Micropython with LVGL submodule / build (pull_request) failes
* moved deprecated lv_obj_get_child_id() back to lv_obj_tree.h, otherwise Micropython will not build
* inline function did not work
* made deprecated function 'static inline'
* and now also inline
* move static inline function to lv_api_map.h again
* removed lv_obj_move_up/down
* changed log to warning for deprecated function
* redefined lv_obj_move_foreground(obj) and lv_obj_move_background(obj) as inline functions now calling lv_obj_move_to_index(obj, index).
- lv_obj_swap(obj1, obj2) added. (#2461 )
2021-09-05 20:47:55 +02:00
Gabor Kiss-Vamosi
e697807cf5
fix(typo) rename LV_OBJ_FLAG_SNAPABLE to LV_OBJ_FLAG_SNAPPABLE
2021-06-09 16:05:39 +02:00
Xiang Xiao
9254a7ea14
fix(comment): remove the space after /* and before */
2021-03-18 11:51:36 +08:00
Gabor Kiss-Vamosi
e9cc1c2d46
feat(driver): raname lv_disp_buf_t to lv_disp_draw_buf_t + save only the drv's pointer in lv_disp_t
2021-03-10 13:07:15 +01:00
Gabor Kiss-Vamosi
0ab6433c66
assign theme to the display + minor fixes
2021-02-26 09:51:30 +01:00
embeddedt
406da6856c
Various v8 compilation fixes ( #2078 )
...
* fix(style) improve script and fix C/C++ compilation
* fix(api_map) add NO_TASK_READY
2021-02-19 15:58:58 +01:00
fvanroie
37dcfab21d
Fix "lv_timer.h" includes in dev ( #1943 )
...
* Fix "lv_timer.h" includes
* Kick CI
* Merge incoming changes
* refactor(scroll): lv_obj_scroll_to_obj -> lv_obj_scroll_to_child
* kick CI
Co-authored-by: fvanroie <cpt_jack@msn.com >
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com >
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2020-12-02 09:59:49 +01:00
Gabor Kiss-Vamosi
70d00469c6
fix build errors
2020-12-02 09:25:48 +01:00
Gabor Kiss-Vamosi
d51bb29c24
merge master
2020-12-01 15:32:49 +01:00
Gabor Kiss-Vamosi
4f6fb723ef
fix roller LV_ROLLER_MODE_INIFINITE refactoring
2020-12-01 15:27:44 +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
57734ff3c5
refactor(tmr): rename lv_tmr to lv_timer
2020-11-27 10:05:02 +01:00
Gabor Kiss-Vamosi
be72cad1c8
fix build errors
2020-11-24 18:15:47 +01:00
Gabor Kiss-Vamosi
6bafb34769
refactor(task): rename lv_task to lv_tmr and remove priorities
...
fixes #1925
2020-11-24 17:56:11 +01:00
Gabor Kiss-Vamosi
fddd535013
refactor LV_SCROLL_MODE -> LV_SCROLLBAR_MODE and add lv_obj_set_scroll_freeze
2020-11-20 12:29:59 +01:00
Gabor Kiss-Vamosi
42cd3302be
fix(lv_conf_template.h): update to v8
2020-11-20 10:36:05 +01:00
Gabor Kiss-Vamosi
0134c53993
merge dev-v8
2020-11-17 13:14:19 +01:00
Gabor Kiss-Vamosi
f5dc2e4248
rework roller
2020-09-27 22:10:08 +02:00
Gabor Kiss-Vamosi
03fa6b492c
grid fuly works
2020-08-30 20:05:50 +02:00
Gabor Kiss-Vamosi
1088492449
prepare to release v7.3.1
2020-08-18 10:28:35 +02: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
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
embeddedt
8dbd685a90
Fix #1596 : typo in lv_api_map.h
2020-06-19 10:13:53 -04:00
Gabor Kiss-Vamosi
975ab3f4cc
Merge branch 'dev'
2020-06-16 13:56:42 +02:00
Gabor Kiss-Vamosi
4668bc0ee3
fix typo in the API
2020-06-16 12:03:32 +02:00
Carlos Diaz
a265165038
Add lv_win_add_btn_left ( #1566 )
...
Closes #1535
2020-06-12 07:26:59 -04: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
Themba Dube
5f1b6bc281
Add lv_roller_set_fix_width to API map
2020-05-07 16:36:51 -04:00
Themba Dube
95d5298ad9
Add some more 6.x compability macros
2020-05-02 18:36:52 -04:00
Gabor Kiss-Vamosi
aad8667a9f
run code formatter
2020-05-01 11:17:43 +02:00
Themba Dube
577d6273ab
Add lv_task_set_repeat_count API
2020-04-15 17:57:06 -04:00
Gabor Kiss-Vamosi
4e10efd642
minor fixes and renames
2020-03-04 16:29:21 +01:00
Gabor Kiss-Vamosi
41907f9f3c
run astyle code formatter
2020-02-26 19:48:27 +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
c43704756f
improve arc invalidation
2020-02-05 10:40:50 +01:00
Gabor Kiss-Vamosi
638666f685
fix include in lv_api_map.h
2019-12-21 20:36:19 +01:00
Gabor Kiss-Vamosi
64df282c81
merge dev-6.1
2019-12-02 16:09:35 +01:00
embeddedt
7137ae4b33
Add range slider support ( #1275 )
2019-12-02 07:37:33 -05: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
257f1ed2fe
minor fixes
2019-11-25 12:24:17 +01: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
541a010ee9
fix uninitialized and shadoed warnings
2019-11-04 16:56:57 +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