David Capello
dde7915c24
ExportSpriteSheet: Fix "Height" combobox to make it editable
2014-08-12 07:29:57 -03:00
David Capello
df3c16b802
Add more options to export sprite sheet (e.g. best fit for texture)
2014-08-11 11:33:17 -03:00
David Capello
c936a792ab
Add export_sprite_sheet.xml widget
2014-08-11 07:27:10 -03:00
David Capello
a767eb187d
Add layer_properties.xml widget
2014-08-11 06:57:22 -03:00
David Capello
1c324c9b14
Add experimental option to use native mouse cursors (and some renames of cursor names)
2014-08-10 19:51:14 -03:00
David Capello
f48440fe71
Use the generated app::gen::Options widget for OptionsCommand
2014-08-10 01:12:31 -03:00
David Capello
303595689f
Use generated widget app::gen::NewSprite in NewFileCommand
2014-08-09 21:45:07 -03:00
David Capello
d23fa2230b
Implement option to generate one optimized palette for all frames when we save a .gif file
2014-08-09 12:51:11 -03:00
David Capello
bebc129a4d
Remove rounded corners to minifont.png to make it more readable
2014-08-09 10:45:06 -03:00
David Capello
626ec1d2ba
Add MoveTaskCommand: now you can move the selection with Shift+arrow keys
2014-08-08 01:00:02 -03:00
David Capello
6d1602f278
Minor change in gui.xml
2014-08-07 20:26:02 -03:00
David Capello
d74944c885
Updated NES palettes (issue 411 for details and authors)
2014-08-06 08:57:41 -03:00
David Capello
fcfaacd4d7
Update version to 1.0.3-dev
2014-08-06 00:50:35 -03:00
David Capello
a856cdf8bd
Add support for command key in Mac OS X platform
...
Other change:
- Fixed ui::Message::onlyCtrl/Shift/AltPressed() member functions
2014-08-06 00:42:50 -03:00
David Capello
411ceda0e7
Add options to save GIF files (how to quantize palettes mainly)
...
* Added "context" parameter to save/load routines so we can test them.
2014-07-19 22:01:39 -03:00
David Capello
958d8f922f
Merge branch 'next' into dev
2014-07-11 01:15:30 -03:00
David Capello
6861bd7bb7
Minor change in options dialog
2014-07-06 20:51:27 -03:00
David Capello
950a9fe82f
Add button to create new folders in FileSelector (issue 233)
2014-06-28 18:01:32 -03:00
David Capello
0b8d88d6ee
Add "slice" ink and tool (it is not yet implemented)
2014-06-27 22:58:38 -03:00
David Capello
331688bd86
Add "Zoom with Scroll Wheel" option (on/true by default)
2014-06-22 22:35:51 -03:00
David Capello
0c250df97a
Separate Options dialog in different sections
...
* Add ui::Panel widget
2014-06-22 21:56:04 -03:00
David Capello
abe957f037
Update version to 1.0.2
2014-06-15 12:03:23 -03:00
David Capello
c639b4dba3
Add "dots" freehand algorithm (change to ButtonSet the selection of FreehandAlgorithm)
2014-06-15 04:14:53 -03:00
David Capello
9ac51fd0be
Rename raster::Pen -> raster::Brush
2014-06-14 15:09:43 -03:00
David Capello
3c959233b6
Add link label in Options dialog to locate the configuration file
2014-06-13 23:00:49 -03:00
David Capello
d8d637a056
New version 1.0.1 in dev
2014-06-09 22:05:19 -03:00
David Capello
dbe4f872c5
New icon
2014-06-04 00:44:43 -03:00
David Capello
ed6c0f986d
ColorSelector: Add WarningIcon to add colors to the palette
...
Simplified the color selector UI. Now RGB/HSV colors are shown correctly
and a new warning icon/button is visible when the color is not part of
the current palette. This button can be used to quickly add the new entry
to the palette.
2014-06-01 18:15:11 -03:00
David Capello
dc5a019c13
ContextBar: Add buttons to drop the selection or cancel the whole operation
...
- Add ContextBarObserver (and MovingPixelsState implements this interface)
- PixelMovements::discardImage() receives a "commit" flag to do a rollback
of the operation if the user needs it.
2014-05-26 00:20:16 -03:00
David Capello
08fb98d40d
New notifications area at the top-right corner
2014-05-25 11:21:10 -03:00
David Capello
8d3b132082
Change ConfigureTimelinePopup layout
2014-05-18 16:49:24 -03:00
David Capello
a15aea5ed7
Add timeline options for onion skin, loop section, and animation direction
...
- Add red/blue onion skin type
- Add app::calculate_next_frame() function to calculate the next frame
depending of the timeline configuration (loop range, animation direction)
- Add app::finder() to simplify the access to widgets loaded from xml files
2014-05-17 21:27:44 -03:00
David Capello
43ed994812
Add more palettes
2014-05-09 00:30:15 -03:00
David Capello
391a5c0bf4
Add command to switch onion skin visibility
2014-05-08 08:47:45 -03:00
David Capello
5a45d1ec23
Remove the number of colors entry field from "New Sprite" dialog
...
This field is disabled, and the program isn't ready to support less than
256 colors in Indexed mode, so it's better if we remove this field to avoid
confusion.
2014-05-06 00:08:43 -03:00
David Capello
fa204baf42
Easier way to reference the program website in commands
2014-05-05 21:28:58 -03:00
David Capello
e624b391c2
Fix quickref link
2014-05-05 21:28:20 -03:00
David Capello
6774ec89f9
Update URL in gui.xml
2014-05-03 17:05:54 -03:00
David Capello
a445ec4b07
Minor change in sprite_properties.xml (change box -> hbox/vbox/boxfiller)
2014-05-02 20:09:18 -03:00
David Capello
c879d114e0
Version 1.0.0
2014-05-02 19:58:34 -03:00
David Capello
d298c55238
Make "Transparent Color" tooltip smaller in SpriteProperties dialog
2014-05-02 19:47:41 -03:00
David Capello
f60d1c5c4f
Add "Cancel" option to cel_movement_popup (popup when you move cels in the Timeline)
2014-05-02 11:55:44 -03:00
David Capello
5ba85c01dc
Improve "Load" button label in PalettePopup to know what it does when there is no active document
2014-04-19 20:52:36 -03:00
David Capello
4c706afb90
New zoom tool
2014-04-19 20:08:21 -03:00
David Capello
1ab7de6668
Adjust some skin colors in filelist and selected background
2014-04-19 19:04:45 -03:00
David Capello
05507408e1
Remove hardcoded value from main_window.xml for the color bar splitter
2014-04-17 16:23:09 -03:00
David Capello
113d0d4df9
Add pixel art palettes
...
From Richard 'DawnBringer' Fhager and Arne Niklas Jansson.
2014-04-17 01:38:13 -03:00
David Capello
c8c8738ef8
Add PalettePopup in ColorBar to load predefined palettes from data/palette/
...
- Add PalettesLoader helper class to load palettes in background
- Add PaletteListBox widget
- Add PalettePopup widget
2014-04-17 01:35:02 -03:00
David Capello
5567e3dfc5
main_window.xml: Give more space to the ContextBar
2014-04-13 16:35:11 -03:00
David Capello
e310ef1428
Change StatusBar colors
2014-04-13 13:51:28 -03:00