David Capello
02ad6b9b78
Fix several bugs dropping pixels in the invalid editor
2015-02-15 17:08:21 -03:00
David Capello
9546c0a5e3
Add --trim command line option
v1.0.9
2015-02-02 10:42:07 -03:00
David Capello
beb02a3aa4
Minor change in file.h
2015-02-02 09:09:36 -03:00
David Capello
480dd2f28c
Remove printf() in fop_to_save_document()
2015-01-31 18:45:40 -03:00
David Capello
77c2fb57a7
Fix get_cels_in_range() when range type != DocumentRange::kCels
2015-01-29 12:08:29 -03:00
Manuel Quiñones
bbb72de545
Fix link to the README in Help menu
2015-01-29 11:25:07 -03:00
David Capello
c4d0266b52
Add option to disable animation loop when saving GIF files ( fix #585 )
2015-01-29 11:24:43 -03:00
David Capello
ce6dc3f790
Add shortcut to toggle the visibility of active layer ( fix #587 )
2015-01-29 10:32:19 -03:00
David Capello
2a582638ec
Fix crash trying to move pixels and the current layer is nullptr
...
This fix was found thanks to a user provided memory dump. We don't know
why the layer can be nullptr, but there are some conditions preventing
this situation already in other places of the StandbyState::onMouseDown()
member function.
2015-01-28 11:04:07 -03:00
David Capello
dc7eeac2f8
Fix bug flipping rectangular regions on cels with pos != (0,0)
2015-01-27 08:00:53 -03:00
David Capello
e6dc8e47b9
Merge branch 'minimize-bug' into 1.0
2015-01-26 10:55:22 -03:00
David Capello
f5a49ad0df
OSX: Fix image used to start animation before minimize
2015-01-26 10:29:00 -03:00
David Capello
6c3b4ba805
OSX: Fix infinite loop in waiting for lockFocusIfCanDraw=YES
...
There are some bug report about problems when the window is minimized.
I was able to reproduce this bug minimizing the window, hiding the dock
(using the system settings), showing the dock again, and trying to
restore the window.
2015-01-26 10:27:36 -03:00
David Capello
3745f563d0
Fix more problems with OS X mouse cursor
...
Don’t hide native cursor or show custom cursor if the mouse is outside
the main view.
2015-01-26 09:31:10 -03:00
David Capello
72e2040c58
Add --filename-format option ( fix #519 )
2015-01-25 22:36:32 -03:00
David Capello
9d5d911830
Update version to 1.0.9-dev
2015-01-25 19:51:59 -03:00
David Capello
eff46d4134
Add infinite editor scroll to OS X
...
Fix osx_mouse_position()
2015-01-25 19:09:30 -03:00
David Capello
429c722f73
Fix OS X mouse position issues
...
Fix problems using absolute mouse positions in the view when the mouse
were outside the view area.
2015-01-25 19:08:41 -03:00
David Capello
9af8567a6b
Make PopupWindow movable again (fix regression from 1f25579f5a9923dc844f75d8e37ede83e148889f)
2015-01-19 20:44:47 -03:00
David Capello
4358989633
Merge branch '1.0' of github.com:aseprite/aseprite into 1.0
2015-01-03 18:37:37 -03:00
David Capello
71cdfe24c3
Merge pull request #568 from Mailaender/patch-1
...
Fix several gcc compiler warnings
2015-01-03 11:06:47 -03:00
Matthias Mailänder
d5068e071d
fix "Program is using uninitialized variables." GCC warning
2014-12-21 15:22:42 +01:00
Matthias Mailänder
a523f686fc
fix "Program returns random data in a function" GCC warning
2014-12-21 15:22:41 +01:00
David Capello
58ad5e2ecb
Enable IsDeveloper flag when we check updates in _DEBUG
2014-12-05 10:38:22 -03:00
David Capello
0a68125372
Show some info to debug the update checking process in _DEBUG
2014-12-05 10:38:01 -03:00
David Capello
41c5605102
Fix regression: --help doesn't work on Windows
...
base::SystemConsole must be created before any std::cout/printf() is used
v1.0.8.1
2014-12-05 02:25:49 -03:00
David Capello
dc5fcd625a
Mask color shouldn't make black color transparent in RGB and Grayscale images
v1.0.8
2014-12-02 11:47:59 -03:00
David Capello
3b7f52ea5d
Remove a custom target for each file to copy
2014-12-02 11:22:20 -03:00
David Capello
807598d5c3
Add post build target to copy the whole data/ dir into build/bin/ dir
2014-12-02 11:15:06 -03:00
David Capello
08f846c83d
Convert gui.xml to Unix EOLs
2014-12-02 01:47:54 -03:00
David Capello
7c9303e91d
Fix compilation of libcurl from a Visual Studio solution
2014-12-02 01:42:11 -03:00
David Capello
ce4021ba35
Minor change in main CMakeLists.txt
2014-12-02 01:38:38 -03:00
David Capello
e0264787c6
Fix compilation of gen utility (and tests) under Visual Studio solution ( fix #541 )
2014-12-02 01:38:25 -03:00
David Capello
d1c0a61b40
Change the compilation output path to CMAKE_BINARY_DIR/bin and /lib
2014-12-02 01:30:01 -03:00
David Capello
a0c8b1f188
Update version to 1.0.8-dev
2014-11-30 21:09:50 -03:00
David Capello
bc9f4b2c9b
Don't load a file if it's already open on drop files event
...
This avoids to open a document two times on Mac OS X
from the command line (the file is loaded when we
process the command line, and by Finder, which send us
an application:openFile: message).
2014-11-30 21:06:29 -03:00
David Capello
a3ffe68f2d
Minor check in ~ScopedHandle()
2014-11-30 21:02:41 -03:00
David Capello
b1d9d82fbf
Don't initialize GuiSystem if it's not necessary
2014-11-30 21:01:54 -03:00
David Capello
7a4f4c9c5e
Support running multiple instances on OS X ( fix #533 )
2014-11-30 21:00:27 -03:00
David Capello
a8af9df74a
Remove unused variable
2014-11-30 20:54:46 -03:00
David Capello
2c5ef7d636
Add check for allegro_init()
2014-11-30 12:27:41 -03:00
David Capello
d92a5d08eb
Fix compilation error in clang
2014-11-30 12:06:31 -03:00
David Capello
11041c00b4
Fix Timeline::hotThis() to highlight elements in the timeline correctly
2014-11-30 11:25:07 -03:00
David Capello
1dfb48e068
Final fix for "Paste at original position" (issue #57 and fix #336 )
2014-11-30 10:40:32 -03:00
David Capello
b7d86e596a
Add --ignore-empty command line option ( close #549 )
...
This option can be used to avoid exporting empty frames/cels.
2014-11-30 10:23:11 -03:00
David Capello
aee7eb7bd4
Fix issue #548 - Avoid moving hidden layers or auto-selecting them
2014-11-30 09:43:33 -03:00
David Capello
4a1ee6d557
Fix Profile flags for MSVC in CMakeLists.txt
2014-11-28 23:04:14 -03:00
David Capello
694b9c5cd8
Convert CenterOnZoom into a ISettings property
2014-11-28 23:04:01 -03:00
David Capello
91aeddd7ba
Fix more delays when we start drawing (related to issue #239 )
...
Add an ImageBufferPtr parameter to RenderEngine::renderSprite() to avoid
allocating memory for each render.
2014-11-27 23:04:52 -03:00
David Capello
83ee0bf45d
SelectAccelerator: Focus the KeyField after any modification is done
...
E.g. if a modifier checkbox is pressed, we want the keyboard focus back
to the KeyField (which is the only interesting field)
2014-11-25 20:29:26 -03:00