aseprite/src
2010-09-14 19:52:02 -03:00
..
app Move src/tests/test_color.cpp to src/app/color_unittest.cpp. 2010-08-25 15:57:29 -03:00
commands Fix bug #3051174 (reported by Trent Gamblin): Loading two or more times gui.xml file. 2010-08-26 21:40:45 -03:00
core Convert color_t type to Color class. 2010-08-25 00:26:37 -03:00
dialogs Convert color_t type to Color class. 2010-08-25 00:26:37 -03:00
effect Convert color_t type to Color class. 2010-08-25 00:26:37 -03:00
file Patch contributed by Trent Gamblin to compile ASE with Mac OS X. 2010-08-13 11:35:43 -03:00
intl Replaced old DIRS structure with ResourceFinder class. 2010-07-16 16:56:45 -03:00
jinete Add jstring_unittest.cpp. 2010-08-26 22:45:27 -03:00
modules Convert color_t type to Color class. 2010-08-25 00:26:37 -03:00
raster Add "Tolerance" parameter for some tools like Magic Wand and Paint Bucket (Trent Gamblin idea). 2010-08-13 10:41:13 -03:00
settings Convert color_t type to Color class. 2010-08-25 00:26:37 -03:00
tests Remove file_system test. 2010-08-26 22:55:01 -03:00
tools Fix bug #3051174 (reported by Trent Gamblin): Loading two or more times gui.xml file. 2010-08-26 21:40:45 -03:00
util Convert color_t type to Color class. 2010-08-25 00:26:37 -03:00
widgets Convert color_t type to Color class. 2010-08-25 00:26:37 -03:00
app.cpp Convert color_t type to Color class. 2010-08-25 00:26:37 -03:00
app.h Converted tabs widget to Tabs class and ITabsHandler interface. 2010-06-13 17:51:22 -03:00
ase_exception.cpp Modified "error" by "problem" in exceptions. 2010-07-31 12:15:02 -03:00
ase_exception.h Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
check_args.cpp Moved check_args.cpp from src/core/ to src/. 2010-07-16 17:00:37 -03:00
check_args.h Moved check_args.cpp from src/core/ to src/. 2010-07-16 17:00:37 -03:00
CMakeLists.txt Minor change (move location of GLOB_RECURSE defition in src/CMakeLists.txt) 2010-09-14 19:52:02 -03:00
console.cpp Convert jbutton widget to ButtonBase, Button, CheckBox, and RadioButton C++ classes. 2010-08-23 17:41:19 -03:00
console.h Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
context.cpp Use Allegro's ASSERT() instead of assert(). 2010-08-03 23:33:44 -03:00
context.h Removed Context::getFg/BgColor member functions. 2010-04-10 17:01:56 -03:00
errno_unittest.cpp Move src/tests/test_errno.cpp to src/errno_unittest.cpp. 2010-08-25 17:52:42 -03:00
gfxmode.cpp Removed mouse speed option. 2010-04-25 15:52:19 -03:00
gfxmode.h Added GfxMode and CurrentGfxModeGuard classes. 2010-04-22 18:28:12 -03:00
launcher.cpp Added error message in Launcher if it fails. 2010-08-11 23:21:30 -03:00
launcher.h Added "Quick Reference" command. 2010-07-03 13:34:17 -03:00
main.cpp Avoid some compilation warnings and errors with gcc on linux. 2010-07-23 16:51:11 -03:00
mem_utils.cpp Moved get_pretty_memsize (core.h) to get_pretty_memory_size (mem_utils.h). 2010-07-16 16:05:56 -03:00
mem_utils.h Moved get_pretty_memsize (core.h) to get_pretty_memory_size (mem_utils.h). 2010-07-16 16:05:56 -03:00
pen_type.h Updated copyright to 2010. 2010-04-28 23:52:51 -03:00
recent_files.cpp Fix warnings in GCC (unused variables, size_t and int comparisons, unhandled enum cases in switch, etc.). 2010-08-11 23:42:03 -03:00
recent_files.h Added RecentFiles C++ class to replace legacy C implementation of recent files. 2010-03-27 23:43:08 -03:00
resource_finder.cpp Fix warnings in GCC (unused variables, size_t and int comparisons, unhandled enum cases in switch, etc.). 2010-08-11 23:42:03 -03:00
resource_finder.h Replaced old DIRS structure with ResourceFinder class. 2010-07-16 16:56:45 -03:00
resources_win32.rc New version 0.8.2 in progress. 2010-08-17 20:27:33 -03:00
sprite_wrappers.h Use Allegro's ASSERT() instead of assert(). 2010-08-03 23:33:44 -03:00
tiled_mode.h Updated copyright to 2010. 2010-04-28 23:52:51 -03:00
ui_context.cpp Use Allegro's ASSERT() instead of assert(). 2010-08-03 23:33:44 -03:00
ui_context.h Context class is Vaca::NonCopyable now. 2010-04-10 16:56:26 -03:00
undoable.cpp Use Allegro's ASSERT() instead of assert(). 2010-08-03 23:33:44 -03:00
undoable.h Now the user can move selected pixels (still WIP). 2010-04-24 21:23:40 -03:00
xml_widgets.cpp Move jinete/jfile.cpp to xml_widgets.cpp. 2010-08-23 17:52:17 -03:00
xml_widgets.h Move jinete/jfile.cpp to xml_widgets.cpp. 2010-08-23 17:52:17 -03:00