112 Commits

Author SHA1 Message Date
Micheal colhoun
3bbecd3158 Update Package info to DarkUI.Net5 1.0.0 for publish to NuGet 2021-09-04 12:28:24 +01:00
Micheal colhoun
475752b00a Update DarkUI target frameworks to net5.0-windows;net4 2021-09-04 09:21:51 +01:00
Micheal colhoun
6eb3302cbd Update csproj format to support net5.0-windows 2021-09-03 16:29:37 +01:00
James Dunlap
be8cbad3cb DarkUI.ObservableList did not contain a Clear method 2020-06-27 15:18:47 -05:00
James Dunlap
9f0f4eb70d Fixed an issue where clearing the Items from a DarkDropDown did not also clear the menu. 2020-06-27 14:13:16 -05:00
Robin Perris
79db58c28e Updated assembly info 2020-03-27 10:44:33 +00:00
Jan Robas
7ac360edd0 Fixed resizing issue in DarkComboBox
We have to clear the graphics buffer when resizing.
2020-03-26 19:39:09 +01:00
Robin Perris
d04cadf105 Configured nuget package 2020-01-13 16:44:19 +00:00
Robin Perris
55377f70ae Merge branch 'feature/controls' 2020-01-13 11:06:54 +00:00
Robin Perris
5712a441b4 Added DarkNumericUpDown 2020-01-10 14:54:06 +00:00
Robin Perris
d7f3cd40fb Added DarkGroupBox 2020-01-10 10:38:16 +00:00
Robin Perris
766c4292a9 Draw to a buffer to avoid tearing 2020-01-10 09:57:32 +00:00
Robin Perris
7e80b71546 Proper sizing & clipping on text in a DarkComboBox 2020-01-10 09:43:28 +00:00
Robin Perris
d6c7da9a92 Created DarkComboBox 2020-01-09 18:58:33 +00:00
Robin
94670aac43 Scrollbars will now visually looked disabled.
Can now choose to have scrollbars always visible in scrollbase.
2017-03-05 21:03:21 +00:00
Robin
3a409516cc Added dropdown control 2017-03-05 20:43:13 +00:00
Robin
6093a15ca4 Added icons to list views 2017-03-05 17:44:38 +00:00
Robin
51047714f5 (De)serialize group's visible (active) content 2017-03-05 17:30:59 +00:00
Robin
9a8fcb941f Fixed content not restoring to correct region 2017-03-05 17:25:07 +00:00
Robin
928511e44a Fixed checks for dropping before/after groups. 2016-01-05 11:19:17 +00:00
Robin
7cd946b372 Can now drag content in to empty regions. 2016-01-05 10:59:44 +00:00
Robin
fe9d60dc0e Refactored dock content drag & drop. 2016-01-05 10:40:55 +00:00
Robin
f96c0b0f21 Can now insert content above existing groups. 2016-01-02 08:30:39 +00:00
Robin
7e43827bee Can now drag tool windows between groups. 2016-01-02 06:52:48 +00:00
Robin
89853f1a6e Document menu now rebuilt when order changes. 2016-01-01 01:21:11 +00:00
Robin
f8625669a8 Can now drag document tabs. 2016-01-01 00:59:54 +00:00
Robin
b1eef2985c Content now serialised in correct order. 2016-01-01 00:39:31 +00:00
Robin
421ae32072 Content now has a defined order. 2016-01-01 00:33:39 +00:00
Robin
f9a67a31ad Content now has current and default areas. 2016-01-01 00:20:15 +00:00
Robin
a0ded1a34d Dock panel serialisation now persists group states. 2015-12-31 23:35:02 +00:00
Robin
31eaec9cb1 Event class typo 2015-12-31 23:08:06 +00:00
Robin
61cae9e978 Added close buttons to tool windows. 2015-12-31 22:56:44 +00:00
Robin
db07a006ec Dock panel now focuses content when added 2015-12-31 22:28:25 +00:00
Robin
3f2c37a434 Tabs now re-sized when dock text changes. 2015-12-22 22:40:18 +00:00
Robin
8a9e763fcf Tabs now invalidated when dock text changed. 2015-12-22 22:24:39 +00:00
Robin
06e5d26801 Added DockPanel serialization. 2015-12-22 13:02:25 +00:00
Robin
7a7607c959 Region splitters now contextually added/removed. 2015-12-22 12:06:18 +00:00
Robin
45391b90ac Drag scroll now recognises scrollbar areas. 2015-12-16 17:07:05 +00:00
Robin
fd54b0245e SetVisibleContent now properly hides/shows content. 2015-12-16 15:56:09 +00:00
Robin
b297bdd31c Added SetVisibleContent to DarkDockGroup 2015-12-16 15:45:15 +00:00
Robin
bc527a31af More intelligent content size checking on listview. 2015-12-15 20:09:48 +00:00
Robin
a699c6341e ActiveContent no longer serialised by designer. 2015-12-14 23:00:22 +00:00
Robin
25495cf77e Fixes to listview selected items
Previously SelectedIndices would continue to reference indices which no
longer existed if they were removed from the list.
2015-12-13 00:33:39 +00:00
Robin
1d16b6e5a7 Fixed bug in text changed event 2015-12-12 20:21:15 +00:00
Robin
a1d21be928 Added SelectedIndicesChanged even to DarkListView 2015-12-12 19:55:37 +00:00
Robin
fc4ba9e6be ListView now updates when item text changes 2015-12-12 19:51:54 +00:00
Robin
862002e0ef Moved all enums and event args to their own files 2015-12-08 17:57:25 +00:00
Robin
b676410b3f Added ActiveDocument and GetContents 2015-12-08 00:23:01 +00:00
Robin
a464a213fa Events for closing and changing text 2015-12-08 00:00:52 +00:00
Robin
d8308f6f03 Fixed removing content from tabbed group
DarkDockGroup now recognises when the active VisibleContent is removed
and properly brings forward the first remaining dock content and makes
it visible.
2015-12-07 21:28:27 +00:00