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

31 Коммитов

Автор SHA1 Сообщение Дата
Lluis Sanchez b73613c2be [WPF] Add support for multi-size icons 2013-07-15 15:37:57 +02:00
Alex Corrado a42b40ea9e Add TextEntry.TextAlignment property with Gtk, Mac, and WPF implementations and samples 2013-04-05 13:52:02 -04:00
Lluis Sanchez c413486f73 Merge pull request #179 from mkrueger/master
Added Html clipboard format/fixed some issues with RTF in the GTK backend.
2013-04-02 10:30:34 -07:00
Mike Krüger e8c4c81cba Added Html clipboard format & fixed rich text format on windows (gtk
backend).
2013-04-01 16:07:27 +02:00
Lluis Sanchez e905b5eef7 [WPF] Implement hi-res icon support 2013-03-25 19:38:48 +01:00
Lluis Sanchez ac3d684b78 [WPF] Remove all usage of System.Drawing 2013-03-06 20:04:55 +01:00
Lluis Sanchez f8ef4ff4c7 [WPF] Fix bitmap conversion issue 2013-01-10 15:37:07 +01:00
Lluis Sanchez 4fec8793a0 Merge pull request #97 from luiscubal/master
Implemented partial image rendering (drawImage with srcRect argument)
2012-04-12 07:30:51 -07:00
ermau e1844bff88 [WPF] TransferDataType isn't drag specific 2012-04-09 14:25:05 -04:00
ermau da8ee83ab7 [WPF] Improve Drag and Drop
- XWT expects immediate return from drag and drop, so we'll move the
   synchronous WPF call to the dispatcher
 - Need to raise the OnDragFinished event
 - Move DataObject stuff to DataConverter for possible reuse in clipboard
2012-04-05 13:50:24 -04:00
Luis Reis 9a960e399d Added new feature: partial image drawing(see issue #95)
Currently only implemented in WPF.
2012-04-05 01:15:14 +01:00
ermau c270a5ff71 [WPF] ListBoxBackend 2012-04-03 10:30:38 -04:00
ermau ba02916877 Add extended mouse button support 2012-04-02 11:59:39 -04:00
Lluis Sanchez 1e5b52c771 [WPF] Fix scrolling in ListView and TreeView 2012-03-30 02:28:25 +02:00
lytico 871b538e1d added TextLayout.Height,Trimming 2012-03-29 03:44:04 +02:00
Carlos Alberto Cortez dc4a93d7c6 [WpfBackend] Implement basic Drag and Drop support. 2012-03-28 07:55:46 -06:00
ermau dee6d1f84e [WPF] Move Bitmap->ImageSource to be reusable 2012-03-21 19:33:56 -04:00
ermau a09dcff9d1 [WPF] Move bitmap conversion to reusable place 2012-03-21 17:23:35 -04:00
ermau 14a4c9dcb7 Add WPF to SD PixelFormat conversion 2012-03-21 13:41:46 -04:00
ermau 34dec8a343 Add WPF ImageBuilder backend 2012-03-20 14:47:47 -04:00
ermau 9a30034df8 Add missing ToXwtSize 2012-03-19 15:04:25 -04:00
Carlos Alberto Cortez f9426cd927 [WpfBinding] Implement ButtonPressed and ButtonRelased events. 2012-03-13 04:13:32 -06:00
ermau a3f0f20dbf Add missing usings 2012-03-09 15:59:08 -05:00
ermau 5e97c25ee1 Add Rectangle -> Int32Rect 2012-03-09 15:58:56 -05:00
ermau 8b2565040c Add start to WPF ContextBackendHandler 2012-03-09 14:07:02 -05:00
ermau 37971381b9 Consolidate WPF conversions and make extensions 2012-03-08 12:06:16 -05:00
Luis Reis eaee70144c Initial support for images in WPF backend. 2012-01-18 01:15:20 +00:00
Carlos Alberto Cortez 7de98d9641 [WpfBackend] Add a label backend to properly test the layout backend.
And the required bits to do so, of course.
2012-01-16 05:11:45 -06:00
Carlos Alberto Cortez 695f267127 [WpfBackend] Initial BoxBackend impl.
Also make Widget.Widget be a FrameworkElement instance instead of
a Control, since we any Panel class -container- doesn't inherit
from the later.
2012-01-03 12:28:55 -06:00
Carlos Alberto Cortez 2a767ce22f [WpfBackend] Move our control conversion methods to DataConverter. 2011-12-30 12:31:39 -06:00
Carlos Alberto Cortez ae10540d37 [WpfBackend] Implement our FontBackendHandler.
Also set Widget.Font and add a DataConverter class.
2011-12-30 12:05:40 -06:00