Commit Graph

170 Commits

Author SHA1 Message Date
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
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
6bde942abe lv_app_notice: build notices from lv_mbox 2017-01-10 16:09:06 +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
f85741be30 lv_gauge: basics are added 2017-01-09 18:09:28 +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
Ajay Bhargav
510e8b8992 lv_misc: Add icons as fonts
Using icons as font uses less space. Font size is 30px.

Signed-off-by: Ajay Bhargav <contact@rickeyworld.info>
2017-01-09 13:16:36 +05:30
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
955d15d434 lv_dispi: lv_dispi_reset_lpr added 2017-01-09 06:48:02 +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
4b2a5b227e Adding LVGL_VERSION_PATCH in lvgl.h 2017-01-08 16:01:07 +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
1945e356e2 Release: version 2.1 2017-01-08 13:11:38 +01:00
Kiss-Vamosi Gabor
2647fb50ce Merge from 'beta' 2017-01-08 13:07:53 +01:00
Kiss-Vamosi Gabor
8a0b1b5967 Merge branch 'master' of https://github.com/littlevgl/lvgl 2017-01-08 13:07:41 +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
895e446c8e lv_conf_templ.h updated 2017-01-06 16:04:58 +01:00
Gabor
e5dad65949 antialias: LV_ANTIALAS added, x4 atialas removed, LV_UPSCALE_MAP removed 2017-01-06 16:00:37 +01:00
Gabor
1e57771405 icons: simple sized icons are added 2017-01-06 15:34:17 +01:00
Gabor
0236336d97 lv_app_files: comments added, send header 2017-01-06 14:37:30 +01:00
Gabor
385212201d lv_conf_templ: update 2017-01-06 13:41:10 +01:00
Gabor
c299dd9d30 lv_app: Files application added 2017-01-06 13:39:40 +01:00
Gabor
d3f468b0d2 lv_app: create string deleted minor updates 2017-01-06 13:39:13 +01:00
Gabor
b73efc27df lv_objx: minor fixes 2017-01-06 13:37:25 +01:00
Gabor
488ba95a51 lv_page: focus updates, and copy pr. and rel. acions 2017-01-06 13:36:35 +01:00