BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lvgl
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
lvgl
Commits
fa883a02
Commit
fa883a02
authored
Jan 19, 2018
by
Gabor Kiss-Vamosi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/littlevgl/lvgl
parents
62c307d6
0733018b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
7 deletions
+34
-7
TODO_MINOR.md
docs/TODO_MINOR.md
+14
-2
TODO_PATCH.md
docs/TODO_PATCH.md
+20
-5
No files found.
docs/TODO_MINOR.md
View file @
fa883a02
...
...
@@ -9,12 +9,24 @@ Here are ideas which are not assigned to a minor version yet:
-
label: add a horzintal line (e.g. underline or line through).
-
lv_split: new object type, a hor. or ver. line for decoration purpose
-
lv_valset: new object type, a label with "+" and "-" buttons
-
lv_form: new object type, form field with place holder text
-
lv_listctrl: new object type, a list various controls on th right (sw, cb erc.)
-
lv_inlist: new ibject type, inline drop down list (different open/closed style)
-
lv_inlist: new object type, inline drop down list (a button wich opens a list in place)
-
lv_char: new_object type: characteristic set (like chart with draggable points)
-
lv_vol: new_object type: volume meter (like a bar with segments)
-
anim. paths: monentum (tnh(x)), curve (exp), shake
-
hover, hover_lost signals
## v5.1 (released at: in progress)
-
[
]
Lua interface to craete GUI with script
-
[
]
Font handling extension for effective Chiese font handling (cutsom read functions)
-
[
]
lv_group: different default style_mod function with LV_COLOR_DEPTH 1
-
[
]
lv_img_set_data() for const. image data instead of file system usage
-
[
]
Arabic glyph convert (based on letter position)
-
[
]
Right-to-left write support
-
[
]
Detached area (for video rendering where LittlevGL don't put pixels)
-
[
]
lv_ta: add placeholder text
-
[
]
lv_ibtn: new object type: an image wich acts as a button (different image for different states)
## v5.0 (released at: 20.12.2017)
-
[
x
]
UTF-8 support
-
[
x
]
lv_tabview: new object type to organise content with tabs
...
...
docs/TODO_PATCH.md
View file @
fa883a02
...
...
@@ -8,13 +8,28 @@ The bugfixes of the still not released version are in `beta` branche.
## Contributing
Please create an issue to introduce a bug instead of adding pull request to this file.
## v5.0.2 (released at: in progress)
-
[
x
]
Fix dependencied (Thanks to Zaltora)
-
[
x
]
lv_group: fix memory leak (Thanks to BenQoo)
-
[
x
]
LV_INDEV_READ_PERIOD 0 build bugfix
-
[
x
]
lv_roller: lv_roller_get_selected_str: bugfix (was recursive call)
-
[
x
]
lv_obj_get_style: with NULL style check if the parent is focused and use the focused style
-
[
x
]
lv_roller: add missing action handling
-
[
]
Set 24 bit colors upper byte (alpha) to 0xFF
## Next release
## v5.0.1 (released at: 02.01.2018)
-
[
x
]
lv_list: fixed when mouse and keyboard used together
-
[
x
]
lv_btnm: fix bottom border visibility
-
[
x
]
theme updates
-
[
x
]
line width fix width anti-aliasing
-
[
x
]
lv_conf_templ.h add more info
## v5.0 (released at: 21.12.2017)
-
[
x
]
lv_btnm: check hide code (
\1
77) at 0. byte position too (if width is not specified)
-
[
]
lv_img: define
*lv_img_raw_header*
in
*lv_draw.h*
because now lv_img can't be disabled
-
[
]
lv_list: ignore image related things when
*lv_img*
is not enebled
-
[
]
lv_ta: fix hegiht if
*one_line*
and
*FONT_ANTIALIAS*
-
[
]
lv_obj_set_style: fix to update self style too (not only children)
-
[
x
]
lv_img: define
*lv_img_raw_header*
in
*lv_draw.h*
because now lv_img can't be disabled
-
[
x
]
lv_list: ignore image related things when
*lv_img*
is not enebled
-
[
x
]
lv_ta: fix hegiht if
*one_line*
and
*FONT_ANTIALIAS*
-
[
x
]
lv_obj_set_style: fix to update self style too (not only children)
## v4.2 (released at: 17.08.2017)
-
[
x
]
lv_slider: don't let indicator or bar to disappear because of hpad/vpad
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment