Gabor Kiss-Vamosi
f8f308a72e
lv_event_send_func: obj can be NULL so prevents false positive assert
2019-12-30 14:30:44 +01:00
Amir Gonnen
248868fef1
Add lv_deinit function ( #1319 )
2019-12-21 23:35:00 +00:00
Themba Dube
d7735410c9
Silence GCC warning
2019-12-06 12:31:19 -05:00
Gabor Kiss-Vamosi
6c8b0c44be
fix conversation warnings
2019-12-02 12:20:01 +01:00
Himel
bf5a8bc52f
fix spelling mistake
2019-11-27 00:28:26 +13:00
Brian Pugh
64a56a2b0f
lv_obj: add missing const qualifiers in function definitions.
2019-11-25 22:09:38 -08:00
Gabor Kiss-Vamosi
5f3374624e
fix warnings
2019-11-25 11:11:41 +01:00
Gabor Kiss-Vamosi
926dafd3b5
minor fixes
2019-11-25 07:15:01 +01:00
Gabor Kiss-Vamosi
f0863b4179
fix minor warnings
2019-11-25 06:44:13 +01:00
Themba Dube
575df77a02
Fix public -Wconversion warnings
2019-11-14 20:38:47 -05:00
George Slater
de102f9d20
Updated lv_refr_area and lv_img_design to account for single pixel height/width objects.
...
lv_refr_area: Updated height for area refresh to correctly include areas that are a height of only 1 pixel.
lv_img_design: Updated draw loop to account for objects that are 1 pixel in height or width.
2019-11-13 11:54:05 -06:00
Pete Bone
1e4ce0b143
Dev 6.1 Minor fixes
...
lv_draw_arc.c -> line 218
Removed unsed fast_atan2() function which appears to have been moved to
lv_math.c as lv_atan2() function.
lv_font_heb_16.c -> line 1
Fixed inconsistent include path.
lv_label.c -> line 734
Added (char*) cast to const char* variable 'txt' to silence compiler
warning when LV_USE_BIDI is disabled.
lv_style.c -> line 93
Removed this line
lv_style.c -> line 97
Reverted this line to remove override of LV_FONT_DEFAULT defined in
lv_conf.h
2019-11-12 15:26:35 +00:00
Gabor Kiss-Vamosi
90eeff7022
merge dev-6.1
2019-11-11 19:42:10 +01:00
Gabor Kiss-Vamosi
769c1a8f8a
define empty LV_DEBUG_ASSERT if LV_USE_DEBUG is 0
2019-11-04 20:35:47 +01:00
Themba Dube
982e2036cf
Fix inconsistency between lv_debug.c and lv_debug.h
2019-10-31 20:21:58 -04:00
Gabor Kiss-Vamosi
f02d52a598
merge dev-6.1
2019-10-24 15:25:52 +02:00
Themba Dube
dcc287c936
Merge remote-tracking branch 'origin/master' into dev-6.1
2019-10-12 20:55:17 -04:00
Gabor Kiss-Vamosi
c747f29664
ddlist: RTL deafult pos fixes
2019-10-10 14:34:39 +02:00
Gabor Kiss-Vamosi
cadf2bd97d
with RTL base dir: create the object on the right and grow to the right in lv_obj_set_width
2019-10-10 14:16:11 +02:00
crnchbng
68c752ab50
Fix compile issue with LV_EXT_CLICK_AREA_TINY ( #1221 )
...
Discussed in https://github.com/littlevgl/lv_gui_builder/issues/2#issuecomment-495246128 .
2019-10-08 10:53:31 -04:00
Gabor Kiss-Vamosi
b06ef2620a
merge dev-6.1
2019-10-08 16:29:40 +02:00
Gabor Kiss-Vamosi
6190763382
bidi: add LV_LABEL_ALIGN_AUTO, LV_BIDI_DIR_AOUT/INHERIT, LV_SIGNAL_BASE_DIR_CHG
2019-10-08 16:26:55 +02:00
Amir Gonnen
d1d3ef4305
use "export" macro to export interesting defines to binding
2019-10-03 23:20:50 +03:00
Gabor Kiss-Vamosi
3753265f56
update makefile
2019-10-03 06:06:20 +02:00
Gabor Kiss-Vamosi
f00c24f312
debug: add style sentinel
2019-09-27 03:28:44 +02:00
Gabor Kiss-Vamosi
0a9eeba4e4
dubug: add asserts to every object type's API functions
2019-09-26 15:13:33 +02:00
Gabor Kiss-Vamosi
ede392b7c9
debug: add assterts to lv_obj and update signal functions
2019-09-26 10:51:54 +02:00
Gabor Kiss-Vamosi
e9b6fcd58d
debug: minor fixes
2019-09-25 08:58:12 +02:00
Gabor Kiss-Vamosi
5660181b81
debug: rework asserts
2019-09-24 23:14:17 +02:00
Gabor Kiss-Vamosi
366f958e1a
debug: add the basics of LV_DEBUG
2019-09-24 16:30:38 +02:00
Gabor Kiss-Vamosi
f190c78195
font compression: add prefilter support
2019-09-13 15:40:12 +02:00
Themba Dube
cfc86713ce
Merge remote-tracking branch 'origin/master' into dev-6.1
2019-08-27 17:33:51 -04:00
Gabor Kiss-Vamosi
3eb06252e9
indev: fix lv_indev_enable
2019-08-26 09:05:30 +02:00
Themba Dube
d5d8eb5afd
Merge remote-tracking branch 'origin/master' into dev-6.1
2019-08-18 15:25:59 -04:00
Gabor Kiss-Vamosi
bbb0d2f60e
lv_roller: fix misalignment when an other obj is cliked while rolling
2019-08-16 16:43:05 +02:00
Themba Dube
bdce05e20f
Merge branch 'master' into dev-6.1
2019-08-05 13:55:16 -04:00
Gabor Kiss-Vamosi
fd6d7119f5
indev: seng LV_EVENT_CLICK on if the object is not dragged
2019-07-26 13:22:09 +02:00
Gabor Kiss-Vamosi
5d44e66d42
format comments
2019-07-23 08:23:33 +02:00
Gabor Kiss-Vamosi
3977a33ac4
Merge branch 'master' into dev-6.1
2019-07-22 06:30:26 +02:00
Jan Van Winkel
9401353ccb
Pass disp->driver to rounder_cb in lv_inv_area
...
Pass pointer to disp->driver to rounder_cb in lv_inv_area instead of
pointer to disp_refr->driver as lv_inv_area is called when no refresh is
ongoing (lv_disp_drv_register).
Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2019-07-19 18:07:50 +02:00
Gabor Kiss-Vamosi
cd0d311531
fix sending of DRAG_BEGIN/END siganls and events
2019-07-17 12:43:10 +02:00
Gabor Kiss-Vamosi
ea00b24cdf
add LV_STYLE_CREATE
2019-07-15 15:01:50 +02:00
Gabor Kiss-Vamosi
2f29a9f361
fix compiler errors
2019-07-08 13:00:27 +02:00
Themba Dube
1d53e5eaec
Move lv_obj_del_async to lv_obj.h
2019-07-06 15:48:18 -04:00
Themba Dube
5ae4b62f4d
Initial addition of asynchronous callbacks
2019-07-06 15:47:36 -04:00
Gabor Kiss-Vamosi
c021de5968
lv_obj_set_opa_scale: update comment
2019-07-05 07:19:09 +02:00
Gabor Kiss-Vamosi
50d134fa8c
remove user data set get from anims to allow LV_USE_USER_DATA 0
2019-07-03 00:05:12 +02:00
Gabor Kiss-Vamosi
9af89dd1b3
send FOCUS/DEFOCUS event if it was already sent by click focus too
2019-06-30 04:54:57 +02:00
Themba Dube
72cf43a176
Fix inadvertant commenting of signal
2019-06-28 08:36:53 -04:00
Themba Dube
2ecd0c4166
Merge branch 'dev-6.0' of github.com:littlevgl/lvgl into dev-6.0
2019-06-27 18:11:19 -04:00