Commit Graph

498 Commits

Author SHA1 Message Date
bernard.xiong@gmail.com ce5a42cc18 update graphic driver interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1463 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-08 14:53:32 +00:00
bernard.xiong@gmail.com e540ac977c update graphic driver to const variable.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1460 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-07 15:14:35 +00:00
bernard.xiong@gmail.com 80da4b9775 change to graphic device.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1459 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-06 09:10:13 +00:00
bernard.xiong@gmail.com 5284d6d52e add more device definition.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1458 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-06 03:51:38 +00:00
bernard.xiong@gmail.com db9e590b90 add multi-text view widget.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1455 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-05 15:19:19 +00:00
bernard.xiong@gmail.com bbf68d15e5 change graphic driver as RT-Thread device driver
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1454 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-05 15:16:41 +00:00
bernard.xiong@gmail.com b2c7d265f2 add malloc, realloc etc implementation in minilibc.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1452 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-04 13:34:02 +00:00
bernard.xiong@gmail.com d37f7b6100 fix directory seek issue in FatFs.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1448 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-04 13:02:57 +00:00
bernard.xiong c2276d1719 Add finsh_get_prompt function declaration.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1444 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-02 04:40:52 +00:00
itspy.wei 459e51fb46 add DFS_USING_WORKDIR pre-define
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1443 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-06-02 03:55:00 +00:00
mbbill@gmail.com 73e78bdc00 Modified net apps for lwip1.4.0
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1440 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-30 02:16:24 +00:00
mbbill@gmail.com 111d02568c Add sys_mutex implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1439 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-29 11:40:17 +00:00
mbbill@gmail.com e9e1c20aeb lwip1.4.0 is able to run now!
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1437 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-27 06:05:56 +00:00
mbbill@gmail.com 1d56e975cb lwip merged to 1.4.0, compile passed but can not run. ethernetif has been modified a lot.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1436 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-26 16:54:35 +00:00
mbbill@gmail.com f862baaaac FIX: ESHUTDOWN is not defined when newlib is enabled.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1435 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-26 12:06:14 +00:00
bernard.xiong a876302695 fix some compiling warning, errors in the new object system.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1425 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-23 06:46:44 +00:00
qiuyiuestc@gmail.com fe9f043b55 upgrade ftk demos
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1423 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-23 01:33:31 +00:00
qiuyiuestc@gmail.com 18476d9737 add more math function
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1420 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-21 07:34:02 +00:00
qiuyiuestc@gmail.com 9faa3d9989 eliminate compile warning
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1407 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-16 01:18:43 +00:00
qiuyiuestc@gmail.com c99ca774a1 Modify the link mode, compile each component to static library first and then link them
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1405 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-16 00:29:28 +00:00
bernard.xiong 8457439dc1 use new object type implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1402 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-13 10:53:51 +00:00
bernard.xiong@gmail.com a5073f27b0 add IAR compiler support in POSIX Threads.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1393 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-01 12:26:33 +00:00
bernard.xiong 2a8b1db170 Update romfs dummy code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1391 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-05-01 03:05:25 +00:00
bernard.xiong 89d13cbd32 fix fill polygon issue, which found by loveic
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1385 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-04-25 09:07:50 +00:00
qiuyiuestc@gmail.com ea009132a2 modify micro definition of file Operation flags
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1383 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-04-20 15:09:28 +00:00
iamyhw@gmail.com 8d77fe70dc fixed bug: no release uffs_object_handler in dfs_uffs.c
function:dfs_uffs_open()

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1363 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-04-03 10:13:21 +00:00
iamyhw@gmail.com ab2ddad116 fix lseek para. err.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1359 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-04-01 09:53:50 +00:00
itspy.wei ac97bc17bd fix memory leak problem
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1358 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-31 05:39:43 +00:00
itspy.wei a019ea904f add crc.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1357 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-30 06:56:26 +00:00
itspy.wei 770163fe95 file transmission trough zmodem protocol.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1356 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-30 06:14:22 +00:00
itspy.wei 5114ce8d17 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1355 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-03-30 06:02:51 +00:00
itspy.wei 300825d8cb file transimission through zmodem protocol.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1354 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-30 05:41:49 +00:00
iamyhw@gmail.com 2e59147522 fix,In region judage two rectangular intersect,Missing cross.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1352 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-28 14:11:21 +00:00
bernard.xiong@gmail.com 0621f30e9d move rtgui_win to branches.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1346 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-24 14:12:30 +00:00
iamyhw@gmail.com 0e93e6809c add rtgui_win subfield,Highlight the ease of use
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1345 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-24 14:00:19 +00:00
bernard.xiong e9148ab6c7 fix joinable semaphore of pthread not clear to NULL when detach.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1337 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-21 07:39:24 +00:00
wuyangyong adc63f2c0a update elmfat to R0.08b
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1336 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-18 03:17:49 +00:00
bernard.xiong@gmail.com 24dfbe437d remove dfs_config.h file and fix filesystem lookup issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1332 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-12 00:17:41 +00:00
bernard.xiong@gmail.com 7b07e674dd remove FILE using in jpeg.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1328 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-11 14:19:20 +00:00
bernard.xiong 79696e8649 fix _gettimeofday_r issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1325 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-10 10:30:51 +00:00
bernard.xiong 107dc2378a fix CLOCK_REALTIME definitions.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1324 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-10 06:39:58 +00:00
bernard.xiong 4a0e072cc5 update png configuration.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1323 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-10 06:39:08 +00:00
bernard.xiong 9fab1b316f add cairo building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1322 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-10 06:37:48 +00:00
bernard.xiong 5691af9992 add lua library.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1321 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-09 08:02:39 +00:00
bernard.xiong ba9c0b87cd add pixman library.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1320 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-09 08:01:59 +00:00
bernard.xiong@gmail.com a0cce584a8 fix open directory but without O_DIRECTORY flag issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1313 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-06 15:01:13 +00:00
bernard.xiong@gmail.com 62c1662366 fix destroy an application issue when there is no another application in the panel.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1312 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-06 04:16:31 +00:00
bernard.xiong@gmail.com 71421510fc remove NOT small size definition.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1311 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-06 03:28:24 +00:00
bernard.xiong@gmail.com 062f3ad035 fix external library path.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1310 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-06 02:40:16 +00:00
bernard.xiong@gmail.com 1090e48f01 fix no image case in listview.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1309 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-06 02:38:59 +00:00
bernard.xiong@gmail.com cee08f0160 update libpng, libz, jpeg building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1308 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-05 00:44:42 +00:00
itspy.wei b495cb50fc git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1305 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-03-04 06:26:39 +00:00
bernard.xiong 40035dab65 move to external.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1304 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-04 05:55:42 +00:00
bernard.xiong 27129b50fe move freetype to external.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1303 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-04 05:53:03 +00:00
itspy.wei 6f4ad3b626 添加 zmodem
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1302 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-03-03 07:39:36 +00:00
bernard.xiong@gmail.com a32bda9ec7 fix variable section end issue in finsh shell, which submit by aozima.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1288 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-22 23:30:59 +00:00
bernard.xiong@gmail.com ead014f966 update mkromfs script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1287 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-22 00:14:23 +00:00
bernard.xiong 54228a0518 porting pthread to ARMCC compiler;
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1286 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-02-21 08:26:35 +00:00
bernard.xiong@gmail.com 7cca94e5a3 add image related building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1267 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-31 00:02:45 +00:00
bernard.xiong a6d0f9b942 fix compiling error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1266 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-30 04:23:49 +00:00
bernard.xiong 6693b9c2d1 fix mouse click on whitespace issue in listctrl.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1262 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-25 09:44:11 +00:00
bernard.xiong@gmail.com 211e1aa334 re-write external clip.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1261 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-25 00:05:52 +00:00
bernard.xiong 2aeee86c5f fix backspace issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1257 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-24 09:48:00 +00:00
bernard.xiong@gmail.com 1f46f9da43 fix length issue found by yermin.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1256 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-23 13:54:59 +00:00
bernard.xiong@gmail.com 0ce73d5b17 update image container.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1255 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-23 13:41:34 +00:00
bernard.xiong@gmail.com bb1518ef1d update image_container.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1254 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-22 01:30:42 +00:00
bernard.xiong 84ac86f3d1 fix compiling error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1252 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-21 10:21:26 +00:00
bernard.xiong 515b337983 add image_container.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1251 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-21 10:19:09 +00:00
bernard.xiong 66037b4de6 add textstyle in gc; fix hz_cache memory leak issue; fix selection issue in radiobox.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1250 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-20 09:59:45 +00:00
iamyhw@gmail.com 17b7ae81e2 update SConscript in dfs
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1249 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-18 10:02:13 +00:00
iamyhw@gmail.com a0b93e8432 update SConscript in dfs
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1248 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-18 10:01:42 +00:00
iamyhw@gmail.com efb0772053 fix up
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1246 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-16 15:16:09 +00:00
iamyhw@gmail.com ac07efd463 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1245 bbd45198-f89e-11dd-88c7-29a3b14d5316 2011-01-16 14:15:31 +00:00
iamyhw@gmail.com 0030a2d396 add support uffs interface
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1243 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-16 13:30:54 +00:00
wuyangyong 50bd74d3cb fix compiler error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1238 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-12 06:21:10 +00:00
bernard.xiong afbce6d5f9 fix <BAD file> issue on mount point directory
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1237 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-08 15:48:58 +00:00
bernard.xiong@gmail.com e97ae6898f fix compiler warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1236 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-05 16:07:55 +00:00
bernard.xiong@gmail.com b8e36ea545 fix compiler error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1235 bbd45198-f89e-11dd-88c7-29a3b14d5316
2011-01-05 15:51:26 +00:00
bernard.xiong@gmail.com 97cc2b9e4c update notebook control; fix rtgui_widget_hide issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1226 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-28 00:06:05 +00:00
bernard.xiong@gmail.com c260b4d77f update notebook control.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1223 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-22 23:57:44 +00:00
bernard.xiong@gmail.com 297405c3c6 update menu control and add notebook control.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1220 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-21 23:50:25 +00:00
qiuyiuestc 32d13198df update dlopen implement
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1219 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-20 15:42:54 +00:00
qiuyiuestc a1225b1edf update ftk_module.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1216 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-20 12:54:40 +00:00
bernard.xiong@gmail.com 00e74b98cb update GUI building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1213 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-18 02:03:53 +00:00
bernard.xiong@gmail.com b2db97ed96 update menu control.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1210 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-18 01:52:31 +00:00
bernard.xiong@gmail.com 6565e9511b update menu control.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1207 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-17 02:39:06 +00:00
wuyangyong 162fbee8d6 add ALIGN(RT_ALIGN_SIZE) for finsh_heap
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1203 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-14 15:20:44 +00:00
qiuyiuestc 0c7ed9c903 add ftk_module.c
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1195 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-13 00:27:59 +00:00
bernard.xiong@gmail.com 5d0786513e update combobox widget; add listctrl.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1193 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-12 23:40:04 +00:00
bernard.xiong@gmail.com 3ba6d887da update mkromfs script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1192 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-12 23:37:56 +00:00
bernard.xiong 43448c696d fix mib2 compiling warning; add more options in lwip building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1188 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-09 07:55:07 +00:00
bernard.xiong f1a255b4be add a default parameter to function call.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1187 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-09 07:54:30 +00:00
bernard.xiong 83bb6a11bb fix compiling warning; optimize ls function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1186 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-09 07:54:00 +00:00
bernard.xiong@gmail.com f8397a1693 fix mkdir issue; add cd command in finsh.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1185 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-09 00:07:03 +00:00
bernard.xiong@gmail.com 46914144c9 add current path in prompt.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1184 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-09 00:05:50 +00:00
bernard.xiong 5c21c6b45d change static __inline to rt_inline.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1180 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-06 01:33:43 +00:00
bernard.xiong@gmail.com a8053dbe6e update combobox widget
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1179 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-06 00:04:22 +00:00
wuyangyong 14a840b911 fix cat print buffer no \0
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1176 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-04 07:27:11 +00:00
bernard.xiong@gmail.com 3f5623a8ee add combobox widget
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1174 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-02 23:54:17 +00:00
bernard.xiong 6ae0b45820 fix compiling warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1167 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-12-01 01:54:26 +00:00
bernard.xiong@gmail.com 753de20643 fix dfs_filesystem_lookup issue in empty item.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1162 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 14:19:12 +00:00
qiuyiuestc fad87e1f80 fix ssize_t redefinition error when using minilibc
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1160 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 11:39:35 +00:00
bernard.xiong 82f817046c merge DFS ELM FatFs from 0.3.2 to 0.4.x
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1158 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 07:14:42 +00:00
bernard.xiong 48738e864f set ENOMEM when malloc failed.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1156 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 06:58:37 +00:00
bernard.xiong 7880b57f3c remove LWIP_THREAD_MAGIC assert in LwIP porting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1153 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 05:37:03 +00:00
bernard.xiong 8ccfaa8eb7 cleanup DFS_USING_WORKDIR code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1152 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 05:36:25 +00:00
bernard.xiong 90ce1ad219 fix filelist_view issue in descontructor and files display.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1151 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-30 05:35:24 +00:00
bernard.xiong@gmail.com 8dfab786e1 add FINSH_FUNCTION_EXPORT_ALIAS preprocessor in finsh shell.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1142 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-29 13:29:51 +00:00
bernard.xiong fca005fe0c change the timeout of NFS link; add copy function in finsh shell.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1138 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-29 11:32:24 +00:00
bernard.xiong c6a2715902 fix compile error in Preprocessor setting.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1136 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-29 09:19:46 +00:00
bernard.xiong 5d8c15c4bb rename the private field in device to user_data.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1134 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-29 07:48:17 +00:00
bernard.xiong@gmail.com 7a80d831c9 update doxygen comments.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1132 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-29 00:04:55 +00:00
jiaojinxing1987@gmail.com 8732a6feb8 删除一个多余的readme.txt for ftk
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1127 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-28 08:00:12 +00:00
itspy.wei f438f02b0f add uip
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1125 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-26 16:27:45 +00:00
bernard.xiong a9424c09e1 update POSIX mqueue .
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1124 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-26 10:33:44 +00:00
bernard.xiong 872a503a9c update a dummy romfs data.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1115 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-25 09:27:01 +00:00
bernard.xiong@gmail.com 7191e2220f add pthread magic assert.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1112 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-24 23:59:27 +00:00
qiuyiuestc 945ed1ecc0 move to example directory
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1109 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-24 17:03:51 +00:00
bernard.xiong f67eb617f5 add pthread initialization in libc_system_init.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1107 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-24 11:04:08 +00:00
bernard.xiong@gmail.com 1b014359b0 rewrite posix semaphore and mqueue implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1103 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-24 00:04:16 +00:00
bernard.xiong@gmail.com 14169f7e8e fix some compiling warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1101 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-23 12:22:48 +00:00
qiuyiuestc e01636a3ff update extension app
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1099 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-23 01:21:43 +00:00
qiuyiuestc 384adb585d update list_module
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1098 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-23 01:20:53 +00:00
bernard.xiong@gmail.com c5c956a818 rewrite gettimeofday in minilibc.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1096 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-22 23:58:21 +00:00
bernard.xiong cf85a6688f update time related function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1091 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-22 09:52:06 +00:00
bernard.xiong cb72c44e5a add time related function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1090 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-22 09:51:40 +00:00
bernard.xiong@gmail.com 72630eae88 add clock and mqueue interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1083 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-21 23:56:16 +00:00
bernard.xiong@gmail.com d57496b78c add time related function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1082 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-21 23:55:44 +00:00
qiuyiuestc a90c2712ed fix compile error
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1081 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-21 23:13:20 +00:00
qiuyiuestc 5f838f86aa add libdl and extension examples
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1080 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-21 23:12:42 +00:00
bernard.xiong@gmail.com 03951e4e38 add RT_USING_MINILIBC definition in minilibc component.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1079 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-21 15:19:42 +00:00
bernard.xiong@gmail.com f3c4c419c8 update ftk building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1077 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-21 02:04:54 +00:00
bernard.xiong@gmail.com 71f3490515 add missed SConscript file.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1076 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-21 01:23:09 +00:00
bernard.xiong@gmail.com 5a600125ec add ftk updated SConscript file.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1066 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-20 12:33:48 +00:00
bernard.xiong@gmail.com 10732a76e9 cleanup scons building script
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1065 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-20 12:31:00 +00:00
bernard.xiong@gmail.com d4c03d07cf add fstat implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1057 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-17 23:36:33 +00:00
bernard.xiong@gmail.com 32f6598912 add semaphore and sched implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1056 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-17 23:35:13 +00:00
bernard.xiong@gmail.com 5c148b6705 remove newlib test code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1055 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-17 23:34:45 +00:00
qiuyiuestc 69422e28dd delete rt_ prefix in libdl
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1054 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-17 16:23:23 +00:00
qiuyiuestc b2fb4be811 add initial libdl
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1052 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-17 15:41:10 +00:00
bernard.xiong@gmail.com e83ffff666 add more pthreads cancel feature.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1051 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-17 00:06:37 +00:00
bernard.xiong ecfc8e76a9 add more pthreads cancel operation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1050 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-16 09:54:26 +00:00
bernard.xiong@gmail.com 1c67fc851a add thread local storage feature.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1049 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-15 15:36:54 +00:00
bernard.xiong aca1628a31 cleanup pthread implementation code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1048 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-15 09:46:50 +00:00
bernard.xiong@gmail.com 468db50159 update pthreads components.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1046 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-15 00:25:37 +00:00
bernard.xiong 25f50375ef add initial pthread implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1044 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-12 10:26:36 +00:00
bernard.xiong@gmail.com 5837cd792c change the selection block to square in list_view icon mode.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1042 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-07 23:27:08 +00:00
bernard.xiong@gmail.com dda2cd7254 fix the compiling error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1040 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-11-06 04:13:21 +00:00
bernard.xiong@gmail.com d3caad90c9 add qsort implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1036 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-31 22:22:28 +00:00
bernard.xiong@gmail.com 54e77664fa romfs and dev is usable. fix directory adjustment in ls function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1035 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-31 13:52:58 +00:00
bernard.xiong 5f85cb2f78 fix lseek issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1032 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-29 05:58:07 +00:00
bernard.xiong 0486182353 add stdin, stdout, stderr implementation in newlib.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1031 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-29 05:57:19 +00:00
bernard.xiong a6f06d24cf add stdin, stdout, stderr implementation in newlib.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1029 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-22 10:20:38 +00:00
bernard.xiong 363ad228a4 add device file system implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1028 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-22 10:15:50 +00:00
bernard.xiong bd6d16ecde fix DFS elm struct mismatch issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1027 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-22 07:26:26 +00:00
qiuyiuestc ffc5956b07 construct all modules
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1024 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-19 12:06:25 +00:00
qiuyiuestc e98032b284 implement sin and cos function
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1019 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-19 09:15:38 +00:00
bernard.xiong e7fb6e7be2 Improve the Device File System of the POSIX compatibility
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1016 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-19 08:19:07 +00:00
bernard.xiong b4a98e4457 Improve the Device File System of the POSIX compatibility
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1015 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-19 08:18:24 +00:00
bernard.xiong@gmail.com 0395886e11 add rand function in minilibc.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1011 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-15 23:31:11 +00:00
bernard.xiong 8a43cbc5b9 add POSIX thread directory.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1009 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-14 08:06:26 +00:00
bernard.xiong f5d6586c1a add POSIX thread directory.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1008 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-14 08:05:30 +00:00
jiaojinxing1987@gmail.com 8f2f6f647b git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1003 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-08 11:26:27 +00:00
jiaojinxing1987@gmail.com 19517efc3d 修改FTK的文件组织
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1002 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-08 11:24:55 +00:00
jiaojinxing1987@gmail.com aad58f3567 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1001 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-08 11:23:47 +00:00
jiaojinxing1987@gmail.com 47c5101124 第415行
if (fno.fattrib & AM_DIR) d->d_type &= DFS_DT_DIR;
		else d->d_type &= DFS_DT_REG;
改为:
		if (fno.fattrib & AM_DIR) d->d_type = DFS_DT_DIR;
		else d->d_type = DFS_DT_REG;

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@997 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-10-03 03:18:19 +00:00
jiaojinxing1987@gmail.com 56d8c45202 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@992 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 13:01:37 +00:00
jiaojinxing1987@gmail.com 36154f46b6 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@988 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 12:15:48 +00:00
jiaojinxing1987@gmail.com 36077081a0 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@987 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 12:04:34 +00:00
jiaojinxing1987@gmail.com a40dda184a git-svn-id: https://rt-thread.googlecode.com/svn/trunk@986 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 11:55:13 +00:00
jiaojinxing1987@gmail.com 8693fc1ed4 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@985 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 11:42:06 +00:00
jiaojinxing1987@gmail.com f15642680f git-svn-id: https://rt-thread.googlecode.com/svn/trunk@984 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-10-02 11:40:46 +00:00
Kyle.Hu.GZ 53cc2e079c Fixed compile error caused by missing const declaration.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@972 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-28 02:17:45 +00:00
bernard.xiong@gmail.com 98dc2877a5 fix compiling warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@969 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-27 15:51:38 +00:00
bernard.xiong@gmail.com 9641f5b7a0 update font engine.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@966 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-27 15:36:03 +00:00
bernard.xiong e5747e5b7b update FreeType font support. And the default texture encode is GBK.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@964 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-27 10:06:26 +00:00
bernard.xiong@gmail.com 9238dbb7bf fix draw_mono_bmp issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@963 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-26 22:59:05 +00:00
bernard.xiong@gmail.com 74a97349d2 add none-fixed font support.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@961 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-26 14:30:42 +00:00
qiuyiuestc af13fb6835 add sin, cos implementation
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@949 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-25 16:37:31 +00:00
qiuyiuestc 5a8f34e46f tetris module update
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@948 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-25 15:32:34 +00:00
richard.lion.heart.gl 1b55b00533 modified rtgui_dc_draw_round_rect and sorted the sequence of functions
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@945 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-25 02:15:16 +00:00
bernard.xiong@gmail.com b324e1a2d2 fix view and workbench destroy issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@944 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-24 11:30:54 +00:00
bernard.xiong@gmail.com bddae69d9c fix view and workbench destroy issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@943 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-24 09:38:16 +00:00
qiuyiuestc cf2d8031cf update tetris module
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@942 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-24 07:56:37 +00:00
bernard.xiong@gmail.com c217605bef fix view and workbench destroy issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@941 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-24 04:31:20 +00:00
qiuyiuestc 8d42ca4e71 delete #define stat _stat
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@932 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-23 11:09:03 +00:00
qiuyiuestc a667589748 modify stat to _stat
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@931 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-23 11:05:41 +00:00
qiuyiuestc e8db9d735b update tetris module
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@930 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-23 11:03:09 +00:00
richard.lion.heart.gl de32e95033 git-svn-id: https://rt-thread.googlecode.com/svn/trunk@919 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-09-20 07:12:43 +00:00
richard.lion.heart.gl 92e2eac3ff git-svn-id: https://rt-thread.googlecode.com/svn/trunk@918 bbd45198-f89e-11dd-88c7-29a3b14d5316 2010-09-20 07:12:22 +00:00
bernard.xiong 3c2c5df6e8 fix O_RDWR issue in ELM FatFs.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@912 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-14 04:45:45 +00:00
bernard.xiong c89ea7615e fix vline and hline coordinate issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@911 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-14 03:12:30 +00:00
qiuyiuestc e78285e76f add tetris module
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@904 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-13 00:58:56 +00:00
bernard.xiong@gmail.com 81ad360b98 fix rtgui_dc_client_blit_line issue, which found by appele.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@901 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-12 16:12:10 +00:00
qiuyiuestc f245caa86c fix memory leak issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@900 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-11 03:45:18 +00:00
bernard.xiong@gmail.com 3c975d6922 fix widget hide/enable issue and add on_changed in slider widget.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@899 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-09 23:07:22 +00:00
bernard.xiong 7659f790ea fix button hide bug.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@897 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-09 11:37:32 +00:00
bernard.xiong@gmail.com 7b76fb6ecd add UFFS 1.3.2-4 (http://sourceforge.net/projects/uffs)
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@888 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-02 23:55:14 +00:00
bernard.xiong a3ca8e33db add romfs support.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@887 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-09-02 08:46:46 +00:00
bernard.xiong@gmail.com 767c64e69c fix enum_t and strrchr issue according to superyongzhe patch.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@883 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-28 12:06:13 +00:00
qiuyiuestc 82d4e49881 fix dfs_stat issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@882 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-27 13:44:45 +00:00
bernard.xiong@gmail.com 726c787485 fix dfs_subdir issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@880 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-26 15:32:56 +00:00
bernard.xiong@gmail.com 6a2c61e980 fix compiling error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@879 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-23 23:46:38 +00:00
bernard.xiong@gmail.com 4f6e6dab8a rename orientation to orient.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@878 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-23 23:33:17 +00:00
bernard.xiong@gmail.com d7c6cad8c1 update widget clip function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@875 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-22 14:53:32 +00:00
bernard.xiong@gmail.com 54089722c3 fix hardware DC object creation issue in rtgui_dc_begin_drawing function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@874 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-22 13:12:22 +00:00
bernard.xiong 63917c7287 update PNG image code.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@869 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-20 14:22:43 +00:00
bernard.xiong@gmail.com 2e117029e8 update bmp line blit.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@867 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-20 00:02:08 +00:00
bernard.xiong 188bad3b6f fix widget clip update when set widget's extent.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@866 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-19 14:16:36 +00:00
bernard.xiong@gmail.com 0c31a7c3ae add widget parameter in item action function callback.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@863 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-17 23:29:32 +00:00
bernard.xiong cf6882f35b add blit_line to DC.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@858 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-17 11:33:18 +00:00
bernard.xiong 8d4598cc00 update building script.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@856 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-16 05:31:39 +00:00
bernard.xiong@gmail.com a76596f987 re-write hardware DC.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@854 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-16 00:02:31 +00:00
bernard.xiong b1218f8c39 re-write Hardware DC implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@849 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-13 10:36:36 +00:00
bernard.xiong@gmail.com 0c2f85b5fb fix buffered dc blit issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@845 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-11 13:59:10 +00:00
bernard.xiong 084a39897f update on blit function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@844 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-11 09:48:21 +00:00
bernard.xiong@gmail.com 702f5e81b6 add blit functions.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@842 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-10 23:56:26 +00:00
bernard.xiong aa35bccfee fix view focus bug.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@840 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-10 07:25:08 +00:00
bernard.xiong@gmail.com 50eb24dfe7 add bitmap image support.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@837 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-09 23:32:41 +00:00
bernard.xiong 82239341b5 rename hardware dc to client dc.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@836 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-09 10:11:45 +00:00
bernard.xiong@gmail.com afe4c3cc61 update scrollbar widget.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@834 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-08 23:18:02 +00:00
bernard.xiong 8510a938dd add scrollbar widget.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@832 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-05 10:00:09 +00:00
bernard.xiong@gmail.com 898ad75a7a add on_idle call back function.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@829 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-04 23:39:01 +00:00
bernard.xiong dda87fa816 add Module option.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@824 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-03 08:48:38 +00:00
bernard.xiong 5f399b692a fix compiling warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@823 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-03 08:47:39 +00:00
bernard.xiong 8772a35e3b change dfs_stat/dfs_statfs to _stat/_statfs.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@822 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-03 08:47:09 +00:00
qiuyiuestc 9f10586059 fix tftp create file fail bug
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@819 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-08-01 23:23:11 +00:00
bernard.xiong 445da145e2 fix compiling error if there is no DFS file system.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@818 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-30 09:47:56 +00:00
bernard.xiong@gmail.com b9fcbfc344 fix timegm function issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@817 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-29 21:02:50 +00:00
qiuyiuestc 56916d1a73 file should be closed after sending finished in ftp server
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@813 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-24 12:21:07 +00:00
qiuyiuestc 2c32bb90a4 rename postlinker to rtmlinker && add post action
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@812 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-22 13:19:09 +00:00
qiuyiuestc 5b0e4dc40a reconstruct module
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@809 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-21 00:19:13 +00:00
qiuyiuestc f24c52e1b0 fix compiler error
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@805 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-19 17:21:04 +00:00
bernard.xiong@gmail.com 26aa51e8a6 add flush, statfs, mkfs to device file system interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@804 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-18 16:35:56 +00:00
bernard.xiong@gmail.com 33feb176d0 add flush, statfs, mkfs to device file system interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@802 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-18 16:15:53 +00:00
bernard.xiong@gmail.com b5763568c9 the unit of read/write offset and buffer size is changed to the block size in block device driver read/write interface.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@793 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-14 23:31:16 +00:00
bernard.xiong@gmail.com b25f307b9b implement hardware DC in each widget.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@787 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-04 23:58:35 +00:00
bernard.xiong@gmail.com e76cd77c56 fix win drawing issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@786 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-03 15:24:40 +00:00
qiuyiuestc dcff85f183 modbus master
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@785 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-07-01 15:29:12 +00:00
bernard.xiong a3e2556360 change the ALIGN definition for IAR compiler.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@782 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-29 09:09:13 +00:00
bernard.xiong@gmail.com 4ca5596c9c add user_data in rtgui_widget.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@778 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-26 07:23:37 +00:00
bernard.xiong@gmail.com e5d6e61a55 add user_data in rtgui_widget.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@777 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-26 07:22:17 +00:00
bernard.xiong@gmail.com 77b375741e add SEP4020 porting directory.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@775 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-26 02:50:27 +00:00
bernard.xiong bf08f4d745 decrease memory usage
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@768 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-11 10:19:48 +00:00
bernard.xiong 6254665cfe reduce finsh shell memory usage.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@765 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-09 10:00:08 +00:00
bernard.xiong f419a1711b remove thread dump
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@764 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-09 07:54:40 +00:00
bernard.xiong 490767223e add TTF font support.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@758 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-01 07:55:20 +00:00
bernard.xiong@gmail.com 3a13964efa move dc operations as dc engine.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@756 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-06-01 00:07:59 +00:00
bernard.xiong@gmail.com a1ee019309 move the basic routine of dc to inline; add hdc memory image type; move event buffer from stack to gui thread structure.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@755 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-30 22:44:21 +00:00
qiuyiuestc 25e7ea1745 module developing, application can be run successfully
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@747 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-29 15:27:27 +00:00