Commit Graph

675 Commits

Author SHA1 Message Date
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
David Capello
2f242e4934 Fixed get_color_for_image() function with color indexes out of range. 2010-06-23 23:18:57 -03:00
David Capello
896fbcc095 Fixed problems in color curve effect using color indexes out of range. 2010-06-23 23:18:22 -03:00
David Capello
548c82adaf Fixed save/load operations of .ase format for sprites with less than 256 colors. 2010-06-23 10:38:07 -03:00
David Capello
ce186c95b3 Avoid using RGB_MAPs with invalid colors (palette index out of range). 2010-06-23 10:36:42 -03:00
David Capello
2b5058f66c Modified "on_color_changed" slot (in palette editor) to avoid using invalid colors. 2010-06-21 22:17:05 -03:00
David Capello
489927528d Fixed a bug calling "palette_editor" with invalid color (index out of range). 2010-06-21 22:16:30 -03:00
David Capello
40c73cf11f Fixed shadow for color-bar buttons. 2010-06-17 02:55:54 -03:00
David Capello
7d659f1017 Sort command will not be available in the beta version. 2010-06-17 02:28:37 -03:00
David Capello
a9b54f939f Modified shadow (to use alpha channel) of tool-bar buttons. 2010-06-17 02:27:34 -03:00
David Capello
1de1a263f1 Added undo information to sort command (it is WIP, is not working properly). 2010-06-17 02:17:42 -03:00
David Capello
df03782e0a Now Palette:sort() generates a mapping table. 2010-06-17 02:16:43 -03:00
David Capello
10325873d3 Added undo_remap_palette() function. 2010-06-17 02:14:44 -03:00
David Capello
1320ad7b61 Added Sprite::remapImages(). 2010-06-17 02:13:42 -03:00
David Capello
4ce6b2866d The buggy resizable window patch for Allegro will be not included yet. 2010-06-17 01:33:06 -03:00
David Capello
ad405f71b1 Minor changes in ase manual. 2010-06-17 01:27:35 -03:00
David Capello
fc0ece7bba Modified I key shortcut in manual. 2010-06-17 01:27:04 -03:00
David Capello
dd3feeb3f4 Added about the number of colors in New Sprite dialog in ASE manual. 2010-06-17 01:26:54 -03:00
David Capello
636b188283 Added possibility to sort a range of palette entries. 2010-06-17 00:34:39 -03:00
David Capello
924fc09a66 Added HSL_Lightness and YUV_Luma palette sort criteria. 2010-06-17 00:21:57 -03:00
David Capello
265896ac07 Now the "More Options" visible status is saved in configuration file. 2010-06-15 19:46:39 -03:00
David Capello
6fb63f71b0 Modified logic to selected the default sort criteria in palette editor. 2010-06-15 19:45:57 -03:00
David Capello
512a6162fe Renamed aseprite.cfg to aseprite.ini (.ini files can be opened in Windows). 2010-06-15 19:44:41 -03:00
David Capello
ec30837631 Added Palette:sort() and SortPalette class.
Implemented "Sort" command in palette editor.
2010-06-14 22:53:30 -03:00
David Capello
a5645bf577 Minor change: eliminated compilation warning. 2010-06-14 22:35:20 -03:00
David Capello
051577f725 Added jlistbox_get_items_count() function. 2010-06-14 21:22:59 -03:00
David Capello
d19321981d Removed not-implemented jlistbox methods. 2010-06-14 20:40:45 -03:00