Commit Graph

109 Commits

Author SHA1 Message Date
houzh
5ad6070098 compile passed via vcpkg 2022-11-30 09:11:10 +00:00
houzh
961abe4359 rename libgui to libcdroid 2022-11-23 00:41:59 +00:00
houzh
ea462ec793 remove namespace Cairo from all header 2022-11-06 23:49:41 +00:00
侯歌
e111fc52e3 modify setxxxFocusId 2022-06-14 10:35:47 +08:00
侯歌
19b012cf15 fix View::setNextFocusDownId 2022-06-13 11:40:01 +08:00
侯歌
0483a5305b add listpopupwindow forwardinglistener ,change checkable impl 2022-04-18 14:36:20 +08:00
侯歌
653865992a add daypickerpageradapter daypickerviewpager 2022-03-28 11:33:11 +08:00
侯歌
8ac4f0e495 add Handler 2022-03-25 08:33:59 +08:00
houzh
df957a4c98 fix some memleak 2022-03-17 01:22:57 +00:00
侯歌
2dd90ae8c6 add viewpropertyanimator,move some base components to view 2022-03-11 17:14:46 +08:00
houzh
286502c10f move layout to UIEventSource,viewpager seems ok 2022-03-01 13:30:25 +00:00
houzh
564681de11 modify gradientdrawable(add stroke dash support),iprove its testcase 2022-02-26 02:57:35 +00:00
侯歌
ad3b5b2667 fix gridlayout testcase 2022-02-23 18:36:19 +08:00
侯歌
86c1c7478b moeidy cmake/options ..,add edit_text assets 2022-02-21 16:30:34 +08:00
侯歌
c452543928 remove some tetscase 2022-02-17 11:38:38 +08:00
houzh
67538a268b rename AbsoluteLayoutParams to AbsoluteLayout::LayoutParams 2022-02-16 12:40:43 +00:00
侯歌
3a55098bda rename windows.h->cdroid.h 2022-01-18 16:21:54 +08:00
houzh
5440d4e130 modify INJECT devices,add MOUSE,modify inputdevice,touchevent is perfect 2022-01-16 06:03:45 +00:00
侯歌
00180630bc modify input_tests 2022-01-13 16:14:00 +08:00
侯歌
99123f373e modify canvas,make compose working better and faster 2022-01-11 14:10:07 +08:00
侯歌
54106aa8f8 remove deprecated View::setBackgroundDrawable(use setBackground) 2022-01-10 13:44:32 +08:00
侯歌
6fc8c96506 libplplot ,plotview working 2021-12-28 16:30:28 +08:00
侯歌
808dfd4f5a fix ali3528's makefile 2021-12-28 08:40:41 +08:00
侯歌
1a7918dc4b modify layoutinflater,used addViewInLayout,reduce layout times 2021-12-16 10:42:08 +08:00
侯歌
5049c714c2 change expat xml assets parser to namespace mode 2021-12-13 14:44:18 +08:00
侯歌
0c9b56f33b add meshgradient & sweepgradient 2021-12-10 11:55:27 +08:00
侯歌
0f4bf97c27 fix shapdrawable's radius parsing 2021-12-09 17:53:34 +08:00
侯歌
68c5c40e98 modify shapedrawable(add gradient support) 2021-12-09 15:57:05 +08:00
侯歌
615549ef3d bitmapdrawable's tilemodeXY*(CLAMP/REPEAT/MIRROR) test OK 2021-12-06 14:59:18 +08:00
侯歌
7a6ca7af18 add views's inflater register(DECLARE_WIDGET) 2021-12-02 11:19:33 +08:00
侯歌
f67fecf059 add animator/start testcase 2021-12-01 13:38:50 +08:00
侯歌
81b8d77220 modify propertyvaluesholder(impl by variant) 2021-11-30 16:48:10 +08:00
侯歌
ef0b2447f8 add drawable hotspot support 2021-10-29 17:09:11 +08:00
侯歌
4988533470 fix window_tests.cc to fit layoutinflater's changes 2021-10-14 17:58:57 +08:00
13923402541
16b63d329d fix widget_test's keyboardtest 2021-10-09 13:24:09 +00:00
侯歌
bbe58c07ed fix spinner/textview's layout issue 2021-09-26 14:45:59 +08:00
侯歌
d9996cca8e add LayoutInflater,moved from Window::inflate 2021-09-24 13:25:16 +08:00
侯歌
3fae3783dc mv canvas::mapRect to Matrix::transform_rectangle 2021-09-18 18:11:44 +08:00
侯歌
7abe6127b0 add AttachInfo 2021-09-17 13:35:41 +08:00
侯歌
3f869e10b8 add Canvas::mapRect,viewgroup's rotation maybe OK 2021-09-16 11:33:04 +08:00
侯歌
c267b59d46 add cliprectanimation,rename rect.x/y->rext./left/top 2021-09-10 10:32:00 +08:00
侯歌
97cc0053a3 add layoutanimationcontroller & animationutils 2021-09-09 11:52:33 +08:00
侯歌
20280c1c0f modify valueanimator,propertyvaluesholder 2021-09-07 18:12:21 +08:00
侯歌
e326997f36 modify callback impl 2021-08-30 18:37:02 +08:00
侯歌
e573a28e7a add picturedrawable and testcase 2021-08-30 17:36:53 +08:00
侯歌
c9a3987edd modify focusfinder,fix focussearch_tests 2021-08-20 18:36:44 +08:00
侯歌
4ad5316d3e fix layout,and some drawable resource,add textview 2021-08-20 15:46:23 +08:00
侯歌
26b3a42733 fix invalidatechild 2021-08-19 18:25:41 +08:00
侯歌
7840d7b66a change invalidate and drawing 's impl 2021-08-19 12:12:05 +08:00
侯歌
03e7be67e6 fix listview's multichoice/singlechoice 2021-08-17 16:01:58 +08:00
侯歌
0a30bb3c72 property animator working 2021-08-16 11:13:00 +08:00
侯歌
1396387c99 add callckbase for runnable implmentation 2021-08-06 13:45:25 +08:00
侯歌
c42bc74405 fix uieventhandler's crash(caused by runnable) 2021-08-05 17:36:57 +08:00
侯歌
c09ccdec87 add view.post(std::function<>) 2021-08-05 16:16:24 +08:00
侯歌
ee104a0285 remaking looper impl,remove MessageListener 2021-08-05 12:00:22 +08:00
侯歌
6bfddb7370 valueanimator,objectanimator work fine,modify layouttransition(change animation to animator) 2021-08-02 11:21:56 +08:00
侯歌
9eec782579 add valueanimator 2021-07-30 18:47:43 +08:00
侯歌
1ed423c468 add animation support 2021-07-20 14:30:05 +08:00
侯歌
0c6fac546c CDROID's First commit 2021-06-24 10:12:55 +08:00