aseprite/src/doc
2016-08-11 15:54:50 -03:00
..
algorithm Improve image resize algorithm 2016-07-25 12:15:42 -03:00
file Fix error when decoding GPL file 2016-04-13 17:26:57 +02:00
algo.cpp Include base/base.h on files that use MIN/MID/MAX 2016-03-03 19:18:46 -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_funcs.cpp Fix selection feedback when we have foreground/background color w/alpha=0 (fix #1133) 2016-05-13 16:00:19 -03:00
blend_funcs.h Add a rgba_blender_normal() version without opacity 2016-03-22 18:40:47 -03:00
blend_internals.h Add layer blending modes (fix #318) 2015-06-13 21:29:16 -03:00
blend_mode.cpp Include opacity and blend mode for each layer in JSON output 2015-12-09 11:00:57 -03:00
blend_mode.h Include opacity and blend mode for each layer in JSON output 2015-12-09 11:00:57 -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 Don't destroy custom brush when we use X key to switch colors (fix #1004) 2016-04-28 14:32:22 -03:00
brush.h Don't destroy custom brush when we use X key to switch colors (fix #1004) 2016-04-28 14:32:22 -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
cel_data_io.cpp Serialize user data for layers and cel data 2015-12-11 15:11:24 -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 user data field on layers and cels 2015-12-10 18:34:25 -03:00
cel_data.h Add user data field on layers and cels 2015-12-10 18:34:25 -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 Use std:: when necessary, and std::numeric_limits instead of INT_MAX 2015-03-04 21:35:11 -03:00
cel.h We can return a const& in Cel::position() 2016-07-01 18:41:26 -03:00
cels_range.cpp Fix GotoNext/PreviousLayer for groups 2016-06-14 15:00:11 -03:00
cels_range.h Fix GotoNext/PreviousLayer for groups 2016-06-14 15:00:11 -03:00
CMakeLists.txt Add doc::find_layer_index() 2016-08-11 14:30:44 -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 Optimize CompressedImage to get only bitmap information 2015-04-29 15:43:52 -03:00
compressed_image.h Optimize CompressedImage to get only bitmap information 2015-04-29 15:43:52 -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 Include base/debug.h on files that use ASSERT or TRACE 2016-03-03 19:17:07 -03:00
context.h Replace ContextObserver::onActiveDocumentChange() with onActiveSiteChange() 2015-05-05 12:58:50 -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
dithering_method.h Unify all render code in one library 2014-12-28 11:06:11 -03:00
doc.h Add pixel ratio support to the Editor & Render 2016-05-23 19:22:02 -03:00
document_event.h Replace doc::FrameNumber with doc::frame_t 2014-12-28 20:39:11 -03:00
document_observer.h Add pixel ratio field in Sprite properties 2016-05-24 12:25:11 -03:00
document.cpp Default folder for new files must be the latest used folder (fix #1068) 2016-04-20 10:22:01 -03:00
document.h Unify "Export Sprite Sheet" command with DocumentExporter 2015-03-17 16:43:51 -03:00
documents_observer.h Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
documents.cpp Add base::normalize_path() 2016-04-11 19:17:39 -03:00
documents.h Add support to compile with VS2013 x64 2015-03-06 17:01:08 -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 Include base/debug.h on files that use ASSERT or TRACE 2016-03-03 19:17:07 -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 Add layer blending modes (fix #318) 2015-06-13 21:29:16 -03:00
image_io.cpp Include base/base.h on files that use MIN/MID/MAX 2016-03-03 19:18:46 -03:00
image_io.h Add UI and logic to recover a backup session 2015-04-08 20:05:05 -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 Fix circular dependencies between image_impl.h <-> image_iterator.h 2015-06-12 13:56:18 -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
layer_index.cpp Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
layer_index.h Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -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 Add doc::are_layers_adjacent() function 2016-08-11 15:15:53 -03:00
layer_list.h Add doc::are_layers_adjacent() function 2016-08-11 15:15:53 -03:00
layer.cpp Add allLayersCount() to LayerGroup and Sprite 2016-08-11 14:53:51 -03:00
layer.h Add allLayersCount() to LayerGroup and Sprite 2016-08-11 14:53:51 -03:00
LICENSE.txt Update doc library copyright year 2016-06-15 16:34:07 -03:00
mask_boundaries.cpp Fix circular dependencies between image_impl.h <-> image_iterator.h 2015-06-12 13:56:18 -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 Remove implicit SharedPtr conversion to T* 2015-04-02 20:42:43 -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 Rename layer folder/set -> layer group 2016-06-07 19:38:56 -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 Improve drag-and-drop in ColorBar/PaletteView widget 2015-07-04 19:11:50 -03:00
palette.cpp Include base/base.h on files that use MIN/MID/MAX 2016-03-03 19:18:46 -03:00
palette.h Include base/debug.h on files that use ASSERT or TRACE 2016-03-03 19:17:07 -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 Update doc library copyright year 2016-06-15 16:34:07 -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 Include base/debug.h on files that use ASSERT or TRACE 2016-03-03 19:17:07 -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 Fix SelectedFrames::insert() when from > to 2016-08-11 14:11:48 -03:00
selected_frames.h Add SelectedFrames::operator== and != 2016-08-11 15:54:50 -03:00
selected_layers.cpp Add doc::have_layers_same_parent() 2016-08-11 14:55:18 -03:00
selected_layers.h Add doc::have_layers_same_parent() 2016-08-11 14:55:18 -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
sort_palette.cpp Add options to sort the palette by RGBA channels 2015-07-23 11:13:43 -03:00
sort_palette.h Add options to sort the palette by RGBA channels 2015-07-23 11:13:43 -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 Add allLayersCount() to LayerGroup and Sprite 2016-08-11 14:53:51 -03:00
sprite.h Add allLayersCount() to LayerGroup and Sprite 2016-08-11 14:53:51 -03:00
sprites_observer.h Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
sprites.cpp Replace undo impl: replace undoers with cmds 2015-01-18 22:05:33 -03:00
sprites.h Add support to compile with VS2013 x64 2015-03-06 17:01:08 -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 Serialize user data for layers and cel data 2015-12-11 15:11:24 -03:00

Aseprite Document Library

Copyright (C) 2001-2016 David Capello

Distributed under MIT license