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

71 Commits

Author SHA1 Message Date
Gabor
e50be12eca lv_dispi: LV_DISPI_TP_MARKER now set the size of the marker point (0: turn off) 2017-05-03 14:59:36 +02:00
Kiss-Vamosi Gabor
082eb2dad3 lv_obj: minor updates, typo errors 2017-05-01 18:09:31 +02:00
Gabor
9edaf13c68 minor updates during tests 2017-04-28 16:12:35 +02:00
Gabor
24128ae325 Cleaning the code 2017-04-24 16:16:36 +02:00
Gabor
dadb8973bf shadow draw iprovments 2017-04-24 14:12:32 +02:00
Gabor
d1bec14de8 shadow bottom added 2017-04-24 12:08:24 +02:00
Gabor
373bf2de84 lv_lmeter: added 2017-04-21 17:11:47 +02:00
Gabor
e07abd8ad6 review: bugfixes, minor updates 2017-04-21 09:15:39 +02:00
Gabor
d93844bdd8 lv_rect renamed to lv_cont (container) 2017-04-13 16:12:03 +02:00
Gabor
092c0da4b5 updates according to the new style system 2017-04-13 15:57:02 +02:00
Gabor
f431f262be Apply the new style system on the applications too 2017-04-13 13:34:57 +02:00
Gabor
6116e83815 New style system introduced! Still not applied to apps 2017-04-13 10:20:35 +02:00
Gabor
c4f3838b1e further renames 2017-04-11 10:50:57 +02:00
Gabor
4c14c4c762 BIG UPDTAE: Style renames in the whole library 2017-04-10 11:33:38 +02:00
Gabor
5b7559ea76 Further draw speed optimizations 2017-03-20 10:47:41 +01:00
Gabor
92e63fbb46 Draw speed optimalizations 2017-03-09 11:23:28 +01:00
Gabor
c05ebc075f dispi: if a drag can not move the object (e.g. layout) still consider it as drag (reverted) 2017-03-07 17:13:24 +01:00
Kiss-Vamosi Gabor
a97d4b6af5 lv_dispi: consider an object dragged only if it is really moved 2017-02-03 12:48:03 +01:00
Kiss-Vamosi Gabor
166fe70781 antialiassing: use the VDB to store the filtered result and flush it at once 2017-01-13 23:27:53 +01:00
Kiss-Vamosi Gabor
39af8d8252 Update the function documentation in the header files 2017-01-13 23:27:49 +01:00
Kiss-Vamosi Gabor
f85741be30 lv_gauge: basics are added 2017-01-09 18:09:28 +01:00
Kiss-Vamosi Gabor
9a1b8d0712 image upscale added as lv_img attribute 2017-01-09 08:50:38 +01:00
Kiss-Vamosi Gabor
955d15d434 lv_dispi: lv_dispi_reset_lpr added 2017-01-09 06:48:02 +01:00
Kiss-Vamosi Gabor
a2b90eb9a9 lv_list: fit is removed and moved to list style as widthe_sb 2017-01-08 15:58:31 +01:00
Kiss-Vamosi Gabor
b3706b0130 dm_get_size is back, move style isolation to lv_obj_create from obj_x 2017-01-08 13:06:41 +01:00
Gabor
e5dad65949 antialias: LV_ANTIALAS added, x4 atialas removed, LV_UPSCALE_MAP removed 2017-01-06 16:00:37 +01:00
Gabor
70651778e4 lv_obj: bugfix: free_num and free_p were not copied 2017-01-06 13:33:54 +01:00
Gabor
d2aba288ed lv_dispi: wait for release attribute added 2017-01-06 13:31:40 +01:00
Gabor
cf54f36daa ptask API changes (void * parameter) are followed 2017-01-06 13:30:57 +01:00
Gabor
64dd00b823 lv_obj: protect field added (opa_protect and child_chg_off moved here) 2017-01-03 17:09:35 +01:00
Gabor
b23b986683 Compatibility with malloc/free/realloc wrappers 2017-01-02 14:10:32 +01:00
Kiss-Vamosi Gabor
66f92d16d0 Bugfix: call the top object's parent post draw design fubctions 2017-01-01 22:54:59 +01:00
Kiss-Vamosi Gabor
72948cda48 icons moved, app sysmon added, app fsel added 2016-12-29 23:48:01 +01:00
Gabor
aa8c80c2a8 Minor updates 2016-12-22 15:20:12 +01:00
Gabor
454b0e2a11 App connection added 2016-12-22 15:00:22 +01:00
Gabor
5459fc3c36 Eliminate some warnings 2016-12-21 15:34:01 +01:00
Gabor
7636c5d97b vletter draw optimited, LV_UPSCALE_STYLE and LV_STYLE_MULT removed and replaced with LV_DOWNSCALE 2016-12-21 14:51:01 +01:00
Kiss-Vamosi Gabor
727ed405a7 lv_dispi bugfix with LV_SIGNAL_PRESSING 2016-12-20 21:14:06 +01:00
Gabor
cc0d2fef7d LV_UPSCALE_STYLE and LV_STYLE MULT removed and replaced with LV_DOWNSCALE 2016-12-20 15:08:11 +01:00
Gabor
373b75bd53 txt_get_size added +lv_page_focus handle greater objects then page + LV_SIGNAL_PRESSING added 2016-12-19 12:02:03 +01:00
Kiss-Vamosi Gabor
f259f6ca6d lv_action_t added independently from lv_btn, page rel/pr action added, lv_app_kb basics 2016-12-18 22:07:03 +01:00
Kiss-Vamosi Gabor
05d03015cb icons added, app animations, page_focus, win style updates 2016-12-17 21:22:16 +01:00
Kiss-Vamosi Gabor
ad7868591f lpr_rep action added + app styles update 2016-12-17 12:02:30 +01:00
Kiss-Vamosi Gabor
6d85a9c086 App style added + minor mods 2016-12-17 10:50:28 +01:00
Kiss-Vamosi Gabor
6cb16b4dc2 mbox added (styles are missing) + minor bugfixes 2016-12-16 07:41:34 +01:00
Gabor
8d70829493 The very basics of apps working. Sc and Win open close ok. Example app written 2016-12-15 16:19:23 +01:00
Gabor
2eefe1a231 Minor fixes 2016-12-15 10:31:30 +01:00
Gabor
320a5b524c Variable renames + lv_img bugfix (last pixels were incorrect) 2016-10-27 14:20:22 +02:00
Gabor
9be8839ae9 LV_LABEL_LONG_MODE_SCROLL added 2016-10-20 16:35:03 +02:00
Gabor
932c10e50b ext_size attribute added 2016-10-17 15:04:05 +02:00