Nikita Tsukanov
|
13831792f3
|
Hack to get F12 working on Linux
|
11 years ago |
Nikita Tsukanov
|
f0e154ac90
|
ModifierKeys are now stored inside events
Ceterum censeo StyleCopum esse delendum
|
11 years ago |
Nikita Tsukanov
|
8a4e62ef7b
|
Fixed textbox copy
|
11 years ago |
Nelson Carrillo
|
d806ded7a9
|
Merge pull request #122 from kekekeks/scrollinfo
Added IScrollInfo and ScrollInfoAdapter
|
11 years ago |
Nikita Tsukanov
|
d0fadf3535
|
Added IScrollInfo and ScrollInfoAdapter
Ceterum censeo StyleCopum esse delendum
|
11 years ago |
Steven Kirk
|
d920814ffd
|
Set cursor for GridSplitter.
|
11 years ago |
Steven Kirk
|
81f5c3a235
|
Fix typo.
|
11 years ago |
Steven Kirk
|
44a9728928
|
Merge pull request #120 from kekekeks/cursor
Implemented cursors. Ceterum censeo StyleCopum esse delendum.
|
11 years ago |
Nikita Tsukanov
|
7f72c7763b
|
Implemented cursors. Ceterum censeo StyleCopum esse delendum.
|
11 years ago |
Steven Kirk
|
42a280fb08
|
Removed debug code.
|
11 years ago |
Steven Kirk
|
8db8318167
|
Merge branch 'SuperJMN-grokysmaster'
|
11 years ago |
Steven Kirk
|
acda05c179
|
Merge branch 'grokysmaster' of https://github.com/SuperJMN/Perspex into SuperJMN-grokysmaster
|
11 years ago |
Steven Kirk
|
be65d41d9d
|
Use elvis operator.
|
11 years ago |
Steven Kirk
|
ffc9a71919
|
Merge branch 'pointeroverelement'
|
11 years ago |
Steven Kirk
|
f455d51520
|
Added IInputRoot.PointerOverElement.
To track element currently under pointer on a window.
|
11 years ago |
José Manuel Nieto Sánchez
|
61210f4a52
|
Fixed binding issue with weak references: https://github.com/Perspex/Perspex/issues/107
|
11 years ago |
Steven Kirk
|
26cb50e48d
|
Merge branch 'ncarrillo-irenderer'
|
11 years ago |
Steven Kirk
|
f71dcf3917
|
Merge branch 'irenderer' of https://github.com/ncarrillo/Perspex into ncarrillo-irenderer
|
11 years ago |
Steven Kirk
|
b8e92107b1
|
Merge branch 'kekekeks-clipboard'
|
11 years ago |
Steven Kirk
|
872a056a98
|
Merge branch 'clipboard' of https://github.com/kekekeks/Perspex into kekekeks-clipboard
|
11 years ago |
Nelson Carrillo
|
943fca9aaf
|
Implemented IDisposable for IRenderer
|
11 years ago |
Nikita Tsukanov
|
1f2eaf7945
|
Fixed formatting
|
11 years ago |
Nikita Tsukanov
|
7e8d011f90
|
Implemented text clipboard support
|
11 years ago |
Steven Kirk
|
59f4467c8f
|
Merge pull request #114 from ncarrillo/cairo-path
Simplified Cairo geometry rendering
|
11 years ago |
Nelson Carrillo
|
06a99e6d88
|
Simplified geometry rendering by using Cairo.Path and caching StreamGeometryContextImpl
|
11 years ago |
Steven Kirk
|
ab352ebfcb
|
Move Thickness parsing to Thickness.Parse.
And added unit tests.
|
11 years ago |
Steven Kirk
|
1495925c52
|
Merge branch 'converters'
|
11 years ago |
Steven Kirk
|
d54d15f66d
|
Tidy up BrushConverter
|
11 years ago |
Steven Kirk
|
a98cc89730
|
Allow grid row/cols in XAML as strings.
|
11 years ago |
Steven Kirk
|
5e18c3f4b8
|
Move grid length parsing to GridLengths.
|
11 years ago |
Steven Kirk
|
b7170a5179
|
Added brush and color parsers.
|
11 years ago |
Steven Kirk
|
0bbd44c27b
|
Merge branch 'kekekeks-textbox-fix'
|
11 years ago |
Steven Kirk
|
2ee2726c30
|
Merge branch 'textbox-fix' of https://github.com/kekekeks/Perspex into kekekeks-textbox-fix
|
11 years ago |
Nikita Tsukanov
|
f24a6a0125
|
Fixed textbox control keys handling
|
11 years ago |
Steven Kirk
|
1bfc317d12
|
Tidy up BitmapConverter.
|
11 years ago |
Steven Kirk
|
0e67963d7c
|
Merged changes from githubclient2 branch, except GitHubClient.
|
11 years ago |
Steven Kirk
|
e87311d400
|
Merge pull request #109 from ncarrillo/patch-1
Fixes opacity not working for SolidColorBrush on D2D renderer
|
11 years ago |
Nelson Carrillo
|
f4e0602740
|
Update SolidColorBrushImpl.cs
|
11 years ago |
Steven Kirk
|
295960c97e
|
Merge pull request #112 from ncarrillo/patch-4
Fix leak in PushOpacity
|
11 years ago |
Nelson Carrillo
|
e33ab018f8
|
Update SolidColorBrushImpl.cs
|
11 years ago |
Nelson Carrillo
|
36543970a5
|
Update DrawingContext.cs
|
11 years ago |
Steven Kirk
|
eb79a6b127
|
Merge commit 'eb2948d2ea779df9d1d97fd3756b955ccad71936'
|
11 years ago |
Nelson Carrillo
|
dcdcd9ebef
|
Update SolidColorBrushImpl.cs
|
11 years ago |
Steven Kirk
|
52dd3d1b6b
|
Draw DropDown selected content using VisualBrush
If content is a control. Fixes #87.
|
11 years ago |
Steven Kirk
|
171195bb17
|
Directly reference win32 libs from test apps.
The MSBuild targets were failing to copy them consistently.
|
11 years ago |
Steven Kirk
|
0a0e25935b
|
Merge branch 'visualbrush'
|
11 years ago |
Steven Kirk
|
c69686142c
|
Added VisualBrush flips.
|
11 years ago |
Steven Kirk
|
ec55baf12d
|
Fix tile alignment.
|
11 years ago |
Steven Kirk
|
8b252dc87b
|
Merge pull request #105 from kekekeks/text-input
Now using TextInput event, WM_CHAR and GtkIMContext
|
11 years ago |
Nikita Tsukanov
|
70dcfd652a
|
Now using TextInput event, WM_CHAR and GtkIMContext
|
11 years ago |