56 Commits

Author SHA1 Message Date
Micheal Colhoun
b62b15dba1 No l;onger supporting net4. 2021-09-07 09:16:28 +01:00
Micheal colhoun
15aba4e125 Testing CI Build 2021-09-04 19:59:25 +01:00
Micheal colhoun
d7545c5302 how to fix error with .net4 after building for .net5.0-windows 2021-09-04 09:35:27 +01:00
Micheal colhoun
6eb3302cbd Update csproj format to support net5.0-windows 2021-09-03 16:29:37 +01:00
Robin Perris
55377f70ae Merge branch 'feature/controls' 2020-01-13 11:06:54 +00:00
Robin Perris
1f1d367c07 Added DropdownList example 2020-01-10 15:46:43 +00:00
Robin Perris
92db74dbbd Cleaned up example 2020-01-10 15:24:44 +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
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
e6056f630a Fixed typo in assembly info. 2016-01-05 13:51:36 +00:00
Robin
7e43827bee Can now drag tool windows between groups. 2016-01-02 06:52:48 +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
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
cdaeae5264 Cleaned up namespaces.
Moved classes out of subfolders. Moved enums to be within the same file
as their main class. Added new DarkControl superclass.
2015-12-07 20:21:17 +00:00
Robin
54a228cdd4 Removed space key from radio button 2015-12-07 19:14:29 +00:00
Robin
f68f5c2197 Fixed text align on checkboxes and radiobuttons. 2015-12-07 18:41:05 +00:00
Robin
4661e00705 Added DarkTitle control 2015-12-07 18:36:43 +00:00
Robin
c38476994b Adding dock contents now properly removes it first 2015-12-07 17:18:17 +00:00
Robin
22b9bb90cc Added DarkRadioButton 2015-12-07 15:49:58 +00:00
Robin
11f45aaf3e Added DarkCheckBox
Also added document icons to example project.
2015-12-07 15:09:16 +00:00
Robin
45bedfcbd7 Added ContentAdded and ContentRemoved events. 2015-12-06 18:58:30 +00:00
Robin
3466c3a241 Added input to dock tabs 2015-12-05 22:16:48 +00:00
Robin
4de889ae6e Added tab areas to dock groups 2015-12-05 18:03:27 +00:00
Robin
46ac401542 Improved docking
Added dock order. Made groups size properly to the containing region.
Added DarkDockTab.
2015-12-05 13:13:31 +00:00
Robin
99b88d0991 Fixed Example project namespaces 2015-12-04 20:53:16 +00:00
Robin
baaab81736 Minor refactoring and cleaning
Removed unnecessary comments. Added string interpolation from C# 6.0.
Removed unneeded library references.
2015-11-30 19:19:23 +00:00
Robin
12f227f542 Can now resize dock regions 2015-09-19 14:39:06 +01:00
Robin
964bf6708e Added more panels to example project 2015-09-19 13:37:08 +01:00
Robin
8d49f8ce77 Fixed docking groups
Groups were being kept on scope because they weren't being removed from
the region's control array.
2015-09-19 13:16:44 +01:00
Robin
5a57b1011c Added DockPanel basics & updated example
Re-adding content currently broken. Need to add tabs too.
2015-09-19 11:32:11 +01:00
Robin
b6ddbf3f19 Fixed example project. 2015-09-18 18:33:19 +01:00
Robin
b5a5815b20 Started DockPanel & fixed up example project 2015-09-18 16:55:13 +01:00
Robin
71105b8e77 Added ControlScrollFilter
ControlScrollFilter can be added to the application's message filter
list to re-route all mousewheel events to the control the user is
current hovering over with their cursor.
2015-09-18 13:33:10 +01:00
Robin
6d794dcb52 Added 'ShowIcons' property to DarkTreeView 2015-09-18 13:24:05 +01:00
Robin
bd776d5013 Created DarkTreeView 2015-09-18 13:01:09 +01:00
Robin
8408c47a3f DarkListView 2015-09-18 12:32:23 +01:00
Robin
13c57d8162 DarkContextMenu & DarkSectionPanel 2015-09-18 12:08:22 +01:00
Robin
a0d9e343e9 Static message box methods
Added static methods for showing specific types of message boxes more
easily.
2015-09-18 11:45:59 +01:00
Robin
27a5ad0c6e DarkDialog & DarkMessageBox
Added a dynamic dialog window and message box.
2015-09-18 11:40:14 +01:00
Robin
e0be7e0d0a Added 'FlatBorder' property to DarkForm
FlatBorder can be used to set whether a single pixel border is rendered
around the form or not.
2015-09-18 10:41:33 +01:00
Robin
0d46ab2790 DarkTextBox control 2015-09-18 10:36:50 +01:00
Robin
784e3b69b7 DarkSeparator control 2015-09-18 10:33:51 +01:00
Robin
7e7cf7c9f2 Removed unnecessary property attributes
Apparently using 'new' to override a superclass property doesn't require
you to duplicate designer attributes. Huh.
2015-09-18 10:28:56 +01:00