mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-18 07:21:09 +00:00
Update laf library (base/path is gone, use base/fs)
This commit is contained in:
parent
674fb2e61b
commit
ce6c85996e
2
laf
2
laf
@ -1 +1 @@
|
||||
Subproject commit 266312171630996d2823958d598514a6a5638060
|
||||
Subproject commit 88dd1683c05e6da7d8bea781a0e6ef32d28f8b94
|
@ -56,7 +56,6 @@
|
||||
#include "base/convert_to.h"
|
||||
#include "base/exception.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "base/split_string.h"
|
||||
#include "base/unique_ptr.h"
|
||||
#include "doc/document_observer.h"
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include "base/base64.h"
|
||||
#include "base/convert_to.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "base/serialization.h"
|
||||
#include "doc/brush.h"
|
||||
#include "doc/color.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "app/util/filetoks.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "ui/ui.h"
|
||||
|
||||
#include "tinyxml.h"
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include "app/app_options.h"
|
||||
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2001-2015 David Capello
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
// the End-User License Agreement for Aseprite.
|
||||
@ -14,7 +14,7 @@
|
||||
#include "app/ini_file.h"
|
||||
#include "app/modules/editors.h"
|
||||
#include "app/ui_context.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "doc/sprite.h"
|
||||
#include "ui/ui.h"
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "base/bind.h"
|
||||
#include "base/convert_to.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "doc/frame_tag.h"
|
||||
#include "doc/layer.h"
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "app/ui/skin/skin_theme.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "base/scoped_value.h"
|
||||
#include "base/split_string.h"
|
||||
#include "base/string.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2001-2015 David Capello
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
// the End-User License Agreement for Aseprite.
|
||||
@ -12,7 +12,7 @@
|
||||
#include "app/context.h"
|
||||
#include "app/document.h"
|
||||
#include "app/util/new_image_from_mask.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "doc/cel.h"
|
||||
#include "doc/mask.h"
|
||||
#include "doc/palette.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "app/ui/status_bar.h"
|
||||
#include "app/ui_context.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/thread.h"
|
||||
#include "base/unique_ptr.h"
|
||||
#include "doc/sprite.h"
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "base/bind.h"
|
||||
#include "base/convert_to.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "doc/image.h"
|
||||
#include "render/render.h"
|
||||
#include "she/display.h"
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include "app/ui_context.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "doc/image.h"
|
||||
#include "doc/palette.h"
|
||||
#include "doc/sprite.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2001-2015 David Capello
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
// the End-User License Agreement for Aseprite.
|
||||
@ -20,7 +20,7 @@
|
||||
#include "app/ui/font_popup.h"
|
||||
#include "app/util/freetype_utils.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/string.h"
|
||||
#include "base/unique_ptr.h"
|
||||
#include "doc/image.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "app/console.h"
|
||||
#include "app/resource_finder.h"
|
||||
#include "app/script/app_scripting.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "script/engine_delegate.h"
|
||||
#include "ui/manager.h"
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "base/bind.h"
|
||||
#include "base/convert_to.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "base/thread.h"
|
||||
#include "base/unique_ptr.h"
|
||||
#include "doc/sprite.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2001-2015 David Capello
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
// the End-User License Agreement for Aseprite.
|
||||
@ -13,7 +13,6 @@
|
||||
#include "app/file_selector.h"
|
||||
#include "app/util/msk_file.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "doc/mask.h"
|
||||
#include "doc/sprite.h"
|
||||
#include "ui/alert.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2001-2015 David Capello
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
// the End-User License Agreement for Aseprite.
|
||||
@ -16,7 +16,6 @@
|
||||
#include "app/file_selector.h"
|
||||
#include "app/modules/palettes.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "doc/palette.h"
|
||||
#include "ui/alert.h"
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include "app/crash/session.h"
|
||||
#include "app/resource_finder.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "base/time.h"
|
||||
|
||||
namespace app {
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include "base/exception.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/fstream_path.h"
|
||||
#include "base/path.h"
|
||||
#include "base/serialization.h"
|
||||
#include "base/string.h"
|
||||
#include "base/unique_ptr.h"
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "base/convert_to.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/fstream_path.h"
|
||||
#include "base/path.h"
|
||||
#include "base/process.h"
|
||||
#include "base/split_string.h"
|
||||
#include "base/string.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2001-2015 David Capello
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
// the End-User License Agreement for Aseprite.
|
||||
@ -15,7 +15,6 @@
|
||||
#include "base/convert_to.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/fstream_path.h"
|
||||
#include "base/path.h"
|
||||
#include "base/serialization.h"
|
||||
#include "base/string.h"
|
||||
#include "base/unique_ptr.h"
|
||||
|
@ -17,8 +17,8 @@
|
||||
#include "app/filename_formatter.h"
|
||||
#include "app/ui_context.h"
|
||||
#include "base/convert_to.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/fstream_path.h"
|
||||
#include "base/path.h"
|
||||
#include "base/replace_string.h"
|
||||
#include "base/shared_ptr.h"
|
||||
#include "base/string.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "base/cfile.h"
|
||||
#include "base/exception.h"
|
||||
#include "base/file_handle.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "doc/doc.h"
|
||||
#include "ui/alert.h"
|
||||
#include "zlib.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include "app/ui/status_bar.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/mutex.h"
|
||||
#include "base/path.h"
|
||||
#include "base/scoped_lock.h"
|
||||
#include "base/shared_ptr.h"
|
||||
#include "base/string.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "app/file/file.h"
|
||||
#include "app/file/file_format.h"
|
||||
#include "app/file/file_formats_manager.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/string.h"
|
||||
#include "doc/cel.h"
|
||||
#include "doc/file/col_file.h"
|
||||
|
@ -14,11 +14,11 @@
|
||||
#include "app/file/file.h"
|
||||
#include "app/file/file_format.h"
|
||||
#include "app/xml_document.h"
|
||||
#include "base/file_handle.h"
|
||||
#include "base/convert_to.h"
|
||||
#include "base/path.h"
|
||||
#include "doc/doc.h"
|
||||
#include "base/file_handle.h"
|
||||
#include "base/fs.h"
|
||||
#include "doc/algorithm/shrink_bounds.h"
|
||||
#include "doc/doc.h"
|
||||
#include "doc/primitives.h"
|
||||
|
||||
#include <cmath>
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2001-2015 David Capello
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
// the End-User License Agreement for Aseprite.
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include "app/file/split_filename.h"
|
||||
#include "base/convert_to.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/string.h"
|
||||
|
||||
#include <cstring>
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2001-2015 David Capello
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
// the End-User License Agreement for Aseprite.
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
#include "app/file/split_filename.h"
|
||||
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
|
||||
using namespace app;
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include "app/file_system.h"
|
||||
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "base/string.h"
|
||||
#include "she/display.h"
|
||||
#include "she/surface.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2001-2015 David Capello
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
// the End-User License Agreement for Aseprite.
|
||||
@ -11,7 +11,7 @@
|
||||
#include "app/filename_formatter.h"
|
||||
|
||||
#include "base/convert_to.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/replace_string.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2001-2015 David Capello
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
// the End-User License Agreement for Aseprite.
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
#include "app/filename_formatter.h"
|
||||
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
|
||||
using namespace app;
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "app/ini_file.h"
|
||||
|
||||
#include "app/resource_finder.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/split_string.h"
|
||||
#include "base/string.h"
|
||||
#include "cfg/cfg.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2001-2015 David Capello
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
// the End-User License Agreement for Aseprite.
|
||||
@ -14,7 +14,6 @@
|
||||
#include "app/file/palette_file.h"
|
||||
#include "app/resource_finder.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "doc/image.h"
|
||||
#include "doc/palette.h"
|
||||
#include "doc/sprite.h"
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
#include "app/ini_file.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include "base/bind.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/fstream_path.h"
|
||||
#include "base/path.h"
|
||||
#include "base/replace_string.h"
|
||||
#include "base/scoped_value.h"
|
||||
#include "base/string.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2001-2015 David Capello
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
// the End-User License Agreement for Aseprite.
|
||||
@ -16,7 +16,6 @@
|
||||
#include "app/resource_finder.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "base/scoped_value.h"
|
||||
#include "doc/palette.h"
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include "app/resource_finder.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "base/scoped_value.h"
|
||||
|
||||
namespace app {
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
#include "app/app.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "base/string.h"
|
||||
|
||||
#include <cstdio>
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "app/ui/workspace.h"
|
||||
#include "app/ui_context.h"
|
||||
#include "app/util/clipboard.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "doc/document_event.h"
|
||||
#include "doc/layer.h"
|
||||
#include "doc/sprite.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "base/bind.h"
|
||||
#include "base/convert_to.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "base/split_string.h"
|
||||
#include "base/unique_ptr.h"
|
||||
#include "ui/ui.h"
|
||||
|
@ -18,7 +18,6 @@
|
||||
#include "app/util/freetype_utils.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "base/string.h"
|
||||
#include "base/unique_ptr.h"
|
||||
#include "doc/conversion_she.h"
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "app/ui/workspace_tabs.h"
|
||||
#include "app/ui_context.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "she/display.h"
|
||||
#include "ui/message.h"
|
||||
#include "ui/splitter.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "app/ui/skin/style.h"
|
||||
#include "app/ui_context.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "ui/graphics.h"
|
||||
#include "ui/link_label.h"
|
||||
#include "ui/listitem.h"
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include "doc/document.h"
|
||||
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "doc/context.h"
|
||||
#include "doc/sprite.h"
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
#include "doc/documents.h"
|
||||
|
||||
#include "base/fs.h"
|
||||
#include "base/mutex.h"
|
||||
#include "base/path.h"
|
||||
#include "doc/document.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "docio/detect_format.h"
|
||||
|
||||
#include "base/file_handle.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/string.h"
|
||||
#include "flic/flic_details.h"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
// Read LICENSE.txt for more information.
|
||||
|
||||
#include "base/file_handle.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/program_options.h"
|
||||
#include "base/string.h"
|
||||
#include "gen/pref_types.h"
|
||||
|
@ -1,12 +1,12 @@
|
||||
// Aseprite Code Generator
|
||||
// Copyright (c) 2014, 2015 David Capello
|
||||
// Copyright (c) 2014-2016 David Capello
|
||||
//
|
||||
// This file is released under the terms of the MIT license.
|
||||
// Read LICENSE.txt for more information.
|
||||
|
||||
#include "base/exception.h"
|
||||
#include "base/file_handle.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/split_string.h"
|
||||
#include "base/string.h"
|
||||
#include "gen/common.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite Code Generator
|
||||
// Copyright (c) 2014, 2015 David Capello
|
||||
// Copyright (c) 2014-2016 David Capello
|
||||
//
|
||||
// This file is released under the terms of the MIT license.
|
||||
// Read LICENSE.txt for more information.
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
#include "base/exception.h"
|
||||
#include "base/file_handle.h"
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/string.h"
|
||||
#include "gen/common.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "she/osx/app_delegate.h"
|
||||
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "she/event.h"
|
||||
#include "she/event_queue.h"
|
||||
#include "she/osx/app.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#define SHE_OSX_APP_GENERATE_DROP_FILES_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
|
||||
inline void generate_drop_files_from_nsarray(NSArray* filenames)
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
// SHE library
|
||||
// Copyright (C) 2012-2015 David Capello
|
||||
// Copyright (C) 2012-2016 David Capello
|
||||
//
|
||||
// This file is released under the terms of the MIT license.
|
||||
// Read LICENSE.txt for more information.
|
||||
@ -7,13 +7,12 @@
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#include <vector>
|
||||
|
||||
#include "base/fs.h"
|
||||
#include "she/display.h"
|
||||
#include "she/keys.h"
|
||||
#include "she/native_cursor.h"
|
||||
#include "she/osx/native_dialogs.h"
|
||||
|
||||
#include "base/path.h"
|
||||
|
||||
@interface OpenSaveHelper : NSObject {
|
||||
@private
|
||||
NSSavePanel* panel;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// SHE library
|
||||
// Copyright (C) 2015 David Capello
|
||||
// Copyright (C) 2015-2016 David Capello
|
||||
//
|
||||
// This file is released under the terms of the MIT license.
|
||||
// Read LICENSE.txt for more information.
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include "she/win/native_dialogs.h"
|
||||
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/string.h"
|
||||
#include "she/display.h"
|
||||
#include "she/error.h"
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include "base/debug.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/log.h"
|
||||
#include "base/path.h"
|
||||
#include "base/string.h"
|
||||
|
||||
#include <iostream>
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include "base/dll.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/log.h"
|
||||
#include "base/path.h"
|
||||
#include "base/string.h"
|
||||
|
||||
namespace steam {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Aseprite UI Library
|
||||
// Copyright (C) 2001-2015 David Capello
|
||||
// Copyright (C) 2001-2016 David Capello
|
||||
//
|
||||
// This file is released under the terms of the MIT license.
|
||||
// Read LICENSE.txt for more information.
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include "ui/listbox.h"
|
||||
|
||||
#include "base/path.h"
|
||||
#include "base/fs.h"
|
||||
#include "ui/listitem.h"
|
||||
#include "ui/message.h"
|
||||
#include "ui/size_hint_event.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user