David Capello
8d37636f1a
Fix some problems with sprites with non-zero transparent color.
...
+ color_utils::color_for_layer() must return the sprite's transparent
color when the "Mask" is specified.
+ New cels in ExpandCelCanvas must be created with the sprite's
transparent color.
2011-10-29 21:54:16 -03:00
David Capello
0839b10569
Add support to MovingCelState to move the selection along with the current cel.
...
+ Added support to move empty (NULL) cels (in this case only the
selection is moved).
2011-10-29 21:39:55 -03:00
David Capello
2e379c244f
Fix PixelsMovementImpl with ExpandCelCanvas to support moving the pixels outside the cel bounds
...
(but inside visible portions of sprite).
2011-10-29 21:17:32 -03:00
David Capello
b9b93e6869
Add ExpandCelCanvas to simplify ToolLoopImpl implementation.
2011-10-29 20:50:18 -03:00
David Capello
1dcb42a10a
Use UniquePtr<Dirty> instead of naked new/delete operations.
2011-10-29 19:51:47 -03:00
David Capello
d55e4c58e4
Fix regression bug: user isn't able to copy pixels using Ctrl + selection tool.
...
+ The problem is that "Ctrl" key is a quicktool (move cel), and it was
stealing the "Ctrl" key to the selection tool.
+ Added <spriteeditor> section in gui.xml to specify which key is
used to copy the selection (instead of moving). "Ctrl" is the default.
+ Added EditorCustomizationDelegate interface.
2011-10-29 19:21:19 -03:00
David Capello
2623b1af99
Minor changes in standby_state.cpp.
2011-10-29 16:26:01 -03:00
David Capello
48000d6f48
Replace interactive_move_layer() with MovingCelState.
2011-10-29 16:25:47 -03:00
David Capello
daf16f6069
Minor changes in drop_files.cpp to avoid cast problems.
2011-10-29 12:32:18 -03:00
David Capello
f767c06761
Add MemoryDump class in base library to create mini-memory dumps on win32 platform.
2011-10-29 12:30:49 -03:00
David Capello
cfd74c79bd
Move to 0.9.1 version.
2011-10-29 11:18:07 -03:00
David Capello
f7e9756b11
Fix \r\n line.
2011-09-11 23:45:29 -03:00
David Capello
774c2e8e44
Change ase- to aseprite- prefix for distributed files.
2011-09-06 20:40:43 -03:00
David Capello
0771f708da
Remove the *super old* es.po file.
2011-09-06 20:40:28 -03:00
David Capello
4baf6e2893
Remove Windows 98/2K from CONFIGURATION FILES section in README.html.
2011-09-06 20:31:34 -03:00
David Capello
de4f998789
Some changes to FEATURES section in README.html.
2011-09-06 20:29:29 -03:00
David Capello
e5cf09d059
Remove reference to SourceForge in README.html.
2011-09-06 19:50:08 -03:00
David Capello
8a9bb6c45c
Add xpm icon for X11.
2011-09-06 19:37:35 -03:00
David Capello
c64a0d1171
Add gui.xml version validation to avoid using an old customized gui.xml file.
2011-08-22 21:37:14 -03:00
David Capello
df3c0c1d52
Add quickref.odt file.
2011-08-22 21:08:18 -03:00
David Capello
da0a4f67dd
Add ase icon (32,48,64 created by iLKke)
2011-08-22 21:02:46 -03:00
David Capello
ee612bb366
Fix error canceling tool-loop with left-button (when the user starts drawing with right-button).
2011-08-22 13:47:28 -03:00
David Capello
e090c966bf
Add ToolLoop::Button enum type to avoid hardcoded 0 and 1 values.
2011-08-22 13:46:09 -03:00
David Capello
728da7a59b
Remove old lines to build aseprite in dist.sh.
2011-08-21 13:40:32 -03:00
David Capello
5c93242924
Fix preview command: now previous/next frame keys can be used again (fixed issue #39 ).
2011-08-09 23:06:42 -03:00
David Capello
639e60181e
Minor changes in README.html and added curl and xfree86 licenses.
2011-08-09 22:52:53 -03:00
David Capello
3dc7e01f74
"curl" is compiled statically so "net" library must be compiled with CURL_STATICLIB flag.
2011-08-09 22:52:30 -03:00
David Capello
7b639e814b
Fix problems generating a lot of consecutive "undo" entries when the palette were modified.
...
+ Added Undo::graftUndoerInLastGroup() member function.
+ Modify the PaletteEntryEditor to group a sequence of SetPaletteColors
undoers in the same group using the new Undo::graftUndoerInLastGroup().
2011-08-09 22:40:09 -03:00
David Capello
e8f4c61fa7
Palette editor now is redrawn when the palette changes externally (e.g. by undo/redo actions).
2011-08-09 21:45:22 -03:00
David Capello
f09cf4db4b
Add FULLSCREEN_PLATFORM constant (as in branch 0.8).
2011-08-09 20:27:12 -03:00
David Capello
431fc99d40
Adjust TODO.txt entries.
2011-08-09 20:16:21 -03:00
David Capello
5202826406
Minor change in CMakeLists.txt.
2011-08-09 20:13:22 -03:00
David Capello
5ff9450536
Fix problems loading/saving .png files with non-zero transparent index.
2011-08-09 00:01:57 -03:00
David Capello
c3e38daff2
Add comments to export sprite sheet command.
2011-08-08 23:59:46 -03:00
David Capello
d5dd899d3d
Add "Export Sprite Sheet" command.
2011-08-07 22:24:21 -03:00
David Capello
26c2fff7d0
Add ComboBox::Change signal (to replace JI_SIGNAL_COMBOBOX_SELECT in the future).
2011-08-07 22:22:48 -03:00
David Capello
63f163439f
Remove unused JI_SIGNAL_COMBOBOX_CHANGE signal.
2011-08-07 22:08:24 -03:00
David Capello
3442997007
Modify layout of Import/Cancel buttons.
2011-08-07 22:06:37 -03:00
David Capello
f50a8e6e2b
Fix my website's URL.
2011-08-06 14:36:52 -03:00
David Capello
8c52068eb4
Fix error deleting the mini-editor after the color bar is destroyed.
...
The "editors" module was moved out from LegacyModules class.
2011-08-06 14:36:40 -03:00
David Capello
604deab93e
Fix problem with new lines.
2011-07-31 23:42:12 -03:00
David Capello
0bddf2611c
Add "Import Sprite Sheet" command (part of issue #4 ).
2011-07-31 22:55:52 -03:00
David Capello
3cbf3baf75
New line fix in cmd_new_file.cpp.
2011-07-31 22:43:06 -03:00
David Capello
ccd6051de3
UndoTransaction::newLayer() returns a LayerImage.
2011-07-31 22:42:10 -03:00
David Capello
100894ceea
Destroy editors first to avoid disconnection from dead signals.
2011-07-31 22:41:49 -03:00
David Capello
2835d642a0
Fix bug switching current fg color (X key) and updating Editor's brush preview.
2011-07-28 20:02:07 -03:00
David Capello
2b95ba58d2
Fix problem losing the mouse capture on Windows platform when the mouse leaves the windows.
2011-07-28 19:32:05 -03:00
David Capello
dd65f0cf7f
Replace "QuickReference" and "Donate" commands with "Launch".
2011-07-28 19:32:04 -03:00
David Capello
c35c258bd5
Fix problems compiling on Linux with GCC.
2011-07-27 23:08:54 -03:00
David Capello
ce14cbfd89
Fix src/app/check_update.cpp compilation error with the renamed cfg.h to ini_file.h.
2011-07-27 22:21:30 -03:00