Commit Graph

816 Commits

Author SHA1 Message Date
houzh
f81b39dc72 fix graph_dfb compile error 2023-07-05 13:36:35 +08:00
houzh
859fee0ea0 switch/seekbar vertical ok 2023-07-05 13:34:40 +08:00
houzh
b74943ae35 fix switch's drawing issue,all drawable is blacked 2023-07-05 09:10:53 +08:00
houzh
7e80a4e0c5 remove some debug msgs 2023-07-04 19:22:43 +08:00
houzh
3bbe1c0c38 absseekbar's thumb add vertical mode support 2023-07-04 09:14:39 +08:00
houzh
e2ce38e0d0 fix sigma/graph_gfx.c FindCURL 2023-07-03 16:58:22 +08:00
zhhou
3bbd08e58a modify dfb 2023-07-03 08:51:00 +00:00
zhhou
6f1e8e02e2 graph_sdl,working fine 2023-06-30 01:04:16 +00:00
zhhou
af27022eac modify htmltest's cmakelists 2023-06-29 09:00:00 +00:00
zhhou
55560da1e6 add screenmargin to graph_xlib 2023-06-29 08:51:23 +00:00
houzh
b233ad06c9 remove View's bacckground 2023-06-27 06:18:51 +00:00
houzh
3ebfa6cb37 numberpicker's color gradient 2023-06-27 00:47:41 +00:00
houzh
89ae559431 modify color gradient 2023-06-27 00:11:14 +00:00
houzh
34f5884db1 fix textsize of numberpicker 2023-06-26 10:37:50 +00:00
houzh
f16647c9f4 numberpicker fix item losing in scrolling 2023-06-26 10:20:05 +00:00
houzh
d48702dfcb remove debug line 2023-06-26 03:32:54 +00:00
houzh
e1da68af29 modify middle items's size while edittext is invisible 2023-06-26 03:31:50 +00:00
houzh
0f51003160 modify numberpicker 2023-06-26 02:34:09 +00:00
houzh
4d610cf678 remove some unused var from Numbpericker 2023-06-23 09:11:44 +00:00
houzh
51a1d01813 add layout/number_picker_horz for horizontal numberpicker 2023-06-23 07:50:04 +00:00
houzh
23afdf9723 numberpicker's horizontal mode supported and working now 2023-06-23 07:04:16 +00:00
houzh
43f79f6967 fix empty Window's losted(1st invalidate) 2023-06-23 05:07:34 +00:00
houzh
5db519903b add Typeface to Numberpicker 2023-06-23 02:35:03 +00:00
houzh
8399a14b32 fix numberpicker's textSize 2023-06-23 01:07:26 +00:00
houzh
c7717a9de8 add some properties's get/set 2023-06-21 10:52:35 +00:00
houzh
e3064e9bb8 NumberPicker upgrade,add hozitontal support 2023-06-21 09:42:28 +00:00
houzh
37183df49e remove wrong thickness 2023-06-19 11:03:49 +00:00
houzh
3ee4153a9d fix gradientdrawable's centercolor position 2023-06-19 03:46:01 +00:00
houzh
f46123decc dialy commit 2023-06-15 15:15:55 +00:00
houzh
7e7b2b0ffc fix inflater of single base View(not container) 2023-06-15 11:08:51 +00:00
houzh
06595300ed fix dialog's event dispatch(to app caller) 2023-06-15 10:08:40 +00:00
houzh
2d14eeaf47 add samples/toast 2023-06-15 03:04:42 +00:00
houzh
a7471dca7c modify textview.setCompoundDrawables 2023-06-14 10:52:52 +00:00
houzh
fd05e68249 fix TextView::setCompoundDrawables's memleak for multi calling case 2023-06-14 09:53:20 +00:00
houzh
c9cf29847b fix View::setBackground's memleak 2023-06-14 09:36:42 +00:00
houzh
9681ddb2c5 Toast add Gravity support 2023-06-14 08:58:25 +00:00
houzh
1a75b821c5 modify toast impl ,working now 2023-06-14 08:10:27 +00:00
houzh
0da5eadd45 fix missing padding init in somecase 2023-06-14 03:38:22 +00:00
houzh
a500494bc5 fix numberpicker::initializeSelectorWheelIndices 2023-06-13 10:44:29 +00:00
houzh
ec8415fa10 horzscroll2.cc add ascrollmode program params(switch) 2023-06-13 09:12:51 +00:00
houzh
d555e18f4f fix horizontalscrollview's eventdispatch while scrollmode is never or if_contents 2023-06-13 08:23:21 +00:00
houzh
56052f6cb8 fix bitmapdrawable 2023-06-13 06:38:53 +00:00
houzh
06f70f8aa8 optimized bitmapdrawable::draw 2023-06-13 05:50:09 +00:00
houzh
43ba2acea8 fix scaledrawable::scaleWidth/scaleHeight 2023-06-13 04:39:32 +00:00
houzh
0720416ff7 fix scaledrawable::inflate 2023-06-13 03:23:42 +00:00
houzh
8368ccf90e fix horizontalscrollview's fling 2023-06-13 03:08:57 +00:00
houzh
12682733ba modify idgen.py,skip id from other packages 2023-06-12 14:14:23 +00:00
houzh
c1448176b1 modify ninepatch.cc,use LOG insteadof exception 2023-06-12 07:50:16 +00:00
houzh
45cee88695 change some typeface's debug msg to logv 2023-06-12 06:36:55 +00:00
houzh
04613c0c81 change numberpicker's drawing font to the edittext's fontface 2023-06-12 05:55:24 +00:00
houzh
b7d0682061 modify Typeface::create 2023-06-12 04:49:01 +00:00
houzh
6eacbaee73 change numberpicker's setTextSize/Color virtual 2023-06-12 01:46:57 +00:00
houzh
24af84274b fix progressbar 2023-06-10 03:01:39 +00:00
houzh
ec7f3a5984 change numberpicker 2023-06-08 09:10:27 +00:00
houzh
b3bd5a2533 add Typeface/textsize support for Switch 2023-06-08 06:14:17 +00:00
houzh
a5267acb7c fix linearlayout's dividerdrawable 2023-06-08 04:47:36 +00:00
houzh
4d3bc1443c enabled textview/edittext's ime in touchmode 2023-06-08 02:45:25 +00:00
houzh
17b8b06ddb fix graph_gfx's blit 2023-06-07 23:56:59 +00:00
houzh
f5f85ba8b8 fix windowmander's layer composing 2023-06-07 07:15:33 +00:00
houzh
f559f2fa06 add Window.sendToBack/bringToFront 2023-06-07 06:16:12 +00:00
houzh
b341b9b6a1 fix horizontalscrollview 2023-06-06 05:58:13 +00:00
houzh
c20e5da270 modify imageview::onDraw 2023-06-06 03:22:27 +00:00
houzh
e572e36835 fix imageview::configureBounds 2023-06-06 03:03:11 +00:00
houzh
378f7bb3a5 fix build.sh for find_package's config mode 2023-06-05 15:19:15 +00:00
houzh
6434f41a8a fix horizontalscrollview's edgeeffect(unexpected) 2023-06-05 02:22:30 +00:00
houzh
ac72e7fefd add patternlockview.onHoverEvent 2023-06-03 14:51:29 +00:00
houzh
caa8938b3a add patternlockview(not tested) 2023-06-03 10:20:45 +00:00
houzh
c35f03dcb0 Merge branch 'master' of https://gitee.com/houstudio/cdroid 2023-06-02 09:09:13 +00:00
houzh
c5a135371b add App argument extantion support 2023-06-02 09:08:21 +00:00
jiangcheng
1ac7320075 MPRotate x64 build 2023-06-02 16:54:06 +08:00
jiangcheng
e817ad9764 Merge branch 'master' of https://gitee.com/houstudio/cdroid 2023-06-02 16:34:51 +08:00
jiangcheng
ff0561fecc exposed video interface mm_ Player_ Flush_ Screen 2023-06-02 16:34:29 +08:00
houzh
dc28649071 fix AttacthInfo's mWindowLeft/Top 2023-06-02 04:28:06 +00:00
houzh
d29198d9dc fix sigmastar gfx's blit(add clip area to blit) 2023-06-01 09:09:18 +00:00
jiangcheng
69a5b2a730 mmplayer rotate 90 api 2023-06-01 15:06:22 +08:00
houzh
9766122570 fix clip_children=false 2023-06-01 04:59:40 +00:00
houzh
a5268d3155 fix progressbar's lefttrack's residual 2023-05-30 03:30:00 +00:00
houzh
64013d682d fix layout's xbearing 2023-05-29 08:26:04 +00:00
houzh
5f2f8aae39 modify typeface,find best ttf as system default ttf via ENV(LANG) 2023-05-29 04:42:13 +00:00
houzh
91a8f05aef fix scrollbars's drawing in arm 2023-05-27 03:13:17 +00:00
houzh
28c89e5a58 fix gradientdrawables'roundrect drawing issue 2023-05-26 13:30:14 +00:00
houzh
acab73095a add ffmpeg to link libraries 2023-05-26 08:51:27 +00:00
houzh
6fecb463b2 modify mediaplayer 2023-05-26 08:48:38 +00:00
houzh
9e15b9db80 add mediaplaer to sigma 2023-05-26 08:34:57 +00:00
houzh
8e387f3d06 graph_gfx/dfb testok 2023-05-26 08:31:57 +00:00
houzh
be89501a11 fix cdwindow's init in rotation display 2023-05-26 07:38:03 +00:00
houzh
63400ab3d0 move Surface Rotation to Window/Canvas,make graph porting more easy than ever,SeekBar add Vertical Seek support 2023-05-26 03:37:12 +00:00
houzh
c47939e235 add View.transformPivotX/Y support from xml layout 2023-05-26 01:24:30 +00:00
houzh
a99535f545 fix Color::parseColor's error in arm32,change strtoll to strtoul 2023-05-24 08:40:11 +00:00
houzh
5746962a5d fix Color::parseColor's error in arm32 2023-05-24 08:37:59 +00:00
houzh
71fcc4bc4c fix textview's alignment 2023-05-24 05:26:45 +00:00
houzh
b7496b9f29 fix imageview's center_insize 2023-05-23 07:09:16 +00:00
houzh
60e6efe0b9 fix animatedrotatedrawable's drawing issue(),cant rotate after mutate 2023-05-23 01:55:46 +00:00
houzh
e3fc86f63e fix plotobject's pointer drawing issues 2023-05-19 04:12:30 +00:00
houzh
c9e37f7f2f modify plotview,change pen/brash to cairo::pattern 2023-05-19 00:27:45 +00:00
houzh
d4f0ba5ec1 textview modifies for Drawables 2023-05-18 09:59:44 +00:00
houzh
10ae1c437a fix textview's clipping issues 2023-05-18 08:30:17 +00:00
houzh
e6d0deeea5 fix Typeface.create for family support,fix buttons.properties init issues 2023-05-18 08:01:22 +00:00
houzh
a69f0e0dca fix textview.getbaseline,textview's family os supported 2023-05-17 15:58:36 +00:00
houzh
9fc476a22b change View::getXXXPaddingOffset to virual 2023-05-16 15:11:16 +00:00
houzh
5e0c30fdf0 fix view::layoutdirection,add layoutdirection support to compoundbutton 2023-05-16 14:22:31 +00:00
houzh
227ba15319 modify compoundbutton,fix rtl drawing 2023-05-16 13:34:58 +00:00
houzh
4c2e7adefb fix attributeset.getcolor 2023-05-16 12:12:38 +00:00
houzh
bc50cb8895 fix gradientdrawable::updateLocalState 2023-05-16 08:49:50 +00:00
houzh
6f2e7ff196 fix some issues of attributeset 2023-05-16 06:16:09 +00:00
houzh
07ab22bb2f fix buildsh's search path 2023-05-12 08:27:23 +00:00
houzh
926adacfde modify build.sh ,fix find_package search path in CONFIG mode 2023-05-12 07:46:24 +00:00
houzh
284014f2ed add HtmlView based on litehtml 2023-05-12 06:50:49 +00:00
houzh
21f0f7a7aa add plotview 2023-05-10 11:17:57 +00:00
houzh
5a107b8b61 fix gradientdrawable's stroke width error 2023-05-10 08:47:37 +00:00
houzh
e68199578a numberpicker seems ok 2023-05-09 13:44:40 +00:00
houzh
f7fd2128b1 typeface change to FtScaledFont 2023-05-08 09:26:16 +00:00
houzh
7f2e5ee743 fix Assets::getDrawable error for resourceid like @color/xxx 2023-05-08 07:54:28 +00:00
houzh
254e7900eb modify keyboard layout,add namespace,fix ime's predict selection 2023-05-06 08:49:15 +00:00
houzh
e136aafddf fix seekbar's track bounds.error 2023-05-06 03:22:16 +00:00
houzh
634abe4daa add numberpicker::get/set selectionDivider 2023-05-06 01:21:35 +00:00
houzh
ff03098954 modify InsetDrawable::inflate 2023-05-06 00:53:28 +00:00
houzh
2894d129ae fix a crash in InsetDrawable::getOpacity() 2023-05-06 00:34:26 +00:00
houzh
23d9ddfd81 fix font color 2023-05-04 12:57:07 +00:00
houzh
dd52bcf429 modify typeface,use fontdirectory insteadof fontconfig 2023-05-04 12:51:08 +00:00
houzh
ef29bb0dd9 modify fontstyle's match pattern 2023-05-04 08:25:44 +00:00
houzh
94ee0aab45 googlepinyin working 2023-05-04 05:14:01 +00:00
houzh
3f5638aabf modify textutils,add utf16-utf8 convertion 2023-05-03 09:25:12 +00:00
houzh
97f68fc442 fix keyboardview.onDraw( mismatched save/restore) 2023-05-03 08:23:28 +00:00
houzh
7fd4cf07fe add candidateview ,change numberpicker's textcolor to linear gradient 2023-05-01 23:13:53 +00:00
houzh
4f29fdb4f8 fix Color::toArb 2023-04-29 06:42:52 +00:00
houzh
48c39eeef1 Typeface add default family support,textview has add font options' support 2023-04-28 10:30:04 +00:00
houzh
2bdb62e6f9 fix rotatedrawable, mCurrentDegrees is setted to fromDegrees 2023-04-28 00:37:34 +00:00
houzh
1ed98beb04 modify typaface 2023-04-27 13:48:17 +00:00
houzh
51ef0adc4f modify canas.draw_text ,remove multiline support,use gravity as textalignment 2023-04-27 03:23:21 +00:00
houzh
9be9315d8d modify canas.draw_text ,remove multiline support,use gravity as textalignment 2023-04-27 03:23:00 +00:00
houzh
e92d12e2e7 modify numberpicker 2023-04-27 02:49:49 +00:00
houzh
28814ed1eb modify typeface 2023-04-27 01:41:24 +00:00
houzh
c317b6c574 modify numberpicker ,add fontsize/textcolor alpha interpolator 2023-04-27 01:38:42 +00:00
houzh
a33c01d775 fix viewpager's crash when pagetransformer is setted(not null) 2023-04-26 14:12:41 +00:00
houzh
05ddebf019 add typeface fontstyle 2023-04-25 14:56:27 +00:00
houzh
e9a6607b26 modify numberpicker 2023-04-25 10:51:58 +00:00
houzh
f67a974aba graph_dfb add double buffer support 2023-04-25 09:57:07 +00:00
houzh
415124437d modify numberpicker 2023-04-24 14:50:00 +00:00
houzh
3bfb358dbb numberpicker'update 2023-04-24 01:03:59 +00:00
houzh
93c3984db0 fix preferences's debugmsg 2023-04-23 13:07:44 +00:00
houzh
faefccbd9f fix preferences's save/load 2023-04-22 16:25:12 +00:00
houzh
7761ef24c0 fix a crash caused by layout.getHeight when text is empty 2023-04-21 05:09:03 +00:00
houzh
da6087510f fix compose in rotate!=0 2023-04-21 02:13:59 +00:00
houzh
1c8775b0c4 surface compose optimized 2023-04-21 01:23:54 +00:00
houzh
22dbe4ff80 enable googlepinyin 2023-04-21 00:49:04 +00:00
houzh
57bd4e731d fix ninepatch's streatchable area(by change filter type to NEAREST) 2023-04-20 08:04:06 +00:00
houzh
2b5fd9945b fix ninepatch's padding 2023-04-20 06:20:15 +00:00
houzh
c96615bb2b fix edittext's password hint 2023-04-20 03:25:30 +00:00
houzh
c872be28fd fix style's item(namespace is supportted now) 2023-04-20 00:34:34 +00:00