David Capello
115af153cc
Fixed I keyboard shortcut. Added Shift+I too.
2009-10-09 02:41:09 +00:00
David Capello
9e5d0dc2f2
Renamed file cmd_eyedropper_tool.cpp to cmd_eyedropper.cpp
2009-10-09 02:36:30 +00:00
David Capello
7454b7c03d
Added authors.
2009-10-09 02:26:28 +00:00
David Capello
2d5e227a5f
Replaced "M" label with "MB".
2009-10-09 02:22:49 +00:00
David Capello
4710ddf041
Removed deprecated files.
2009-10-09 02:11:03 +00:00
David Capello
60172fa2ee
Modified folders to load data on Mac OS X platform (thanks to Trent Gamblin).
2009-10-09 02:06:09 +00:00
David Capello
5455136f35
Internal refactoring of commands to support record/play macros in the near future.
2009-10-09 01:34:06 +00:00
David Capello
33baa4fd5c
Merged branch 0.7.1 (release 0.7.2) to trunk.
2009-09-07 14:28:47 +00:00
David Capello
b0c56578ca
Moved modules/sprites.cpp to effect/images_ref.cpp
2009-08-17 23:45:55 +00:00
David Capello
b92c4d127b
Fixed comments about configuration files.
2009-08-17 22:46:04 +00:00
David Capello
4a4ccfc65f
Removed local unused function 'layer_get_pos'.
2009-08-17 21:44:55 +00:00
David Capello
e484553608
Renamed some header guards.
2009-08-17 21:38:00 +00:00
David Capello
39203e34c2
Removed deprecated files canvasze.cpp and canvasze.h.
2009-08-17 21:26:20 +00:00
David Capello
3dbb7c088b
Moved console.* from src/console to src/
2009-08-17 19:32:09 +00:00
David Capello
05803abaa1
Fixed a lot of VC++8 warnings with /W3 flag.
2009-08-17 18:00:38 +00:00
David Capello
2bc2db1630
Added support to compile ASE for Mac OS X (thanks to Trent Gamblin).
2009-08-17 00:26:05 +00:00
David Capello
e1e60ab914
New version 0.7.1 released.
2009-08-10 14:35:13 +00:00
David Capello
1c541651ce
+ Added a progress bar in the file-selector to show the progress of thumbnail generation.
...
+ Fixed a program crash in file-selector dialog when you open a file and the thumbnail is being generated.
2009-08-10 02:36:06 +00:00
David Capello
5346a7705e
Modified file name where ASE configuration is saved.
2009-08-10 02:17:49 +00:00
David Capello
c56cad63e9
Fixed usability issues in the file-selector dialog.
2009-08-09 21:50:26 +00:00
David Capello
8b8f13edf9
+ Added support to paste/copy text from/to Windows clipboard.
...
+ Added support to process Ctrl+C / Ctrl+V / Ctrl+P keys in all entry fields.
+ Fixed a bug where file names for new sprites are lower-case always (in Windows).
2009-08-09 21:24:32 +00:00
David Capello
f283a862d0
Fixed to last directory layout.
2009-08-05 02:41:35 +00:00
David Capello
e11796c83b
Fixed a little problem with = operator (it is not ==).
2009-08-05 01:59:56 +00:00
David Capello
67a830183b
+ Modified makefile.vc to handle a completelly static compilation with VC++9.0 Express Edition
...
(the new compiler used for the following Win32 binary releases).
+ Modified some error handling code to use C++ exceptions.
+ Modified some collections (std::vector, std::map, etc.) from instances to pointers.
2009-08-05 01:53:02 +00:00
David Capello
f9ac4089f5
Fixed compilation problems with gcc/vc.
2009-08-02 23:40:42 +00:00
David Capello
48fbc7d875
Fixed some compilation errors with gcc.
2009-08-02 22:32:29 +00:00
David Capello
a872edd377
Fixed critical bugs in rendering code with zoom.
2009-08-02 22:23:37 +00:00
David Capello
a67c563d6f
Fixed some memory leaks.
2009-07-27 03:15:31 +00:00
David Capello
c384b6c19b
Fixed problems using the "argument" parameter in commands.
2009-07-27 03:03:19 +00:00
David Capello
5b543a995b
Added memory leak detection for MSVC.
2009-07-12 20:29:16 +00:00
David Capello
a948015cf5
Fixed a compilation error.
2009-07-12 16:53:48 +00:00
David Capello
f8f45dc0e5
+ Added Flip Canvas Horizontal/Vertical commands.
...
+ Fixed problems with keyboard shortcuts for commands with arguments.
2009-07-10 02:08:41 +00:00
David Capello
7280eba09e
Minor changes.
2009-07-10 01:58:43 +00:00
David Capello
16703e2427
Minor changes.
2009-07-10 01:34:37 +00:00
David Capello
a5a71d6c86
Now 'rotate canvas' supports mask-rotation.
2009-06-14 22:08:50 +00:00
David Capello
371e592f8c
2009-06-14 22:01:35 +00:00
David Capello
edc4da4b8e
Added new command to rotate canvas.
2009-06-14 19:16:42 +00:00
David Capello
0e2fba2396
Added image_fixup_transparent_colors function.
...
Fixed image_resize.
2009-06-14 19:05:43 +00:00
David Capello
b84fa3a8c6
Added support to resize the current mask.
2009-06-14 16:10:12 +00:00
David Capello
8ac979667c
Fixed compilations problems with ase_exception and JWidgetPtr with g++
2009-06-11 15:50:10 +00:00
David Capello
3885f37f45
+ CurrentSprite class was split in SpriteWrapper/Reader/Writer, and CurrentSpriteReader/Writer wrappers.
...
+ More routines are using exceptions for error handling.
+ Added JWidgetPtr class.
+ Added Undoable::set_imgtype/layer_from_background/flatten_layers.
2009-06-11 15:11:11 +00:00
David Capello
d157131d4a
Added more const-correctness.
2009-06-11 00:59:57 +00:00
David Capello
b4a0d2f7d7
Added CurrentSpriteRgbMap class.
2009-06-11 00:33:29 +00:00
David Capello
9ba545025b
Fixed some typos in TODO entries
2009-06-11 00:25:24 +00:00
David Capello
be95cccc0a
Fixed compilations errors with g++
2009-06-10 23:04:27 +00:00
David Capello
b696c0dfb9
Added "enabled" method.
2009-06-05 15:19:27 +00:00
David Capello
59ae779fca
+ Added Context parameter to CurrentSprite.
...
+ Now CurrentSprite is defined in current_sprite.h.
+ Modified several routines to get the current sprite as parameter.
2009-06-02 14:08:56 +00:00
David Capello
c622ca2535
Added TODO entries about paste command.
2009-06-02 00:50:37 +00:00
David Capello
c4be9fe5b4
Added Context and UIContext classes.
...
Added CurrentSprite class.
Removed current_sprite global.
Moved all functions of 'sprites' module to Context/UIContext.
2009-06-01 02:59:15 +00:00
David Capello
8f92f78702
- Added Job class.
...
- Added SpriteSizeJob class.
- Added ScopedLock class.
- Fixed some bugs.
2009-05-31 20:15:38 +00:00