Commit Graph

859 Commits

Author SHA1 Message Date
David Capello
7fa04dddb2 Moved check_args.cpp from src/core/ to src/. 2010-07-16 17:00:37 -03:00
David Capello
f2f1bb26f2 Replaced old DIRS structure with ResourceFinder class. 2010-07-16 16:56:45 -03:00
David Capello
513844c538 Minor reorder of files in makefile.lst. 2010-07-16 16:49:23 -03:00
David Capello
8812623528 Removed LoadPalette() function. 2010-07-16 16:48:02 -03:00
David Capello
a82d721913 Moved get_pretty_memsize (core.h) to get_pretty_memory_size (mem_utils.h). 2010-07-16 16:05:56 -03:00
David Capello
81fcdb53a3 Modified status bar text when we are dragging pixels in the editor.
+ Added PixelsMovement::getImageBounds() method.
2010-07-14 20:02:18 -03:00
David Capello
ec06ad824f Changes in makefile.mingw to support Allegro 4.4 lib names. 2010-07-14 20:01:32 -03:00
David Capello
14531b1621 Modified dist.sh to distribute correct files.
- Scripts in misc/ are distributed.
- Removed data/fonts/ directory.
- makefile.macosx is distributed.
2010-07-14 19:59:44 -03:00
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