Commit Graph

3886 Commits

Author SHA1 Message Date
lixianjing
46eb6d4a63 fix building error on stm32 2021-04-24 11:41:18 +08:00
lixianjing
6df45b94fe improve memory allocator 2021-04-24 11:18:47 +08:00
lixianjing
daaa85b8b7 improve mem allocator 2021-04-24 09:46:04 +08:00
lixianjing
d494f3fed0 fix warnings 2021-04-23 16:31:31 +08:00
lixianjing
7e5c23b271 fix build warnings 2021-04-22 15:50:04 +08:00
lixianjing
5e51b56d81 add network_shell 2021-04-22 15:04:38 +08:00
lixianjing
bec68c3713 memory manager support multi blocks of memory 2021-04-22 14:52:29 +08:00
lixianjing
25e05644cf fix memory leak 2021-04-22 09:46:33 +08:00
lixianjing
3c3ff112a4 format code 2021-04-20 18:25:27 +08:00
lixianjing
c56d50b3a1 update docs 2021-04-20 18:24:50 +08:00
lixianjing
6a4a6dc1b8 improve eidt/mledit 2021-04-20 17:17:46 +08:00
lixianjing
dcb5443677 fix api comments 2021-04-20 10:57:36 +08:00
lixianjing
5766b13ca9 fix bitmap_clone(issue #539) 2021-04-19 18:19:54 +08:00
lixianjing
2e7047b085 add fscript_syntax_check 2021-04-18 10:34:57 +08:00
lixianjing
bdf0bdd61f improve top_dir of file browser 2021-04-16 09:58:11 +08:00
lixianjing
6186653d09 Merge branch 'master' of https://github.com/zlgopen/awtk 2021-04-15 17:11:54 +08:00
lixianjing
0c24ee5162 add file_chooser_set_top_dir 2021-04-15 17:11:09 +08:00
lixianjing
d5eb37a8fa fix api comment 2021-04-15 15:46:02 +08:00
lixianjing
a3d308981e improve file browser(add top_dir) 2021-04-15 15:22:21 +08:00
lixianjing
a357b6db56 add data_writer_flush 2021-04-14 09:01:35 +08:00
lixianjing
e14ded826c improve api comments 2021-04-13 14:53:58 +08:00
lixianjing
fba89ef4db improve build scripts 2021-04-12 09:37:55 +08:00
lixianjing
4c12cca76d improve shortcut 2021-04-11 10:54:42 +08:00
lixianjing
00e8c85143 improve fs_create_dir_r 2021-04-11 10:04:44 +08:00
lixianjing
0d3121c949 remove pragma pack for value_t 2021-04-10 17:33:08 +08:00
lixianjing
7c85604254 remove pragma pack for value_t 2021-04-10 16:48:50 +08:00
lixianjing
3dd0ce9588 improve combobox 2021-04-09 11:15:42 +08:00
lixianjing
2bd444f5b8 improve mutable image 2021-04-08 17:14:50 +08:00
lixianjing
db2e073ee2 fix mutex_nest 2021-04-08 14:01:34 +08:00
lixianjing
0afe69d651 improve awtk_tkc.h 2021-04-07 17:36:49 +08:00
lixianjing
1b2a71db1e correct guage to gauge 2021-04-07 17:11:44 +08:00
lixianjing
000879a092 correct guage to gauge 2021-04-07 15:41:09 +08:00
lixianjing
62979a134d improve api comment 2021-04-07 14:12:02 +08:00
lixianjing
bacae3e2ce format code 2021-04-06 19:10:01 +08:00
lixianjing
acfbb49056 improve hscroll_label 2021-04-06 18:08:49 +08:00
lixianjing
8c9e92f75b add idle_queue_ex/timer_queue_ex for script binding 2021-04-06 11:24:42 +08:00
lixianjing
132fa629f6 add WITH_MBEDTLS 2021-04-04 10:58:07 +08:00
lixianjing
3a7db2c668 add gui_app_start_ex 2021-04-04 08:33:56 +08:00
lixianjing
0a6c3f1d7f improve image_animation 2021-04-03 17:10:03 +08:00
lixianjing
c026e9d122 fix T9 build errors 2021-04-01 09:38:36 +08:00
lixianjing
a98a015a13 improve edit to redraw after call edit_set_text 2021-03-30 18:17:41 +08:00
lixianjing
2a2dd47ff6 improve for wheel_event_cast 2021-03-30 14:36:55 +08:00
lixianjing
f4cabf6262 fix warnings for mingw 2021-03-30 13:51:36 +08:00
lixianjing
3c07e44896 export idle_find/timer_find 2021-03-30 11:28:15 +08:00
lixianjing
0a57bde180 improve mutable_image for designer 2021-03-30 09:03:29 +08:00
lixianjing
82babd1961 improve slider 2021-03-30 09:02:45 +08:00
lixianjing
80fa1b1dc1 improve and refactor for go binding 2021-03-28 17:39:55 +08:00
lixianjing
122f54419e merge mbedtls 2021-03-25 17:16:12 +08:00
lixianjing
932d0a182f improve mono font 2021-03-24 17:15:28 +08:00
lixianjing
49762b52ef improve file browser 2021-03-24 08:48:55 +08:00
lixianjing
3afbd586eb add extra_ctx on timer/idle 2021-03-23 17:30:43 +08:00
lixianjing
d782f03a7f fix children_layouter_list_view memory leak 2021-03-19 16:58:51 +08:00
lixianjing
a2e1c8c68d add tk_utf8_from_utf16_ex and wstr_set_utf8_with_len 2021-03-19 11:39:32 +08:00
lixianjing
8645a001be fix warnings 2021-03-18 08:00:56 +08:00
lixianjing
8f0d6450b0 add tk_strtoi 2021-03-17 17:49:21 +08:00
lixianjing
c2b0268f2e improve progress_bar and progress_circle 2021-03-16 17:57:13 +08:00
lixianjing
63b995c619 fix hal build error on linux 2021-03-16 17:43:59 +08:00
lixianjing
7c4622cf8b improve for mingw 2021-03-16 17:13:04 +08:00
lixianjing
a9211168b4 improve for linux fb egl 2021-03-16 10:16:28 +08:00
lixianjing
5aaad6c172 improve network interface 2021-03-16 06:45:43 +08:00
lixianjing
db9f5c73e3 format code 2021-03-16 06:44:10 +08:00
lixianjing
010051230f fix label auto adjust resize 2021-03-13 07:28:42 +08:00
lixianjing
97adc000e7 improve font_manager_unload_font for OpenGL 2021-03-10 16:05:19 +08:00
lixianjing
015dc506d2 improve font_manager_unload_font for OpenGL 2021-03-10 16:01:32 +08:00
lixianjing
0c115bb41a add INPUT_ASCII to input english chars 2021-03-10 13:58:19 +08:00
lixianjing
6b51be9584 improve label for dialog_info/dialog_xxx 2021-03-10 13:49:24 +08:00
lixianjing
f73daba264 improve types_def.h 2021-03-07 11:37:49 +08:00
lixianjing
efe9b07308 improve window_manager_default vtable init order 2021-03-07 10:39:56 +08:00
lixianjing
612c559ba4 use WITH_SDL to replace SDL2 2021-03-07 09:41:23 +08:00
lixianjing
a694d9e8ad fix window_manager_back_to_win_sync for modal dialog 2021-03-07 09:00:05 +08:00
lixianjing
aa730953ff improve children_layouter_list_view 2021-03-04 15:35:10 +08:00
lixianjing
0e7984f7b6 format code 2021-03-03 17:16:57 +08:00
lixianjing
d0cd471c9c support mouse wheel key 2021-03-03 17:11:49 +08:00
lixianjing
d6fb7e0606 fix screen rotation on macos 2021-03-03 17:06:53 +08:00
lixianjing
c9cc5ee5ac fix slide indicator 2021-03-03 11:01:31 +08:00
lixianjing
3100206787 add fs_copy_file/fs_copy_dir/dir_exist 2021-03-02 18:15:11 +08:00
lixianjing
deb6ce6a57 fix widget_clone and update assets 2021-03-02 14:38:40 +08:00
lixianjing
d75e6d901a improve text selector 2021-03-01 18:10:11 +08:00
lixianjing
e25b15bb55 improve slide view(fix issue #525) 2021-03-01 17:18:48 +08:00
lixianjing
13b8ea6ff9 improve input method 2021-02-28 10:31:21 +08:00
lixianjing
a30a829901 improve for font not exist 2021-02-26 14:48:38 +08:00
lixianjing
9b210a0ae4 fix sdl memory leak 2021-02-26 14:46:26 +08:00
lixianjing
e296dcfe7e fix csv 2021-02-26 14:43:40 +08:00
lixianjing
eebb2a06cc fix memory leak 2021-02-25 18:13:15 +08:00
lixianjing
ffbe78cc2c fix warnings when there is no top window 2021-02-25 15:16:18 +08:00
lixianjing
22dda0d593 use EVT_WINDOW_CLOSE instread of EVT_DESTROY to reset state 2021-02-25 15:09:49 +08:00
lixianjing
b36306d944 rework window_manager_close_all to pr;5Devent close other window in close/destroy event 2021-02-25 15:09:01 +08:00
lixianjing
e778a37204 Revert "improve keyboard"
This reverts commit 456b32b860.
2021-02-25 14:26:08 +08:00
lixianjing
a8019ece73 improve input method 2021-02-25 11:06:43 +08:00
lixianjing
456b32b860 improve keyboard 2021-02-24 17:56:09 +08:00
lixianjing
0682d13e70 fix style_mutable_get_style_state 2021-02-24 17:53:35 +08:00
lixianjing
a98179d39a fix idle_manager_add_with_type 2021-02-24 11:18:42 +08:00
lixianjing
c7f5c3d622 format code 2021-02-24 09:13:12 +08:00
lixianjing
efae68d003 improve idle/timer for widget 2021-02-24 09:03:30 +08:00
lixianjing
f13629d0ee add TK_DEFAULT_WAIT_TIME to control wait time of select 2021-02-23 17:04:31 +08:00
lixianjing
faa1a0a468 fix csv_row_to_str 2021-02-23 15:05:13 +08:00
lixianjing
3b22dfb3c2 fix xml parser when cdata is empty(fix issue #520) 2021-02-23 14:16:18 +08:00
lixianjing
a17b0c6c3c improve combobox 2021-02-23 14:02:44 +08:00
lixianjing
a45e51de61 add tk_expr_eval 2021-02-23 11:30:26 +08:00
lixianjing
3ff4b53c43 fix listview when there is no children(fix issue #519) 2021-02-22 11:06:21 +08:00