Skip to content

Fix: Fixed crash that would occur when previewing PDFs in a RTL environment #12293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Jun 5, 2023
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
9451a35
Show checkboxes when selecting items is now applying in the grid layouts
Krytan Apr 28, 2023
2c3f12b
Can now see checkboxes when hovering with the mouse if see checkboxes…
Krytan Apr 29, 2023
c95135f
grid layouts have now the same behavior as details layout
Krytan Apr 30, 2023
f202947
Merge branch 'main' into main
Krytan Apr 30, 2023
4d5e99f
grid layouts have now the same behavior as details layout
Krytan Apr 30, 2023
e138bd9
fixed xaml format
Krytan Apr 30, 2023
eb537c1
GridViewBrwoser.xaml formated
Krytan Apr 30, 2023
09aa5ac
Tiles layout now have the proper behavior
Krytan Apr 30, 2023
b2aa8da
Merge branch 'main' into main
Krytan Apr 30, 2023
41059ae
FilesLauncher reverted
Krytan Apr 30, 2023
7df9f6d
Merge branch 'main' of https://github.com/Krytan/Files
Krytan Apr 30, 2023
10268e0
Update src/Files.App/Views/LayoutModes/GridViewBrowser.xaml.cs
Krytan Apr 30, 2023
d0b0926
Added new feature in folder settings to remove checkbox completly
Krytan May 1, 2023
fa7a395
Merge branch 'files-community:main' into main
Krytan May 1, 2023
2b2ac80
Added new feature in folder settings to remove checkbox completly
Krytan May 1, 2023
839ce4d
Merge branch 'main' of https://github.com/Krytan/Files
Krytan May 1, 2023
129f3a0
Fixed: Bug: Browser crash, preview, PDF, clicking the arrows
Krytan May 6, 2023
0c7a919
Fixed: Bug: Browser crash, preview, PDF, clicking the arrows
Krytan May 6, 2023
be54ab1
Solved some merge issues
Krytan May 6, 2023
368ac28
reverted files
Krytan May 6, 2023
c3072d4
Merge branch 'main' into main
Krytan May 8, 2023
509443f
Merge branch 'files-community:main' into main
Krytan May 9, 2023
ef46b5d
Merge branch 'files-community:main' into main
Krytan May 9, 2023
afac27a
Merge branch 'main' into main
Krytan May 10, 2023
4a5598f
Merge branch 'main' into main
yaira2 May 11, 2023
4565f33
Merge branch 'main' into main
Krytan May 11, 2023
abe8059
Merge branch 'main' into main
Krytan May 12, 2023
100a7ff
Merge branch 'files-community:main' into main
Krytan May 12, 2023
7779d89
Merge branch 'main' into main
Krytan May 14, 2023
6578a0f
Merge branch 'main' into main
Krytan May 15, 2023
35be6a3
Merge branch 'main' into main
Krytan May 26, 2023
3aa33eb
Force the flipview direction to left and righ
Krytan Jun 5, 2023
a3d2117
Merge branch 'main' of https://github.com/Krytan/Files
Krytan Jun 5, 2023
01c2b22
Merge branch 'main' into main
Krytan Jun 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Files.App/UserControls/FilePreviews/PDFPreview.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<FlipView
x:Name="PageList"
Background="Transparent"
FlowDirection="LeftToRight"
ItemTemplate="{StaticResource PageTemplate}"
ItemsSource="{x:Bind ViewModel.Pages, Mode=OneWay}" />
<PipsPager
Expand Down