David Capello
65dd457847
Reduce size hint for ui::ComboBox
2015-12-22 17:14:26 -03:00
David Capello
2cac6a0706
Don't show shading on effect tools (Eraser, Blur, Jumble)
2015-12-22 17:05:33 -03:00
David Capello
b5dd02eb46
Export user data in JSON data
2015-12-22 16:53:06 -03:00
David Capello
9c42a7b31b
Merge branch 'master'
2015-12-22 15:57:44 -03:00
David Capello
4c58441823
Redraw Timeline when layer/cel user color is changed
2015-12-22 13:18:08 -03:00
David Capello
3252013134
Fix problem showing brush boundaries when the active shade includes index 0
2015-12-22 12:48:15 -03:00
David Capello
e8ecbbb4d7
Merge branch 'master'
2015-12-22 10:56:56 -03:00
David Capello
16e13d89c2
Minor changes in base/README
2015-12-22 10:55:54 -03:00
David Capello
6fb5258e51
Load/save custom brushes
2015-12-22 10:55:15 -03:00
David Capello
718888df91
Add XML declaration to keyboard shortcuts XML file
2015-12-22 10:24:25 -03:00
David Capello
26e4678d2d
Add functions to encode/decode data in base64
2015-12-21 13:44:02 -03:00
David Capello
7ab863303e
Move LOG() to base library
...
Changes:
- Moved verbose_log (in app module) to base_log (in base library)
- Added base_set_log_filename() to start logging and close the log file
- LoggerModule() is implemented using thse new base library functions
Fix #899
2015-12-21 12:36:44 -03:00
David Capello
3bcda8c1b1
Replace DLOG() with TRACE()
2015-12-21 12:30:21 -03:00
David Capello
fcbb364085
Add "Play Once" option in "Play" button popup
2015-12-18 18:51:30 -03:00
David Capello
38128f7346
Fix bug reading (int/bool) parameters that aren't specified in Params
...
This fix a crash using ModifySelectionCommand commands.
2015-12-17 17:59:46 -03:00
David Capello
7f8cbfd250
New flags required for OS X/Skia port (m48 branch)
...
As now Skia uses <atomic> header file, we need C++11 and libc++
standard library when we compile with clang.
2015-12-17 17:43:13 -03:00
David Capello
70127f19e1
Fix closing the whole user data popup when we're selecting the user data color
2015-12-17 16:34:57 -03:00
David Capello
6ec07d5e10
Fix comment for ui::PopupWindow::setHotRegion() member function
2015-12-17 15:46:13 -03:00
David Capello
a3e77a657a
Update context bar controls correctly when a new brush type is selected from a brush slot
2015-12-17 15:21:44 -03:00
David Capello
7a553f5c98
Link with skia_opts_avx.lib in Skia port
...
We're using m48 branch in Skia library.
2015-12-17 13:43:18 -03:00
David Capello
3845d6a31a
Fix bugs setting BrushSlot flags from BrushPopup
...
E.g. We cannot set flags in a recently deleted BrushSlot after
show_popup_menu().
2015-12-17 13:37:22 -03:00
David Capello
0fbe3acfd0
Remove BrushPopupDelegate
...
At this moment we prefer to use AppBrushes and ContextBar directly
from BrushPopup.
2015-12-17 13:24:44 -03:00
David Capello
51e3ab178d
Merge branch 'new-brush-popup'
2015-12-16 18:45:24 -03:00
David Capello
3b9ba0d7d2
Add missing members to SkiaDisplay port
2015-12-16 18:45:01 -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
1f513a1ed5
Restore selected ButtonSet item when we offer the mouse capture
...
When a ButtonSet triggers an onClick() when a mouse up message is received
(ButtonSet::m_multipleSelection == true), in case the mouse capture is
offered to other ButtonSet, we've to restore the selected item when we
capture the mouse, because we've never generated the onClick() event
in the first place.
2015-12-16 16:55:49 -03:00
David Capello
0f35102a4b
Add show_popup_menu() internal function in brush_popup.cpp
2015-12-16 10:49:15 -03:00
David Capello
bd99a30146
Avoid closing BrushPopup when we click the menu popup option
2015-12-16 10:02:52 -03:00
David Capello
fd8e8686d5
Fix NewCustomBrushItem construction
2015-12-15 19:29:12 -03:00
David Capello
ab0c447be4
Merge branch 'master'
2015-12-15 18:19:28 -03:00
David Capello
3024bc7604
Fix redrawing issue when we "delete all brushes"
2015-12-15 18:17:42 -03:00
David Capello
53b8eb7c4d
Don't use ContextBar from BrushPopup
2015-12-15 18:17:21 -03:00
David Capello
6ff62c899e
Add "Save Brush Here" option to brush slot popup
2015-12-15 17:58:55 -03:00
David Capello
2d64a1926e
Improve BrushPopup to save custom brushes (type/size/angle params)
...
We moved custom brushes stuff from ContextBar to app::AppBrushes class.
And now we can access the list of brushes from app::App::brushes() member.
2015-12-15 17:12:11 -03:00
David Capello
cff6d1cc65
Rename LinkLabel::getUrl() -> url()
2015-12-15 17:07:29 -03:00
David Capello
a380c9a877
Add possibility to create an empty LinkLabel
2015-12-15 17:07:13 -03:00
David Capello
e422acff1f
Fix PopupWindow size hint when it doesn't have a title
2015-12-15 17:06:54 -03:00
David Capello
d8417df35f
Add possibility to create empty ui::ListItems
2015-12-15 17:06:05 -03:00
David Capello
503c3c4bb5
Add missing #include <cstring> to use std::strlen()
2015-12-14 17:13:16 -03:00
David Capello
5ca927d307
Keep all frame-related information in filename_formatter() when replaceFrame is false
...
This bug was found in a comment in #897
2015-12-14 17:04:16 -03:00
David Capello
6d3623ec26
Add {tagframe} to filename format ( fix #894 )
2015-12-14 16:49:02 -03:00
David Capello
172e03b5e3
Merge branch 'TheKK-checkerBGRedraw'
2015-12-14 12:21:41 -03:00
Ying Ruei Liang (KK)
60f70e0d3e
Invalidate editor after background setting changed
2015-12-14 12:31:44 +08: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
a09df5201e
Merge branch 'master'
2015-12-11 19:48:18 -03:00
David Capello
be9b33828d
Don't restore the window minimized
2015-12-11 19:46:41 -03:00
David Capello
b0aea675cf
Merge branch 'master'
2015-12-11 19:44:48 -03:00
David Capello
a088bf46a2
Remember exact window position (e.g. in which monitor it was closed)
...
It's working on alleg4 port on Windows only.
2015-12-11 19:40:18 -03:00