aseprite/src/doc
2015-08-21 00:44:28 -03:00
..
algorithm Fix bug clearing an Image with color=0 in rotsprite 2015-07-28 11:06:35 -03:00
file Add support for palettes with more less (and more) than 256 colors (fix #668) 2015-06-18 12:50:33 -03:00
algo.cpp Fix several warnings in MSVC, clang, and gcc 2015-03-05 15:19:00 -03:00
algo.h Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
anidir.h Add AniDir as a FrameTag property (it's persisted in .ase files) 2015-02-19 13:05:39 -03:00
blend_funcs.cpp Add layer blending modes (fix #318) 2015-06-13 21:29:16 -03:00
blend_funcs.h Add layer blending modes (fix #318) 2015-06-13 21:29:16 -03:00
blend_internals.h Add layer blending modes (fix #318) 2015-06-13 21:29:16 -03:00
blend_mode.h Add layer blending modes (fix #318) 2015-06-13 21:29:16 -03:00
brush_pattern.h Rename BrushPattern::ALIGNED_FROM_SRC to ALIGNED_TO_SRC 2015-04-27 11:45:00 -03:00
brush_type.h Add possibility to create brushes from selection 2015-04-27 00:08:04 -03:00
brush.cpp Move PI constant to base/pi.h file 2015-06-16 15:04:00 -03:00
brush.h Avoid problems regenerating brush boundaries when the brush image ptr addresses are the same 2015-05-18 20:45:54 -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 Continue loading backup data if we fail loading one image 2015-04-15 12:20:41 -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 CelData to share image/position/opacity between linked cels 2015-02-09 11:40:43 -03:00
cel_data.h Move SharedPtr to base namespace 2015-04-01 12:35:18 -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 Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -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 Use std:: when necessary, and std::numeric_limits instead of INT_MAX 2015-03-04 21:35:11 -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 Add target_link_libraries() for sublibraries 2015-07-13 12:16:55 -03:00
color_mode.h Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
color_scales.h Add support for alpha channel in RgbMap and Palette::findBestfit() 2015-07-01 21:33:30 -03:00
color.h Add layer blending modes (fix #318) 2015-06-13 21:29:16 -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 Replace ContextObserver::onActiveDocumentChange() with onActiveSiteChange() 2015-05-05 12:58:50 -03:00
context.h Replace ContextObserver::onActiveDocumentChange() with onActiveSiteChange() 2015-05-05 12:58:50 -03:00
conversion_she.cpp Add layer blending modes (fix #318) 2015-06-13 21:29:16 -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 Convert "Layer Properties" dialog in a non-modal window 2015-08-21 00:44:28 -03:00
document.cpp Unify "Export Sprite Sheet" command with DocumentExporter 2015-03-17 16:43:51 -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 Merge branch '1.0' 2014-12-03 11:15:09 -03:00
documents.h Add support to compile with VS2013 x64 2015-03-06 17:01:08 -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 Copy frame tags when we duplicate a sprite 2015-03-16 18:21:08 -03:00
frame_tag.h Copy frame tags when we duplicate a sprite 2015-03-16 18:21:08 -03:00
frame_tags.cpp Add support to specify tags in --filename-format option (related to #607) 2015-04-30 17:02:57 -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 Show onion skinning depending on the configured loop section (fix #555) 2015-05-27 17:42:41 -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 Move SharedPtr to base namespace 2015-04-01 12:35:18 -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 Avoid reading invalid images in doc::read_image() 2015-04-10 11:26:36 -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 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 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 Add layer opacity property (fix #225) 2015-06-14 20:23:49 -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 Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
layer.cpp Add asserts to detect bugs adding cels w/pixel format != sprite's pixel format 2015-07-27 12:40:02 -03:00
layer.h Add layer opacity property (fix #225) 2015-06-14 20:23:49 -03:00
LICENSE.txt Add CelData to share image/position/opacity between linked cels 2015-02-09 11:40:43 -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 Improve selection tools performance 2015-06-25 17:53:11 -03:00
mask.h Remove implicit SharedPtr conversion to T* 2015-04-02 20:42:43 -03:00
object_id.h Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
object_type.h Add FrameTag(s) classes 2015-02-17 11:37:42 -03:00
object.cpp Fix typo in doc/object.cpp 2015-06-10 17:57:57 -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 Fix asserts in Palette::makeGradient() 2015-08-11 12:43:29 -03:00
palette.h Re-implement GIF encoder 2015-07-22 16:40:44 -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 warning and correct undo information for unsafe remaps in 8-bit images (fix #715) 2015-07-06 16:15:54 -03:00
primitives.h Add warning and correct undo information for unsafe remaps in 8-bit images (fix #715) 2015-07-06 16:15:54 -03:00
README.md Add CelData to share image/position/opacity between linked cels 2015-02-09 11:40: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 Fix remapping decoded gif files to the global colormap when mask != 0 2015-07-31 13:32:23 -03:00
remap.h Fix remapping decoded gif files to the global colormap when mask != 0 2015-07-31 13:32:23 -03:00
resize_image_tests.cpp Add support for alpha channel in RgbMap and Palette::findBestfit() 2015-07-01 21:33:30 -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 Change RgbMap behavior to act like a cache of Palette::findBestfit() calls 2015-07-03 14:34:54 -03:00
site.cpp Move app::DocumentLocation to doc::Site 2015-04-20 16:27:09 -03:00
site.h Move app::DocumentLocation to doc::Site 2015-04-20 16:27:09 -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 Add warning and correct undo information for unsafe remaps in 8-bit images (fix #715) 2015-07-06 16:15:54 -03:00
sprite.h Fix crash converting sprite to grayscale 2015-04-15 13:58:35 -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 Add support to compile with VS2013 x64 2015-03-06 17:01:08 -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

Aseprite Document Library

Copyright (C) 2001-2015 David Capello

Distributed under MIT license