Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Wiki Maui Linux NET. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:09, 17 October 2025 Ten talk contribs created page Controls/Polyline (Created page with "{{ElementSpec | title=Polyline | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/polyline | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Open polyline; good for charts/paths. | props= <tr><td>Points</td><td>?</td><td></td><td>Vertex list</td></tr> <tr><td>Stroke</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>StrokeThickness</td><td>?</td><td></td><td>Width</td></tr> <tr><td>StrokeDashArray</td><td>?</t...")
- 16:08, 17 October 2025 Ten talk contribs created page Controls/Polygon (Created page with "{{ElementSpec | title=Polygon | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/polygon | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Closed poly shape; drawing backend dependent. | props= <tr><td>Points</td><td>?</td><td></td><td>Vertex list</td></tr> <tr><td>Fill</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>Stroke</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>StrokeThickness</td><td>?</td><td...")
- 16:08, 17 October 2025 Ten talk contribs created page Controls/Picker (Created page with "{{ElementSpec | title=Picker | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/picker | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Combo-style selection; keyboard navigation on GTK to verify. | props= <tr><td>ItemsSource</td><td>?</td><td></td><td>Bindable list</td></tr> <tr><td>ItemDisplayBinding</td><td>?</td><td></td><td>Text binding</td></tr> <tr><td>SelectedItem</td><td>?</td><td></td><td>Current selection...")
- 16:06, 17 October 2025 Ten talk contribs created page Controls/Path (Created page with "{{ElementSpec | title=Map | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/map | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Requires Maps package/handler; Linux backend TBD. | props= <tr><td>MapType</td><td>?</td><td></td><td>Street/Satellite</td></tr> <tr><td>IsShowingUser</td><td>?</td><td></td><td>Location permissions</td></tr> <tr><td>Pins</td><td>?</td><td></td><td>Markers</td></tr> <tr><td>VisibleRegio...")
- 16:05, 17 October 2025 Ten talk contribs created page Controls/Map (Created page with "{{ElementSpec | title=Map | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/map | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Requires Maps package/handler; Linux backend TBD. | props= <tr><td>MapType</td><td>?</td><td></td><td>Street/Satellite</td></tr> <tr><td>IsShowingUser</td><td>?</td><td></td><td>Location permissions</td></tr> <tr><td>Pins</td><td>?</td><td></td><td>Markers</td></tr> <tr><td>VisibleRegio...")
- 16:05, 17 October 2025 Ten talk contribs created page Controls/ListView (Created page with "{{ElementSpec | title=ListView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/listview | introduced=MAUI 6.0 (.NET 6) | deprecated=.NET 10 | notes=Deprecated — migrate to '''CollectionView''' for new work. | props=No <tr><td>ItemsSource</td><td>?</td><td></td><td></td></tr> <tr><td>ItemTemplate</td><td>?</td><td></td><td></td></tr> <tr><td>SelectedItem</td><td>?</td><td></td><td></td></tr> <tr><td>SelectionMode</t...")
- 16:04, 17 October 2025 Ten talk contribs created page Controls/Line (Created page with "{{ElementSpec | title=Line | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/line | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Vector shape; relies on drawing backend. | props= <tr><td>Stroke</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>StrokeThickness</td><td>?</td><td></td><td>Width</td></tr> <tr><td>X1 / Y1 / X2 / Y2</td><td>?</td><td></td><td>Endpoints</td></tr> <tr><td>StrokeDashArray</td><td>...")
- 16:03, 17 October 2025 Ten talk contribs created page Controls/Label (Created page with "{{ElementSpec | title=Label | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/label | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Text rendering; check shaping/fallback fonts on Linux. | props= <tr><td>Text</td><td>?</td><td></td><td></td></tr> <tr><td>TextColor</td><td>?</td><td></td><td></td></tr> <tr><td>FontSize</td><td>?</td><td></td><td></td></tr> <tr><td>FontAttributes</td><td>?</td><td></td><td>Bold/It...")
- 16:03, 17 October 2025 Ten talk contribs created page Controls/IndicatorView (Created page with "{{ElementSpec | title=IndicatorView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/indicatorview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Dot indicators; typically paired with CarouselView. | props= <tr><td>Count</td><td>?</td><td></td><td>Number of items</td></tr> <tr><td>Position</td><td>?</td><td></td><td>Current index</td></tr> <tr><td>IndicatorColor</td><td>?</td><td></td><td>Default dot color</td><...")
- 16:02, 17 October 2025 Ten talk contribs created page Controls/ImageButton (Created page with "{{ElementSpec | title=ImageButton | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/imagebutton | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Button with image content; accessibility labeling important. | props= <tr><td>Source</td><td>?</td><td></td><td>Image content</td></tr> <tr><td>Aspect</td><td>?</td><td></td><td>Image scaling</td></tr> <tr><td>CornerRadius</td><td>?</td><td></td><td>Rounded edges</td></tr>...")
- 16:01, 17 October 2025 Ten talk contribs created page Controls/Image (Created page with "{{ElementSpec | title=Image | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/image | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Verify image loaders/codecs and HiDPI scaling on GTK. | props= <tr><td>Source</td><td>?</td><td></td><td>File/URI/Stream</td></tr> <tr><td>Aspect</td><td>?</td><td></td><td>Fill/Fit/Center</td></tr> <tr><td>IsAnimationPlaying</td><td>?</td><td></td><td>For animated formats</td></tr>...")
- 16:00, 17 October 2025 Ten talk contribs created page Controls/GraphicsView (Created page with "{{ElementSpec | title=GraphicsView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/graphicsview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Immediate-mode drawing via Microsoft.Maui.Graphics; backend selection matters on Linux. | props= <tr><td>Drawable</td><td>?</td><td></td><td>IDrawable implementation</td></tr> <tr><td>Invalidate</td><td>?</td><td></td><td>Method to refresh</td></tr> <tr><td>Background</t...")
- 15:59, 17 October 2025 Ten talk contribs created page Controls/Frame (Created page with "{{ElementSpec | title=Frame | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/frame | introduced=MAUI 6.0 (.NET 6) | deprecated=.NET 9 | notes=Deprecated — use '''Border''' for styling/shadows. | props= <tr><td>CornerRadius</td><td>?</td><td></td><td></td></tr> <tr><td>HasShadow</td><td>?</td><td></td><td>Platform-dependent</td></tr> <tr><td>BorderColor</td><td>?</td><td></td><td>Use Border.Stroke</td></tr> <tr><td>C...")
- 15:59, 17 October 2025 Ten talk contribs created page Controls/Entry (Created page with "{{ElementSpec | title=Entry | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/entry | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Single-line text input; verify IME/dead keys & selection on GTK. | props= <tr><td>Text</td><td>?</td><td></td><td></td></tr> <tr><td>Placeholder</td><td>?</td><td></td><td></td></tr> <tr><td>IsPassword</td><td>?</td><td></td><td>Masks input</td></tr> <tr><td>Keyboard</td><td>?</td><...")
- 15:57, 17 October 2025 Ten talk contribs created page Controls/Ellipse (Created page with "{{ElementSpec | title=Ellipse | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/ellipse | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Shape deriving from '''Shape'''; uses drawing backend. | props= <tr><td>Fill</td><td>?</td><td></td><td>Brush fill</td></tr> <tr><td>Stroke</td><td>?</td><td></td><td>Stroke brush</td></tr> <tr><td>StrokeThickness</td><td>?</td><td></td><td>Line width</td></tr> <tr><td>Stro...")
- 15:56, 17 October 2025 Ten talk contribs created page Controls/Editor (Created page with "{{ElementSpec | title=Editor | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/editor | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Multiline text input; check IME/selection on GTK. | props= <tr><td>Text</td><td>?</td><td></td><td>Content</td></tr> <tr><td>Placeholder</td><td>?</td><td></td><td>Hint text</td></tr> <tr><td>IsReadOnly</td><td>?</td><td></td><td>Disable edits</td></tr> <tr><td>AutoSize</td><td>?<...")
- 15:56, 17 October 2025 Ten talk contribs created page Controls/DatePicker (Created page with "{{ElementSpec | title=DatePicker | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/datepicker | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Uses platform date dialog; verify locale/format on GTK. | props= <tr><td>Date</td><td>?</td><td></td><td>Selected date</td></tr> <tr><td>MinimumDate</td><td>?</td><td></td><td>Lower bound</td></tr> <tr><td>MaximumDate</td><td>?</td><td></td><td>Upper bound</td></tr> <tr><t...")
- 15:54, 17 October 2025 Ten talk contribs created page Controls/ContentView (Created page with "{{ElementSpec | title=ContentView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/contentview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Single-child container useful for composition. | props= <tr><td>Content</td><td>?</td><td></td><td>Child view</td></tr> <tr><td>Padding</td><td>?</td><td></td><td>Inner spacing</td></tr> <tr><td>Background</td><td>?</td><td></td><td>Brush</td></tr> }}")
- 15:54, 17 October 2025 Ten talk contribs created page Controls/CollectionView (Created page with "{{ElementSpec | title=CollectionView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/collectionview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Recommended replacement for ListView. | props= <tr><td>ItemsSource</td><td>?</td><td></td><td>Data source</td></tr> <tr><td>ItemTemplate</td><td>?</td><td></td><td>DataTemplate</td></tr> <tr><td>ItemsLayout</td><td>?</td><td></td><td>Linear/Grid layouts</td></tr> <...")
- 15:53, 17 October 2025 Ten talk contribs created page Controls/CheckBox (Created page with "{{ElementSpec | title=CheckBox | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/checkbox | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Binary selection; ensure accessibility states. | props= <tr><td>IsChecked</td><td>?</td><td></td><td>True/False</td></tr> <tr><td>Color</td><td>?</td><td></td><td>Check/box color</td></tr> }}")
- 15:53, 17 October 2025 Ten talk contribs created page Controls/CarouselView (Created page with "{{ElementSpec | title=CarouselView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/carouselview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Swipeable item viewer; verify virtualization/perf on Linux. | props= <tr><td>ItemsSource</td><td>?</td><td></td><td>Data source</td></tr> <tr><td>ItemTemplate</td><td>?</td><td></td><td>Template for items</td></tr> <tr><td>ItemsLayout</td><td>?</td><td></td><td>Horizonta...")
- 15:52, 17 October 2025 Ten talk contribs created page Controls/BoxView (Created page with "{{ElementSpec | title=BoxView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/boxview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Simple rectangle; useful for separators and color blocks. | props= <tr><td>Color</td><td>?</td><td></td><td>Fill color</td></tr> <tr><td>CornerRadius</td><td>?</td><td></td><td>Rounded corners</td></tr> <tr><td>Background</td><td>?</td><td></td><td>Brush support</td></tr> }}")
- 15:51, 17 October 2025 Ten talk contribs created page Controls/Border (Created page with "{{ElementSpec | title=Border | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/border | introduced=MAUI 6.0 (.NET 6) | deprecated= | notes=Preferred over deprecated Frame for styling. | props= <tr><td>Stroke</td><td>?</td><td></td><td>Brush/color</td></tr> <tr><td>StrokeThickness</td><td>?</td><td></td><td>Border width</td></tr> <tr><td>StrokeShape</td><td>?</td><td></td><td>e.g., RoundRectangle</td></tr> <tr><td>Strok...")
- 15:37, 17 October 2025 Ten talk contribs created page Controls/BlazorWebView (Created page with "{{ElementSpec | title=BlazorWebView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/blazorwebview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Hosts Blazor components inside a MAUI view; depends on WebView backend. | props= <tr><td>HostPage</td><td>?</td><td></td><td>Root HTML page</td></tr> <tr><td>RootComponents</td><td>?</td><td></td><td>Blazor components collection</td></tr> <tr><td>Services</td><td>?</td...")
- 15:27, 17 October 2025 Ten talk contribs created page Controls/ActivityIndicator (Created page with "{{ElementSpec | title=ActivityIndicator | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/activityindicator | introduced=MAUI 6.0 (.NET 6) | deprecated= | notes=Busy/progress spinner. | props= <tr><td>IsRunning</td><td>?</td><td></td><td>Start/stop animation</td></tr> <tr><td>Color</td><td>?</td><td></td><td>Foreground color</td></tr> <tr><td>IsVisible</td><td>?</td><td></td><td>Often toggled with IsRunning</td></tr> }}")
- 14:59, 17 October 2025 Ten talk contribs created page Category:Pages with template loops (Created page with "<noinclude> This template renders a standard layout for Maui Linux .NET element pages. Usage example: {{ElementSpec | title=Button | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/button | introduced=MAUI 6.0 (.NET 6) | deprecated= | notes=Core click control. Prefer Border for styling over deprecated Frame. | props= ! Property !! Implemented (Maui Linux) !! Introduced in (MAUI/.NET) !! Notes | Text || ? || || | Command || ?...")
- 14:55, 17 October 2025 Ten talk contribs created page Controls/Button (Created page with "{{ElementSpec | title=Button | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/button | introduced=MAUI 6.0 (.NET 6) | deprecated= | notes=Core click control. Prefer '''Border''' for styling (instead of deprecated Frame). | props= ! Property !! Implemented (Maui Linux) !! Introduced in (MAUI/.NET) !! Notes | Text || ? || || | Command || ? || || | CommandParameter || ? || || | ImageSource || ? || || Requires GTK image lo...")
- 14:53, 17 October 2025 Ten talk contribs created page Template:ElementSpec (Created page with "<noinclude> This template renders a standard layout for Maui Linux .NET element pages. Usage example: {{ElementSpec | title=Button | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/button | introduced=MAUI 6.0 (.NET 6) | deprecated= | notes=Core click control. Prefer Border for styling over deprecated Frame. | props= ! Property !! Implemented (Maui Linux) !! Introduced in (MAUI/.NET) !! Notes | Text || ? || || | Command || ?...")
- 14:43, 17 October 2025 Ten talk contribs created page Controls and Visible Elements (Created page with "== Legend == * <span style="color:#16a34a; font-weight:bold;">✓</span> Implemented * <span style="color:#dc2626; font-weight:bold;">✗</span> Not implemented * <span style="color:#6b7280; font-weight:bold;">?</span> Unknown / not verified == Controls (including .NET 10) == This table lists MAUI controls, the MAUI/.NET version in which they were introduced, their implementation status in '''Maui Linux .NET''', deprecations, and notes. {| class="wikitable sortable" !...")
- 02:08, 6 October 2025 Ten talk contribs created page Develop on Windows 10 (Created page with " https://github.com/jsuarezruiz/maui-linux.git dotnet tool restore dotnet cake --target=VS --workloads=global") Tag: Visual edit
- 20:33, 5 October 2025 Ten talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** mainpage|mainpage-description ** How_to_Start ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** specialpages-url|specialpages * SEARCH * TOOLBOX * LANGUAGES")
- 20:16, 5 October 2025 Ten talk contribs created page MediaWiki:Gadgets-definition (Created page with "* CodeBlock[ResourceLoader|dependencies=ext.wikiEditor|default]|CodeBlock.js")
- 20:14, 5 October 2025 Ten talk contribs created page MediaWiki:Gadget-CodeBlock.js (Created page with "mw.loader.using('ext.wikiEditor').then(function () { $(function () { $('#wpTextbox1').wikiEditor('addToToolbar', { section: 'insert', groups: { code: { label: 'Code' } }, tools: { codeblock: { label: 'Codeblock', type: 'button', icon: '//upload.wikimedia.org/wikipedia/commons/6/6a/OOjs_UI_icon_code.svg', action: { type: 'encapsulate', options: { pre: '<syntaxhigh...")
- 19:43, 5 October 2025 Ten talk contribs created page Develop on Ubuntu 24.04 with Podman (Created page with "= Visual Studio Code with Podman on a Fresh Ubuntu 24.04 VM = This guide explains exactly how to set up **Visual Studio Code** (VS Code) with **Podman** on a clean installation of **Ubuntu 24.04 LTS** inside a virtual machine, and how to build and run the [https://github.com/MauiGtk/maui-docker maui-docker] project locally inside a Dev Container. == 1. Prepare the System == After installing Ubuntu 24.04, open a terminal and install the required packages: <syntaxhighl...") Tag: Visual edit: Switched
- 19:40, 5 October 2025 Ten talk contribs created page How to Start (Created page with "'''Create your development environment''' * Develop on Ubuntu 24.04 with Podman * Develop on Ubuntu 24.04 * Develop on Windows 10 '''Work with Maui on Linux''' * Create a new Maui projekt with Linux support * Extend an existing Maui project to support Linux") Tag: Visual edit