Граф коммитов

29 Коммитов

Автор SHA1 Сообщение Дата
Lluis Sanchez a8e5cbb035 [WPF] Fixed pattern rendering issues 2013-12-11 13:11:53 +01:00
Lluis Sanchez d41c0f1b03 [WPF] Fixed 9-patch rendering issues
And added tests.
2013-12-03 20:40:39 +01:00
Lluis Sanchez 812692fb3e [WPF] Bitmap support fixes
Properly implemented image cropping.
Implement GetScaleFactor.
2013-11-29 11:32:52 +01:00
Therzok ea83d14278 Explicitly assigned readonly fields and fixed a weird conditional check. 2013-11-01 20:56:14 +02:00
Alan McGovern e7f611802d [Wpf] Split the declaration to a new line 2013-10-10 14:17:15 -04:00
Alan McGovern 1d394bb205 [Wpf] Automatically remeasure/repaint when the Image changes
The ImageSource property affects both measure and visual, so invalidate
both of those when the property changes value.
2013-10-10 14:15:46 -04:00
Lluis Sanchez 449e14ea71 Track api changes 2013-09-18 10:59:39 +02:00
Alex Corrado c685884b33 [WPF] Enable WrapImage to take an ImageSource 2013-08-23 19:08:24 -05:00
Lluis Sanchez b73613c2be [WPF] Add support for multi-size icons 2013-07-15 15:37:57 +02:00
Lluis Sanchez 83aeaf8ab5 [WPF] Track api changes 2013-07-09 16:35:12 +02:00
Lluis Sanchez 2c96e4c180 Add support for multi-size icons
And added support for that in the GTK backend.
2013-07-04 12:51:55 +02:00
Lluis Sanchez 535fb1ff6d [WPF] Fix image rendering issues
Render images centered in the container ImageView.
Properly apply opacity when creating an image pattern
from an image that has alpha applied to it.
2013-04-10 11:54:54 +02:00
Lluis Sanchez e905b5eef7 [WPF] Implement hi-res icon support 2013-03-25 19:38:48 +01:00
Lluis Sanchez d494ca5dba [WPF] Implemented GetPixel and SetPixel for bitmaps
Also, when loading an image convert it to 96 dpi if
it has a different dpi.
2013-03-07 00:34:23 +01:00
Lluis Sanchez ac3d684b78 [WPF] Remove all usage of System.Drawing 2013-03-06 20:04:55 +01:00
Lluis Sanchez 205509409a Merge branch 'master' into visual-render
Conflicts:
	Xwt.WPF/Xwt.WPFBackend/ImageViewBackend.cs
2013-02-18 11:41:03 +01:00
Lluis Sanchez 65f77e4d81 [WPF] Implement some missing image handling methods 2013-02-18 11:38:28 +01:00
Lluis Sanchez b9ca525287 [WPF] Try using WPF rendering api 2013-02-14 03:34:19 +01:00
Lluis Sanchez 4417ec8991 [WPF] Track changes in the image API 2013-02-05 00:51:39 +01:00
Lluis Sanchez d45dad34e1 Ongoing work to improve the Image API
An image can now have multiple versions with
different resolutions.
2013-02-04 10:48:07 +01:00
Lluis Sanchez a525df7145 Track api changes in WPF backend 2012-12-07 13:12:39 +01:00
Eric Maupin 0b75c8c94f [WPF] RenderTargetBitmap only supports the Pbgra32
We're rendering to another image, the format type doesn't need to be the same.
2012-05-10 13:34:07 -03:00
Lluis Sanchez 3c56357456 Fix build 2012-05-07 21:00:13 +02:00
Lluis Sanchez a7153ba8e0 [WPF] Added Add and Remove stock icons 2012-05-07 17:06:45 +02:00
Lluis Sanchez c4309f8867 Track api changes 2012-04-16 17:19:39 +02:00
ermau 51f5db1593 [WPF] Return dummy image instead of exception for now 2012-03-27 15:58:45 -04:00
Lluis Sanchez 50f9403f27 [WPF] Fixed some image handling issues
Fixed implementation of Image.ChangeOpacity. It now uses a new bitmap to render
a new image with the specified opacity.

Implemented ImagePattern backend.
2012-03-23 19:36:10 +01:00
ermau 8e000a1063 [WPF] Convert image types when needed 2012-03-21 19:33:57 -04:00
ermau 6028b65464 Rename WPF's ImageBackend to ImageHandler 2012-02-28 13:41:54 -05:00