- All tools stuff refactored in various files/components.
- Added classes: IToolLoop, Tool, ToolGroup, ToolInk, ToolController, ToolPointShape, ToolIntertwine, ToolBox, etc.
- Added ToolLoopManager.
- Removed old src/modules/tools.cpp.
- Added ISettings and UISettingsImpl, adding the tools settings (onion skinning, grid, tiled mode, etc.).
- Added App::PenSizeBeforeChange, PenSizeAfterChange, CurrentToolChange signals.
- Renamed Context::get_bg/fg_color to getBg/FgColor.
- Refactored Brush class to Pen and added PenType.
- Renamed tiled_t to TiledMode.
- get_config_rect now uses the new Rect class imported from Vaca instead of old jrect.
- Added default_skin.xml to load tool icons.
- Added pen preview in Editor::cursor stuff.
- Added Editor::decorators.
Note: This big patch is from some time ago. I did my best to pre-commit other small changes before this big one.
2010-03-07 19:47:45 +00:00
|
|
|
Refactoring
|
|
|
|
-----------
|
|
|
|
|
|
|
|
- editors_ -> Editors class widget
|
|
|
|
- rename core/cfg.h to cfg_file.h
|
|
|
|
- convert all widgets to classes:
|
|
|
|
+ match Jinete design with Vaca library (Vaca Fusion)
|
|
|
|
+ move all functions (jwidget_*) to methods in Widget class.
|
|
|
|
+ the same for each widget (e.g. jbutton_* to Button widget)
|
|
|
|
+ AppHooks to Vaca::Signals
|
|
|
|
+ Convert all JI_SIGNAL to Vaca::Signals
|
|
|
|
- all member functions should be named verbNoun instead of verb_noun or noun_verb.
|
|
|
|
- all functions to handle an object should be converted to member functions:
|
|
|
|
- e.g. jwidget_set_text -> Widget::setText
|
|
|
|
|
2008-03-15 01:54:45 +00:00
|
|
|
High priority work
|
|
|
|
------------------
|
2008-02-29 19:29:49 +00:00
|
|
|
|
- All tools stuff refactored in various files/components.
- Added classes: IToolLoop, Tool, ToolGroup, ToolInk, ToolController, ToolPointShape, ToolIntertwine, ToolBox, etc.
- Added ToolLoopManager.
- Removed old src/modules/tools.cpp.
- Added ISettings and UISettingsImpl, adding the tools settings (onion skinning, grid, tiled mode, etc.).
- Added App::PenSizeBeforeChange, PenSizeAfterChange, CurrentToolChange signals.
- Renamed Context::get_bg/fg_color to getBg/FgColor.
- Refactored Brush class to Pen and added PenType.
- Renamed tiled_t to TiledMode.
- get_config_rect now uses the new Rect class imported from Vaca instead of old jrect.
- Added default_skin.xml to load tool icons.
- Added pen preview in Editor::cursor stuff.
- Added Editor::decorators.
Note: This big patch is from some time ago. I did my best to pre-commit other small changes before this big one.
2010-03-07 19:47:45 +00:00
|
|
|
+ Selection tools do not have "move" functionality incorporated yet as we talked (they just add/subtract selection)
|
|
|
|
+ The following tools do not work: spray, eraser, blur, jumble, eyedropper, scroll, move.
|
|
|
|
+ You cannot cancel trace pressing the other mouse button
|
|
|
|
+ "shade" drawing mode
|
|
|
|
+ A lot of tool configurations are not working (grid, tiled, opacity)
|
|
|
|
+ Improve polygon tool (and polygon lasso)
|
|
|
|
|
2009-06-02 00:50:37 +00:00
|
|
|
- Fix paste behavior:
|
|
|
|
+ paste when there are no images (create one image or put the
|
|
|
|
clipboard as the layer's image)
|
|
|
|
+ create a 'floating' flag for image-layers and make the
|
|
|
|
trasformation embedded in the editor
|
|
|
|
+ Ctrl+T should transform the current cel
|
2009-05-31 20:15:38 +00:00
|
|
|
- fix bilinear: when getpixel have alpha = 0 get a neighbor color.
|
2009-05-31 16:02:32 +00:00
|
|
|
- fix sliders in Tools Configuration, they are too big
|
2008-06-15 23:55:04 +00:00
|
|
|
for small resolutions.
|
2009-06-11 00:25:24 +00:00
|
|
|
- rewrite palette-editor to edit multiple-palettes.
|
2008-05-06 15:22:57 +00:00
|
|
|
- fix quantize (one palette for all frames, one palette per frame)
|
|
|
|
- pal-operations (sort, quantize, gamma by color-curves, etc.);
|
|
|
|
- complete palette operations, and palette editor (it needs a slider
|
|
|
|
or something to move between palette changes)
|
|
|
|
- add undo support for palette changes.
|
2008-04-27 20:27:06 +00:00
|
|
|
- brush options by tool.
|
2008-03-27 14:29:33 +00:00
|
|
|
- if there is activated the Tools Configuration dialog box, the
|
|
|
|
Shift+G and Shift+S should update it
|
2008-05-06 15:22:57 +00:00
|
|
|
- when press Plus/Minus pad in the editor and the configuration tool
|
|
|
|
window is active, the slider of the "Brush Size" must be updated.
|
2008-03-22 18:43:56 +00:00
|
|
|
- add two DrawClick2:
|
|
|
|
- DrawClick2FreeHand
|
|
|
|
- DrawClick2Shape
|
2008-05-06 15:22:57 +00:00
|
|
|
- see the new Allegro's load_font
|
2009-06-11 00:25:24 +00:00
|
|
|
- finish ICO files support.
|
2007-09-18 23:57:02 +00:00
|
|
|
- add "size" to GUI font (for TTF fonts);
|
2008-05-06 15:22:57 +00:00
|
|
|
- layer movement between sets in animation-editor;
|
2008-01-23 16:16:43 +00:00
|
|
|
+ add all the "set" stuff again;
|
2007-09-18 23:57:02 +00:00
|
|
|
- fix algo_ellipsefill;
|
|
|
|
- view_tiled() should support animation playback (partial support:
|
|
|
|
with left and right keys).
|
|
|
|
- make keys like 9, 0, + Pad, - Pad configurable.
|
|
|
|
|
|
|
|
Wish-list
|
|
|
|
---------
|
|
|
|
|
2007-11-16 20:49:40 +00:00
|
|
|
- dacap wish-list:
|
2008-02-29 19:29:49 +00:00
|
|
|
+ added starred file-items in the file-selector.
|
2008-05-06 15:22:57 +00:00
|
|
|
+ the commands should use a new ase/ API and not the raster/ low-level
|
2009-01-24 00:41:01 +00:00
|
|
|
- "raster/Undoable" is the beginning
|
2008-05-06 15:22:57 +00:00
|
|
|
+ the dependencies should be:
|
|
|
|
commands/ -> ase/ -> raster/ -> jinete/
|
- All tools stuff refactored in various files/components.
- Added classes: IToolLoop, Tool, ToolGroup, ToolInk, ToolController, ToolPointShape, ToolIntertwine, ToolBox, etc.
- Added ToolLoopManager.
- Removed old src/modules/tools.cpp.
- Added ISettings and UISettingsImpl, adding the tools settings (onion skinning, grid, tiled mode, etc.).
- Added App::PenSizeBeforeChange, PenSizeAfterChange, CurrentToolChange signals.
- Renamed Context::get_bg/fg_color to getBg/FgColor.
- Refactored Brush class to Pen and added PenType.
- Renamed tiled_t to TiledMode.
- get_config_rect now uses the new Rect class imported from Vaca instead of old jrect.
- Added default_skin.xml to load tool icons.
- Added pen preview in Editor::cursor stuff.
- Added Editor::decorators.
Note: This big patch is from some time ago. I did my best to pre-commit other small changes before this big one.
2010-03-07 19:47:45 +00:00
|
|
|
+ consistent error handling (now I'm using exception).
|
2007-11-16 20:49:40 +00:00
|
|
|
- manuq wish-list:
|
|
|
|
+ layer-with-constant-cel
|
2007-09-18 23:57:02 +00:00
|
|
|
- Mateusz Czaplinski ideas:
|
|
|
|
+ when move selections, will be good the possibility to see relative
|
|
|
|
position from the starting point of movement;
|
|
|
|
+ make drawing the 'marching-ants-rectangle' a prioritaire thing to
|
|
|
|
draw (when move it).
|
|
|
|
|
|
|
|
Low priority stuff
|
|
|
|
------------------
|
|
|
|
|
2008-02-10 19:06:03 +00:00
|
|
|
- add more unit-tests.
|
2007-09-18 23:57:02 +00:00
|
|
|
- test routines: load/save_pic_file, load/save_msk_file,
|
|
|
|
load/save_col_file.
|
|
|
|
- fix the fli reader (both Allegro and Gfli): when a frame hasn't
|
|
|
|
chunks means that it's looks like the last frame;
|
|
|
|
- talk with Ben Davis, his "quantize.c" has memory leaks (test it
|
|
|
|
more, I don't think so);
|
|
|
|
- talk with Elias Pschernig, his "do_ellipse_diameter" (algo_ellipse)
|
|
|
|
has a bug with ellipses of some dimensions (I made a test, and a
|
|
|
|
various sizes have errors).
|
|
|
|
- optimize the *_to_allegro image methods (I profiled ASE, and these
|
|
|
|
are the more slow routines in all the program);
|
2009-05-31 20:15:38 +00:00
|
|
|
- remove the jfilesel.c & jquickmenu.c
|
|
|
|
- fix Jinete examples:
|
|
|
|
+ 05fsel
|
|
|
|
+ 09lists
|
|
|
|
+ 20combo
|
|
|
|
+ 21manage
|