6854 Commits (9eb06658eb4383c6b42f7ac0279280b3dd2f6d47)

Author SHA1 Message Date
Dan Walmsley 4ff847a831 Desktop runtime should target .netcore2.0 6 years ago
Dan Walmsley 48ab938e73 initialise ReactiveUI on AfterPlatformServicesSetup hook. 6 years ago
Nikita Tsukanov 371ae0ca6f [X11] Cancel scheduled immediate renderer pass if renderer was stopped 6 years ago
Nikita Tsukanov 2eca7bc08a [GTK] Use gtk_file_chooser_set_filename for open dialogs 6 years ago
Steven Kirk 5b5c2e44c7 Fix window sizing again. 6 years ago
Steven Kirk 19570abec0 Fix calculating min/max layout size. 6 years ago
Steven Kirk 0d109ea996 Apply all layout constraints in WindowBase. 6 years ago
Steven Kirk 945054be25 Make Window and Popup respect layout properties. 6 years ago
Deadpikle 24458d05b1 Fix native dialogs throwing InvalidCastException 6 years ago
Steven Kirk c6860ceefa Bypass ArrangeCore logic in top-level controls. 6 years ago
Nikita Tsukanov 48abbcdf91 [X11] Special handling for XI2 events when window is blocked by child Dialog 6 years ago
Dariusz Komosinski f8c8098ad5 Pool collections used by VisualNode. Ensure that when cloning we initialize collection sizes to avoid reallocations. 6 years ago
Nikita Tsukanov f22911fff3 [X11] Don't trigger Resized event on ConfigureEvent for popups 6 years ago
Steven Kirk faec3ae67f Added NonVirtualizingStackLayout. 6 years ago
Luis v.d.Eltz 073bbb42e4
Fixed typo 6 years ago
Steven Kirk 3f3fb1a3f8 Update TreeView index when not attached to logical tree. 6 years ago
Steven Kirk a98b22c40c Pass close event to Popup.Closed. 6 years ago
Steven Kirk d4977eaa46 Prevent handling closing click in Popup. 6 years ago
FoggyFinder f1d54de97f revert last commit, use Text instead of rects in checks 6 years ago
FoggyFinder 0aa3053661 update 6 years ago
Steven Kirk 608efb1140 Invalidate path on geometry change. 6 years ago
FoggyFinder 94a5725a03 apply transformation to x with alignment in case of empty text 6 years ago
Deadpikle 9463e278a5 Fix undo not available for multiple key types 6 years ago
Deadpikle d8f74b7e41 Cut now triggers an undo 6 years ago
Deadpikle 681911098c SelectedText = null -> clear text 6 years ago
Steven Kirk 3fc21f30b4 Invalidate brush when Opacity changes. 6 years ago
Steven Kirk b14e1a999b Share default small change value across controls. 6 years ago
Steven Kirk 2cacd38ce5 Add missing access modifier. 6 years ago
Steven Kirk ab67200954 Implement finding common base type. 6 years ago
Deadpikle 14b227037b Delete selection if SelectedText = "" 6 years ago
Steven Kirk 5ad8c41f37 Fix NRE in ContextMenu. 6 years ago
Steven Kirk c443336928 Fix leaks in attached context menu, 6 years ago
Steven Kirk 1cb7d830c7 Hack to reset focus when context menu closed. 6 years ago
Steven Kirk 323cfdca3a Make ContextMenu leak tests fail again. 6 years ago
Steven Kirk 76b4d17abf Remove ContextMenu from logical tree. 6 years ago
Steven Kirk b42458be76 Input manager subscription may be null. 6 years ago
Nikita Tsukanov 58a20b6109 [X11] Emulate synchronous resize/move events until window is mapped for the first time 6 years ago
Steven Kirk aa5c1a6ed4 Added ScrollViewer.ScrollChanged event. 6 years ago
Marcus Wichelmann 92770765e3 Fixed bitmaps not getting disposed correctly causing a memory leak in RemoteWidget 6 years ago
Steven Kirk b9313c2dec Fix large/small scroll in ScrollViewer. 6 years ago
Steven Kirk dabf4a3d06 Added EllipticalArc link/licence. 6 years ago
Steven Kirk 5397efc4f0 Remove some left-over copyright headers. 6 years ago
Steven Kirk 4d01dacd77 Remove copyright headers. 6 years ago
Nikita Tsukanov b85fd31d03 Immediate rendering support for X11 platform via render loop 6 years ago
Nikita Tsukanov 182cda5275 [X11, FlyWM] Completely remove WM_TRANSIENT_FOR property 6 years ago
Nikita Tsukanov bce28b3d35 Fixed InitialFileName for GTK-based file dialog 6 years ago
Steven Kirk 18d2238b91 Remove sanity check from SetParent. 6 years ago
Dariusz Komosinski cfb62859f5 Cleanup code. 6 years ago
Dariusz Komosinski 8e780cb01a Fix managed drag and drop. 6 years ago
Dariusz Komosinski 177180c909 Clarify magic number. 6 years ago