David Capello
2fc447edd6
Disable GPU acceleration by default
2015-12-28 17:28:48 -03:00
David Capello
c8abf0cfc7
Fix regression: Show left/right mouse button triggers in keyboard shortcuts
2015-12-26 14:52:29 -03:00
David Capello
7b5827a151
Modify style of colored layers and cels in Timeline
...
Now colored layers/cels are filled with the user-defined color as
background and the text in the foreground.
2015-12-23 19:57:31 -03:00
David Capello
3543b086d1
Add option to keep the selection after Edit > Clear ( fix #907 )
2015-12-22 17:49:21 -03:00
David Capello
e79236b3a3
Add JSON data format into Export Sprite Sheet UI
2015-12-22 17:34:51 -03:00
David Capello
fcbb364085
Add "Play Once" option in "Play" button popup
2015-12-18 18:51:30 -03:00
David Capello
403e3ee726
Add popup on each BrushSlot to enable/disable params
...
Converted BrushSlotParams into a xml widget.
2015-12-16 18:14:04 -03:00
David Capello
0cdc71bf05
Add possibility to save brush type/size/angle, fg/bg colors, ink type/opacity, shade, etc. into brush slots
...
Fix #904
2015-12-16 17:27:04 -03:00
David Capello
c49abf9969
Add missing user_data.xml
2015-12-11 20:17:34 -03:00
David Capello
8698ac5f57
Merge branch 'user-data'
2015-12-11 19:49:56 -03:00
David Capello
594892f5ef
Modify cel/layer property dialogs layout
2015-12-11 16:28:08 -03:00
David Capello
08bef859e3
Add user data field on layers and cels
2015-12-10 18:34:25 -03:00
David Capello
6e35b0043f
Change default shortcut for new ScrollCenter command
...
The "C" could be related to a possible future Canvas or Slice tool
2015-12-09 11:37:13 -03:00
Tony Narlock
877d29cd76
Allow scrolling to center of canvas
2015-12-08 03:28:05 -06:00
David Capello
c1392909bb
Show ColorSpectrum's indicator white-colored if it's in the dark side
2015-12-05 16:11:03 -03:00
Ying Ruei Liang (KK)
2fa6f1995e
Add commands to navigate frames with same tag
2015-12-05 18:16:23 +08:00
David Capello
5dc149d308
Add "Select > Modify" commands to expand/contract/border the selection
2015-12-04 17:46:32 -03:00
David Capello
fb387cb6c2
Add options to export layers and frameTags meta JSON data from the UI
2015-12-03 12:42:33 -03:00
David Capello
4dbee12789
Add possibility to import/export sprite sheet matrices by columns
...
Fix #872
2015-12-03 11:38:59 -03:00
David Capello
7e016905c5
Add pico-8 palette
2015-12-01 16:10:34 -03:00
David Capello
3b0bf6daaa
Add anti-aliasing checkbox in "Edit > Insert Text" option
2015-12-01 15:46:21 -03:00
David Capello
771a7ba467
Add search field in keyboard shortcuts dialog ( fix #849 )
...
Changes:
* Added "icon_search" part in the skin
* Added app::SearchEntry widget
* Fixed Separator widget to handle a custom background color, because
now we use Separators inside a ListBox too
* Added Entry::(on)getEntryTextBounds() to specify a customized area
to show text (as SearchEntry needs space for search and close icons)
2015-11-30 15:08:18 -03:00
David Capello
e8dd1526f6
Convert ink menu into a popup menu specified in gui.xml
2015-11-27 11:36:27 -03:00
David Capello
aaf49be654
Add commands to change ink type ( #787 )
...
By default there are no shortcuts to change the ink type.
2015-11-27 01:35:31 -03:00
David Capello
e5f96a2bce
Merge branch 'master'
2015-11-24 19:55:18 -03:00
David Capello
12ccaf883d
Add "px" suffix to New Sprite and Canvas Size fields ( fix #875 )
2015-11-24 19:54:10 -03:00
David Capello
cf7c4754cc
Convert InkShadesField in a combobox-like widget to store several shades ( #85 )
...
Changes:
* Added new ui::IconButton widget to create widgets with one skin icon
that is colored depending on the button state.
* ContextBar::InkShadesField was divided into a couple widgets (ShadeWidget
and IconButton to drop-down a little menu with saved shades)
* Fixed CommonLockedSurface::drawColoredRgbaSurface() impl.
* Removed invalid gfx::setr/g/b/a() functions.
2015-11-24 18:37:13 -03:00
David Capello
9c1a8762ab
Add option to export sprite sheets in memory only (without a file, fix #865 )
...
We have converted the label "Save As" into a checkbox in the Export
Sprite Sheet dialog.
2015-11-20 14:49:40 -03:00
David Capello
6cbb1882d4
Add shortcut to switch pixel-perfect mode ( fix #858 )
2015-11-18 16:15:25 -03:00
David Capello
6962e2c96a
Update version to v1.1.2
2015-11-09 15:09:46 -03:00
David Capello
01f5d3822a
Fix Cmd+ shortcut on English keyboard layout on OS X ( fix #816 )
2015-11-02 18:20:10 -03:00
David Capello
56854cdb9f
Add symmetry mode ( fix #208 )
...
This is a first iteration of the feature, it doesn’t have handles to
move the symmetry line and it only contains two symmetry modes:
horizontal or vertical.
As an extra change, we have added the new Stroke type to wrap a vector
of gfx::Points and simplify some existing code in the ToolLoop.
2015-10-26 17:51:32 -03:00
David Capello
cdfd80f1dd
Add missing Edit > Undo History option in gui.xml
2015-10-20 12:00:08 -03:00
David Capello
2eada35a38
Add "Undo History" command ( fix #739 )
...
Added member functions to undo::UndoHistory and
app::DocumentUndo to iterate all states of the undo history.
Also we’ve added app::DocumentUndoObserver to see when new states
are added in the undo history.
2015-10-20 11:27:05 -03:00
David Capello
62a16d0525
Improve font selection with keyboard in PasteTextCommand
2015-10-19 15:32:44 -03:00
David Capello
049111bfad
Put font size before font family
...
In this way we can press T, Tab, change the font size, and Enter to try
again quickly with other font size.
2015-10-16 18:40:14 -03:00
David Capello
9f8200ea3e
Add list of system fonts in PasteTextCommand dialog (on Windows)
2015-10-15 18:16:16 -03:00
David Capello
03c0367827
Add option to disable GPU acceleration
2015-10-05 21:18:42 -03:00
David Capello
c357396994
Add color names to arne16.gpl
2015-09-25 10:16:37 -03:00
David Capello
0e07a01a9b
Add a color picker in the Insert Text dialog
2015-09-23 17:45:07 -03:00
David Capello
1ac39ff85b
Add simple "Edit > Insert Text" menu option (related to #28 )
2015-09-23 17:38:45 -03:00
David Capello
d55017cd17
Use advanced_mode.xml.h in cmd_advanced_mode.cpp
2015-09-22 17:27:47 -03:00
David Capello
47530bdbe6
Add color_slider_height dimension in skin.xml
2015-09-21 11:53:39 -03:00
David Capello
c37c790b47
Add "Open Folder" button in Preferences > Theme section
2015-09-18 12:39:46 -03:00
David Capello
df629db6c6
Add "Theme" section in Preferences
2015-09-18 12:23:02 -03:00
David Capello
3abea9c4b3
Use Preferences class to store the active theme
2015-09-18 11:56:45 -03:00
David Capello
9772f99303
Add scroll bars to Timeline widget ( fix #732 )
...
Changes:
- Added ui::ScrollableViewDelegate so ui::ScrollBar can be child of
a non-ui::View widget.
- Added a generic ui::setup_scrollbars() utility to locate
horizontal/vertical scrollbars depending on the scrollable area and
the available viewport area.
- Replaced Timeline::m_scroll_x/y ints with m_hbar/m_vbar widgets.
- Added transparent scrollbar look & feel.
- Added a "hover" state to mini-scrollbars used in sprite editors.
2015-09-17 15:19:47 -03:00
David Capello
4ff5f79035
Merge branch 'master'
2015-09-17 10:37:21 -03:00
David Capello
8aefa24a5b
Add key modifier to draw straight lines from the last point ( fix #562 )
...
- Removed ToolLoop::screenToSprite(), now ToolLoopManager::Pointer has
sprite coordinates (instead of screen coordinates)
2015-09-16 12:19:10 -03:00
David Capello
dc6161a66a
Add mini_scrollbar_size dimension in skin.xml
2015-09-16 11:10:30 -03:00