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

84 Commits

Author SHA1 Message Date
Gabor
2774d52043 lv_obj_del: reset the dispi-s only if it is really required 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
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
Gabor
b7445f2346 WiFi app added 2017-07-09 15:40:25 +02:00
Gabor
91c28e5f44 Merge beta to release v4.0 2017-05-15 09:17:36 +02:00
Kiss-Vamosi Gabor
50d30e8d88 comments update 2017-05-14 18:49:44 +02:00
Gabor
da1f4e8e2f minor updates 2017-05-12 16:09:37 +02:00
Gabor
3a9a23b350 minor style updates 2017-05-10 16:12:03 +02:00
Gabor
20f4685541 Solve warnings 2017-05-10 16:11:20 +02:00
Gabor
1277a805c8 Minor updates 2017-05-08 10:09:47 +02:00
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
Gabor
48ecbf4f5d lv_obj.h: remove an incorrect include of <sys/types.h> 2017-02-22 10:17:30 +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