-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed patches which were accepted upstream. Also removed unused 'mingw_dir' variable. We don't need it since MinGW is already added to the path.
- Loading branch information
Showing
5 changed files
with
1 addition
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule aseprite
updated
26 files
+1 −0 | .clang-tidy | |
+1 −1 | .github/workflows/build.yml | |
+1 −1 | CMakeLists.txt | |
+ − | data/extensions/aseprite-theme/sheet.png | |
+1 −1 | data/widgets/about.xml | |
+1 −1 | laf | |
+4 −3 | src/app/commands/cmd_keyboard_shortcuts.cpp | |
+4 −3 | src/app/commands/cmd_layer_lock.cpp | |
+13 −0 | src/app/doc.cpp | |
+7 −0 | src/app/doc.h | |
+3 −0 | src/app/doc_observer.h | |
+2 −2 | src/app/script/api_version.h | |
+7 −1 | src/app/ui/editor/editor.cpp | |
+2 −1 | src/app/ui/editor/editor.h | |
+3 −0 | src/app/ui/editor/editor_state.h | |
+25 −6 | src/app/ui/editor/moving_pixels_state.cpp | |
+4 −0 | src/app/ui/editor/moving_pixels_state.h | |
+1 −1 | src/app/ui/export_file_window.cpp | |
+1 −1 | src/app/ui/key.h | |
+2 −2 | src/app/ui/keyboard_shortcuts.cpp | |
+17 −12 | src/app/ui/timeline/timeline.cpp | |
+1 −1 | src/main/resources_win32.rc | |
+27 −0 | src/ui/window.cpp | |
+1 −0 | src/ui/window.h | |
+1 −1 | src/ver/info.c | |
+1 −1 | third_party/cityhash |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.