Commit Graph

201 Commits

Author SHA1 Message Date
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
1696d77516 lv_app_files: sned bugfix (first chunk was not sent) 2017-03-09 14:25:26 +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
e98aa0f6e6 Draw speed optimalization 2017-03-07 17:11:39 +01:00
Gabor
615eceb94b lv_app_visual: skeleton added 2017-02-17 11:31:26 +01:00
Gabor
1cce542cd5 lv_draw: triangle draw added for experimental usage 2017-02-17 11:31:26 +01:00
Kiss-Vamosi Gabor
b5b38ec642 lv_pb: remove phantom bar when set 2017-02-11 20:27:35 +01:00
Gabor
e1fe92ffe7 icon_settigns added 2017-02-06 16:10:47 +01:00
Gabor
ef591b7af1 app conf: app configuration added (terminal, files) 2017-02-06 16:10:47 +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
bff43f09a0 anim: template anim_t initilizaton added in anim.h 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
13f75de6ee lv_app_notice: max notice num added 2017-02-03 21:48:13 +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
Kiss-Vamosi Gabor
a97d4b6af5 lv_dispi: consider an object dragged only if it is really moved 2017-02-03 12:48:03 +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
2de1f4363c symbols: define the simbols in symbol_def.h instead of font.h 2017-01-16 13:53:39 +01:00
Gabor Kiss-Vamosi
4f3e26b616 Merge pull request #9 from ajaybhargav/font_icon
lv_misc: Add icons as fonts
2017-01-16 13:48:47 +01:00
Gabor Kiss-Vamosi
f47f999480 Merge branch 'master' into font_icon 2017-01-16 13:47:39 +01:00
Gabor
8296570d54 Minor release: v2.2.0 2017-01-16 12:41:59 +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
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
Ajay Bhargav
ac39928a01 lv_misc: Move SYMBOL definition to font.h for easy access
Signed-off-by: Ajay Bhargav <contact@rickeyworld.info>
2017-01-13 10:34:19 +05:30
Ajay Bhargav
ba093a8d80 lv_misc: Add new font FONT_SYMBOL_60 of size 60px
New font added with similar symbol to that of symbol_30 but of double
height.

Signed-off-by: Ajay Bhargav <contact@rickeyworld.info>
2017-01-13 10:29:12 +05:30
Ajay Bhargav
215da26097 lv_misc: Rename FONT_ICONS to FONT_SYMBOL_30
Define USE_FONT_SYMBOL_30 to enable symbol fonts of 30px.

FONT_ICONS renamed to FONT_SYMBOL_30

Signed-off-by: Ajay Bhargav <contact@rickeyworld.info>
2017-01-13 10:19:40 +05:30
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