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

475 Commits

Author SHA1 Message Date
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
09967f66f2 lv_slider added 2017-04-11 10:51:31 +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
7bb849f4eb solve conflicts 2017-03-27 09:29:47 +02:00
Gabor
ad89961737 lv_ddlist: bugfix with font antialiassing 2017-03-27 09:27:45 +02:00
Gabor
5b7559ea76 Further draw speed optimizations 2017-03-20 10:47:41 +01:00
Kiss-Vamosi Gabor
7f49404d62 LV_FONT_ANTIALIAS added 2017-03-20 07:07:27 +01:00
Gabor
92e63fbb46 Draw speed optimalizations 2017-03-09 11:23:28 +01:00
Kiss-Vamosi Gabor
b5b38ec642 lv_pb: remove phantom bar when set 2017-02-11 20:27:35 +01:00
Gabor
a2173ea4fe lv_ddlist: imporvement and bugfixes 2017-02-06 16:10:47 +01:00
Gabor
ca9b423f70 Minor updates after ddlist added 2017-02-06 16:10:47 +01:00
Gabor
5da17ebf50 lv_ddlist: drop down list new object type added 2017-02-06 16:10:47 +01:00
Gabor
6abcbe01cd lv_win: lv_win_close_action bugfix 2017-02-06 16:10:47 +01:00
Gabor
253fbe0ee5 lv_label: lv_label_append_text added 2017-02-06 16:10:47 +01:00
Kiss-Vamosi Gabor
7c77ebe6e5 lv_pb: set default click = false 2017-02-03 21:47:11 +01:00
Kiss-Vamosi Gabor
7f79910092 lv_pb: slider function added 2017-02-03 12:48:22 +01:00
Gabor
f189307b9c Merge branch 'master' into beta 2017-02-01 11:40:12 +01:00
Gabor
014d0a3842 txt_recolor: text recolor option added, text size function are exteded with a falg paramter 2017-02-01 11:39:48 +01:00
Kiss-Vamosi Gabor
a0c35464ef lv_mbox: mem. usage optimization (create title and btnh only if necessary) 2017-01-17 00:49:16 +01:00
Gabor
22f1a01b1c lv_mbox: start/stop auto close added 2017-01-16 12:41:21 +01:00
Gabor
2cb9d8ed83 Merge symbols: solve conficts 2017-01-16 12:30:22 +01:00
Gabor
398d5e32ae lv_mbox: minor updates 2017-01-16 10:07:52 +01:00
Kiss-Vamosi Gabor
df47565bd9 lv_img, lv_gauge: test depedencies 2017-01-15 21:52:21 +01:00
Kiss-Vamosi Gabor
79885c70fc lv_objx: header file documentation updates 2017-01-14 23:54:16 +01:00
Kiss-Vamosi Gabor
39af8d8252 Update the function documentation in the header files 2017-01-13 23:27:49 +01:00
Gabor
f089ce3929 lvgl.h: adding misc module version check 2017-01-12 11:09:18 +01:00
Gabor
4fb9468664 lv_objx: if a define is not provided by lv_conf.h define it by the object 2017-01-12 09:49:13 +01:00
Gabor
6990528bb9 lv_mbox: join bubble and info styles 2017-01-11 16:18:49 +01:00
Gabor
0ddfa4c840 lv_rect: fix a bug with light draw when radius is LV_RECT_CIRCLE 2017-01-11 16:16:29 +01:00
Kiss-Vamosi Gabor
d553dcf399 lv_gauge: add txt attribute to show printf-like formatted text 2017-01-10 21:03:59 +01:00
Kiss-Vamosi Gabor
01d0e9257f lv_gauge: change parameter order in lv_gauge_set_value 2017-01-10 20:40:57 +01:00
Kiss-Vamosi Gabor
9bd8e3e65e lv_gauge: critical direction and value label added 2017-01-10 20:38:28 +01:00
Gabor
b98dca77e1 lv_mbox: style updates and bugfixes 2017-01-10 16:07:46 +01:00
Gabor
1a326ffbf7 LV_BTNS_BORDER thinner border width 2017-01-10 16:07:06 +01:00
Gabor
030719f583 LV_RECT_LAYOUT_PRETTY: if there is only 1 obj in row align it to the middle 2017-01-10 10:19:56 +01:00
Kiss-Vamosi Gabor
1dc0438827 lv_gauge: updated, math_base: min max rename 2017-01-10 08:36:12 +01:00
Kiss-Vamosi Gabor
04a0bcaaec lv_rect: bugfix in design cover check when radious is LV_RECT_CIRCLE 2017-01-09 18:08:57 +01:00
Gabor
b2aa49a5b4 lv_img bugfix: image not refreshed when upscale set 2017-01-09 10:11:59 +01:00
Kiss-Vamosi Gabor
9a1b8d0712 image upscale added as lv_img attribute 2017-01-09 08:50:38 +01:00
Kiss-Vamosi Gabor
b5feee60be lv_btnm bugfix: reset longpress when sliding to a new button 2017-01-09 06:48:04 +01:00
Kiss-Vamosi Gabor
2d7e770b4b Style updates: whiter button border, app_kb no border 2017-01-09 06:46:27 +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