mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-25 06:39:58 +00:00
- Merge Timeline::STATE_MOVING_LAYER/CEL/FRAME to STATE_MOVING_RANGE. - Remove celmove.h/cpp and move_cel/copy_cel functions. Now they are in the Timeline as dropRange/Cels/Frames/Layers member functions. - Add DocumentApi::copyFrame/moveCel/copyCel member functions. - Add timeline_drop_layer_deco and timeline_drop_frame_deco skin parts. - Move code from DuplicateLayerCommand::onExecute() to new member function DocumentApi::duplicateLayer(). - Fix a bug changing Cel's frame number: we weren't updating the Cel position properly inside the LayerImage::m_cels collection. Now we use LayerImage::moveCel() to change the Cel frame number. - Other fixes to DocumentApi: Change bgcolor from int to color_t.
241 lines
6.1 KiB
CMake
241 lines
6.1 KiB
CMake
# Aseprite
|
|
# Copyright (C) 2001-2013 David Capello
|
|
|
|
add_library(app-lib
|
|
app.cpp
|
|
app_menus.cpp
|
|
app_options.cpp
|
|
backup.cpp
|
|
check_update.cpp
|
|
color.cpp
|
|
color_picker.cpp
|
|
color_swatches.cpp
|
|
color_utils.cpp
|
|
commands/cmd_about.cpp
|
|
commands/cmd_advanced_mode.cpp
|
|
commands/cmd_background_from_layer.cpp
|
|
commands/cmd_cancel.cpp
|
|
commands/cmd_canvas_size.cpp
|
|
commands/cmd_cel_properties.cpp
|
|
commands/cmd_change_color.cpp
|
|
commands/cmd_change_image_type.cpp
|
|
commands/cmd_change_pen.cpp
|
|
commands/cmd_clear.cpp
|
|
commands/cmd_close_file.cpp
|
|
commands/cmd_configure_tools.cpp
|
|
commands/cmd_copy.cpp
|
|
commands/cmd_copy_cel.cpp
|
|
commands/cmd_crop.cpp
|
|
commands/cmd_cut.cpp
|
|
commands/cmd_deselect_mask.cpp
|
|
commands/cmd_developer_console.cpp
|
|
commands/cmd_duplicate_layer.cpp
|
|
commands/cmd_duplicate_sprite.cpp
|
|
commands/cmd_exit.cpp
|
|
commands/cmd_export_sprite_sheet.cpp
|
|
commands/cmd_eyedropper.cpp
|
|
commands/cmd_flatten_layers.cpp
|
|
commands/cmd_flip.cpp
|
|
commands/cmd_frame_properties.cpp
|
|
commands/cmd_goto_frame.cpp
|
|
commands/cmd_goto_layer.cpp
|
|
commands/cmd_goto_tab.cpp
|
|
commands/cmd_grid.cpp
|
|
commands/cmd_import_sprite_sheet.cpp
|
|
commands/cmd_invert_mask.cpp
|
|
commands/cmd_launch.cpp
|
|
commands/cmd_layer_from_background.cpp
|
|
commands/cmd_layer_properties.cpp
|
|
commands/cmd_load_mask.cpp
|
|
commands/cmd_load_palette.cpp
|
|
commands/cmd_mask_all.cpp
|
|
commands/cmd_mask_by_color.cpp
|
|
commands/cmd_merge_down_layer.cpp
|
|
commands/cmd_move_cel.cpp
|
|
commands/cmd_new_file.cpp
|
|
commands/cmd_new_frame.cpp
|
|
commands/cmd_new_layer.cpp
|
|
commands/cmd_new_layer_set.cpp
|
|
commands/cmd_open_file.cpp
|
|
commands/cmd_open_in_folder.cpp
|
|
commands/cmd_open_with_app.cpp
|
|
commands/cmd_options.cpp
|
|
commands/cmd_palette_editor.cpp
|
|
commands/cmd_paste.cpp
|
|
commands/cmd_play_animation.cpp
|
|
commands/cmd_preview.cpp
|
|
commands/cmd_refresh.cpp
|
|
commands/cmd_remove_cel.cpp
|
|
commands/cmd_remove_frame.cpp
|
|
commands/cmd_remove_layer.cpp
|
|
commands/cmd_repeat_last_export.cpp
|
|
commands/cmd_reselect_mask.cpp
|
|
commands/cmd_rotate_canvas.cpp
|
|
commands/cmd_save_file.cpp
|
|
commands/cmd_save_mask.cpp
|
|
commands/cmd_save_palette.cpp
|
|
commands/cmd_scroll.cpp
|
|
commands/cmd_sprite_editor.cpp
|
|
commands/cmd_sprite_properties.cpp
|
|
commands/cmd_sprite_size.cpp
|
|
commands/cmd_switch_colors.cpp
|
|
commands/cmd_timeline.cpp
|
|
commands/cmd_undo.cpp
|
|
commands/command.cpp
|
|
commands/commands.cpp
|
|
commands/filters/cmd_color_curve.cpp
|
|
commands/filters/cmd_convolution_matrix.cpp
|
|
commands/filters/cmd_despeckle.cpp
|
|
commands/filters/cmd_invert_color.cpp
|
|
commands/filters/cmd_replace_color.cpp
|
|
commands/filters/color_curve_editor.cpp
|
|
commands/filters/convolution_matrix_stock.cpp
|
|
commands/filters/filter_manager_impl.cpp
|
|
commands/filters/filter_preview.cpp
|
|
commands/filters/filter_target_buttons.cpp
|
|
commands/filters/filter_window.cpp
|
|
commands/filters/filter_worker.cpp
|
|
console.cpp
|
|
context.cpp
|
|
context_flags.cpp
|
|
context_observer_list.cpp
|
|
data_recovery.cpp
|
|
document.cpp
|
|
document_api.cpp
|
|
document_exporter.cpp
|
|
document_location.cpp
|
|
document_undo.cpp
|
|
documents.cpp
|
|
file/ase_format.cpp
|
|
file/bmp_format.cpp
|
|
file/file.cpp
|
|
file/file_format.cpp
|
|
file/file_formats_manager.cpp
|
|
file/fli/fli.cpp
|
|
file/fli_format.cpp
|
|
file/gif_format.cpp
|
|
file/ico_format.cpp
|
|
file/jpeg_format.cpp
|
|
file/pcx_format.cpp
|
|
file/png_format.cpp
|
|
file/tga_format.cpp
|
|
file_selector.cpp
|
|
file_system.cpp
|
|
flatten.cpp
|
|
gfxmode.cpp
|
|
gui_xml.cpp
|
|
ini_file.cpp
|
|
job.cpp
|
|
launcher.cpp
|
|
log.cpp
|
|
modules.cpp
|
|
modules/editors.cpp
|
|
modules/gfx.cpp
|
|
modules/gui.cpp
|
|
modules/palettes.cpp
|
|
objects_container_impl.cpp
|
|
project.cpp
|
|
recent_files.cpp
|
|
resource_finder.cpp
|
|
settings/ui_settings_impl.cpp
|
|
shell.cpp
|
|
thumbnail_generator.cpp
|
|
tools/intertwine.cpp
|
|
tools/pick_ink.cpp
|
|
tools/point_shape.cpp
|
|
tools/shade_table.cpp
|
|
tools/tool_box.cpp
|
|
tools/tool_loop_manager.cpp
|
|
ui/app_menuitem.cpp
|
|
ui/button_set.cpp
|
|
ui/color_bar.cpp
|
|
ui/color_button.cpp
|
|
ui/color_selector.cpp
|
|
ui/color_sliders.cpp
|
|
ui/context_bar.cpp
|
|
ui/document_view.cpp
|
|
ui/drop_down_button.cpp
|
|
ui/editor/cursor.cpp
|
|
ui/editor/drawing_state.cpp
|
|
ui/editor/editor.cpp
|
|
ui/editor/editor_observers.cpp
|
|
ui/editor/editor_states_history.cpp
|
|
ui/editor/editor_view.cpp
|
|
ui/editor/keys.cpp
|
|
ui/editor/moving_cel_state.cpp
|
|
ui/editor/moving_pixels_state.cpp
|
|
ui/editor/pixels_movement.cpp
|
|
ui/editor/scrolling_state.cpp
|
|
ui/editor/select_box_state.cpp
|
|
ui/editor/standby_state.cpp
|
|
ui/editor/tool_loop_impl.cpp
|
|
ui/editor/transform_handles.cpp
|
|
ui/file_list.cpp
|
|
ui/file_selector.cpp
|
|
ui/hex_color_entry.cpp
|
|
ui/main_menu_bar.cpp
|
|
ui/main_window.cpp
|
|
ui/mini_editor.cpp
|
|
ui/palette_view.cpp
|
|
ui/popup_window_pin.cpp
|
|
ui/skin/button_icon_impl.cpp
|
|
ui/skin/skin_part.cpp
|
|
ui/skin/skin_property.cpp
|
|
ui/skin/skin_slider_property.cpp
|
|
ui/skin/skin_theme.cpp
|
|
ui/skin/style.cpp
|
|
ui/skin/style_sheet.cpp
|
|
ui/start_view.cpp
|
|
ui/status_bar.cpp
|
|
ui/tabs.cpp
|
|
ui/timeline.cpp
|
|
ui/toolbar.cpp
|
|
ui/workspace.cpp
|
|
ui/workspace_part.cpp
|
|
ui_context.cpp
|
|
undo_transaction.cpp
|
|
undoers/add_cel.cpp
|
|
undoers/add_frame.cpp
|
|
undoers/add_image.cpp
|
|
undoers/add_layer.cpp
|
|
undoers/add_palette.cpp
|
|
undoers/close_group.cpp
|
|
undoers/dirty_area.cpp
|
|
undoers/flip_image.cpp
|
|
undoers/image_area.cpp
|
|
undoers/move_layer.cpp
|
|
undoers/open_group.cpp
|
|
undoers/remap_palette.cpp
|
|
undoers/remove_cel.cpp
|
|
undoers/remove_frame.cpp
|
|
undoers/remove_image.cpp
|
|
undoers/remove_layer.cpp
|
|
undoers/remove_palette.cpp
|
|
undoers/replace_image.cpp
|
|
undoers/set_cel_frame.cpp
|
|
undoers/set_cel_opacity.cpp
|
|
undoers/set_cel_position.cpp
|
|
undoers/set_frame_duration.cpp
|
|
undoers/set_layer_flags.cpp
|
|
undoers/set_layer_name.cpp
|
|
undoers/set_mask.cpp
|
|
undoers/set_mask_position.cpp
|
|
undoers/set_palette_colors.cpp
|
|
undoers/set_sprite_pixel_format.cpp
|
|
undoers/set_sprite_size.cpp
|
|
undoers/set_stock_pixel_format.cpp
|
|
undoers/set_total_frames.cpp
|
|
util/autocrop.cpp
|
|
util/boundary.cpp
|
|
util/clipboard.cpp
|
|
util/expand_cel_canvas.cpp
|
|
util/filetoks.cpp
|
|
util/misc.cpp
|
|
util/msk_file.cpp
|
|
util/pic_file.cpp
|
|
util/render.cpp
|
|
webserver.cpp
|
|
widget_loader.cpp
|
|
xml_document.cpp
|
|
xml_exception.cpp)
|