6817 Commits (4e54fb2e4672cafe42e78188a0ed4f7db7513da4)

Author SHA1 Message Date
Dan Walmsley 4e54fb2e46 somewhat working updating menus. 6 years ago
Dan Walmsley 06f57f7e44 Insert Native Menus by index instead of just adding them in order. 6 years ago
Dan Walmsley 5cc02c2d09 create dummy menu root. 6 years ago
Dan Walmsley 5a3c984b4d allow DoLayoutReset to be called when menu is still null. 6 years ago
Dan Walmsley 0f35059055 move code to own files. 6 years ago
Dan Walmsley aa94dc476c subscript to events and notify of changes. 6 years ago
Dan Walmsley 2e682e292e initial work towards updating menus with virtual DOM. 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
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
Dariusz Komosinski 0d5af630f9 Cleanup even more. 6 years ago
Dariusz Komosinski 764e7aff01 Initial refactor of win32 window. 6 years ago
Nikita Tsukanov 96bd813fe4 [X11] When not mapped change _NET_WM_STATE property directly 6 years ago
Dariusz Komosinski 4dd5e08d9e Get rid of class handler in favor of OnPropertyChanged. 6 years ago
Jumar Macato 6b84fc2ad5
Don't constrain header's ContentPresenter on TreeViewItem 6 years ago
Andrey Kunchev 6e54db32e9 fix #3692 6 years ago
Benedikt Schroeder 0ca4c77acc Only calculate glyph advances for non fixed pitch fonts 6 years ago
Benedikt Schroeder f7aa466803 Include last line when constraint is surpassed 6 years ago
Steven Kirk bd571c3459 Remove manual capacity management. 6 years ago
Steven Kirk 33d3a66c86 Fix comma (or) style selector. 6 years ago
Deadpikle 6c29598071 Fix clicking TextBox border moving to end 6 years ago
Dariusz Komosinski b3a8b39670 Remove extra allocations from Scrollbar constructor. 6 years ago
Deadpikle a8663cd1f3 Fix middle click being able to change selection 6 years ago
Dariusz Komosinski 0e03dab3fe Remove dead code. 6 years ago
Dariusz Komosinski dc93d14a1b Return IReadOnlyList from most of the AvaloniaPropertyRegistry calls so users are not forced into allocating enumerators. 6 years ago
Dariusz Komosinski 3ea20ab7d0 Avoid allocating extra delegates when initializing and deinitializing StyleClassActivator. 6 years ago
Deadpikle 1f18bd3e66 Only calculate caret index on pointer pressed if left mouse down 6 years ago
Deadpikle f98ee717f5 Adjusted TextBox right-click behavior 6 years ago