Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
<key>CFBundleDocumentTypes</key>
|
<key>CFBundleDocumentTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>LSHandlerRank</key>
|
||||||
|
<string>Owner</string>
|
||||||
<key>CFBundleTypeExtensions</key>
|
<key>CFBundleTypeExtensions</key>
|
||||||
<array>
|
<array>
|
||||||
<string>ppi</string>
|
<string>ppi</string>
|
||||||
@@ -32,6 +34,8 @@
|
|||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>LSHandlerRank</key>
|
||||||
|
<string>Alternate</string>
|
||||||
<key>CFBundleTypeExtensions</key>
|
<key>CFBundleTypeExtensions</key>
|
||||||
<array>
|
<array>
|
||||||
<string>abr</string>
|
<string>abr</string>
|
||||||
@@ -45,7 +49,7 @@
|
|||||||
<key>CFBundleTypeName</key>
|
<key>CFBundleTypeName</key>
|
||||||
<string>PanoPainter Brushes</string>
|
<string>PanoPainter Brushes</string>
|
||||||
<key>CFBundleTypeRole</key>
|
<key>CFBundleTypeRole</key>
|
||||||
<string>Editor</string>
|
<string>Viewer</string>
|
||||||
<key>LSIsAppleDefaultForType</key>
|
<key>LSIsAppleDefaultForType</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>LSItemContentTypes</key>
|
<key>LSItemContentTypes</key>
|
||||||
|
|||||||
@@ -9,6 +9,8 @@
|
|||||||
<key>CFBundleDocumentTypes</key>
|
<key>CFBundleDocumentTypes</key>
|
||||||
<array>
|
<array>
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>LSHandlerRank</key>
|
||||||
|
<string>Owner</string>
|
||||||
<key>CFBundleTypeIconFiles</key>
|
<key>CFBundleTypeIconFiles</key>
|
||||||
<array/>
|
<array/>
|
||||||
<key>CFBundleTypeName</key>
|
<key>CFBundleTypeName</key>
|
||||||
@@ -19,6 +21,8 @@
|
|||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>LSHandlerRank</key>
|
||||||
|
<string>Alternate</string>
|
||||||
<key>CFBundleTypeIconFiles</key>
|
<key>CFBundleTypeIconFiles</key>
|
||||||
<array/>
|
<array/>
|
||||||
<key>CFBundleTypeName</key>
|
<key>CFBundleTypeName</key>
|
||||||
|
|||||||
@@ -1172,7 +1172,7 @@ Roboto Font License:
|
|||||||
<!--window content-->
|
<!--window content-->
|
||||||
<border color=".2" width="100%" height="1" grow="1">
|
<border color=".2" width="100%" height="1" grow="1">
|
||||||
<scroll pad="10" margin="5" color=".3 .3 .3 .4" dir="col" shrink="1">
|
<scroll pad="10" margin="5" color=".3 .3 .3 .4" dir="col" shrink="1">
|
||||||
<text margin="0 0 0 5" font-size="30" text="0.2.0"/>
|
<text margin="0 0 0 5" font-size="30" text="0.2.1"/>
|
||||||
<text margin="10 0 0 5" text=
|
<text margin="10 0 0 5" text=
|
||||||
"- Queue based multithreading architecture
|
"- Queue based multithreading architecture
|
||||||
- Improve blending with float 16/32 framebuffer
|
- Improve blending with float 16/32 framebuffer
|
||||||
@@ -1198,6 +1198,10 @@ Roboto Font License:
|
|||||||
- Fix brush outline on scaled viewport
|
- Fix brush outline on scaled viewport
|
||||||
- Fix UI on iOS device rotation
|
- Fix UI on iOS device rotation
|
||||||
- Fix exporting
|
- Fix exporting
|
||||||
|
"/>
|
||||||
|
<text margin="20 0 0 5" font-size="30" text="0.2.0"/>
|
||||||
|
<text margin="10 0 0 5" text=
|
||||||
|
"- Steam HotFix: check for OpenGL debug extensions before enabling
|
||||||
"/>
|
"/>
|
||||||
<text margin="20 0 0 5" font-size="30" text="0.1.9"/>
|
<text margin="20 0 0 5" font-size="30" text="0.1.9"/>
|
||||||
<text margin="10 0 0 5" text=
|
<text margin="10 0 0 5" text=
|
||||||
|
|||||||
Reference in New Issue
Block a user