Commit Graph

2388 Commits

Author SHA1 Message Date
David Capello
a2718f83e4 Remove Allegro dependency from several files 2014-08-22 01:32:13 -03:00
David Capello
e8d4388061 Add base::file_size() function 2014-08-22 01:12:12 -03:00
David Capello
483878140a Remove allegro.h in app.cpp 2014-08-21 23:46:17 -03:00
David Capello
ddaacd2f7b Fix #11 - now we support all formats to load/save palettes
Also we've removed dependency with Allegro code to load/save palette files.
2014-08-21 23:39:20 -03:00
David Capello
31e6b31cd0 Remove unnecessary and overcomplicated optimization in rotate.cpp (from legacy Allegro code) 2014-08-21 22:26:43 -03:00
David Capello
817fac5e6f Remove dependency with Allegro library in algofill.cpp 2014-08-21 22:24:55 -03:00
David Capello
cab6ecbfda Minor change in ui/entry.cpp to avoid dependency with Allegro definitions 2014-08-21 22:07:41 -03:00
David Capello
08d1593481 Avoid warning for unused var in app.mm 2014-08-21 22:06:37 -03:00
David Capello
dadd7443b6 Update INSTALL.md with more specific information about MacOSX10.4.Universal.pkg 2014-08-21 01:02:11 -03:00
David Capello
5b4ca4f061 Minor change in cmd_refresh.cpp 2014-08-20 09:22:38 -03:00
David Capello
6559eab214 Create crash dump in aseprite folder when it's running in portable mode 2014-08-20 09:16:59 -03:00
David Capello
25ee4df7fb Fix drawing issues of mini editor when the app is launched from explorer/finder when a file is double-clicked 2014-08-20 09:02:44 -03:00
David Capello
76919072e0 Fix crash copying & pasting empty layers between documents 2014-08-20 08:29:21 -03:00
David Capello
daa7adde14 Fix #344 initial black screen on Mac OS X and small initial window size on Linux when .asepriterc is not present 2014-08-20 08:27:11 -03:00
David Capello
44c6f9400e Add a notification to report the last crash 2014-08-20 00:11:19 -03:00
David Capello
6bafe23ed7 Update INSTALL.md with a new flag for i386 arch for Mac OS X 2014-08-19 23:13:15 -03:00
David Capello
154382e244 Fix issue #449: now we can delete frames/layers/cels with delete key/command 2014-08-19 22:19:55 -03:00
David Capello
b4a4d8158b Update CONTRIBUTING.md with the new issue tracker URL 2014-08-19 11:14:58 -03:00
David Capello
80644718ea Update issues URL (now we're in github) 2014-08-19 10:55:25 -03:00
David Capello
3f6b4d3bac Add missing right_click_mode.h file 2014-08-19 08:31:11 -03:00
David Capello
7144457249 Change Ctrl+I (or Cmd+I) shortcut to ImportSpriteSheet (as InvestColor is generally not used in pixel art) 2014-08-19 08:22:04 -03:00
David Capello
9a15126682 Fix issue 188: Pick foreground color with right mouse button 2014-08-19 08:17:57 -03:00
David Capello
d0a7831589 Add document icon 2014-08-18 23:51:57 -03:00
David Capello
9ab62149aa Minor fix in 64x64 version of ase.ico 2014-08-18 23:36:12 -03:00
David Capello
9398bbc000 Mac OS X: Add support to open files with double-click from Finder 2014-08-18 23:07:53 -03:00
David Capello
07497ec8e5 Use enum class for doc::ColorMode 2014-08-18 01:13:24 -03:00
David Capello
71d11e60a7 Complete copy-and-paste operations of frames and cels between documents 2014-08-18 00:21:03 -03:00
David Capello
5abcf7a296 Add missing virtual destructors 2014-08-17 20:42:55 -03:00
David Capello
7080d0fa83 Fix uninitialize variable warning 2014-08-17 20:42:12 -03:00
David Capello
e0a20e5385 Fix she::error_message() to avoid calling a printf-like function with a non-printf-format-like argument 2014-08-17 20:41:38 -03:00
David Capello
76a26802e0 Fix tests compilation in clang 2014-08-17 20:40:10 -03:00
David Capello
51ab478f49 Fix order of members initialization detected by clang 2014-08-17 20:38:55 -03:00
David Capello
5075c1f86f Remove unused variables/code 2014-08-17 20:37:12 -03:00
David Capello
a1912d38bd Avoid unused variable warnings when we compile in release mode 2014-08-17 20:33:32 -03:00
David Capello
78b755bd40 Fix updater: now getMacOSXVersion() is in a .mm file (ObjC++) 2014-08-15 00:59:29 -03:00
David Capello
fbda63704f Fix initialization order in PaletteEntryEditor 2014-08-15 00:27:12 -03:00
David Capello
897513264d Compile subprojects with C++11 flags 2014-08-15 00:26:27 -03:00
David Capello
9d675b6864 Use static_assert() 2014-08-15 00:24:59 -03:00
David Capello
dfc1ecd2da Use #pragma warning only in MSC compiler 2014-08-14 23:38:06 -03:00
David Capello
badc334f21 Fix include guard (detected by clang) 2014-08-14 23:37:20 -03:00
David Capello
f5b5250482 Remove use of "register" modifier (it's deprecated) 2014-08-14 23:26:52 -03:00
David Capello
6824570c4b Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
David Capello
ff93400c4e Remove scripts/ subdirectory 2014-08-14 01:23:35 -03:00
David Capello
28cfa9790f Update INSTALL and CONTRIBUTING guides 2014-08-14 00:41:30 -03:00
David Capello
f62356d410 Add compiler flags for C++11 so we can start using it 2014-08-14 00:40:01 -03:00
David Capello
877fe94746 Merge branch 'dev' 2014-08-14 00:34:17 -03:00
David Capello
87690284a4 Update INSTALL instructions for Mac OS X 2014-08-13 00:37:27 -03:00
David Capello
918368b5a4 Add support to open folders in Mac OS X 2014-08-13 00:35:34 -03:00
David Capello
a9721b63a8 Undefine major/minor macros if they are defined (as in clang) for base::Version 2014-08-13 00:31:56 -03:00
David Capello
1f900eda26 Fix compilation error detected by clang 2014-08-13 00:22:48 -03:00