2634 Commits

Author SHA1 Message Date
David Capello
bb24d8b995 Add option to enable/disable automatic menu bar items popup (related to issue #501) 2014-10-25 11:24:29 -03:00
David Capello
66d88ffe5d Merge branch '1.0' 2014-10-24 18:51:16 -03:00
David Capello
4188fa1408 Add ReverseFramesCommand (fix #503) 2014-10-24 11:37:52 -03:00
David Capello
604a17d25b Fix #505 - Brush leaves artifact pixels everywhere 2014-10-23 11:23:31 -03:00
David Capello
3e18efcd8b Don't expand MenuBar items on mouseover (fix #501)
This is how menu-bars work on Windows and OS X.
2014-10-23 11:16:22 -03:00
David Capello
bac579b774 Show color hex code in status bar (fix #508) 2014-10-23 10:58:46 -03:00
David Capello
81d725e8c3 Update version to 1.0.6-dev 2014-10-23 10:58:09 -03:00
David Capello
adaab1af98 Fix #507 clang compilation error in layer_io.cpp 2014-10-22 10:53:22 -03:00
David Capello
8f6cf34a78 Add missing "cfg" library (fix #506) 2014-10-20 22:22:46 -03:00
David Capello
63995c6f0a Merge "raster" namespace into "doc" library 2014-10-20 22:21:31 -03:00
David Capello
d796256eef Don't use Allegro's for_each_file API
Replace for_each_file() calls with <dirent.h> POSIX API
2014-10-20 01:20:08 -03:00
David Capello
d71fb000a0 Remove raster::Palette <-> Allegro PALETTE conversion routines 2014-10-17 00:27:52 -03:00
David Capello
0defe27dc6 Move dotted_mode() from app to she module
Replaced a huge array of marching ant patterns (which was taken
from GIMP 1.3.11) with a simple formula.
2014-10-16 23:52:28 -03:00
David Capello
b9f38b5df9 Add simpleini license in README.md 2014-10-16 21:32:08 -03:00
David Capello
bbeb33a159 Fix license URLs in README.md 2014-10-16 21:30:27 -03:00
David Capello
2b2d0f34b2 Add simpleini to replace Allegro 4 configuration routines 2014-10-16 21:27:25 -03:00
Matthias Mailänder
9997ad9fcb always declare O_BINARY
closes #461
2014-09-28 06:38:18 +02:00
David Capello
432dd33281 Add base::utf8_icmp() 2014-09-21 16:55:54 -03:00
David Capello
64b8b8ef82 Fix compilation in clang 2014-09-21 16:50:08 -03:00
David Capello
e07f1f1668 FileSelector: Default directory is user home/docs folder 2014-09-21 16:49:59 -03:00
David Capello
0a3901cf39 Add split_filename.cpp impl with base functions and std::string 2014-09-21 13:42:46 -03:00
David Capello
ed67ee0d59 Minor changes: remove more unnecessary references to allegro.h 2014-09-21 12:18:01 -03:00
David Capello
21e700da4f Use fixmath lib in point shapes 2014-09-21 12:13:13 -03:00
David Capello
3e7f54f289 Remove set_current_color() 2014-09-21 12:00:00 -03:00
David Capello
5d3d96d2d9 Minor changes: remove unnecessary dependencies with allegro.h 2014-09-21 11:59:39 -03:00
David Capello
e133c341ff Add fixmath library 2014-09-21 11:51:24 -03:00
David Capello
ddab8cc379 Remove raster::convert_image_to_allegro() 2014-09-21 11:43:30 -03:00
David Capello
7095a82141 Add she::is_key_pressed() and clear_keyboard_buffer() 2014-09-21 11:40:55 -03:00
David Capello
d1bd775270 Remove Allegro dependency from load/save_pic_file 2014-09-21 00:36:20 -03:00
David Capello
ff49b50047 Add base_assert/trace functions 2014-09-20 23:51:56 -03:00
David Capello
6a10b77baf Don't use Allegro's OTHER_PATH_SEPARATOR_ constant in ui::Entry 2014-09-20 22:54:20 -03:00
David Capello
30d09c9334 Don't use allegro.h in ui::move_region() 2014-09-19 11:08:39 -03:00
David Capello
a5a5d1db81 Fix ui::set_mouse_position() from the merge of master and allegro-wrapper branches 2014-09-19 10:50:24 -03:00
David Capello
443d151104 Simplify mouse position handling 2014-09-19 10:12:32 -03:00
David Capello
b819d36550 Fix generate_mouse_event_for_button() 2014-09-19 10:12:26 -03:00
David Capello
9451cf69fe Don't use poller on Windows 2014-09-19 10:12:10 -03:00
David Capello
c5a568cd15 Generate mouse/key events from polling in she module instead of ui module 2014-09-19 10:12:05 -03:00
David Capello
bd3fcd3fc6 Fix DocumentApi::move/copyCel(): copy background cels instead of composite them v1.0.5 2014-09-17 11:47:37 -03:00
David Capello
c4dd3f6f65 Timeline: fix separator's area and setCursor() 2014-09-17 10:20:49 -03:00
David Capello
1644d466d1 Merge branch 'cmake2-patch' 2014-09-17 10:13:23 -03:00
David Capello
a7ab94e5c3 Merge branch 'patch-2' of https://github.com/Mailaender/aseprite into cmake2-patch 2014-09-17 10:12:37 -03:00
David Capello
c3d36d3598 Save color palette in RGB .ase files (fix #487) 2014-09-17 10:08:19 -03:00
David Capello
a609f121fa Fix some cases of copy_range() of frames 2014-09-17 09:59:21 -03:00
David Capello
1ce3daf30d Fix DocumentApi::copyFrame() and addEmptyFrame() 2014-09-17 09:58:40 -03:00
David Capello
546d3af5e8 Fix problems clearing background cels
- The background color to clear is calculated in one place: DocumentApi
- Rename RemoveCel command to ClearCel
2014-09-17 09:53:25 -03:00
Matthias Mailänder
8fa93bcc3b don't fail on cmake version 2 2014-09-14 11:00:05 +02:00
David Capello
79320943d7 Fix compilation error in DocumentApi::clearMask() 2014-09-12 09:30:13 -03:00
David Capello
77a66c1b87 Simplify DocumentApi::clearMask(): we just need the "cel" param 2014-09-12 02:05:32 -03:00
David Capello
4e6e50194e Remove bgcolor param from DocumentApi::backgroundFromLayer() 2014-09-12 01:58:33 -03:00
David Capello
972b2f8ff7 Remove invalid comments in a couple of files 2014-09-12 01:55:45 -03:00