.. |
allegro
|
Check if keyboard_driver is installed before using it in _al_win_kbd_update_shifts().
|
2012-08-22 22:34:03 -03:00 |
app
|
Replace CheckArgs with app::AppOptions/base::ProgramOptions classes
|
2012-09-05 21:14:42 -03:00 |
base
|
Add value name to ProgramOptions::Option::requiresValue() member function
|
2012-09-05 21:12:04 -03:00 |
commands
|
Fix issue #164: Palette area visible in Advanced Mode.
|
2012-08-24 18:54:47 -03:00 |
dialogs
|
Add LayerIndex and SpritePosition types.
|
2012-08-23 21:32:55 -03:00 |
file
|
Fix unittests compilation for Windows.
|
2012-08-24 00:49:38 -03:00 |
filters
|
|
|
gfx
|
|
|
la
|
|
|
modules
|
Fix issues #163 and #165.
|
2012-08-24 10:25:19 -03:00 |
net
|
|
|
raster
|
Add LayerIndex and SpritePosition types.
|
2012-08-23 21:32:55 -03:00 |
scripting
|
Add scripting-lib (link with v8 when it's available)
|
2012-09-02 17:35:14 -03:00 |
settings
|
Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class.
|
2012-07-09 13:20:58 -03:00 |
she
|
Fix problems with Allegro + MacOSX + main().
|
2012-08-24 00:24:51 -03:00 |
skin
|
Convert the mouse cursor into an ui::Overlay (now it support alpha channel).
|
2012-08-10 23:14:54 -03:00 |
tests
|
Fix unittests compilation for Windows.
|
2012-08-24 00:49:38 -03:00 |
tools
|
Fix crash pressing left & right mouse buttons at the same time to start/cancel drawing
|
2012-08-31 00:25:24 -03:00 |
ui
|
Fix issue #164: Palette area visible in Advanced Mode.
|
2012-08-24 18:54:47 -03:00 |
undo
|
Add DocumentUndo to avoid app specific data in the undo library.
|
2012-07-08 01:25:26 -03:00 |
undoers
|
Fix issue #160, crashes undoing critical actions like "remove layer" or "remove frame".
|
2012-08-23 21:44:41 -03:00 |
updater
|
|
|
util
|
Refactor: replace JList with std::vector<> or std::list<>.
|
2012-07-17 21:42:02 -03:00 |
widgets
|
Fix issue #164: Palette area visible in Advanced Mode.
|
2012-08-24 18:54:47 -03:00 |
app_menus.cpp
|
Refactor: replace JList with std::vector<> or std::list<>.
|
2012-07-17 21:42:02 -03:00 |
app_menus.h
|
Refactor: replace JList with std::vector<> or std::list<>.
|
2012-07-17 21:42:02 -03:00 |
app.cpp
|
Replace CheckArgs with app::AppOptions/base::ProgramOptions classes
|
2012-09-05 21:14:42 -03:00 |
app.h
|
Replace CheckArgs with app::AppOptions/base::ProgramOptions classes
|
2012-09-05 21:14:42 -03:00 |
CMakeLists.txt
|
Replace CheckArgs with app::AppOptions/base::ProgramOptions classes
|
2012-09-05 21:14:42 -03:00 |
console.cpp
|
Rename ui::Frame to ui::Window.
|
2012-07-08 23:24:42 -03:00 |
console.h
|
|
|
context_flags.cpp
|
|
|
context_flags.h
|
|
|
context_observer_list.cpp
|
Add DataRecovery and Backup classes. They do nothing at the moment.
|
2012-08-22 21:05:02 -03:00 |
context_observer_list.h
|
Add DataRecovery and Backup classes. They do nothing at the moment.
|
2012-08-22 21:05:02 -03:00 |
context_observer.h
|
Add DataRecovery and Backup classes. They do nothing at the moment.
|
2012-08-22 21:05:02 -03:00 |
context.cpp
|
Rename "listener" to "observer" which is better to reference the "Observer" pattern.
|
2012-08-18 15:22:23 -03:00 |
context.h
|
Rename "listener" to "observer" which is better to reference the "Observer" pattern.
|
2012-08-18 15:22:23 -03:00 |
document_event.h
|
Add DocumentEvent class so all DocumentObserver's member functions receive one parameter.
|
2012-08-18 23:45:37 -03:00 |
document_id.h
|
|
|
document_observer.h
|
Add DocumentEvent class so all DocumentObserver's member functions receive one parameter.
|
2012-08-18 23:45:37 -03:00 |
document_undo.cpp
|
Fix issue #160, crashes undoing critical actions like "remove layer" or "remove frame".
|
2012-08-23 21:44:41 -03:00 |
document_undo.h
|
Fix issue #160, crashes undoing critical actions like "remove layer" or "remove frame".
|
2012-08-23 21:44:41 -03:00 |
document_wrappers.h
|
|
|
document.cpp
|
Add LayerIndex and SpritePosition types.
|
2012-08-23 21:32:55 -03:00 |
document.h
|
Add DocumentObserver and now the Document is an Observable class.
|
2012-08-18 17:50:36 -03:00 |
documents.cpp
|
|
|
documents.h
|
|
|
drop_files.cpp
|
Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class.
|
2012-07-09 13:20:58 -03:00 |
drop_files.h
|
|
|
errno_unittest.cpp
|
|
|
file_system.cpp
|
Win32: Show filename with extension instead of display name for files.
|
2012-07-09 13:49:08 -03:00 |
file_system.h
|
|
|
flatten.cpp
|
Add FrameNumber type.
|
2012-07-08 21:09:09 -03:00 |
flatten.h
|
Fix compilation errors in GCC.
|
2012-07-09 17:36:45 -03:00 |
gfxmode.cpp
|
Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class.
|
2012-07-09 13:20:58 -03:00 |
gfxmode.h
|
|
|
gui_xml.cpp
|
|
|
gui_xml.h
|
|
|
ini_file.cpp
|
Move src/gui/ to src/ui/
|
2012-06-17 22:49:58 -03:00 |
ini_file.h
|
|
|
job.cpp
|
Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class.
|
2012-07-09 13:20:58 -03:00 |
job.h
|
Replace deprecated "Monitor" struct from gui module with ui::Timers.
|
2012-07-06 01:06:00 -03:00 |
launcher.cpp
|
Fix compilation errors in GCC.
|
2012-07-09 17:36:45 -03:00 |
launcher.h
|
|
|
log.cpp
|
Move some App members (ConfigModule/CheckArgs/LoggerModule) to App::Modules
|
2012-09-02 17:42:32 -03:00 |
log.h
|
|
|
main.cpp
|
Replace CheckArgs with app::AppOptions/base::ProgramOptions classes
|
2012-09-05 21:14:42 -03:00 |
modules.cpp
|
Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class.
|
2012-07-09 13:20:58 -03:00 |
modules.h
|
Move src/gui/ to src/ui/
|
2012-06-17 22:49:58 -03:00 |
objects_container_impl_unittest.cpp
|
|
|
objects_container_impl.cpp
|
|
|
objects_container_impl.h
|
|
|
observable.h
|
Fix Observable::notifyObservers<> member functions to call specific Observers members explicitly.
|
2012-08-18 22:54:03 -03:00 |
observers.h
|
Add Observable template.
|
2012-08-18 17:47:00 -03:00 |
README.md
|
Add "she" layer.
|
2012-07-14 16:55:16 -03:00 |
recent_files.cpp
|
Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class.
|
2012-07-09 13:20:58 -03:00 |
recent_files.h
|
|
|
resource_finder.cpp
|
|
|
resource_finder.h
|
|
|
resources_win32.rc
|
Update version to 0.9.6-dev
|
2012-08-24 21:42:46 -03:00 |
thumbnail_generator.cpp
|
Add FrameNumber type.
|
2012-07-08 21:09:09 -03:00 |
thumbnail_generator.h
|
Replace deprecated "Monitor" struct from gui module with ui::Timers.
|
2012-07-06 01:06:00 -03:00 |
ui_context.cpp
|
Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class.
|
2012-07-09 13:20:58 -03:00 |
ui_context.h
|
|
|
undo_transaction.cpp
|
Fix issue #160, crashes undoing critical actions like "remove layer" or "remove frame".
|
2012-08-23 21:44:41 -03:00 |
undo_transaction.h
|
Fix issue #160, crashes undoing critical actions like "remove layer" or "remove frame".
|
2012-08-23 21:44:41 -03:00 |
xml_exception.cpp
|
|
|
xml_exception.h
|
|
|
xpm_icon.c
|
|
|