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

50 Коммитов

Автор SHA1 Сообщение Дата
Dmitriy K 3ce21aed33 [a11y] Add Accessibility API to CellView 2018-12-02 19:03:48 +03:00
Vsevolod Kukol 8b15215ea4 [Wpf] Fix ungrouped cell view settings
Always wrap cells in a Grid, even if there
is only one cell inside a column. This fixes
single cell visibility binding and cell expansion.
2017-05-08 13:26:03 +02:00
Vsevolod Kukol f009386eec [Wpf] Add RadioButtonCellView implementation 2017-04-28 18:33:08 +02:00
Vsevolod Kukol e2e6b2991d [WPF] Fix CheckBoxCell Toggle and Mixed state handling 2017-04-14 11:01:31 +02:00
Vsevolod Kukol 51ecbe5cde Merge pull request #531 from sevoku/fix-cellview-events
Implement cellview events + [Gtk][Wpf] support
2017-04-07 15:23:12 +02:00
Vsevolod Kukol 6f8722c731 [Wpf] Add CellView.Expands support 2017-03-27 14:42:33 +02:00
Vsevolod Kukol 878c633349 [Wpf] Add TextCellView.TextChanged event support 2017-03-27 12:05:59 +02:00
Vsevolod Kukol cfdeb95dec [Wpf] Optimize CurrentEventRow implementation
There is no need to look up the DataContext, because the
CellView backend does already know it. Hence pass the current
DataContext instead of the FrameworkElement to the parent Tree/List.
2017-03-27 11:55:40 +02:00
Vsevolod Kukol 7a795ec47e [Wpf] Add CurrentEventRow implementation for Lists 2017-03-27 11:33:29 +02:00
Vsevolod Kukol 05b471ad58 [Wpf] add CheckBoxCellView.Toggled support 2017-03-27 11:33:29 +02:00
Jérémie Laval c3abbeefaa [WPF] Display text-only version of markup in TextCellView
This is a stopgap commit to somewhat render formatted text setup
via the TextCellView's MarkupField property so that something is
at least shown.
2016-11-15 18:30:53 -05:00
Vsevolod Kukol c15075d852 [Wpf] optimize CellUtil.cs formatting 2015-02-04 09:52:15 +01:00
Vsevolod Kukol e300240cf7 [Wpf] add TextCellView.Text support 2015-02-04 09:43:45 +01:00
Vsevolod Kukol bb2efd2bed [Wpf] optimize TextCellView factory gen. code 2015-02-04 09:40:30 +01:00
Vsevolod Kukol f2ab45e594 [Wpf] set CellView margins in one place 2015-02-04 09:29:57 +01:00
Vsevolod Kukol d1fc8a2538 [Wpf] add Visibility support to all CellViews 2015-02-04 09:21:05 +01:00
steffenWi b8ecb71c00 [Wpf] Handle an invisible TextCellView in WPF
(cherry picked from commit b8901a4)

Signed-off-by: Vsevolod Kukol <sevo@sevo.org>
2015-02-04 09:17:09 +01:00
Lluis Sanchez 0c261af652 [WPF] Track api changes
Image.ToImageDescription() now takes an ApplicationContext as argument,
so we need to pass it along everywhere that method is used.
2014-06-13 18:14:52 +02:00
Lluis Sanchez fe71a6ff33 [WPF] Implement new CellView api 2014-02-24 15:12:30 +01:00
steffenWi b65b6a5232 Replaced spaces with tabs 2013-09-24 21:18:47 +02:00
steffenWi 644a4ee792 CheckBoxColumn and string based columns in WPF support binding 2013-09-24 21:14:16 +02:00
steffenWi 56629fc128 Make the WPF ListView able to make use of the 'edit' flag for at least the CheckBoxCell and TextCell. In case of TextCell use a TextBlock if it's not editable and a TextBox if it is editable 2013-09-19 23:31:30 +02:00
steffenWi 315e7e7905 Update CellUtil.cs
Display Checkboxes in WPF ListView
2013-09-18 16:35:45 +02:00
Lluis Sanchez b3fb128862 [WPF] Track api changes 2013-05-09 17:19:36 +02:00
David Karlaš 1583dca0f0 [WPF] CanvasCellViewBackend added 2013-05-05 12:22:06 +02:00
Lluis Sanchez e905b5eef7 [WPF] Implement hi-res icon support 2013-03-25 19:38:48 +01:00
Lluis Sanchez a525df7145 Track api changes in WPF backend 2012-12-07 13:12:39 +01:00
Lluis Sanchez 17b0051973 Moved Toolkit to root Xwt namespace 2012-11-23 13:00:42 +01:00
ermau b547e059e3 [WPF] Move ExTextBox out of util 2012-04-16 11:25:49 -04:00
ermau 5e6e15ae4a [WPF] Cell margins can be static 2012-04-11 11:55:57 -04:00
ermau b248983fd2 [WPF] Fix some new treeview issues 2012-04-04 18:58:59 -04:00
ermau b2396a126a [WPF] Reimplemented TreeView backend with far more support 2012-04-04 18:28:08 -04:00
ermau c270a5ff71 [WPF] ListBoxBackend 2012-04-03 10:30:38 -04:00
Lluis Sanchez b492f4c753 Use XWT's default natural width for text entries 2012-04-02 18:11:28 +02:00
ermau 1f79a1750d [WPF] Add ListViewBackend 2012-03-27 15:58:44 -04:00
ermau 8253686228 [WPF] Don't crash on null images 2012-03-26 14:50:12 -04:00
Luis Reis b1c8d194dc Minor format fixes in Tree View Sample.
Improved Tree View WPF backend: Modifying the tree store *AFTER* creating the tree view should now correctly update the tree.
2012-03-25 19:13:46 +01:00
ermau f37182075f [WPF] DataSourceNotifyWrapper -> ListSourceNotifyWrapper 2012-03-23 15:59:01 -04:00
ermau 8e000a1063 [WPF] Convert image types when needed 2012-03-21 19:33:57 -04:00
ermau 37971381b9 Consolidate WPF conversions and make extensions 2012-03-08 12:06:16 -05:00
ermau a3dd7e6b8b Add Color and Brush conversion extensions 2012-03-06 16:46:46 -05:00
ermau d2be9d990d Improved WPF multi-column combobox visual 2012-03-06 16:23:27 -05:00
ermau 0238a05a48 Refactored TextEntryBackend to use custom control 2012-03-06 16:23:27 -05:00
ermau cd0ee7ec62 Add CellUtil.CreateBoundCellRenderer 2012-03-02 14:47:38 -05:00
ermau 9c626dcb55 Add IListDataSource wrapper implementing INCC 2012-03-02 14:41:00 -05:00
ermau 7a6df0749f Add Type to string value converter 2012-03-02 14:39:48 -05:00
ermau 9226f5c3d6 Add Xwt.Image to ImageSource value converter 2012-03-02 14:39:14 -05:00
Luis Reis 236b3ddffb WPF Backend: TreeView now properly computes the selected nodes, required to properly support the Samples application. 2012-02-11 00:44:55 +00:00
Luis Reis 4d3ca6a52b Fixed tree label foreground to better match the selection state. 2012-02-11 00:29:46 +00:00
Luis Reis e322c5f859 Initial support for WPF tree views.
The WPF backend is now capable of launching the samples (although it's still not very functional).
2012-02-10 01:57:45 +00:00