1525 Commits (84335b4d104b37521e23402d779665125cfd4c21)

Author SHA1 Message Date
Steven Kirk 84335b4d10 Use correct ElementAt method. 10 years ago
Steven Kirk 7f63ca36db Align DropDown content to left. 10 years ago
Steven Kirk 4e9fe88c27 Added missing Materialized event invocation. 10 years ago
Steven Kirk b74c0d316b Fix off-by-one error in ItemContainerGenerator 10 years ago
Steven Kirk 3651ad4c92 Remove unnecessary method call. 10 years ago
Steven Kirk c9d86ac6de Clarify documentation. 10 years ago
Steven Kirk ebdea7dc15 Renamed IIconImpl -> IWindowIconImpl 10 years ago
danwalmsley b724ddd092 Removed casting to IEnumerable<object> 10 years ago
Steven Kirk 1c88b3bd85 Fix scrolling to item when size == 0,0 10 years ago
Steven Kirk dd728dae5b Fix measuring to infinity when scrolled to end. 10 years ago
yusuf-gunaydin 282082a05e Setter does not build the template if the target property derives from ITemplate. 10 years ago
Steven Kirk 3ee83263c8 Make indexer produce/consume IBinding. 10 years ago
Jeremy Koritzinsky de8e61c76e Fixed project file xml (broken in rebase). 10 years ago
Jeremy Koritzinsky 7bbcd90e7f Fixed designer support tests to be able to load assets. Fixed Cairo bitmaps to correctly construct with new design. 10 years ago
Jeremy Koritzinsky 7a5eb8b39e Icon -> WindowIcon. 10 years ago
Jeremy Koritzinsky d211c54aca Added support for saving a bitmap to a stream, initializing an icon from a stream, and added in a special-casing shortcut for Gtk when using Cairo as a rendering backend to make icons more efficient. 10 years ago
Jeremy Koritzinsky b2f6a6d409 Fixed icon support in win32 and added example icon to ControlCatalog. 10 years ago
Jeremy Koritzinsky c2a783e2ca Added do-nothing iOS and Android window icon support. 10 years ago
Jeremy Koritzinsky 75b1d7fbf1 Implemented icons for the Win32 and GTK. 10 years ago
Wiesław Šoltés 0d7628516c Update Skia projects 10 years ago
Wiesław Šoltés 768fd0e79f Update iOS projects 10 years ago
Wiesław Šoltés aad802a156 Update Android projects 10 years ago
Jeremy Koritzinsky 3c5848bc2c Updated Rx to 3.0 and fixed a failing test from a not fully set up mock. 10 years ago
Wiesław Šoltés 238a4914d9 Fix Skia SetFillRule 10 years ago
Steven Kirk de2916e03c Fix DevTools hit testing. 10 years ago
Steven Kirk 3c4b8cdf90 Implement input hit testing on top of visual layer. 10 years ago
Steven Kirk 1824175e6b Use render bounds in visual hit testing. 10 years ago
Steven Kirk dc60d4bfb3 Allow overriding ContentPresenter control creation. 10 years ago
Steven Kirk 72cb1cf311 Don't reapply templates unnecessarily. 10 years ago
Seeker1437 9ba1df75a5 Adjusts Namespace Ordering [skip-ci] 10 years ago
Seeker1437 0941ba7afa Adds DateTimeTypeConverter 10 years ago
Steven Kirk 9f009eb4f2 Fixed failing namespace registry test. 10 years ago
donandren 0be9f0e648 fixed PathMarkupParser now parsing negative values without separator 10 years ago
Steven Kirk c3220b92f1 Don't try to show non-materialized item. 10 years ago
Steven Kirk 7e3082dcec Prevent stack overflow in focus code. 10 years ago
Steven Kirk c554467d13 Invalidate measure when control removed 10 years ago
Steven Kirk 5a72ed8586 Don't add virt items when attached to visual tree. 10 years ago
Steven Kirk f8f6e8d079 Clarified documentation. 10 years ago
Steven Kirk d581bfe69e Limit initial measure of virtualized list. 10 years ago
Steven Kirk ca305adea0 Don't send resize message on minimize. 10 years ago
donandren 3e2c6a3cd5 using structs to avoid memory allocations when save/restore paint state in Skia DrawingContextImpl 10 years ago
donandren 6ac363bf47 avoid passing delegates here and there in rendering code - fixed in FormattedText.Draw 10 years ago
donandren 39db3f0d0f implemented SetForegroundBrush in skia FormattedTextImpl and refactored 10 years ago
donandren 71f52aa915 fixed left,right text align hittesting skia FormattedTextImpl 10 years ago
donandren 8110d1bc64 fixed HitTestTextRange in skia FormattedTextImpl 10 years ago
donandren b59a1107eb Skia DrawingContextImpl HitTestPoint and HitTestTextPosition passing tests 10 years ago
donandren 6c423ae4c8 properly handle HitTestPoint in skia FormattedTextImpl 10 years ago
donandren fc266209a4 WIP: more precise Line Height in Skia FormattedTextImpl 10 years ago
donandren c84b5d863d skia new line and line break rendering improvements 10 years ago
donandren 6161bcb886 center and right alignment support in skia FormattedTextImpl 10 years ago