.. |
allegro
|
Modify sys_directx_assert() to call DebugBreak() instead of abort().
|
2010-12-12 11:36:50 -03:00 |
app
|
Show HSB instead of HSV in color selectors.
|
2011-03-27 22:02:59 -03:00 |
base
|
Use <iosfwd> instead of <iostream> in base/serialization.h.
|
2011-03-26 15:09:44 -03:00 |
commands
|
Set minifont for "Edit Pal" button and convert it to check-box behavior.
|
2011-04-02 23:10:02 -03:00 |
core
|
Refactor filters (effects).
|
2011-03-13 15:50:31 -03:00 |
dialogs
|
Remove JMessage and jmessage union, use Message* and Message instead.
|
2011-04-02 13:14:07 -03:00 |
file
|
Remove all public fields of Cel adding accessors.
|
2011-03-28 00:24:27 -03:00 |
filters
|
Remove "typename" from get_neighboring_pixels() params.
|
2011-03-30 16:41:49 -07:00 |
gfx
|
Add Border(int) constructor.
|
2011-02-20 20:25:57 -03:00 |
gui
|
Remove JMessage and jmessage union, use Message* and Message instead.
|
2011-04-02 13:14:07 -03:00 |
modules
|
Change the title of mini-editor from "Preview" to "Mini-Editor".
|
2011-04-02 21:00:08 -03:00 |
raster
|
Remove all public fields of Cel adding accessors.
|
2011-03-28 00:24:27 -03:00 |
settings
|
Move everything related to tools in "tools" namespace.
|
2011-04-02 10:47:03 -03:00 |
skin
|
Remove JMessage and jmessage union, use Message* and Message instead.
|
2011-04-02 13:14:07 -03:00 |
tests
|
Remove "j" prefix from some files in gui library.
|
2011-01-30 19:12:10 -03:00 |
tools
|
Move everything related to tools in "tools" namespace.
|
2011-04-02 10:47:03 -03:00 |
undo
|
Remove UndoHistory::undo_* member functions to use Undoers directly
|
2011-03-30 18:27:52 -07:00 |
undoers
|
Remove UndoHistory::undo_* member functions to use Undoers directly
|
2011-03-30 18:27:52 -07:00 |
util
|
Rename some Editor's member functions to camelCase.
|
2011-04-01 22:23:38 -03:00 |
widgets
|
Set minifont for "Edit Pal" button and convert it to check-box behavior.
|
2011-04-02 23:10:02 -03:00 |
app.cpp
|
Add mini-editor to see 1px preview when you zoom in.
|
2011-04-02 18:12:41 -03:00 |
app.h
|
Rename ITabsHandler to TabsDelegate.
|
2011-04-02 14:57:40 -03:00 |
check_args.cpp
|
Update copyright year to 2011.
|
2011-01-18 20:49:53 -03:00 |
check_args.h
|
More updates for copyright year to 2011.
|
2011-01-20 18:32:31 -03:00 |
CMakeLists.txt
|
Add mini-editor to see 1px preview when you zoom in.
|
2011-04-02 18:12:41 -03:00 |
console.cpp
|
Replace jwidget_add_child/remove_child/replace_child with Widget's methods.
|
2011-03-29 21:35:17 -03:00 |
console.h
|
Console::showException() does not modify the exception (added "const").
|
2011-03-09 00:18:43 -03:00 |
context_flags.cpp
|
Remove all public fields of Cel adding accessors.
|
2011-03-28 00:24:27 -03:00 |
context_flags.h
|
Add ContextFlags to simplify Command::onEnabled() implementations.
|
2011-03-27 14:51:02 -03:00 |
context.cpp
|
Add ContextFlags to simplify Command::onEnabled() implementations.
|
2011-03-27 14:51:02 -03:00 |
context.h
|
Add ContextFlags to simplify Command::onEnabled() implementations.
|
2011-03-27 14:51:02 -03:00 |
document_id.h
|
Use C99 uint*_t instead of ase_uint*.
|
2011-03-24 18:36:19 -03:00 |
document_wrappers.h
|
Improve Document::lock() with an enum as parameter instead of a bool.
|
2011-03-27 00:15:08 -03:00 |
document.cpp
|
Remove UndoHistory::undo_* member functions to use Undoers directly
|
2011-03-30 18:27:52 -07:00 |
document.h
|
Implement duplicate sprite with all layers (it was removed
|
2011-03-28 23:31:16 -03:00 |
documents.cpp
|
Move UndoHistory from raster/ to undo/ directory.
|
2011-03-24 11:50:00 -03:00 |
documents.h
|
Add Document class, to remove app specific properties from Sprite.
|
2011-03-22 21:11:25 -03:00 |
errno_unittest.cpp
|
Update copyright year to 2011.
|
2011-01-18 20:49:53 -03:00 |
gfxmode.cpp
|
Add Document class, to remove app specific properties from Sprite.
|
2011-03-22 21:11:25 -03:00 |
gfxmode.h
|
More updates for copyright year to 2011.
|
2011-01-20 18:32:31 -03:00 |
gui_xml.cpp
|
Move "AseException" to "base::Exception" class.
|
2011-01-20 23:33:57 -03:00 |
gui_xml.h
|
More updates for copyright year to 2011.
|
2011-01-20 18:32:31 -03:00 |
job.cpp
|
Convert jalert to Alert C++ class.
|
2011-01-27 17:21:33 -03:00 |
job.h
|
Convert jalert to Alert C++ class.
|
2011-01-27 17:21:33 -03:00 |
launcher.cpp
|
Convert jalert to Alert C++ class.
|
2011-01-27 17:21:33 -03:00 |
launcher.h
|
More updates for copyright year to 2011.
|
2011-01-20 18:32:31 -03:00 |
listeners.h
|
Add EditorListeners.
|
2011-04-02 15:47:44 -03:00 |
log.cpp
|
Remove "j" prefix from some files in gui library.
|
2011-01-30 19:12:10 -03:00 |
log.h
|
More updates for copyright year to 2011.
|
2011-01-20 18:32:31 -03:00 |
main.cpp
|
Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros).
|
2011-01-23 19:19:18 -03:00 |
objects_container_impl_unittest.cpp
|
Add ObjectsContainer interface in src/undo/ so UndoHistory has a way to
|
2011-03-24 18:03:38 -03:00 |
objects_container_impl.cpp
|
Refactored the entire Undo system in several layers.
|
2011-03-26 17:40:55 -03:00 |
objects_container_impl.h
|
Refactored the entire Undo system in several layers.
|
2011-03-26 17:40:55 -03:00 |
recent_files.cpp
|
Update copyright year to 2011.
|
2011-01-18 20:49:53 -03:00 |
recent_files.h
|
More updates for copyright year to 2011.
|
2011-01-20 18:32:31 -03:00 |
resource_finder.cpp
|
Update copyright year to 2011.
|
2011-01-18 20:49:53 -03:00 |
resource_finder.h
|
More updates for copyright year to 2011.
|
2011-01-20 18:32:31 -03:00 |
resources_win32.rc
|
More updates for copyright year to 2011.
|
2011-01-20 18:32:31 -03:00 |
ui_context.cpp
|
Move UndoHistory from raster/ to undo/ directory.
|
2011-03-24 11:50:00 -03:00 |
ui_context.h
|
Add Document class, to remove app specific properties from Sprite.
|
2011-03-22 21:11:25 -03:00 |
undo_transaction.cpp
|
Remove UndoHistory::undo_* member functions to use Undoers directly
|
2011-03-30 18:27:52 -07:00 |
undo_transaction.h
|
Minor changes in UndoTransaction to avoid throwing exceptions from its dtor.
|
2011-03-26 23:05:24 -03:00 |
xml_exception.cpp
|
Move "AseException" to "base::Exception" class.
|
2011-01-20 23:33:57 -03:00 |
xml_exception.h
|
Move "AseException" to "base::Exception" class.
|
2011-01-20 23:33:57 -03:00 |
xml_widgets.cpp
|
Replace jwidget_add_child/remove_child/replace_child with Widget's methods.
|
2011-03-29 21:35:17 -03:00 |
xml_widgets.h
|
More updates for copyright year to 2011.
|
2011-01-20 18:32:31 -03:00 |