Brandon Thetford
|
3d807c3833
Merge branch 'v2_develop' into v2_3256_prepare_for_Rect_removal
|
1 gadu atpakaļ |
Tig
|
16055c53b0
Fixes #3039. Fix View.HotKey (#3249)
|
1 gadu atpakaļ |
Brandon Thetford
|
a638edeeaf
Rename Rect to Rectangle in preparation for removal
|
1 gadu atpakaļ |
dodexahedron
|
34bef2c839
Fixes #3242 - Replaces simple null checks (#3248)
|
1 gadu atpakaļ |
Brandon Thetford
|
142b621395
Replace 354 `!= null` with `is { }`
|
1 gadu atpakaļ |
Brandon Thetford
|
da3fe3663d
Replace all 342 `== null` with `is null`
|
1 gadu atpakaļ |
Tig
|
4430fe2cc6
Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202)
|
1 gadu atpakaļ |
Tig
|
dcb3b359ad
Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927)
|
1 gadu atpakaļ |
Tig
|
42b9ad1d61
Fixes #2578 - Updates mouse events to be relative to `View.Bounds` (#2920)
|
1 gadu atpakaļ |
BDisp
|
713b2c4725
Fixes #92. Remove dependency on ustring. (#2620)
|
2 gadi atpakaļ |
Tig
|
dea5f0fe03
Fixes #2597. Enables standard glyphs to be set via ConfigurationManager (#2595)
|
2 gadi atpakaļ |
BDisp
|
ea24de3a27
Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577)
|
2 gadi atpakaļ |
Thomas Nind
|
01544dc60c
Fixes #2581 Refactor CollectionNavigator so it supports TableView (#2586)
|
2 gadi atpakaļ |
Tig
|
5cf90b8bd0
Builds CollectionNavigator support into UI Catalog for TableView (#2584)
|
2 gadi atpakaļ |
BDisp
|
c1de5e0dc6
Fixes #2545. ListView throw exception if click on the top border. (#2547)
|
2 gadi atpakaļ |
Tig
|
8c59e8255f
Partially Fixes #2483 - Removes old Border and leverages LineCanvas for Frames, etc... (#2527)
|
2 gadi atpakaļ |
BDisp
|
1d00efb3d3
Fixes #2517. ListView EnsureSelectedItemVisible isn't working at load. (#2519)
|
2 gadi atpakaļ |
BDisp
|
a0c0d18a5a
Prevents OnEnter throw exception if IsInitialized is false.
|
2 gadi atpakaļ |
BDisp
|
3e504ca8e8
Run EnsureSelectedItemVisible on OnSelectedChanged.
|
2 gadi atpakaļ |
BDisp
|
0656662b12
lastSelectedItem must be equal to selected no matter has focus or not.
|
2 gadi atpakaļ |
BDisp
|
c5ef409819
Fixes #2459. ListView SelectedItem throw exception if the value is -1.
|
2 gadi atpakaļ |
BDisp
|
d81bf050ee
Fixes #2451. ListView SelectedItem should be -1 by default.
|
2 gadi atpakaļ |
tznind
|
2ed71e284c
Move all nested eventargs out of parent classes to root
|
2 gadi atpakaļ |
tznind
|
3bec36ac47
Change Action to EventHandler for more events
|
2 gadi atpakaļ |
Tig
|
9425b2a720
Fixes #2181 - (Really) Adds configuration manager (#2365)
|
2 gadi atpakaļ |
BDisp
|
2c921b056d
Change method name to EnsureSelectedItemVisible.
|
2 gadi atpakaļ |
BDisp
|
b44df1c609
Fixes #2269. ListView.EnsuresVisibilitySelectedItem must be public.
|
2 gadi atpakaļ |
Charlie Kindel
|
342130f61c
reapplied fixes from 26eabdda6c178329d8cd391e1b0200383b4a1e06
|
2 gadi atpakaļ |
Charlie Kindel
|
66398eb9ef
Renamed classes; fixed rendering bug in ListView
|
2 gadi atpakaļ |
Charlie Kindel
|
60d116617a
Near final fixes? Refactored/renamed stuff
|
2 gadi atpakaļ |