=======
NOTE: 20/06/2018 Background menu colours will be implemented in the comming weeks. Stay tuned for updates!
======
- Removed
KryptonRichTextBoxExtended
due to unsupported APIs in .NET framework 4.0.
======
- Reset build paths, so no errors should be incurred.
======
- One new theme called
Slate Silver
, stylised for the 2007/2010 and 2013 theme sets.
======
- There are now 50+ new palettes to choose from.
- A new toolstrip label capable of background gradeints is now available to use, as per #28.
======
- Colours... colours... colours... We now have 26 new colours to choose from! Find the
xml
files in thePalettes
folder, this will be updated regulary, so be sure to come back often! Alternatively, if you would like to request/submit a colour palette, then please submit a base colour in a hexadecimal format plus a suitable name for it on theNew Palette Ideas
issues thread.
======
- Tinkering with the References.
- Start to fill out the WIX installer project.
======
- Nearly completed first design stage of the
Update File Creator
. - New installer project (Advanced Installer & WIX).
======
- Laid basic foundation for a designable
Krypton MessageBox
.
======
- Migrated
packages.config
over toPackageReference
(must have the latest Visual Studio 2017 Preview build to utilise this feature).
======
KryptonNumericUpDown
control can now be used on menu & toolbar controls.
======
- The
ExtendedControls.dll
has now been renamed toKryptonExtendedToolkit.dll
- Build output paths changed for neatness
- The releases tab is now activated
======
- Base groundwork for XML updater & parsing XML files has been completed
- New XML files labelled
Update.xml
andCheckSum.xml
have been created to explain to developers how to use the updater back-end. - TODO: Connect the framework up to UI elements.
======
- Begun fundamental groundwork on an XML based application updater (classes/settings/UI).
- Improved documentation with the aid of GhostDoc.
======
- New wizard control based off of Aero Wizard base implemented, ready for conversion to Krypton controls
- New "Most Recently Used" files option for
File
menu, seePlayground
for proper implementation
======
- A new Windows Forms application
Playground
has been added to test controls and features added to the toolkit.
======
- Added a new toolstrip menu item UAC shield control
- Added/cleaned up documentation for methods
- New setter/getter methods for certain properties in
Global Utilities
- New method
ElevateProcessWithAdministrativeRights(string processName)
for elevating your application with administrative rights (to be used in conjunction with the recently added UAC shield controls) - New
CODE_OF_CONDUCT.md
file for project
======
- Krypton UAC shield button
- New options for developers to check if the user is running Windows 7 or higher. 64-bit checks will follow soon.
======
- Extended 'KryptonTextBox' to have watermark functionality.
- Wrapped 'KryptonTextBox' into a
toolstrip container
object to make it easier to add new functionality i.e watermarks.
======
- New icons for
MessageBoxes
======
- New
Globals.cs
class for custom enumerations. (Needs documentation finishing off) - NOTE FOR FUTURE REFRENCE: Find suitable icons for
MessageBoxes
(CC license maybe?)
======
- Fixed bug with Krypton outlook grid
- Incorporated a
base Krypton MessageBox
as a reference for extending
=======
- Fully incorporated
Krypton Outlook Grid
code
=======
Krypton Outlook Grid
45% complete- Altered assembly info
- Variables and comments with
color
renamed tocolour
=======
- Added generic C#
.gitignore
file - Created solution with two class projects inside labelled
Extended Controls
andKrypton Outlook Grid
- Automatic versioning
- High DPI support configuration