Nikita Tsukanov
|
23896f772d
|
HotKey property landed to button and menuitem
|
11 years ago |
Nikita Tsukanov
|
1d5b585895
|
Implemented HotKey attached property.
It doesn't work, however, because of broken ContentControl (doesn't sets child's parent for some reason)
|
11 years ago |
Nikita Tsukanov
|
8cbd9cb2d5
|
Added XmlnsDefinition for Perspex.Controls.Shapes
|
11 years ago |
Nikita Tsukanov
|
5acef971f0
|
Added KeyGesture and KeyBindings
|
11 years ago |
Steven Kirk
|
57fbf27c9e
|
Documentation.
|
11 years ago |
Steven Kirk
|
d98247e352
|
Updated OmniXAML
|
11 years ago |
Steven Kirk
|
893a7d9275
|
Allow negative Thickness values.
|
11 years ago |
Nelson Carrillo
|
b7db2ac304
|
Update WindowImpl.cs
|
11 years ago |
Nelson Carrillo
|
b25015583f
|
Non client mouse messages generate input events
|
11 years ago |
Steven Kirk
|
ad70cf874c
|
Make the TestApplication work again.
Expose the tab item content selector from TabControl, and make
FuncMemberSelector return default(T) if the parameter is of the wrong
type.
|
11 years ago |
Steven Kirk
|
338a1c0d91
|
Added ItemsControl.MemberSelector
And use it to select the TabItem.Content property for the Deck in a
TabControl.
|
11 years ago |
Nikita Tsukanov
|
f50a2c361c
|
Reverted Dispatcher.UIThread and added SingleThreadDispatcher
|
11 years ago |
Nikita Tsukanov
|
d7f3778de6
|
New main loop system
|
11 years ago |
Dan Walmsley
|
7964321dd1
|
Implemented UseFloatingWaterMark property.
|
11 years ago |
Dan Walmsley
|
fc76076c8a
|
Added implementation of Watermark for Textbox.
|
11 years ago |
Nikita Tsukanov
|
dd83f0b6dc
|
Temporary fix for that weird crash
|
11 years ago |
Nikita Tsukanov
|
2a609dba85
|
Use InvariantCulture:
|
11 years ago |
Nikita Tsukanov
|
45e5588a0a
|
Implemented middle mouse button
closes #198
|
11 years ago |
Nikita Tsukanov
|
79f8f76351
|
ref #198
|
11 years ago |
Jason Jarvis
|
d561910554
|
Updated TimeSpanTypeConverter (renamed) to support both full syntax as well as shorthand seconds only. Made CrossFade/PageSlide use simple Duration property, and removed PerspexObject base. Fixed some white space issues.
|
11 years ago |
Nikita Tsukanov
|
9a3f192db3
|
Fixed backgroundproperty for htmlcontrol
|
11 years ago |
Nikita Tsukanov
|
1523f5a8be
|
Space isn't a control char
closes #185
|
11 years ago |
Steven Kirk
|
c4cfd967dc
|
Fix DataContexts.
This makes it so that IControls are no longer DataTemplate-able,
breaking TabControl. Need to find a better way.
|
11 years ago |
Steven Kirk
|
7cc5ee5dcc
|
Removed unused itemTemplate parameter.
|
11 years ago |
Steven Kirk
|
8012e0e5b3
|
Remove deleted files..
|
11 years ago |
Jason Jarvis
|
8723790a04
|
Animations (PageSlide and CrossFade) can now be added in Xaml files. Added a TimeSpanTypeConverter to support that.
|
11 years ago |
Dan Walmsley
|
65a133a440
|
Implemented caret inverting background color.
|
11 years ago |
Dan Walmsley
|
c56b7bd0ed
|
Implemented Caret inverting background colour, by finding templated parent.
|
11 years ago |
Dan Walmsley
|
8309adf6da
|
Implemented caret inverting background colour.
|
11 years ago |
Nikita Tsukanov
|
2d0e4ae0c7
|
Removed NullDisposable
|
11 years ago |
Nikita Tsukanov
|
bed653012f
|
Revert to original Splat's behavior
|
11 years ago |
Nikita Tsukanov
|
323c1a49c1
|
Removed core dependency on Splat
|
11 years ago |
David Karlaš
|
2b55af700f
|
[Cairo] Fixed wrong index calculation of text in case text contains Unicode chars
|
11 years ago |
Nikita Tsukanov
|
9e16d0f163
|
comdlg rename
|
11 years ago |
Nikita Tsukanov
|
18da630e6f
|
Introduced common dialog class hierarchy
|
11 years ago |
David Karlaš
|
0cb2158e30
|
[Gtk] Fix letters mapping when not holding Shift
|
11 years ago |
David Karlaš
|
1d44aa0b8c
|
Issue #158: Text input is broken on MacOS X
|
11 years ago |
Nelson Carrillo
|
b2edd73f09
|
Update DrawingContext.cs
|
11 years ago |
Nikita Tsukanov
|
b4db6600b3
|
SetPoinerOver should fallback to the root element
|
11 years ago |
Nikita Tsukanov
|
be3ab98ef4
|
Added GTK support for common dialogs
|
11 years ago |
Nikita Tsukanov
|
ef65e09b2d
|
Implemented Win32 version of file dialog
|
11 years ago |
Steven Kirk
|
5a27ecf264
|
Add IAssetLoader.Exists
Closes #181.
|
11 years ago |
Steven Kirk
|
4f8e496f73
|
Updated OmniXaml.
|
11 years ago |
Steven Kirk
|
1b745ab62c
|
Removed NGenerics.
Closes #7.
|
11 years ago |
Steven Kirk
|
24f9b2de9c
|
Updated OmniXAML
|
11 years ago |
José Manuel Nieto Sánchez
|
fa97e8f51b
|
DockPanel Simplification
|
11 years ago |
Steven Kirk
|
27df0f6c37
|
Give TextBox a background.
|
11 years ago |
Steven Kirk
|
3693193246
|
Fix tests failing due to previous layout fix.
The test expectations were incorrect after stretch layout with absolute
size fix.
|
11 years ago |
José Manuel Nieto Sánchez
|
b3b2b0db60
|
Fixed issue https://github.com/Perspex/Perspex/issues/169
|
11 years ago |
Nikita Tsukanov
|
c8b1c4202a
|
Asset loader improvements:
1) moved to shared project
2) now using uri format with assembly name
|
11 years ago |