1805d56733 
								
							 
						 
						
							
							
								
								Generate list of skin styles in SkinFile::Styles subclass  
							
							
							
						 
						
							2015-02-17 11:10:43 -03:00  
				
					
						
							
							
								 
						
							
								881667f01b 
								
							 
						 
						
							
							
								
								Replaced app::skin::ThemeColor with app::gen::SkinTheme::Colors  
							
							... 
							
							
							
							Generate app::gen::SkinFile class from skin.xml to automate creation
of ID references. 
							
						 
						
							2015-02-15 15:29:16 -03:00  
				
					
						
							
							
								 
						
							
								c473c99525 
								
							 
						 
						
							
							
								
								Simplify Tabs::m_list iterations  
							
							
							
						 
						
							2015-02-15 11:45:23 -03:00  
				
					
						
							
							
								 
						
							
								5a5c0424e7 
								
							 
						 
						
							
							
								
								Show a StartView when the program starts  
							
							
							
						 
						
							2015-02-15 11:42:35 -03:00  
				
					
						
							
							
								 
						
							
								1a74326536 
								
							 
						 
						
							
							
								
								Add possibility to reset grid document preferences to global preferences  
							
							
							
						 
						
							2015-02-15 09:59:11 -03:00  
				
					
						
							
							
								 
						
							
								69ac11eea2 
								
							 
						 
						
							
							
								
								Remove IDocumentSettings and DocumentSettingsObserver  
							
							... 
							
							
							
							Document user options are completely replaced with DocumentPreferences. 
							
						 
						
							2015-02-15 09:48:38 -03:00  
				
					
						
							
							
								 
						
							
								869b6606b2 
								
							 
						 
						
							
							
								
								New documents get the global grid settings  
							
							
							
						 
						
							2015-02-14 23:41:10 -03:00  
				
					
						
							
							
								 
						
							
								b12a2b5193 
								
							 
						 
						
							
							
								
								Add scope combo for Grid options in Preferences dialog  
							
							... 
							
							
							
							With this we make it clear what settings we're modifying: the global ones
or the active document ones. 
							
						 
						
							2015-02-14 23:31:11 -03:00  
				
					
						
							
							
								 
						
							
								8387c7ba3e 
								
							 
						 
						
							
							
								
								Fix XML error in pref.xml  
							
							
							
						 
						
							2015-02-14 23:20:59 -03:00  
				
					
						
							
							
								 
						
							
								2e90eb8d4c 
								
							 
						 
						
							
							
								
								Load document and tool preferences ( fix   #596 )  
							
							
							
						 
						
							2015-02-14 23:20:45 -03:00  
				
					
						
							
							
								 
						
							
								14cd8576f4 
								
							 
						 
						
							
							
								
								Move "center on zoom" option from General to Editor tab  
							
							
							
						 
						
							2015-02-14 22:45:45 -03:00  
				
					
						
							
							
								 
						
							
								8f61302f7d 
								
							 
						 
						
							
							
								
								Keep last selected section in Preferences dialog  
							
							
							
						 
						
							2015-02-14 22:43:21 -03:00  
				
					
						
							
							
								 
						
							
								f3974002d5 
								
							 
						 
						
							
							
								
								Fix int <-> double <-> float casts  
							
							... 
							
							
							
							It looks like allegro includes several implicit conversions between
float and double. 
							
						 
						
							2015-02-14 22:37:56 -03:00  
				
					
						
							
							
								 
						
							
								35be72833b 
								
							 
						 
						
							
							
								
								Don't redefine ASSERT/TRACE in allegro/debug.h  
							
							
							
						 
						
							2015-02-14 22:09:07 -03:00  
				
					
						
							
							
								 
						
							
								7785199899 
								
							 
						 
						
							
							
								
								Fix platform specific flags  
							
							... 
							
							
							
							* Replace ALLEGRO_WINDOWS and WIN32 with _WIN32
* Replace ALLEGRO_MACOSX with __APPLE__ 
							
						 
						
							2015-02-12 12:46:56 -03:00  
				
					
						
							
							
								 
						
							
								2c6067f7e4 
								
							 
						 
						
							
							
								
								Update license of app/ module to GPLv2  
							
							
							
						 
						
							2015-02-12 12:16:25 -03:00  
				
					
						
							
							
								 
						
							
								16da2512b4 
								
							 
						 
						
							
							
								
								Remove dependency with Allegro library in config.h file  
							
							... 
							
							
							
							* Created base::write24bits() function (and detect endianness with a
  special base/config.h.cmakein)
* Use _WIN32 instead of ALLEGRO_WINDOWS
* Use _DEBUG instead of DEBUGMODE
* Replaced AL_CONST with "const" in bmp_format.cpp
* Replace stricmp() with base::utf8_icmp() 
							
						 
						
							2015-02-12 10:55:58 -03:00  
				
					
						
							
							
								 
						
							
								22f35ab249 
								
							 
						 
						
							
							
								
								Independent scroll/zoom in Preview window (part of issue  #407 )  
							
							
							
						 
						
							2015-02-10 12:59:43 -03:00  
				
					
						
							
							
								 
						
							
								5f78fbe354 
								
							 
						 
						
							
							
								
								Rename MiniEditorWindow to PreviewEditorWindow  
							
							
							
						 
						
							2015-02-10 09:38:07 -03:00  
				
					
						
							
							
								 
						
							
								d1d49c5038 
								
							 
						 
						
							
							
								
								Add TogglePreview command (rename "mini-editor" to "preview")  
							
							... 
							
							
							
							Renamed Preview to FullscreenPreview to avoid confusion.
As an extra "to do", we need to add command aliases, so Preview matches
FullscreenPreview (mainly to keep user defined keyboard shortcuts). 
							
						 
						
							2015-02-10 09:07:04 -03:00  
				
					
						
							
							
								 
						
							
								52003da721 
								
							 
						 
						
							
							
								
								Merge branch 'feature/continuous-cels'  
							
							
							
						 
						
							2015-02-09 11:42:01 -03:00  
				
					
						
							
							
								 
						
							
								b78883782d 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git@github.com:aseprite/aseprite.git  
							
							
							
						 
						
							2015-02-09 11:41:52 -03:00  
				
					
						
							
							
								 
						
							
								3ebb708000 
								
							 
						 
						
							
							
								
								Add CelData to share image/position/opacity between linked cels  
							
							... 
							
							
							
							Changes:
- Merged app::cmd::ObjectIO into doc::SubObjectsIO
- Changed app::cmd::SetCelImage with app::cmd::SetCelData
- Added Cel::createCopy/Link() to avoid confunsion with Cel copy ctor
- Renamed Sprite::getImage() -> getImageRef()
- Added Sprite::getDataCelRef()
- Added doc::CelsRange helper to iterate cels
- Added Sprite::cels()/uniqueCels() member functions (removed
  Sprite::getCels())
- Added DocumentRange::convertToCels() 
							
						 
						
							2015-02-09 11:40:43 -03:00  
				
					
						
							
							
								 
						
							
								a77300f96a 
								
							 
						 
						
							
							
								
								Keep editor scroll when the timeline is hidden/shown  
							
							... 
							
							
							
							This is not complete yet, there is a little flicker. 
							
						 
						
							2015-02-06 12:50:46 -03:00  
				
					
						
							
							
								 
						
							
								5010d01356 
								
							 
						 
						
							
							
								
								Add EditorView::editor() member function  
							
							
							
						 
						
							2015-02-06 12:49:08 -03:00  
				
					
						
							
							
								 
						
							
								04e413ca23 
								
							 
						 
						
							
							
								
								FrameProperties: change label for a range of frames (to a more noticeable one)  
							
							
							
						 
						
							2015-02-06 12:47:52 -03:00  
				
					
						
							
							
								 
						
							
								e975d1c710 
								
							 
						 
						
							
							
								
								Add Sprite::first/lastLayer() member functions  
							
							
							
						 
						
							2015-02-04 08:19:02 -03:00  
				
					
						
							
							
								 
						
							
								5614b9b366 
								
							 
						 
						
							
							
								
								Add Export Sprite Sheet keyboard shortcut  
							
							
							
						 
						
							2015-02-03 12:28:02 -03:00  
				
					
						
							
							
								 
						
							
								715b3fc9d8 
								
							 
						 
						
							
							
								
								Fix --trim and --save-as when allow non-linear history is enabled  
							
							
							
						 
						
							2015-02-03 11:05:33 -03:00  
				
					
						
							
							
								 
						
							
								0aedc7c74e 
								
							 
						 
						
							
							
								
								Merge branch '1.0'  
							
							... 
							
							
							
							Conflicts:
	src/app/commands/cmd_undo.cpp
	src/app/document_exporter.cpp
	src/app/document_exporter.h 
							
						 
						
							2015-02-02 11:44:09 -03:00  
				
					
						
							
							
								 
						
							
								9546c0a5e3 
								
							 
						 
						
							
							
								
								Add --trim command line option  
							
							
							
						 
						
							2015-02-02 10:42:07 -03:00  
				
					
						
							
							
								 
						
							
								beb02a3aa4 
								
							 
						 
						
							
							
								
								Minor change in file.h  
							
							
							
						 
						
							2015-02-02 09:09:36 -03:00  
				
					
						
							
							
								 
						
							
								11c5b071cc 
								
							 
						 
						
							
							
								
								Merge branch '1.0'  
							
							... 
							
							
							
							Conflicts:
	src/app/file/file.cpp 
							
						 
						
							2015-02-01 12:30:33 -03:00  
				
					
						
							
							
								 
						
							
								480dd2f28c 
								
							 
						 
						
							
							
								
								Remove printf() in fop_to_save_document()  
							
							
							
						 
						
							2015-01-31 18:45:40 -03:00  
				
					
						
							
							
								 
						
							
								1321de9d58 
								
							 
						 
						
							
							
								
								Merge branch 'master' into feature/continuous-cels  
							
							
							
						 
						
							2015-01-30 10:57:32 -03:00  
				
					
						
							
							
								 
						
							
								6f5f790be1 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git@github.com:aseprite/aseprite.git  
							
							
							
						 
						
							2015-01-29 12:33:14 -03:00  
				
					
						
							
							
								 
						
							
								06636fd16e 
								
							 
						 
						
							
							
								
								Merge branch '1.0'  
							
							... 
							
							
							
							Conflicts:
	src/app/file/gif_format.cpp
	src/app/file/gif_options.h
	src/app/ui/editor/moving_cel_state.cpp
	src/app/ui/editor/standby_state.cpp
	src/app/util/range_utils.cpp 
							
						 
						
							2015-01-29 12:18:13 -03:00  
				
					
						
							
							
								 
						
							
								77c2fb57a7 
								
							 
						 
						
							
							
								
								Fix get_cels_in_range() when range type != DocumentRange::kCels  
							
							
							
						 
						
							2015-01-29 12:08:29 -03:00  
				
					
						
							
							
								 
						
							
								bbb72de545 
								
							 
						 
						
							
							
								
								Fix link to the README in Help menu  
							
							
							
						 
						
							2015-01-29 11:25:07 -03:00  
				
					
						
							
							
								 
						
							
								c4d0266b52 
								
							 
						 
						
							
							
								
								Add option to disable animation loop when saving GIF files ( fix   #585 )  
							
							
							
						 
						
							2015-01-29 11:24:43 -03:00  
				
					
						
							
							
								 
						
							
								ce6dc3f790 
								
							 
						 
						
							
							
								
								Add shortcut to toggle the visibility of active layer ( fix   #587 )  
							
							
							
						 
						
							2015-01-29 10:32:19 -03:00  
				
					
						
							
							
								 
						
							
								2cb02db49b 
								
							 
						 
						
							
							
								
								Merge pull request  #586  from manuq/fix-readme-url  
							
							... 
							
							
							
							Fix link to the README in Help menu 
							
						 
						
							2015-01-28 20:12:29 -03:00  
				
					
						
							
							
								 
						
							
								5363f187d1 
								
							 
						 
						
							
							
								
								Fix link to the README in Help menu  
							
							
							
						 
						
							2015-01-28 12:34:09 -03:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								6fd448d9dc 
								
							 
						 
						
							
							
								
								Merge branch '1.0'  
							
							... 
							
							
							
							Conflicts:
	src/app/commands/cmd_flip.cpp 
							
						 
						
							2015-01-27 10:00:37 -03:00  
				
					
						
							
							
								 
						
							
								dc7eeac2f8 
								
							 
						 
						
							
							
								
								Fix bug flipping rectangular regions on cels with pos != (0,0)  
							
							
							
						 
						
							2015-01-27 08:00:53 -03:00  
				
					
						
							
							
								 
						
							
								b57445c2b1 
								
							 
						 
						
							
							
								
								Merge branch '1.0'  
							
							
							
						 
						
							2015-01-26 10:58:56 -03:00  
				
					
						
							
							
								 
						
							
								e6dc8e47b9 
								
							 
						 
						
							
							
								
								Merge branch 'minimize-bug' into 1.0  
							
							
							
						 
						
							2015-01-26 10:55:22 -03:00  
				
					
						
							
							
								 
						
							
								f5a49ad0df 
								
							 
						 
						
							
							
								
								OSX: Fix image used to start animation before minimize  
							
							
							
						 
						
							2015-01-26 10:29:00 -03:00  
				
					
						
							
							
								 
						
							
								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