Commit Graph

201 Commits

Author SHA1 Message Date
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
Gabor
70651778e4 lv_obj: bugfix: free_num and free_p were not copied 2017-01-06 13:33:54 +01:00
Gabor
0e964e0b8b lv_btn, lv_list: style updates 2017-01-06 13:33:05 +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
ff2e158045 lv_app_kb: keyboard maps are updated 2017-01-06 13:28:57 +01:00
Gabor
e6dafd6132 lv_btnm: with a lot of buttons in row there was a minor position error 2017-01-06 13:28:10 +01:00
Gabor
446c86a3ae lv_page: sb mode drag added (now auto means show sb if scrolling is possible) 2017-01-04 12:07:55 +01:00
Gabor
9aba30ed11 lv_page: further scrollbar improvements 2017-01-04 11:54:39 +01:00
Gabor
6884f6735c Update the code becuse of protect field and lv_win inheritance changes 2017-01-03 17:11:44 +01:00
Gabor
2eaaa5b36d lv_win: inherited from lv_page 2017-01-03 17:10:19 +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 Kiss-Vamosi
d43b3f8a27 Merge pull request #5 from ajaybhargav/master
lv_page: Fix build error when Animations disabled
2017-01-03 14:34:19 +01:00
Gabor
cb250fa5c0 Make the file icon to darker 2017-01-03 14:25:16 +01:00
Gabor
6120519106 BUgfixses in app_fsel 2017-01-03 14:24:26 +01:00
Ajay Bhargav
229e55dd89 lv_page: Fix build error when Animations disabled
defining LV_PAGE_ANIM_FOCUS_TIME as 0 cause build failure. This patch
fix the issue.

Signed-off-by: Ajay Bhargav <contact@rickeyworld.info>
2017-01-03 17:26:18 +05:30
Gabor
9b3a3923cf Imporvements fot modularity 2017-01-02 15:29:05 +01:00
Gabor
ca11c7ffa0 Update conf. file template 2017-01-02 15:00:21 +01:00
Gabor
b23b986683 Compatibility with malloc/free/realloc wrappers 2017-01-02 14:10:32 +01:00
Gabor
3d399ad842 Adding dependency check to oject types 2017-01-02 10:48:21 +01:00