1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00

6632 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
6b497dec3c feat(checkbox) add LV_EVENT_DRAW_PART_BEING/END to the indicator 2021-05-03 15:26:51 +02:00
Gabor Kiss-Vamosi
4de1d745b6 fix warnings 2021-05-03 14:42:44 +02:00
Gabor Kiss-Vamosi
10c1dcb43c fix(obj style) minor fixes on style transitions 2021-05-03 14:30:57 +02:00
Gabor Kiss-Vamosi
445c0ea9ae refactor(obj class) add user_data parameter to lv_obj_class_create_obj() 2021-05-03 14:06:55 +02:00
Gabor Kiss-Vamosi
4f743a7aa8 refactor(obj class) rename lv_obj_create_from_class to lv_obj_class_create_obj 2021-05-03 13:58:20 +02:00
Gabor Kiss-Vamosi
bf8f8230a6 feat(chart) add LV_EVENT_DRAW_PART_BEGIN/END to hook division line drawing 2021-05-03 13:51:09 +02:00
Gabor Kiss-Vamosi
9b067784ee fix(obj) fix adding LV_STATE_FOCUS_KEY 2021-05-03 12:47:22 +02:00
Gabor Kiss-Vamosi
e1e45b1de3 fix(btnmatrix) improve focusing if used in groups 2021-05-03 11:14:25 +02:00
Gabor Kiss-Vamosi
3c39c39c9d docs separate widgets into core and extra groups 2021-05-03 11:13:43 +02:00
Gabor Kiss-Vamosi
22fa87a58e fix(obj) be sure the slef size is refreshed when an obejct is created 2021-05-02 22:16:38 +02:00
Gabor Kiss-Vamosi
b76efce8a8 fix(chart) fix y axis tick labels with negative values 2021-05-02 22:11:17 +02:00
Gabor Kiss-Vamosi
91ef2cb53e docs(canvas) update to v8 2021-05-02 22:01:56 +02:00
Gabor Kiss-Vamosi
a8016196a8 refactor(meter, chart) make them extra widgets instead of core 2021-05-02 22:01:56 +02:00
Gabor Kiss-Vamosi
e76ccc7ed2 fix(examples) update the outdated bar and slider examples 2021-05-02 21:05:23 +02:00
Gabor Kiss-Vamosi
5662c8d52d fix(bar, slider) fix minor issues 2021-05-02 21:05:23 +02:00
Gabor Kiss-Vamosi
d8e76f5d68 fix(obj_style) fix style transitions if they not affect the main part 2021-05-02 21:05:23 +02:00
embeddedt
e3b8b84d71
feat(style) add support for declaring styles in ROM (#2220)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2021-05-01 20:16:34 -04:00
Gabor Kiss-Vamosi
b1f7d195db fix(style) in lv_style_transition_dsc_init chnage the props argument from '* props' to 'props[]' as it's an array 2021-05-01 08:43:46 +02:00
Gabor Kiss-Vamosi
73cda914e0 fix(obj_class) do not fire style change events before the object is fully constructed 2021-05-01 08:32:16 +02:00
Gabor Kiss-Vamosi
8578a68849 fix(btnmatrix) fix typo
button_is_hidden was used instead of button_is_recolor
2021-05-01 07:41:12 +02:00
Gabor Kiss-Vamosi
e6d64b74d5 refactor(calendar): use lv_res_t return value in lv_calendar_get_pressed_date instead of bool 2021-05-01 07:34:30 +02:00
Gabor Kiss-Vamosi
f194079cd8 fix(anim) fix bounce path 2021-05-01 07:34:30 +02:00
Gabor Kiss-Vamosi
e9aa30ff7d feat(btnmatrix) make 'recolor' a button flag insted of a function 2021-05-01 07:34:30 +02:00
Gabor Kiss-Vamosi
9c7ba22f66 fix(refr) do not pause display refreshing is memory monitor is enabled 2021-05-01 07:34:30 +02:00
Gabor Kiss-Vamosi
b58bdb4f0d docs minor updates 2021-05-01 07:34:30 +02:00
Gabor Kiss-Vamosi
cba67447f2 docs(btn, btnmatrix, calendar) upadte to v8 2021-05-01 07:34:30 +02:00
Themba Dube
57417a851e docs(index) use version extracted from lvgl.h 2021-04-30 13:14:10 -04:00
Gabor Kiss-Vamosi
f812020eba fix(timer) fix the use of lv_timer_pause/resume 2021-04-30 14:48:36 +02:00
Gabor Kiss-Vamosi
9c96230323 fix(obj) ext_click_area lv_coord_t instead of uint8_t 2021-04-30 14:47:34 +02:00
Gabor Kiss-Vamosi
b56d0ad835 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-04-30 11:22:13 +02:00
Gabor Kiss-Vamosi
144221e0b6 feat(timer) add lv_timer_resume()
Instead of a pause/resume paramater in lv_timer_pause()
2021-04-30 11:22:08 +02:00
Gabor Kiss-Vamosi
bd45129d8f Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-04-30 10:04:08 +02:00
Gabor Kiss-Vamosi
1864f608b4 fix build error 2021-04-30 10:03:57 +02:00
Gabor Kiss-Vamosi
3a1ed7a321 docs(arc, bar) update to v8 2021-04-30 10:02:08 +02:00
Gabor Kiss-Vamosi
b08da09e62 docs(event, coords) add more info 2021-04-30 10:02:08 +02:00
Gabor Kiss-Vamosi
3c40c83691 feat(bar) send LV_DRAW_PART_BEGIN/END for the indicator 2021-04-30 10:00:25 +02:00
Gabor Kiss-Vamosi
4f37e3ee25 refactor(arc) rename arc type to mode 2021-04-30 09:59:54 +02:00
Gabor Kiss-Vamosi
9394de662c Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-04-29 15:16:47 +02:00
Gabor Kiss-Vamosi
6206a5381d fix(dropdown) make the symbol (arrow) use LV_PART_INDICATOR 2021-04-29 15:16:41 +02:00
Gabor Kiss-Vamosi
40d0d1ebb0 fix(grid) avoid rounding error is FR cells are used 2021-04-29 15:16:15 +02:00
Gabor Kiss-Vamosi
45a50f1766 fix(example) correct the elements size and position
Fixes #2229
2021-04-29 12:24:59 +02:00
Gabor Kiss-Vamosi
1797fe29f0 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-04-29 10:15:29 +02:00
Gabor Kiss-Vamosi
5a385a14b4 fix(theme) improve the style of the keybpard in the default theme 2021-04-29 10:15:20 +02:00
Gabor Kiss-Vamosi
9ff1cb7f1d fix(meter) keep the creation order of indicator during drawing
Instead of drawing the indicators per scale
2021-04-29 10:11:21 +02:00
Gabor Kiss-Vamosi
1b93668df7 feat(obj) save self_size in the obejct to save a lot of recalculations 2021-04-29 09:52:49 +02:00
Gabor Kiss-Vamosi
ff2c2e5d33 fix(meter) use antialaising on needle rotation and fix needle invalidation artifact 2021-04-28 17:47:36 +02:00
Themba Dube
5a5593713f chore(docs) use single commit 2021-04-28 08:43:24 -04:00
Themba Dube
bb1a4cfdcb chore(docs) workflow update 2021-04-28 08:40:38 -04:00
Gabor Kiss-Vamosi
bed49e5e05 feat(coords) support negative percentage, e.g. lv_pct(-50) 2021-04-28 13:55:29 +02:00
Gabor Kiss-Vamosi
f7b42ac8b4 fix(obj) be sure the new objects' size is recalculated 2021-04-28 10:26:06 +02:00