Commit Graph

28 Commits

Author SHA1 Message Date
bernard.xiong fdc074beb2 fix the modal widget initialization issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@444 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-24 16:06:12 +00:00
bernard.xiong 860d1ddfd4 add radio station selection; remove list and filelist view implementation in STM32 radio; remove warning of RTGUI.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@419 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-17 23:56:49 +00:00
bernard.xiong 49e090149a improve radio box drawing; fix focus issue; fix modal showing; add mouse support on list and file list view.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@409 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-12 16:02:00 +00:00
bernard.xiong 6dac26e5b0 remove more fields on window create.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@386 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-07 23:42:49 +00:00
qiuyiuestc 95fd101d51 support GCC compiler
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@371 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-04 14:46:09 +00:00
bernard.xiong b22642e934 add focus option to checkbox.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@368 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-02-03 10:28:11 +00:00
bernard.xiong 646db738d5 fix clip info event in small size mode.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@343 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-27 09:40:02 +00:00
bernard.xiong 5a71b3c5fa add get_path routine in filelist view.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@341 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-27 00:06:09 +00:00
bernard.xiong 4c70ff59d3 update more GUI examples.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@339 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-26 09:38:38 +00:00
bernard.xiong 0c817b1d16 move the onbutton call back to the end of event handler in button widget.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@337 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-25 23:38:47 +00:00
bernard.xiong 143d95a998 fix some widgets drawing routine.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@333 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-25 00:01:18 +00:00
bernard.xiong 63dff2e94e add font and change theme.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@327 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-21 10:05:06 +00:00
bernard.xiong a1d1aea772 update radiobox handling; add more optimization on small size.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@311 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-17 23:43:20 +00:00
bernard.xiong 676602f89d reduce the size of clip_info event.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@306 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-15 00:06:27 +00:00
bernard.xiong d06ac4f86c add jpg image.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@303 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-14 10:03:50 +00:00
bernard.xiong 0ce439673d add draw_round_rect, update radiobox widget implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@298 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-13 23:41:15 +00:00
bernard.xiong 5939b5f6ac add more widgets.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@291 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-08 00:02:24 +00:00
bernard.xiong 95e2dd509c fix textbox caret timeout function declaration.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@282 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-04 06:52:32 +00:00
bernard.xiong 5950b02b04 add more optimization options, remove caret implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@278 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-01-04 00:05:01 +00:00
bernard.xiong 885045ef42 add semaphore to protect sdcard driver read and write; fix window keyboard event handler.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@177 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-11-26 09:28:06 +00:00
bernard.xiong f3335885b2 radio project can play mp3/wav file.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@175 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-11-24 23:58:47 +00:00
bernard.xiong a55b0d6abe add modal show support on filelist view.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@173 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-11-24 10:27:14 +00:00
bernard.xiong 010cec2009 add radio player UI
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@171 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-11-23 23:34:58 +00:00
bernard.xiong 0d9a579a81 add HDC image in project file
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@162 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-11-09 10:06:46 +00:00
bernard.xiong 774c4d961a add leaked destructor in widgets
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@157 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-11-08 23:57:21 +00:00
bernard.xiong a65a0c70ac update filerw ops with dfs filesystem interface; update window event loop handler.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@114 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-10-20 23:55:50 +00:00
bernard.xiong a0e99e8ad1 add RTGUI source code
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@104 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-10-16 00:03:50 +00:00
bernard.xiong 90f9d0a2ab add basic files of RTGUI
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@69 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-10-04 02:56:38 +00:00