Commit Graph

142 Commits

Author SHA1 Message Date
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 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 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
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 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
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 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
bernard.xiong@gmail.com 4314d9f096 update progress bar drawing.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@740 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-27 23:03:37 +00:00
bernard.xiong@gmail.com 5b91286805 add radiobutton drawing.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@737 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-26 23:58:47 +00:00
bernard.xiong@gmail.com 94e758a2cd add rtgui_image_hdcmm from memory HDC image.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@736 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-26 15:25:34 +00:00
kyle.hu.gz 0b02a2ebca Add ASCII large font support.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@723 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-21 17:42:10 +00:00
bernard.xiong 0d5451c28f remove compiling warning.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@714 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-16 02:33:30 +00:00
bernard.xiong 3f319a875c add icon display mode in listview.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@710 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-15 14:36:02 +00:00
bernard.xiong e7fb7e6c14 update according 0.3.1 series and add XML parser.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@699 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-08 15:50:45 +00:00
bernard.xiong 5ff323bdad add listbox widget.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@696 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-05 14:28:10 +00:00
bernard.xiong 13c797f616 add listbox widget.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@694 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-05 14:26:53 +00:00
bernard.xiong 16f7ea2f95 update according to 0.3.1
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@686 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-02 12:26:19 +00:00
bernard.xiong 7df7dafe70 fix textbox_set_value issue when text is "".
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@678 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-28 15:38:02 +00:00
bernard.xiong 298a15f31a fix rectangle update issue in the end of hardware dc drawing.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@677 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-28 15:17:38 +00:00
bernard.xiong e2e93e7251 fix dc_buffer issue
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@676 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-28 10:08:14 +00:00
bernard.xiong a141589522 add group setting on freemodbus, rtgui; fix finsh shell cmd data conversion issue.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@645 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-19 04:43:15 +00:00
bernard.xiong f908d62a40 move to components directory
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@638 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-04-18 15:05:20 +00:00