Yoh Deadfall
|
8b78e1e0c7
|
Improved grammar
|
2023-05-13 00:09:09 +03:00 |
Yoh Deadfall
|
827eb3e61c
|
Added dots in the end of notes
|
2023-05-13 00:03:38 +03:00 |
Yoh Deadfall
|
d25aae6c0b
|
Added a warning for using syntax in XAML ns
|
2023-05-13 00:02:31 +03:00 |
Mrxx99
|
2f075363b1
|
Fixing namespace sample
The option 1 for valid XAML namespaces had an issue in the examples stating xmlns:... again inside the string. This fixes it
|
2022-09-04 22:43:45 +02:00 |
timunie
|
6caa62ca89
|
X(A)ML Namespaces How-To
|
2022-08-21 16:18:11 +02:00 |
Sebastian Buchwald
|
60cc950df2
|
Unify and improve language settings for code snippets
|
2022-08-07 23:12:23 +02:00 |
Sebastian Buchwald
|
ce23fc9b2c
|
Fix some typos in documentation
|
2022-07-17 22:43:19 +02:00 |
Engincan VESKE
|
a4a7ba2bc8
|
Update mvvm.md
|
2022-06-04 20:43:15 +03:00 |
Steven Kirk
|
9b9ed15517
|
GitBook: [#163] ARRRGH FFS GITBOOK I JUST WANT TO FIX THE ICONS
|
2022-05-05 14:21:15 +00:00 |
Steven Kirk
|
d987a3180a
|
Fix docbook messing stuff up.
|
2022-05-05 16:09:01 +02:00 |
Steven Kirk
|
b7c821f2ea
|
GitBook: [#161] Remove additional icons.
|
2022-05-05 13:55:26 +00:00 |
Tim
|
bdf4115fcb
|
Dispatcher docs
|
2022-05-05 14:57:37 +02:00 |
Dmitriy Yukhanov
|
84764566b0
|
Update docs to reflect Avalonia.NameGenerator inclusion
|
2022-04-05 19:56:57 +03:00 |
Tako
|
a9418cee72
|
GitBook: [#155] TreeDataGrid updates
|
2022-03-25 13:58:17 +00:00 |
RobertZFord
|
c28ce90abf
|
Update README.md
fix: correct "your" vs "you are"
|
2022-03-19 14:38:20 -04:00 |
Tako
|
168e940306
|
GitBook: [#143] No subject
|
2022-03-05 19:38:29 +00:00 |
Dan Walmsley
|
6712dec676
|
GitBook: [#133] Added styling troubleshooting page
|
2021-10-31 19:52:38 +00:00 |
Tako
|
f62a162dd6
|
Correct highlighting for markup
|
2021-10-25 13:29:51 +03:00 |
Ihor Sychevskyi
|
ceb3e76755
|
GitBook: [master] 2 pages and 4 assets modified
|
2021-09-23 13:15:06 +00:00 |
Ihor Sychevskyi
|
3e13fb61c1
|
GitBook: [master] 4 pages and 4 assets modified
|
2021-09-21 13:36:49 +00:00 |
Ihor Sychevskyi
|
35ebb83c7b
|
GitBook: [master] 5 pages and 4 assets modified
|
2021-09-16 09:31:00 +00:00 |
Ihor Sychevskyi
|
63f32d8d22
|
GitBook: [master] 3 pages and 4 assets modified
|
2021-09-11 09:08:36 +00:00 |
Tako
|
455e8ea189
|
GitBook: [master] 3 pages and 4 assets modified
|
2021-09-09 16:37:34 +00:00 |
Ihor Sychevskyi
|
8cf45d6e78
|
GitBook: [master] 2 pages and one asset modified
|
2021-09-09 10:39:33 +00:00 |
Duck
|
6a55b4bb4c
|
Fixed incorrect links in `intoduction-to-xaml.md` and `mvvm.md` (#92)
* Fixed incorrect links in `intoduction-to-xaml.md`
Several links in `introduction-to-xaml.md` (guides/basics/introduction-to-xaml.md) leading to a 404 response have been updated to their (probably) correct location. I tried to find the most probable link that's fitting the content of the old link, based on it's name.
- Reference to 'Window' documentation
Earlier: http://avaloniaui.net/api/Avalonia.Controls/Window/
Now: http://reference.avaloniaui.net/api/Avalonia.Controls/Window/
- Reference to 'ContentControl' (referred as 'Button.Content' in the text)
Earlier: http://avaloniaui.net/api/Avalonia.Controls/ContentControl/4B02A756,
Now: http://reference.avaloniaui.net/api/Avalonia.Controls/ContentControl/
- Reference to 'Binding' documentation
Earlier: http://avaloniaui.net/docs/binding
Now (most probable match): https://docs.avaloniaui.net/docs/data-binding
- Reference to 'code-behind' documentation
Earlier: http://avaloniaui.net/docs/quickstart/code-behind
Now: https://docs.avaloniaui.net/guides/basics/code-behind
* Fixed incorrect links in `mvvm.md`
Several links in `mvvm.md` (guides/basics/mvvm.md) leading to a 404 response have been updated to their (probably) correct location. I tried to find the most probable link that's fitting the content of the old link, based on it's name.
- Reference to 'Bindings' documentation (line 7)
Earlier: http://avaloniaui.net/docs/binding/bindings
New (probably): https://docs.avaloniaui.net/docs/data-binding
- Reference to 'Code Behind' documentation (line 9)
Earlier: http://avaloniaui.net/docs/quickstart/codebehind
New: https://docs.avaloniaui.net/guides/basics/code-behind
- Reference to 'Window' documentation (line 28)
Earlier: http://avaloniaui.net/docs/quickstart/window
New: https://docs.avaloniaui.net/docs/controls/window
- Reference to 'UserControl' documentation (line 28)
Earlier: http://avaloniaui.net/docs/quickstart/usercontrol
New: https://docs.avaloniaui.net/docs/controls/usercontrol
- Warning: The last link in this file, referring to 'quickstart/packages' (Avalonia.ReactiveUI NuGet package) leads to a 404 response as well, but I couldn't find a matching alternative.
|
2021-09-07 16:12:40 -04:00 |
Maksym Katsydan
|
466205e0fe
|
GitBook: [master] 6 pages and 4 assets modified
|
2021-07-13 21:15:12 +00:00 |
Ihor Sychevskyi
|
490c48f51b
|
GitBook: [master] 5 pages and 6 assets modified
|
2021-07-11 09:01:18 +00:00 |
Ihor Sychevskyi
|
64b6088646
|
GitBook: [master] one page and 2 assets modified
|
2021-07-07 07:40:30 +00:00 |
Ihor Sychevskyi
|
f68a9f786a
|
GitBook: [master] one page and one asset modified
|
2021-07-05 07:58:53 +00:00 |
Maksym Katsydan
|
223806f9db
|
GitBook: [master] 21 pages and 2 assets modified
|
2021-07-01 23:11:01 +00:00 |
Alexis C. Gridel
|
be1446ed36
|
Update dead-links
- Code-Behind
- Controls
|
2021-05-20 18:03:08 +02:00 |
Maksym Katsydan
|
c121708eb3
|
GitBook: [master] 172 pages and 20 assets modified
|
2021-04-25 19:05:46 +00:00 |