905 Commits (3dbe59062a58070a7ba62535cf62030edcbc5285)

Author SHA1 Message Date
Dan Walmsley 3dbe59062a fix win32 generating borders in blur / transparent mode. 6 years ago
Dan Walmsley 2db3eee7b9 add blurbehind api for someone to use for win7 support in future. 6 years ago
Dan Walmsley df43cd7569 fix wpf integration. 6 years ago
Dan Walmsley aff7815d98 HandleTransparencyChanged when Hint changes. 6 years ago
Dan Walmsley d1049fd79f dont use property for setting transparency level hint. 6 years ago
Dan Walmsley b818ca05d4 always draw the border. 6 years ago
Dan Walmsley f88f94cce3 fix win 10 version number check 6 years ago
Dan Walmsley 21e3642a2c encapsulate and cache os version. 6 years ago
Dan Walmsley 4011cb3f49 Use Hint/Actual naming 6 years ago
Dan Walmsley 9e9565f40f fix border only margin. 6 years ago
Dan Walmsley 8d899096bb implement appropriate blur level depending on windows 10 version. 6 years ago
Dan Walmsley a37b2daf2c set hidden flag 6 years ago
Dan Walmsley fe7e8582d1 add basic win32 implementation for transparency level. 6 years ago
Dan Walmsley 1474670710 remove method. 6 years ago
Dan Walmsley 2501698af1 whitespace 6 years ago
Dan Walmsley 86ac0ff5a5 OSX implement SetParent 6 years ago
Dan Walmsley 313a292fc4 extend api so that when a parent is set you can state if the current window becomes modal. 6 years ago
Dan Walmsley 5dffe72af8 Closing event re-enabled parent. 6 years ago
Dan Walmsley 0116f7ad96 remove disabledBy array on win32. 6 years ago
Dan Walmsley a8418189d2 win32 implementation uses new apis for showdialog. 6 years ago
Dan Walmsley a856b210fb dont implement CreateScaleBitmap on Direct2d. 6 years ago
Dan Walmsley 238ba26daa use decoder frame directly to load at scaled size. 6 years ago
Dan Walmsley 6bb873d5bb implement bitmap resize apis for direct2d 6 years ago
Dan Walmsley ac65b4e717 Add documentation. 6 years ago
Dan Walmsley 0889318c57 Add createscaled bitmap 6 years ago
Dan Walmsley 663b91a8bf Implement ability to decode a bitmap at a specified width or height. 6 years ago
Steven Kirk af12a3e9cc Replace use of InitialDirectory in file dialogs. 6 years ago
Dan Walmsley 3995b8abb9 use default arguments for bitmap decoder options in platform backends. 6 years ago
Dan Walmsley ba75735848 decode bitmaps at a specified size. 6 years ago
Dan Walmsley 0cae901e2e move const declaration 6 years ago
Dan Walmsley 0608ad6008 prevent restoring window styles from overwriting windowstates. 6 years ago
Dan Walmsley 4d6166e3cc make class internal. 6 years ago
Dan Walmsley 0e12f98419 move TaskbarList interop into UnmanagedMethods and a wrapper class. 6 years ago
Dan Walmsley 172de036be fix glitch with window decorations transitioning from fullscreen to maximized. 6 years ago
Dan Walmsley 1c4a56a406 ensure style is always up to date before entering fs. 6 years ago
Nikita Tsukanov e2bde7155f Refactored GL version and context management 6 years ago
Nikita Tsukanov bea8b676a2 Support for multiple box-shadows 6 years ago
Nikita Tsukanov d0b041095d Inset box-shadow 6 years ago
Nikita Tsukanov 20f6f886f9 box-shadow support 6 years ago
Dan Walmsley 9fb30c110b ensure WindowStyles can not get corrupted when changed during fullscreen. 6 years ago
Dan Walmsley bfa96382f7 cleaner code. 6 years ago
Dan Walmsley a41162dce6 use UpdateWindowProperties to MarkFullScreen. 6 years ago
Dan Walmsley fe954a0398 move private methods. 6 years ago
Dan Walmsley 51ad905a2c use WindowProperties to hold fullscreen flag. 6 years ago
Dan Walmsley 81c4a1e796 move struct. 6 years ago
Dan Walmsley 90f386ffc0 correctly port MarkFullScreen using CoreRT compatible COM. 6 years ago
Dan Walmsley cecce99c95 SystemDialogs call the correct cocreateinstance overload. 6 years ago
Dan Walmsley 93e43951db Add delegates and VTables for ITaskBarList2. 6 years ago
Dan Walmsley ecd4cd7bbf Add CoCreateInstance overload that gives intptr. 6 years ago
Dan Walmsley 1ce8f4f6ba use helper methods GetStyle / SetStyle. 6 years ago