Steven Kirk
|
26b080bda8
|
Merge branch 'master' of https://github.com/Perspex/Perspex
|
11 years ago |
Steven Kirk
|
46d4dfc7b3
|
Merge pull request #488 from wieslawsoltes/DefaultValueForGetWindowDpi
Changed default value returned by GetWindowDpi
|
11 years ago |
Wiesław Šoltés
|
8966193b19
|
Changed default value returned by GetWindowDpi
This fixes issue on black window ShCoreAvailable is not available
|
11 years ago |
Steven Kirk
|
f594785246
|
Don't swallow all KeyDown events in TextBox.
Fixes #423
|
11 years ago |
Steven Kirk
|
46c93b70bf
|
Fix layout error.
|
11 years ago |
Steven Kirk
|
75e13dc02b
|
Fix arrange size with margins.
Fixes #432.
|
11 years ago |
Steven Kirk
|
b87275e34d
|
Actually call InputManager.PreProcess.
|
11 years ago |
Steven Kirk
|
015054a8fd
|
Added a pre-process hook to InputManager,
And some documentation.
|
11 years ago |
Steven Kirk
|
9c1efd2f99
|
Added some documentation.
|
11 years ago |
Steven Kirk
|
14f01a53da
|
Set D2D RenderTarget DPI.
|
11 years ago |
Steven Kirk
|
25da779c30
|
Fix RadioButton at 125% scaling.
|
11 years ago |
Steven Kirk
|
a29a56a9ff
|
Fix WM_MOUSEWHEEL DPI scaling.
It appears that the mouse position given with this message is in screen
coordinates, but with DPI scaling applied. Very strange.
|
11 years ago |
Steven Kirk
|
847796e9c1
|
Account for DPI scaling between screen and client.
|
11 years ago |
Steven Kirk
|
e8a8c12f87
|
Fix MouseDevice.GetPosition.
Algorithm was incorrect when in a window with DPI scaling.
|
11 years ago |
Steven Kirk
|
553fbb95fc
|
Removed RenderTargetDecorator.
Handle scaling in D2D's RenderTarget itself.
|
11 years ago |
Steven Kirk
|
cd1ae04471
|
Removed WindowDecorator.
Handle DPI scaling in windowing subsystem, i.e. WindowImpl.
|
11 years ago |
Steven Kirk
|
f68fdf983d
|
Revert "Fix ClientToScreen on high-DPI."
This reverts commit 87b885f8e6.
|
11 years ago |
Steven Kirk
|
87b885f8e6
|
Fix ClientToScreen on high-DPI.
Closes #445 (again).
|
11 years ago |
Steven Kirk
|
8f4fef29a0
|
Fix #445 .
|
11 years ago |
Steven Kirk
|
8811530d2a
|
Merge pull request #486 from wieslawsoltes/LoggingFixes
Logging fixes
|
11 years ago |
Wiesław Šoltés
|
87061e946d
|
Fixed project dependencies
|
11 years ago |
Wiesław Šoltés
|
af9e5e6336
|
Removed unused usings
|
11 years ago |
Wiesław Šoltés
|
17313a05ba
|
Changed target framework to 4.5 for BindingTest
|
11 years ago |
Wiesław Šoltés
|
ca31191e5a
|
Changed target framework to 4.5 for ControlCatalog
|
11 years ago |
Wiesław Šoltés
|
90705d0c86
|
Added logging to XamlTestApplication
|
11 years ago |
Steven Kirk
|
6e1a56ea4c
|
Don't display tooltip for hidden control.
If a control was hidden or removed between the time that the tooltip
timer starts and the popup is shown, don't display the tooltip. Fixes
#465.
|
11 years ago |
Steven Kirk
|
92452afc6f
|
Added ToolTip to ControlCatalog.
|
11 years ago |
Steven Kirk
|
9f8d9ed1cb
|
Use pointer position in Popup if can't find target.
If a rooted placement target could not be found, use the current pointer
position as the position of the popup.
|
11 years ago |
Steven Kirk
|
b483ad929a
|
Prevent spurious warning.
|
11 years ago |
Steven Kirk
|
3f5f21e6ad
|
Removed logging to normal in BindingTest.
|
11 years ago |
Steven Kirk
|
3e4dc68626
|
Create XML docs for Perspex.Logging.Serilog.
|
11 years ago |
Steven Kirk
|
b15a17f033
|
Fix #if scope.
|
11 years ago |
Steven Kirk
|
7c658a2f3b
|
Added logging assembly to NuGet.
|
11 years ago |
Steven Kirk
|
46df444cda
|
Logging documentation.
|
11 years ago |
Steven Kirk
|
3bf4182007
|
Log binding errors.
|
11 years ago |
Steven Kirk
|
ea6b1d4cfd
|
Starting removing hard dependency on Serilog.
Instead log through a static Logger, and provide a Serilog consumer for
this.
|
11 years ago |
Steven Kirk
|
94ac135053
|
Merge pull request #484 from VitalElement/textbox_cut
implemented ctrl + x, for textbox.
|
11 years ago |
danwalmsley
|
a02431c625
|
implemented ctrl + v, for textbox.
|
11 years ago |
Steven Kirk
|
813ff6fcea
|
Handle TreeDataTemplate.ItemsSelector == null.
|
11 years ago |
Steven Kirk
|
a6067c994e
|
CanScrollHorizontally shouldn't be an attached property.
|
11 years ago |
Steven Kirk
|
a5f80f6180
|
Added TextBox wrapping examples to ControlCatalog.
|
11 years ago |
Steven Kirk
|
8be3a17600
|
Removed unused code.
|
11 years ago |
Steven Kirk
|
d95af80ffa
|
Fix TextBox wrapping.
Fixes issue #475
|
11 years ago |
Steven Kirk
|
f2ecce6cc2
|
Remove TextBox hacks.
Now that we can have attached properties in bindings.
|
11 years ago |
Steven Kirk
|
96ab9e62cd
|
Added attached property support in bindings.
|
11 years ago |
Steven Kirk
|
42ccfebf17
|
Fixed TextBox floating watermark.
It should not scroll with TextBox contents.
|
11 years ago |
Steven Kirk
|
8f0d63db73
|
Added TextBox to ControlCatalog.
|
11 years ago |
Steven Kirk
|
80c83a4d8a
|
Expose ScrollViewer CLR attached properties accessors.
|
11 years ago |
Steven Kirk
|
7a67889b45
|
Call InvalidateArrange on Canvas not child control.
|
11 years ago |
Steven Kirk
|
d708e7744f
|
Set TreeViewItem padding.
|
11 years ago |