Commit Graph

701 Commits

Author SHA1 Message Date
David Capello
3218265eed Fixed dirs.cpp for Mac OS X to behave same as on Unix (with the addition to look for .app directory content). 2010-07-14 19:58:22 -03:00
David Capello
c25b9191f4 Added Makefile for Mac OS X. 2010-07-07 15:12:33 -03:00
David Capello
d3fd921f1a Added Launcher::openFile() command for Linux. 2010-07-07 15:10:31 -03:00
David Capello
a6b164d88b Added quotes in Launcher::openFile() to open URLs with '&' character. 2010-07-06 23:45:41 -03:00
David Capello
b2d212f90f Added operating system name and version in CheckUpdates command. 2010-07-06 23:31:54 -03:00
David Capello
eb68ae06e1 Fixed "Quick Reference" command. Documentation is searched in different locations depending the operating system. 2010-07-06 23:31:31 -03:00
David Capello
ff705fce46 Improved Launcher::openFile() method for Windows using ShellExecute() instead of system(). 2010-07-06 23:29:40 -03:00
David Capello
e97aa018a3 Minor changes to fix.sh. 2010-07-05 22:38:51 -03:00
David Capello
63798943e1 Renamed makefile.mgw to makefile.mingw. 2010-07-05 22:36:12 -03:00
David Capello
a1d20f704f Renamed makefile.lnx to makefile.linux. 2010-07-05 22:34:51 -03:00
David Capello
b107ba6c9b Using vsnprintf instead of vsprintf in Unix-like platforms. 2010-07-05 21:53:33 -03:00
David Capello
5f670782de Fixed a compilation error in gcc with std::sort(). 2010-07-05 21:48:27 -03:00
David Capello
ad82f979b4 Modified some cursors (hands/resize arrows) to match the main arrow cursor style. 2010-07-04 23:38:00 -03:00
David Capello
7f4871c2fb Modified about command to show links to authors' home page. 2010-07-04 23:17:01 -03:00
David Capello
c400ea0cd0 Added CheckUpdates command. 2010-07-04 12:07:38 -03:00
David Capello
b5944202f1 Removed tools.cpp. 2010-07-04 12:04:05 -03:00
David Capello
c4ab208e4b Replaced jwidget_show/hide/is_visible/is_hidden functions with Widget::isVisible/setVisible methods. 2010-07-04 12:03:14 -03:00
David Capello
47aa64efe4 Removed jwidget_enable/disable/is_enabled/is_disabled functions. 2010-07-03 15:26:27 -03:00
David Capello
447f6438a4 Removed jwidget_select/deselect/set_selected/is_selected/is_deselected functions. 2010-07-03 15:03:26 -03:00
David Capello
ee3e04386b Added LinkLabel widget. 2010-07-03 14:33:31 -03:00
David Capello
cb0488b50b Refactored jlabel widget to Label class. 2010-07-03 13:48:14 -03:00
David Capello
449cdd686f Added Donate command. 2010-07-03 13:36:39 -03:00
David Capello
3d89a21e2f Added "Quick Reference" command.
- Added Launcher class to open files and URLs.
2010-07-03 13:34:17 -03:00
David Capello
263c9d4e6e Added Vaca::convert_to<std::string>(int). 2010-07-03 13:30:33 -03:00
David Capello
2a65c24f74 Added Vaca::format_string() for std::string. 2010-07-03 13:30:06 -03:00
David Capello
6351aa1db5 Modified minimum scroll-bar thumb size. 2010-06-25 00:31:40 -03:00
David Capello
c18e7d44b2 Fixed scroll-bar thumb borders for horizontal scrollbar. 2010-06-25 00:27:31 -03:00
David Capello
d8d66782c8 Added to the file selector dialog the list of recent paths (which is generated from the list of recent files). 2010-06-25 00:27:04 -03:00
David Capello
7b9f3a154f Fixed floodfill algorithm for colors with alpha=0 but different RGB components. 2010-06-24 23:54:40 -03:00
David Capello
ecd7e85e67 Added a "star" sprite in the sheet (for bookmarks). 2010-06-24 23:46:16 -03:00
David Capello
4dff5fac85 Converted combobox widget to a class (ComboBox class derived from Widget). 2010-06-24 23:44:59 -03:00
David Capello
bbc16ab0da Now the separator label is drawn with other color. 2010-06-24 23:36:29 -03:00
David Capello
91b6233b48 Now the user can select mask color as foreground or background colors (e.g. now you can erase with right button using brush tool). 2010-06-24 23:25:30 -03:00
David Capello
08cbfee5f0 Updated copyright year to 2010 in some text files. 2010-06-24 20:49:24 -03:00
David Capello
8ff1593564 Fixed issue #3007917 (AUTHORS.txt does not exist anymore). 2010-06-24 20:47:43 -03:00
David Capello
0062e3b5e5 Added a WIP label in canvas dialog. 2010-06-24 10:40:36 -03:00
David Capello
cf215f07b5 Added loadpng source code in the distribution. 2010-06-24 10:20:47 -03:00
David Capello
aa31f962f7 Minor changes to dist.sh. 2010-06-24 10:17:12 -03:00
David Capello
cbe0814f89 Added $zip variable in dist.sh and updated to new 0.8.0-beta version. 2010-06-24 09:53:17 -03:00
David Capello
fe72c5ccdf Now the debug information is generated in the RELEASE version when MSVC is used. 2010-06-24 09:46:35 -03:00
David Capello
4868854d2a Modified makefile.vc to match Allegro 4.4 library names. 2010-06-24 09:45:43 -03:00
David Capello
51e57aeb34 Modified 0.8.0-beta1 to 0.8.0-beta. 2010-06-24 01:15:41 -03:00
David Capello
71dcf18bee Modified NEWS.txt for 0.8.0 beta. 2010-06-24 01:13:58 -03:00
David Capello
20ba66383c Modified comments in README.html about aseprite.cfg (now it is aseprite.ini). 2010-06-24 01:13:38 -03:00
David Capello
c8ac3aab4e Modified curve shortcut to Y key (P key is used for Frame Properties dialog). 2010-06-24 00:58:41 -03:00
David Capello
848735cdd5 The manifest file is included automatically when it is necessary (when dynamic C runtime is used). 2010-06-24 00:47:04 -03:00
David Capello
6cd81ae7c1 DirectX libraries are included only when STATIC_ALLEG_LINK flag is used. 2010-06-24 00:43:50 -03:00
David Capello
0467790bcf Added skin to scrollbar. 2010-06-24 00:09:46 -03:00
David Capello
d6def8fcc4 The number of colors in indexed sprites cannot be modified in the beta version yet (it needs more testing). 2010-06-23 23:31:29 -03:00
David Capello
52f94b613b Changed "Discard" to "Don't Save" in the warning dialog when the user wants to close a modified file. 2010-06-23 23:20:16 -03:00