David Capello
|
97b25219e4
|
USE_STATIC_ALLEGRO is off by default.
|
2010-09-26 18:57:48 -03:00 |
|
David Capello
|
aa397c4fbf
|
Add dirExists() member function in FileSystemModule.
|
2010-09-26 18:26:38 -03:00 |
|
David Capello
|
a3616cec54
|
Fix mem_utils.cpp compilation error with gcc.
|
2010-09-26 16:10:21 -03:00 |
|
David Capello
|
cb3dd70fb8
|
Move Jinete library to src/gui directory (future gui-lib).
|
2010-09-26 15:59:32 -03:00 |
|
David Capello
|
6c8f395977
|
Remove old C hash implementation.
|
2010-09-25 18:07:52 -03:00 |
|
David Capello
|
cd6b8d3d23
|
Move Signal/Slot/Bind stuff to base-lib.
|
2010-09-25 17:20:59 -03:00 |
|
David Capello
|
28d09af036
|
Move Point/Size/Rect classes to a new gfx-lib.
|
2010-09-25 16:22:32 -03:00 |
|
David Capello
|
51fbcae936
|
Move Mutex class from Vaca to src/base.
|
2010-09-23 23:33:39 -03:00 |
|
David Capello
|
803167c06f
|
Remove Debug.cpp/h from Vaca source code.
|
2010-09-23 21:01:36 -03:00 |
|
David Capello
|
5e253d4a76
|
Modify get_pretty_memory_size() to return a std::string.
|
2010-09-23 20:28:38 -03:00 |
|
David Capello
|
c9dfa8fc03
|
Separate "base" code under terms of the BSD license.
|
2010-09-23 20:28:16 -03:00 |
|
David Capello
|
e5908f3669
|
Fixed an old typo in the BSD license.
|
2010-09-23 20:19:48 -03:00 |
|
David Capello
|
3ec3bbbef8
|
Refactor undo_clear_redo/set_label/get_next_*_label -> Undo::clearRedo/etc.
|
2010-09-19 17:44:06 -03:00 |
|
David Capello
|
9924e0fb43
|
Remove PRINTF() usage in raster/undo.cpp (so raster does not depends on LoggerModule).
|
2010-09-19 16:26:15 -03:00 |
|
David Capello
|
85766ea915
|
Refactor undo_do_undo/redo -> Undo::doUndo/Redo.
|
2010-09-19 16:25:18 -03:00 |
|
David Capello
|
b3546cda94
|
Refactor undo_can_undo/redo to Undo::canUndo/Redo.
|
2010-09-19 15:42:40 -03:00 |
|
David Capello
|
12ce788d11
|
Remove undo_new/free/enable/disable/is_enabled/is_disabled, add Undo::is/setEnabled.
|
2010-09-19 15:23:15 -03:00 |
|
David Capello
|
752ffa6444
|
Remove dependency to modules/palettes.h in sprite.cpp.
|
2010-09-19 15:09:39 -03:00 |
|
David Capello
|
1094328cc7
|
Add needed forward declaration of Palette in undo.h
|
2010-09-19 11:29:27 -03:00 |
|
David Capello
|
3246e00db4
|
Camel-case for Undoable class.
|
2010-09-19 10:33:07 -03:00 |
|
David Capello
|
198bd648e5
|
Refactor Layer::add/remove/get_cel to add/remove/getCel.
|
2010-09-19 00:26:33 -03:00 |
|
David Capello
|
5faa31517e
|
Refactor Layer::configure_as_background -> configureAsBackground().
|
2010-09-19 00:17:21 -03:00 |
|
David Capello
|
4d21dd0b5a
|
Refactor Layer::get_cel_begin/end to getCelBegin/End, and get_cels to getCels.
|
2010-09-19 00:15:44 -03:00 |
|
David Capello
|
4874f455f1
|
Refactor Layer::get/set_name to Layer::get/setName.
|
2010-09-19 00:03:32 -03:00 |
|
David Capello
|
e810b1452b
|
Rename "fuzziness" to "tolerance" in maskcol.cpp file.
|
2010-09-18 23:57:57 -03:00 |
|
David Capello
|
46e847ef80
|
Remove internationalization stuff.
- Remove "_" macro.
- Remove src/intl/ directory.
|
2010-09-18 23:54:56 -03:00 |
|
David Capello
|
e2b8a8be1d
|
Remove user_printf() function.
|
2010-09-18 23:33:32 -03:00 |
|
David Capello
|
2fc785553d
|
Modify GfxObj class to keep its members private. Public members come from old C code where "GfxObj"s were "struct"s.
- Add GfxObj::getId and GfxObj::getType.
- GfxObj type enumeration now is called GfxObjType.
|
2010-09-18 20:49:13 -03:00 |
|
David Capello
|
5cd11d525d
|
Remove dead code in dirty.cpp.
|
2010-09-18 19:43:45 -03:00 |
|
David Capello
|
1677cbadaf
|
Rename member functions of Job class.
|
2010-09-18 19:22:45 -03:00 |
|
David Capello
|
851365f7bb
|
Rename App::get_toolbox() to App::getToolBox().
|
2010-09-18 17:49:07 -03:00 |
|
David Capello
|
ec13504c06
|
Remove core/core.h-cpp.
- App class contains the running mode (isGui() flag).
- LoggerModule contains the verbose flag.
- Remove is_interactive().
|
2010-09-18 17:36:21 -03:00 |
|
David Capello
|
4bf5e77304
|
Fix comment in config.h about verbose_printf() location.
|
2010-09-18 15:18:37 -03:00 |
|
David Capello
|
ca521d3f50
|
Remove util/rectscr.cpp (as 8bpp is not supported, we cannot record the screen in FLI format anymore).
|
2010-09-18 01:24:09 -03:00 |
|
David Capello
|
8efbb2e9f0
|
Modify app/color.h header guard prefix from CORE_ to APP_.
|
2010-09-18 01:20:41 -03:00 |
|
David Capello
|
97fadb8eb5
|
Add BASE_ prefix in mem_utils.h header guards.
|
2010-09-18 01:14:45 -03:00 |
|
David Capello
|
9a9e40395f
|
Move LoggerModule to log.cpp.
|
2010-09-18 01:14:03 -03:00 |
|
David Capello
|
f1e9814334
|
Move get_errno_string() to src/base/errno_string.
|
2010-09-18 01:03:56 -03:00 |
|
David Capello
|
0674fbe069
|
Move "src/core/job.[ch]" to src/job.[ch].
|
2010-09-18 00:39:10 -03:00 |
|
David Capello
|
1f88934542
|
Remove "static" member functions from RecentFiles. Now App has a RecentFiles member and it must be accessed through the App singleton.
|
2010-09-18 00:28:24 -03:00 |
|
David Capello
|
99adf98c0f
|
Remove jexception, leave ase_exception only.
|
2010-09-18 00:12:53 -03:00 |
|
David Capello
|
c821cd3924
|
Move mem_utils.cpp in base/ directory.
|
2010-09-18 00:03:06 -03:00 |
|
David Capello
|
7a099e23f9
|
Add some comments to GfxMode / CurrentGfxModeGuard.
|
2010-09-17 23:28:05 -03:00 |
|
David Capello
|
955ec830cc
|
Minor change (move location of GLOB_RECURSE defition in src/CMakeLists.txt)
|
2010-09-14 19:52:02 -03:00 |
|
David Capello
|
a2696555b0
|
Remove file_system test.
|
2010-08-26 22:55:01 -03:00 |
|
David Capello
|
7fa4b000c0
|
Add jstring_unittest.cpp.
|
2010-08-26 22:45:27 -03:00 |
|
David Capello
|
87a25ea68f
|
Move tests/test_jgrid.cpp to jinete/jgrid_unittest.cpp.
|
2010-08-26 22:44:30 -03:00 |
|
David Capello
|
e70c78a9a5
|
Move tests/test_jlist.cpp to jinete/jlist_unittest.cpp.
|
2010-08-26 22:43:46 -03:00 |
|
David Capello
|
c4017a24e0
|
Fix test.h for GUI tests. Jinete class instance is needed.
|
2010-08-26 22:42:53 -03:00 |
|
David Capello
|
75689ef990
|
Fix bug #3051174 (reported by Trent Gamblin): Loading two or more times gui.xml file.
|
2010-08-26 21:40:45 -03:00 |
|