Alexander
8e9335d49f
Formatting all source file (*.c) in accordance with project coding style, using the astyle tool and the rules file _astylerc-c.
2018-06-18 13:51:01 +03:00
Gabor Kiss-Vamosi
a3ad4b3616
in lv_objx set functions apply the new value only if it's different from the current
2018-05-16 23:09:30 +02:00
Gabor Kiss-Vamosi
05fe9b6b81
add lv_obj_get_type
2018-02-28 15:37:41 +01:00
upbeat27
2770752813
Fix incorrect storage size for loop counter
...
When drawing chart lines/points/columns, execution will stay in loop forever when point count > 255.
The loop counter i was set to uint8_t when it should be the same size as point_cnt, uint16_t.
2018-01-25 11:34:47 -08:00
Gabor Kiss-Vamosi
dda1a38143
chart:init_points and set_points added
2017-12-20 16:51:34 +01:00
Gabor Kiss-Vamosi
893475ad89
Hide anti aliasing. No x << LV_AA rewuired from now
2017-12-07 19:22:23 +01:00
Gabor Kiss-Vamosi
d6e1705a1a
fix a lot of warnings
2017-12-02 20:43:50 +01:00
Gabor Kiss-Vamosi
c890dc8d43
use only relative include paths
2017-11-26 23:58:05 +01:00
Gabor Kiss-Vamosi
c48a521882
misc is completly removed
2017-11-26 11:38:28 +01:00
Gabor Kiss-Vamosi
a8ceb6bcaf
lv_misc: all functions are renamed
2017-11-24 17:48:47 +01:00
Gabor Kiss-Vamosi
1fcda8092e
rename a lot of functions in lv_misc
2017-11-23 21:28:36 +01:00
Gabor Kiss-Vamosi
8fd12c53d2
style renames
2017-11-20 14:26:18 +01:00
Gabor Kiss-Vamosi
63d54b0212
some api updates and style border.part added
2017-11-17 15:43:08 +01:00
Gabor Kiss-Vamosi
b973dd342a
lv_theme: integrate into the library
...
add lv_theme
2017-11-16 15:38:02 +01:00
Gabor Kiss-Vamosi
86daac1424
add lv_xxx_style_t and unify style set/get
2017-11-15 15:50:33 +01:00
Gabor Kiss-Vamosi
6e5db9e44e
style: move opa to body.opa and make border.opa independent from it
2017-11-02 01:37:32 +01:00
Gabor Kiss-Vamosi
919a8e81ea
styles: make styles to global variables
2017-10-30 17:31:48 +01:00
Gabor Kiss-Vamosi
f0080b944d
fixes and updates according to test results
2017-10-26 21:20:10 +02:00
Gabor Kiss-Vamosi
2ea1af59b9
further style renames + remove LV_DOWNSCALE
2017-10-20 10:17:02 +02:00
Gabor Kiss-Vamosi
8c9d4b58ed
further renames in styles
2017-10-19 12:46:49 +02:00
Gabor Kiss-Vamosi
0856790760
lv_style: mass attribute renames
2017-10-18 16:07:19 +02:00
Kiss-Vamosi Gabor
20af407203
Minor object updates with some object types
2017-05-13 11:03:08 +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
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
Kiss-Vamosi Gabor
39af8d8252
Update the function documentation in the header files
2017-01-13 23:27:49 +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
b23b986683
Compatibility with malloc/free/realloc wrappers
2017-01-02 14:10:32 +01:00
Kiss-Vamosi Gabor
72948cda48
icons moved, app sysmon added, app fsel added
2016-12-29 23:48:01 +01:00
Gabor
cc0d2fef7d
LV_UPSCALE_STYLE and LV_STYLE MULT removed and replaced with LV_DOWNSCALE
2016-12-20 15:08:11 +01:00
Gabor
2eefe1a231
Minor fixes
2016-12-15 10:31:30 +01:00
Gabor
c295a04d6c
prototype argument renameing
2016-10-07 11:15:46 +02:00
Gabor
dc17c3d462
code formatting
2016-10-04 15:29:52 +02:00
Gabor
87a9c371bb
style initialization functions added to every object type
2016-10-04 15:19:07 +02:00
Gabor
d9b063d7d6
lv_ta finished + LV_DESIGN_MODE_DRAW_POST added + bugfixes
2016-10-04 09:45:39 +02:00
Gabor
54f551995a
Minor chart changes
2016-09-28 11:17:46 +02:00
Gabor
0b50f337d9
Chart ready
2016-08-11 15:00:46 +02:00
Gabor
0818189e04
lv_chart updated
2016-08-09 12:24:03 +02:00
Gabor
a56f804c9f
Bug fixes + chart bg changed to chart and some basic chart funtions added
2016-08-08 16:25:41 +02:00