| .. |
|
cmd
|
Change opacity to 255 for layers and cels on "Background from Layer"
|
2015-08-21 11:09:02 -03:00 |
|
commands
|
Avoid assert() fail in configureAsBackground() call from NewSpriteFromSelectionCommand::onExecute()
|
2015-08-21 15:32:32 -03:00 |
|
crash
|
Add some extra fixes after a document is recovered
|
2015-06-10 20:27:20 -03:00 |
|
file
|
Add support to create palettes for Indexed images (fix #751)
|
2015-08-20 12:37:58 -03:00 |
|
modules
|
Remove SkinParts enum
|
2015-08-04 19:38:52 -03:00 |
|
pref
|
Copy background & grid preferences to the exported sprite sheet
|
2015-08-20 23:06:30 -03:00 |
|
res
|
Save HttpLoader output as binary
|
2015-05-20 15:35:59 -03:00 |
|
tools
|
Add possibility to scroll with right click
|
2015-08-19 18:00:51 -03:00 |
|
ui
|
Add color harmonies in the ColorWheel widget (issue #707)
|
2015-08-21 13:27:58 -03:00 |
|
util
|
Fix padding and initial offset when pasting 16bpp images from Windows clipboard
|
2015-08-20 12:45:54 -03:00 |
|
CMakeLists.txt
|
Separate extra cel concept from app::Document into app::ExtraCel class
|
2015-08-19 10:03:29 -03:00 |
|
app.cpp
|
Add support to export all/selected/one layer/frame/frame tag
|
2015-08-20 22:30:33 -03:00 |
|
app.h
|
Replace ISettings with Preferences
|
2015-05-18 16:53:25 -03:00 |
|
app_menus.cpp
|
Add ui::MenuSeparator widget
|
2015-06-24 13:14:41 -03:00 |
|
app_menus.h
|
Move palette menu to color bar options button
|
2015-05-08 14:36:54 -03:00 |
|
app_options.cpp
|
Add support to export all/selected/one layer/frame/frame tag
|
2015-08-20 22:30:33 -03:00 |
|
app_options.h
|
Add support to export all/selected/one layer/frame/frame tag
|
2015-08-20 22:30:33 -03:00 |
|
app_render.cpp
|
Replace ISettings with Preferences
|
2015-05-18 16:53:25 -03:00 |
|
app_render.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
check_update.cpp
|
Replace ISettings with Preferences
|
2015-05-18 16:53:25 -03:00 |
|
check_update.h
|
Keep last update information so we can show it again (fix #639)
|
2015-04-24 12:45:01 -03:00 |
|
check_update_delegate.h
|
Replace ISettings with Preferences
|
2015-05-18 16:53:25 -03:00 |
|
cmd.cpp
|
Add missing <typeinfo> header to compile on clang
|
2015-08-18 11:02:58 -03:00 |
|
cmd.h
|
Fix deleting UndoCommand instances from stack in undo_tests
|
2015-05-29 10:03:20 -03:00 |
|
cmd_sequence.cpp
|
Delete UndoCommands when the UndoHistory is destroyed
|
2015-05-20 16:51:07 -03:00 |
|
cmd_sequence.h
|
Delete UndoCommands when the UndoHistory is destroyed
|
2015-05-20 16:51:07 -03:00 |
|
cmd_transaction.cpp
|
Move app::DocumentLocation to doc::Site
|
2015-04-20 16:27:09 -03:00 |
|
cmd_transaction.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
color.cpp
|
Re-implement GIF decoder to load some .gif files correctly (fix #729)
|
2015-07-17 12:26:11 -03:00 |
|
color.h
|
Add alpha channel to palette/color bar/color selector (issue #286)
|
2015-06-30 17:36:37 -03:00 |
|
color_picker.cpp
|
Fix eyedropper for tiled mode (fix #529)
|
2015-08-14 14:28:46 -03:00 |
|
color_picker.h
|
Move app::DocumentLocation to doc::Site
|
2015-04-20 16:27:09 -03:00 |
|
color_swatches.cpp
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
color_swatches.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
color_target.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
color_tests.cpp
|
Fix color_tests
|
2015-07-03 12:44:59 -03:00 |
|
color_utils.cpp
|
Fix alpha compositing on background layer using colors with alpha < 255
|
2015-07-27 10:53:02 -03:00 |
|
color_utils.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
console.cpp
|
Remove _ji_ prefix in some ui-lib functions
|
2015-06-23 14:14:06 -03:00 |
|
console.h
|
Fix app::Console() to handle a non UI context correctly
|
2015-04-06 11:58:42 -03:00 |
|
context.cpp
|
Enable commands when we're in MovingPixelsState
|
2015-08-13 17:25:39 -03:00 |
|
context.h
|
Enable commands when we're in MovingPixelsState
|
2015-08-13 17:25:39 -03:00 |
|
context_access.h
|
Move app::DocumentLocation to doc::Site
|
2015-04-20 16:27:09 -03:00 |
|
context_flags.cpp
|
Enable commands when we're in MovingPixelsState
|
2015-08-13 17:25:39 -03:00 |
|
context_flags.h
|
Enable commands when we're in MovingPixelsState
|
2015-08-13 17:25:39 -03:00 |
|
document.cpp
|
Separate extra cel concept from app::Document into app::ExtraCel class
|
2015-08-19 10:03:29 -03:00 |
|
document.h
|
Separate extra cel concept from app::Document into app::ExtraCel class
|
2015-08-19 10:03:29 -03:00 |
|
document_access.h
|
Minor change for LockedDocumentException messages
|
2015-08-21 09:22:40 -03:00 |
|
document_api.cpp
|
Fix bug showing invalid layer name in Layer Props dialog after "New Layer" command
|
2015-08-21 14:55:34 -03:00 |
|
document_api.h
|
Fix bug showing invalid layer name in Layer Props dialog after "New Layer" command
|
2015-08-21 14:55:34 -03:00 |
|
document_api_tests.cpp
|
Move app::DocumentLocation to doc::Site
|
2015-04-20 16:27:09 -03:00 |
|
document_exporter.cpp
|
Add support to export all/selected/one layer/frame/frame tag
|
2015-08-20 22:30:33 -03:00 |
|
document_exporter.h
|
Add support to export all/selected/one layer/frame/frame tag
|
2015-08-20 22:30:33 -03:00 |
|
document_range.cpp
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
document_range.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
document_range_ops.cpp
|
Fix crash on copy & paste in same place (fix #758)
|
2015-08-19 16:43:13 -03:00 |
|
document_range_ops.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
document_range_tests.cpp
|
Move app::DocumentLocation to doc::Site
|
2015-04-20 16:27:09 -03:00 |
|
document_undo.cpp
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
document_undo.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
errno_tests.cpp
|
Use tests/test.h for tests linked with she library (fix #698)
|
2015-06-10 09:37:15 -03:00 |
|
extra_cel.cpp
|
Separate extra cel concept from app::Document into app::ExtraCel class
|
2015-08-19 10:03:29 -03:00 |
|
extra_cel.h
|
Separate extra cel concept from app::Document into app::ExtraCel class
|
2015-08-19 10:03:29 -03:00 |
|
file_selector.cpp
|
Add option to resize the final output of "Save Copy As" command (fix #685)
|
2015-06-03 16:34:27 -03:00 |
|
file_selector.h
|
Add option to resize the final output of "Save Copy As" command (fix #685)
|
2015-06-03 16:34:27 -03:00 |
|
file_system.cpp
|
See symlinks to folder as folders (fix #524)
|
2015-08-24 16:55:05 -03:00 |
|
file_system.h
|
Do not list hidden files in file lists
|
2015-05-11 09:38:30 +02:00 |
|
filename_formatter.cpp
|
Fix several compiler problems with clang on Mac OS X 10.10 SDK
|
2015-05-29 10:10:07 -03:00 |
|
filename_formatter.h
|
Add support to specify tags in --filename-format option (related to #607)
|
2015-04-30 17:02:57 -03:00 |
|
filename_formatter_tests.cpp
|
Use tests/test.h for tests linked with she library (fix #698)
|
2015-06-10 09:37:15 -03:00 |
|
find_widget.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
flatten.cpp
|
Remove implicit SharedPtr conversion to T*
|
2015-04-02 20:42:43 -03:00 |
|
flatten.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
gui_xml.cpp
|
Remove implicit SharedPtr conversion to T*
|
2015-04-02 20:42:43 -03:00 |
|
gui_xml.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
ini_file.cpp
|
Fix several compiler problems with clang on Mac OS X 10.10 SDK
|
2015-05-29 10:10:07 -03:00 |
|
ini_file.h
|
Fix int <-> double <-> float casts
|
2015-02-14 22:37:56 -03:00 |
|
ini_file_tests.cpp
|
Fix several warnings in MSVC, clang, and gcc
|
2015-03-05 15:19:00 -03:00 |
|
job.cpp
|
Remove unnecessary locks in app::Job
|
2015-04-20 17:30:01 -03:00 |
|
job.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
launcher.cpp
|
Add support for open_folder on Linux
|
2015-05-15 22:37:58 +02:00 |
|
launcher.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
load_widget.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
log.cpp
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
log.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
loop_tag.cpp
|
Add support to specify tags in --filename-format option (related to #607)
|
2015-04-30 17:02:57 -03:00 |
|
loop_tag.h
|
Add support to specify tags in --filename-format option (related to #607)
|
2015-04-30 17:02:57 -03:00 |
|
modules.cpp
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
modules.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
notification_delegate.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
project.cpp
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
project.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
project_event.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
project_observer.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
recent_files.cpp
|
Ignore slash type and case to compare paths in RecentFiles
|
2015-03-11 17:48:28 -03:00 |
|
recent_files.h
|
Add list of recent files and folders in Home tab
|
2015-03-02 11:18:33 -03:00 |
|
resource_finder.cpp
|
Fix several compiler problems with clang on Mac OS X 10.10 SDK
|
2015-05-29 10:10:07 -03:00 |
|
resource_finder.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
send_crash.cpp
|
Include Aseprite version in crash dump file name
|
2015-07-06 16:57:30 -03:00 |
|
send_crash.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
shell.cpp
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
shell.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
snap_to_grid.cpp
|
Remove IDocumentSettings and DocumentSettingsObserver
|
2015-02-15 09:48:38 -03:00 |
|
snap_to_grid.h
|
Remove IDocumentSettings and DocumentSettingsObserver
|
2015-02-15 09:48:38 -03:00 |
|
thumbnail_generator.cpp
|
Generate thumbnails on RGB images
|
2015-08-12 10:18:34 -03:00 |
|
thumbnail_generator.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
transaction.cpp
|
Move app::DocumentLocation to doc::Site
|
2015-04-20 16:27:09 -03:00 |
|
transaction.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
ui_context.cpp
|
Add support to drag the selection in other editor when the active one is in MovingPixels state
|
2015-08-14 13:06:26 -03:00 |
|
ui_context.h
|
Add support to drag the selection in other editor when the active one is in MovingPixels state
|
2015-08-14 13:06:26 -03:00 |
|
webserver.cpp
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
webserver.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
widget_loader.cpp
|
Add icons in "New Sprite" dialog
|
2015-08-12 12:38:07 -03:00 |
|
widget_loader.h
|
Add icons in "New Sprite" dialog
|
2015-08-12 12:38:07 -03:00 |
|
widget_not_found.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
widget_type_mismatch.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
xml_document.cpp
|
Remove implicit SharedPtr conversion to T*
|
2015-04-02 20:42:43 -03:00 |
|
xml_document.h
|
Move SharedPtr to base namespace
|
2015-04-01 12:35:18 -03:00 |
|
xml_exception.cpp
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |
|
xml_exception.h
|
Update license of app/ module to GPLv2
|
2015-02-12 12:16:25 -03:00 |