aseprite/src/doc
2016-11-01 19:14:05 -03:00
..
algorithm Fix compilation errors when HAVE_CONFIG_H isn't defined 2016-09-26 09:44:43 -03:00
file Changes in LOG/TRACE messages 2016-10-27 12:25:33 -03: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 Fix issues creating brushes with transparent color 2016-09-19 16:17:24 -03:00
brush.h Fix issues creating brushes with transparent color 2016-09-19 16:17:24 -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 Add CelData to share image/position/opacity between linked cels 2015-02-09 11:40:43 -03:00
cels_range.h Fix several warnings in MSVC, clang, and gcc 2015-03-05 15:19:00 -03:00
CMakeLists.txt Move base module to laf library 2016-11-01 12:47:48 -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
dithering_method.h Unify all render code in one library 2014-12-28 11:06:11 -03:00
doc.h Re-implement GIF decoder to load some .gif files correctly (fix #729) 2015-07-17 12:26:11 -03:00
document_event.h Replace doc::FrameNumber with doc::frame_t 2014-12-28 20:39:11 -03:00
document_observer.h Make CelProperties dialog non-modal 2015-08-21 08:35:29 -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_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 Copy frame tags when we duplicate a sprite 2015-03-16 18:21:08 -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 Change memset/memcpy with std::fill/copy in ImageImpl 2016-08-03 16:58:58 -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_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 layer blending modes (fix #318) 2015-06-13 21:29:16 -03:00
image.h Add layer blending modes (fix #318) 2015-06-13 21:29:16 -03:00
images_collector.cpp Replace doc::Stock with doc::ImageRef shared pointer 2015-01-04 10:58:14 -03:00
images_collector.h Use std:: when necessary, and std::numeric_limits instead of INT_MAX 2015-03-04 21:35:11 -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 Serialize user data for layers and cel data 2015-12-11 15:11:24 -03:00
layer_io.h Add UI and logic to recover a backup session 2015-04-08 20:05:05 -03:00
layer_list.h Change CelList and LayerList from std::list to std::vector 2015-09-14 17:37:21 -03:00
layer.cpp Add user data field on layers and cels 2015-12-10 18:34:25 -03:00
layer.h Don't trim background layer cels automatically (fix #1166) 2016-07-01 11:14:50 -03:00
layers_range.cpp Add --all-layers option to export hidden layers (fix #805) 2015-11-05 13:01:53 -03:00
layers_range.h Add --all-layers option to export hidden layers (fix #805) 2015-11-05 13:01:53 -03:00
LICENSE.txt New docio-lib to detect file format by content (fix #776) 2016-10-26 19:37:42 -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 Add FrameTag(s) classes 2015-02-17 11:37:42 -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 Show a tooltip with author+link of each palette (fix #540) 2016-09-15 15:30:45 -03:00
palette.h Show a tooltip with author+link of each palette (fix #540) 2016-09-15 15:30:45 -03:00
pixel_format.h Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -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 New docio-lib to detect file format by content (fix #776) 2016-10-26 19:37:42 -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
site.cpp Include base/base.h on files that use MIN/MID/MAX 2016-03-03 19:18:46 -03:00
site.h Replace NULL with nullptr on files that don't include base/base.h 2016-03-03 19:20:57 -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 Replace undo impl: replace undoers with cmds 2015-01-18 22:05:33 -03:00
sprite_tests.cpp Add CelData to share image/position/opacity between linked cels 2015-02-09 11:40:43 -03:00
sprite.cpp Remove fflush() call from Sprite::pickCels() 2016-10-13 19:37:04 -03:00
sprite.h Fix setting opacity or user data of linked cels when the first cel isn't included in the active range 2016-02-01 18:05:40 -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 Fix build with g++ 4.9 2015-05-07 22:59:10 +02: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