aseprite/src/doc
2017-11-07 12:31:16 -03:00
..
algorithm Pass srcColor as argument to floodfill() 2017-06-15 15:24:27 -03:00
file Fix some compiler warnings (implicit casts & unused vars) 2017-04-19 19:26:23 -03:00
algo.cpp Minor change in algo_line() comment 2017-06-23 06:18:08 -03:00
algo.h Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
anidir.cpp Export AniDir field for FrameTags in JSON meta attribute 2015-12-03 12:07:46 -03:00
anidir.h Export AniDir field for FrameTags in JSON meta attribute 2015-12-03 12:07:46 -03:00
blend_benchmark.cpp Put all blending function definitions in blend_funcs.h 2017-07-19 10:44:21 -03:00
blend_funcs.cpp Add addition/subtract/divide blending modes 2017-07-24 15:25:13 -03:00
blend_funcs.h Add addition/subtract/divide blending modes 2017-07-24 15:25:13 -03:00
blend_internals.h Add layer blending modes (fix #318) 2015-06-13 21:29:16 -03:00
blend_mode.cpp Add missing blend modes in blend_mode_to_string() (fix #1605) 2017-11-07 12:31:16 -03:00
blend_mode.h Add addition/subtract/divide blending modes 2017-07-24 15:25:13 -03:00
brush_pattern.h Rename BrushPattern::ALIGNED_FROM_SRC to ALIGNED_TO_SRC 2015-04-27 11:45:00 -03:00
brush_type.cpp Load/save custom brushes 2015-12-22 10:55:15 -03:00
brush_type.h Load/save custom brushes 2015-12-22 10:55:15 -03:00
brush.cpp Snap brushes on grid corners (#1465) 2017-06-29 15:57:44 -03:00
brush.h Snap brushes on grid corners (#1465) 2017-06-29 15:57:44 -03:00
brushes.h Add slots in the ContextBar to select brushes with Alt+1, Alt+2, etc. 2015-04-29 12:32:44 -03:00
cancel_io.h Unlock document from backup thread when UI needs it 2016-11-09 17:22:55 -03:00
cel_data_io.cpp Add bounds (width/height) to doc::Cel/CelData 2016-10-04 21:17:17 -03:00
cel_data_io.h Add UI and logic to recover a backup session 2015-04-08 20:05:05 -03:00
cel_data.cpp Add subpixel bounds for reference layer cels 2016-10-10 23:42:47 -03:00
cel_data.h Add subpixel bounds for reference layer cels 2016-10-10 23:42:47 -03:00
cel_io.cpp Continue loading backup data if we fail loading one image 2015-04-15 12:20:41 -03:00
cel_io.h Add UI and logic to recover a backup session 2015-04-08 20:05:05 -03:00
cel_list.h Change CelList and LayerList from std::list to std::vector 2015-09-14 17:37:21 -03:00
cel.cpp Add subpixel bounds for reference layer cels 2016-10-10 23:42:47 -03:00
cel.h Add subpixel bounds for reference layer cels 2016-10-10 23:42:47 -03:00
cels_range.cpp Fix all commands using uniqueCels() (sprite size, rotate/flip sprite, etc.) 2016-12-08 09:11:54 -03:00
cels_range.h Add progress dialog/bar when we change color mode 2017-05-17 16:40:19 -03:00
CMakeLists.txt Add basic implementation of slice tool (#721) to modify theme parts 2017-03-06 19:27:43 -03:00
color_mode.h Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
color_scales.h Include base/debug.h on files that use ASSERT or TRACE 2016-03-03 19:17:07 -03:00
color.h Move stdints to base/ints.h file 2016-03-03 19:20:00 -03:00
compressed_image.cpp Fix generating CompressedImage with mask 2016-09-23 12:59:20 -03:00
compressed_image.h Fix issues creating brushes with transparent color 2016-09-19 16:17:24 -03:00
context_observer.h Replace ContextObserver::onActiveDocumentChange() with onActiveSiteChange() 2015-05-05 12:58:50 -03:00
context_tests.cpp Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
context.cpp Replace base::Signal/Observable* with obs::signal/observable 2016-09-13 15:02:00 -03:00
context.h Replace base::Signal/Observable* with obs::signal/observable 2016-09-13 15:02:00 -03:00
conversion_she.cpp Merge she::LockedSurface/NonDisposableSurface with she::Surface 2016-03-09 11:00:17 -03:00
conversion_she.h Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
doc.h Add basic implementation of slice tool (#721) to modify theme parts 2017-03-06 19:27:43 -03:00
document_event.h Show all frame tags again in some special cases 2017-03-30 15:25:35 -03:00
document_observer.h Show all frame tags again in some special cases 2017-03-30 15:25:35 -03:00
document.cpp Update laf library (base/path is gone, use base/fs) 2016-11-01 19:14:05 -03:00
document.h Replace base::Signal/Observable* with obs::signal/observable 2016-09-13 15:02:00 -03:00
documents_observer.h Fix compilation errors when HAVE_CONFIG_H isn't defined 2016-09-26 09:44:43 -03:00
documents.cpp Update laf library (base/path is gone, use base/fs) 2016-11-01 19:14:05 -03:00
documents.h Replace base::Signal/Observable* with obs::signal/observable 2016-09-13 15:02:00 -03:00
frame_range.h Add SelectedFrames::operator== and != 2016-08-11 15:54:50 -03:00
frame_tag_io.cpp Don't call FrameTag::setId() we are restoring them from data recovery 2015-06-10 18:22:07 -03:00
frame_tag_io.h Don't call FrameTag::setId() we are restoring them from data recovery 2015-06-10 18:22:07 -03:00
frame_tag.cpp Include base/debug.h on files that use ASSERT or TRACE 2016-03-03 19:17:07 -03:00
frame_tag.h Add support to use --frame-tag and --frame-range at the same time 2016-06-06 17:47:47 -03:00
frame_tags.cpp Improve handling of overlapping frame tags in the Timeline (fix #768) 2017-03-26 21:52:50 -03:00
frame_tags.h Add support to specify tags in --filename-format option (related to #607) 2015-04-30 17:02:57 -03:00
frame.h Replace doc::FrameNumber with doc::frame_t 2014-12-28 20:39:11 -03:00
handle_anidir.cpp Include base/base.h on files that use MIN/MID/MAX 2016-03-03 19:18:46 -03:00
handle_anidir.h Show onion skinning depending on the configured loop section (fix #555) 2015-05-27 17:42:41 -03:00
image_bits.h Fix circular dependencies between image_impl.h <-> image_iterator.h 2015-06-12 13:56:18 -03:00
image_buffer.h doc/image_buffer.h needs uint8_t definition 2016-03-03 23:25:49 -03:00
image_impl.cpp Use get_pixel_address_fast() in ImageIterator 2015-06-11 18:59:51 -03:00
image_impl.h Change memset/memcpy with std::fill/copy in ImageImpl 2016-08-03 16:58:58 -03:00
image_io.cpp Unlock document from backup thread when UI needs it 2016-11-09 17:22:55 -03:00
image_io.h Unlock document from backup thread when UI needs it 2016-11-09 17:22:55 -03:00
image_iterator.h Fix circular dependencies between image_impl.h <-> image_iterator.h 2015-06-12 13:56:18 -03:00
image_ref.h Move SharedPtr to base namespace 2015-04-01 12:35:18 -03:00
image_spec.h Add doc::ImageSpec type 2016-05-13 17:08:07 -03:00
image_tests.cpp Add tests for Image::fillRect 2016-08-03 16:32:06 -03:00
image_traits.h Add layer blending modes (fix #318) 2015-06-13 21:29:16 -03:00
image.cpp Add doc::ImageSpec type 2016-05-13 17:08:07 -03:00
image.h Add doc::ImageSpec type 2016-05-13 17:08:07 -03:00
images_collector.cpp Prefer LayerGroup::layers() instead of iterators 2016-06-08 16:46:15 -03:00
images_collector.h Prefer LayerGroup::layers() instead of iterators 2016-06-08 16:46:15 -03:00
keyframes_tests.cpp Move <cursors> to <parts> on theme.xml 2017-03-14 19:00:24 -03:00
keyframes.h Move <cursors> to <parts> on theme.xml 2017-03-14 19:00:24 -03:00
layer_io.cpp Prefer LayerGroup::layers() instead of iterators 2016-06-08 16:46:15 -03:00
layer_io.h Add UI and logic to recover a backup session 2015-04-08 20:05:05 -03:00
layer_list_tests.cpp Add doc::are_layers_adjacent() function 2016-08-11 15:15:53 -03:00
layer_list.cpp Fix some compiler warnings (implicit casts & unused vars) 2017-04-19 19:26:23 -03:00
layer_list.h Add doc::are_layers_adjacent() function 2016-08-11 15:15:53 -03:00
layer.cpp Fix all commands using uniqueCels() (sprite size, rotate/flip sprite, etc.) 2016-12-08 09:11:54 -03:00
layer.h Convert timeline widget to new styles 2017-03-13 18:13:38 -03:00
LICENSE.txt Add basic implementation of slice tool (#721) to modify theme parts 2017-03-06 19:27:43 -03:00
mask_boundaries.cpp Minor format fix in mask_boundaries.cpp 2017-04-06 15:22:36 -03:00
mask_boundaries.h Replace GIMP code to generate mask and brush boundaries 2015-06-11 17:44:27 -03:00
mask_io.cpp Don't alter pasted image position if it's off canvas (fix #1447) 2017-06-23 07:01:12 -03:00
mask_io.h Remove implicit SharedPtr conversion to T* 2015-04-02 20:42:43 -03:00
mask.cpp Include base/base.h on files that use MIN/MID/MAX 2016-03-03 19:18:46 -03:00
mask.h Remove implicit SharedPtr conversion to T* 2015-04-02 20:42:43 -03:00
object_id.h Move stdints to base/ints.h file 2016-03-03 19:20:00 -03:00
object_type.h Add basic implementation of slice tool (#721) to modify theme parts 2017-03-06 19:27:43 -03:00
object.cpp Include base/debug.h on files that use ASSERT or TRACE 2016-03-03 19:17:07 -03:00
object.h Add version to doc::Object to avoid making backups of unmodified objects 2015-04-07 17:53:31 -03:00
palette_io.cpp Remove implicit SharedPtr conversion to T* 2015-04-02 20:42:43 -03:00
palette_io.h Remove implicit SharedPtr conversion to T* 2015-04-02 20:42:43 -03:00
palette_picks.h Fix warning in PalettePicks::size() 2017-09-26 16:38:00 -03:00
palette.cpp Fix some compiler warnings (implicit casts & unused vars) 2017-04-19 19:26:23 -03:00
palette.h Add simple color selection for tag/user data colors 2017-04-04 20:02:29 -03:00
pixel_format.h Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
pixel_ratio.h Add pixel ratio field into doc::Sprite 2016-05-23 17:30:34 -03:00
primitives_fast.h Fix circular dependencies between image_impl.h <-> image_iterator.h 2015-06-12 13:56:18 -03:00
primitives.cpp Add crop_image() with a gfx::Rect 2016-07-01 18:42:10 -03:00
primitives.h Add crop_image() with a gfx::Rect 2016-07-01 18:42:10 -03:00
README.md Add basic implementation of slice tool (#721) to modify theme parts 2017-03-06 19:27:43 -03:00
remap_tests.cpp Fix remapping decoded gif files to the global colormap when mask != 0 2015-07-31 13:32:23 -03:00
remap.cpp Do not remap indexes between palette entries that are equal (fix #914) 2016-03-24 17:37:04 -03:00
remap.h Add default ctor to doc::Remap() 2017-06-02 10:00:14 -03:00
resize_image_tests.cpp Improve image resize algorithm 2016-07-25 12:15:42 -03:00
rgbmap.cpp Change RgbMap behavior to act like a cache of Palette::findBestfit() calls 2015-07-03 14:34:54 -03:00
rgbmap.h Include base/debug.h on files that use ASSERT or TRACE 2016-03-03 19:17:07 -03:00
selected_frames_tests.cpp Add SelectedFrames::reversed() function 2016-06-14 11:14:24 -03:00
selected_frames.cpp Allow to save specific layers/frames in Save Copy As (fix #1080) 2016-09-17 01:01:28 -03:00
selected_frames.h Allow to save specific layers/frames in Save Copy As (fix #1080) 2016-09-17 01:01:28 -03:00
selected_layers.cpp Fix all commands using uniqueCels() (sprite size, rotate/flip sprite, etc.) 2016-12-08 09:11:54 -03:00
selected_layers.h Fix warning in SelectedLayers::size() 2017-09-26 16:37:43 -03:00
site.cpp Remove Site::layerIndex() member 2016-06-10 15:23:45 -03:00
site.h Identify different Timeline areas with Site::Focus 2016-06-14 10:15:47 -03:00
slice_io.cpp Restore slice user data correctly from undo/redo information 2017-04-12 11:51:29 -03:00
slice_io.h Add basic implementation of slice tool (#721) to modify theme parts 2017-03-06 19:27:43 -03:00
slice.cpp Add some colors for cel edges/guides in doc pref 2017-03-23 20:23:25 -03:00
slice.h Add --list-slices CLI option 2017-03-16 10:35:26 -03:00
slices.cpp Add basic implementation of slice tool (#721) to modify theme parts 2017-03-06 19:27:43 -03:00
slices.h Add basic implementation of slice tool (#721) to modify theme parts 2017-03-06 19:27:43 -03:00
sort_palette.cpp Add const modifier to doc::sort_palette() args 2017-06-02 09:59:31 -03:00
sort_palette.h Add const modifier to doc::sort_palette() args 2017-06-02 09:59:31 -03:00
sprite_position.h Avoid using LayerIndex in SpritePosition 2016-06-10 12:23:04 -03:00
sprite_tests.cpp Replace LayersRange with Sprite::all*Layers() members 2016-06-21 12:02:31 -03:00
sprite.cpp Fix some compiler warnings (implicit casts & unused vars) 2017-04-19 19:26:23 -03:00
sprite.h Add basic implementation of slice tool (#721) to modify theme parts 2017-03-06 19:27:43 -03:00
sprites_observer.h Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
sprites.cpp Replace base::Signal/Observable* with obs::signal/observable 2016-09-13 15:02:00 -03:00
sprites.h Replace base::Signal/Observable* with obs::signal/observable 2016-09-13 15:02:00 -03:00
string_io.cpp Fix warning in doc::write_string() 2016-02-26 10:09:03 -03:00
string_io.h Add doc::read/write_string() 2015-02-17 13:16:33 -03:00
subobjects_io.cpp Add UI and logic to recover a backup session 2015-04-08 20:05:05 -03:00
subobjects_io.h Add UI and logic to recover a backup session 2015-04-08 20:05:05 -03:00
test_context.h Rename layer folder/set -> layer group 2016-06-07 19:38:56 -03:00
user_data_io.cpp Add color field to doc::UserData 2015-12-11 19:18:36 -03:00
user_data_io.h Serialize user data for layers and cel data 2015-12-11 15:11:24 -03:00
user_data.h Add color field to doc::UserData 2015-12-11 19:18:36 -03:00
with_user_data.h Add basic implementation of slice tool (#721) to modify theme parts 2017-03-06 19:27:43 -03:00

Aseprite Document Library

Copyright (C) 2001-2017 David Capello

Distributed under MIT license