Commit Graph

1128 Commits

Author SHA1 Message Date
xianjimli
fd8d44c230 optimization 2018-05-27 17:27:27 +08:00
xianjimli
06ca75a5b0 fix warnings and format code 2018-05-27 07:02:50 +08:00
xianjimli
201db06dce improve lcd mem 2018-05-27 06:44:02 +08:00
xianjimli
0ab8949aba rename some functions 2018-05-26 17:48:14 +08:00
xianjimli
82a14f788c update test 2018-05-26 17:40:06 +08:00
xianjimli
be985332a0 optimize fill color 2018-05-26 08:02:44 +08:00
xianjimli
287b22afed mv mem_test to tests 2018-05-24 13:49:17 +08:00
xianjimli
5febb1b47a support non gui thread send message to gui thread 2018-05-17 17:41:02 +08:00
xianjimli
ccfbbcf8da update docs 2018-05-17 14:02:00 +08:00
xianjimli
f5e21e06c7 format code 2018-05-17 11:14:41 +08:00
xianjimli
971962e358 add test 2018-05-17 10:26:18 +08:00
xianjimli
242ee28e02 improve timer and idle 2018-05-16 14:02:23 +08:00
xianjimli
60c1b940a1 improve timer manager 2018-05-16 10:32:51 +08:00
xianjimli
ecc9d812b1 rework idle 2018-05-15 18:12:28 +08:00
xianjimli
3fcd8767fb array_remove support destroy callback 2018-05-15 18:12:10 +08:00
xianjimli
9657e401f0 rename timer_check to timer_dispatch 2018-05-10 09:10:19 +08:00
xianjimli
bfdc0aa5be add g2d and format code 2018-05-07 17:50:05 +08:00
xianjimli
02449e1979 unify array return value 2018-05-04 17:23:21 +08:00
xianjimli
f5375677a8 improve font manage and update docs 2018-05-04 16:17:12 +08:00
xianjimli
f2ba7f8264 supported strings translation 2018-05-04 14:52:15 +08:00
xianjimli
cf804f90a8 add str_gen 2018-05-04 11:47:09 +08:00
xianjimli
8b6a42e830 add array_remove_all 2018-05-04 11:28:07 +08:00
xianjimli
56e9961dab add skip and docs 2018-05-04 11:27:12 +08:00
xianjimli
1468d14be9 add str_set_with_len 2018-05-04 11:00:21 +08:00
xianjimli
36de4d0e19 add str_t 2018-05-01 12:02:42 +08:00
xianjimli
f0d2a0f4e4 improve resource manager 2018-04-30 08:13:36 +08:00
xianjimli
b66d00b0ac rename MEM_ to TKMEM_ and format code 2018-04-29 16:51:54 +08:00
xianjimli
535e159ce8 image manager support cache/dpi 2018-04-28 15:09:07 +08:00
xianjimli
f0980f748e resource manager support loading res from file system 2018-04-27 18:12:12 +08:00
xianjimli
cd321ab9fb unify some function/macro names 2018-04-27 11:23:09 +08:00
xianjimli
8e665e77c1 fix picasso matrix and image format 2018-04-25 17:38:51 +08:00
xianjimli
6d5f099997 window animator on framebuffer 2018-04-22 16:57:05 +08:00
xianjimli
ba2558b783 update demos and tests 2018-04-21 07:43:02 +08:00
xianjimli
35d4ea8f5e add window animator framework 2018-04-20 21:49:47 +08:00
xianjimli
a5dab59fd9 add src/base/idle.c src/base/idle.h tests/idle_test.cc src/main_loop 2018-04-19 14:24:41 +08:00
xianjimli
597365517b add test 2018-04-18 17:33:40 +08:00
xianjimli
c1f2dc8a51 fix draw points 2018-04-18 16:58:51 +08:00
xianjimli
d63707f289 improve image loader 2018-04-18 14:27:14 +08:00
xianjimli
6ccd728b72 rename width to w, height to h 2018-04-09 16:22:35 +08:00
xianjimli
2bb60afed3 fix windows compile errors 2018-04-08 11:34:05 +08:00
xianjimli
a0d33ef894 fix wstr 2018-04-08 07:43:17 +08:00
xianjimli
b29773aad8 add edit 2018-04-08 07:32:48 +08:00
xianjimli
b9bb7a3b2e improve wstr 2018-04-08 07:28:21 +08:00
xianjimli
657e5280d0 move text to widget 2018-04-05 18:45:19 +08:00
xianjimli
79e47f5fa8 improve slider/progressbar 2018-04-05 17:09:29 +08:00
xianjimli
de159d15c5 add slider 2018-04-02 17:35:20 +08:00
lixianjing
87805f895c format code 2018-03-31 19:48:56 +08:00
lixianjing
9fa6ba29ae redesign xml theme file format 2018-03-31 13:48:18 +08:00
lixianjing
c73358008b refactoring 2018-03-30 22:15:45 +08:00
lixianjing
c262208307 add tests and refactoring 2018-03-26 12:16:52 +08:00
lixianjing
4c570f9f04 improve tests and demos 2018-03-26 11:17:38 +08:00
lixianjing
4dddb0fe3f image support diffirent draw_type 2018-03-26 07:36:18 +08:00
lixianjing
14d5e73415 add vgcanvas to draw vector graphics 2018-03-24 21:37:40 +08:00
lixianjing
8d7aaf09a5 add matrix 2018-03-23 19:15:24 +08:00
lixianjing
b96b4d8b97 add draw_image_center/scale/scale_x/scale_y 2018-03-22 21:41:30 +08:00
lixianjing
4a1b92739e support draw_image_tile/tile_h/tile_v 2018-03-21 21:34:54 +08:00
lixianjing
16e253eed7 support draw_image_3patch_h/draw_image_3patch_v 2018-03-20 21:38:43 +08:00
jim
12d7dcaa9a format code 2018-03-19 07:19:25 +08:00
jim
ff26012803 improve stm32 2018-03-18 17:02:10 +08:00
jim
5f36f35611 redesign resource manager 2018-03-18 11:29:31 +08:00
jim
906a09f6d9 add qt_to_xml/rc_to_xml 2018-03-15 22:07:01 +08:00
jim
47d73bcecf add event_queue 2018-03-13 21:23:34 +08:00
jim
79cde3f835 add docs 2018-03-12 21:24:24 +08:00
jim
8d3686bb21 support layout 2018-03-11 22:25:54 +08:00
jim
3fb0ff30b9 support fast mode 2018-03-11 14:21:19 +08:00
jim
f1c875c453 update docs 2018-03-11 12:04:43 +08:00
jim
9a0590ba59 support load ui from xml/bin ui description 2018-03-10 19:11:37 +08:00
jim
db5acd2123 load ui from bin/xml works 2018-03-09 21:54:46 +08:00
jim
9015c0b291 add lua binding for timer. 2018-03-06 21:56:52 +08:00
jim
8a5b7a63a9 fix linux/windows build errors. 2018-03-05 11:51:05 +08:00
jim
0d420c9665 1.add api doc. 2.add lua generator 2018-03-04 08:32:52 +08:00
jim
95e9f2f070 remove lcd_init 2018-02-26 17:32:00 +08:00
jim
5b5987c3f6 add lua generator 2018-02-26 12:42:05 +08:00
jim
0c87a12324 fix ubuntu compile errors 2018-02-22 11:53:07 +08:00
jim
1f468e80fb tools use self-contained memory manager 2018-02-22 11:37:13 +08:00
jim
c84a2c7804 support timer 2018-02-22 09:04:05 +08:00
jim
11a86b1bad add .clang-format and format source code 2018-02-22 08:36:54 +08:00
jim
a68c7d049f init 2018-02-21 19:36:38 +08:00