Commit Graph

9614 Commits

Author SHA1 Message Date
David Capello
72c21e88e2 Still "allegro sprite editor" 2010-03-24 12:39:10 -03:00
David Capello
4ec3f43845 Remove references to old-subversion repository in readme file. 2010-03-24 11:40:33 -03:00
David Capello
d6c4e07f8e Applied jguiscale() to tooltip location. 2010-03-24 11:10:13 -03:00
David Capello
0046f35bfa Minor modification drawing polygon outline. 2010-03-24 03:16:49 -03:00
David Capello
eb24c091df Added "Options/PreviewFilled" configuration option to see preview in real-time of filled shapes. 2010-03-24 03:00:07 -03:00
David Capello
d4344ae348 Replaced algo_polygon() with GD library implementation. 2010-03-24 02:59:40 -03:00
David Capello
65ae558291 Preview of a filled polygon is a closed outline now. 2010-03-24 00:07:48 -03:00
David Capello
13ca98244d Removed inexistent win32/Mutex.cpp file from VACA_SOURCES. 2010-03-23 21:59:14 -03:00
David Capello
418b84f205 Added missing Property.cpp file. 2010-03-23 21:58:42 -03:00
David Capello
bef2470111 Disabled warning 4251 in MSC. 2010-03-23 21:55:47 -03:00
David Capello
059c650922 Fixed a typo. 2010-03-22 20:21:38 -03:00
David Capello
db2bbef1cd Fixed cursors focus when jguiscale > 1. 2010-03-22 00:09:44 -03:00
David Capello
38d2c8da68 Minor modifications to state bar JM_DRAW message handler. 2010-03-21 23:47:43 -03:00
David Capello
804de112c4 Changed initial text in state bar. 2010-03-21 23:39:19 -03:00
David Capello
952a2aac4d Fixed buttons in toolbar for jguiscale > 1. 2010-03-21 23:29:41 -03:00
David Capello
af8535d612 mini-look for buttons in file selector dialog. 2010-03-21 23:19:05 -03:00
David Capello
3f1cad8505 Added setup_mini_look() function. 2010-03-21 23:18:30 -03:00
David Capello
9031c48773 Removed unused variable in gui_setup_screen(). 2010-03-21 23:16:53 -03:00
David Capello
bb4da37e51 Added mini-look to the opacity slider in the cel property dialog. 2010-03-21 22:36:17 -03:00
David Capello
4c5ea8f429 Fixed default-size for combo-box window (finally). 2010-03-21 22:35:55 -03:00
David Capello
2966863d24 Fixed SkinneableTheme::draw_bounds() for small rectangles. 2010-03-21 22:04:13 -03:00
David Capello
87ba1dba88 Removed unused functions subclip/backclip. 2010-03-21 22:03:41 -03:00
David Capello
4486ccdd29 Modified state-bar borders to match Ilija's mockup. 2010-03-21 21:31:13 -03:00
David Capello
ac8c1ecdc1 Now buttons and sliders in the state-bar have mini-look. 2010-03-21 21:30:50 -03:00
David Capello
994f5e6284 Added mini-look (SkinProperty::isMiniLook) to buttons and sliders. 2010-03-21 21:28:32 -03:00
David Capello
782d3998c5 Fixed a flicker problem when the slider of layer-opacity in the state bar were used. 2010-03-21 21:27:13 -03:00
David Capello
015a4d713c Added SkinProperty. 2010-03-21 21:25:38 -03:00
David Capello
99e75b349e Fixed convert_to problems. 2010-03-20 23:14:18 -03:00
David Capello
44b80672f2 Added properties to Component class. 2010-03-20 13:28:06 -03:00
David Capello
62e79141d7 Imported SharedPtr.h header file from Vaca library. 2010-03-20 13:23:09 -03:00
David Capello
104d315f25 Applied guiscale to tabs widget. 2010-03-20 12:55:25 -03:00
David Capello
345dbb6fec State-bar is double-buffered now. 2010-03-20 12:29:15 -03:00
David Capello
2658aae644 Applied jguiscale to status bar borders. 2010-03-18 21:28:55 -03:00
David Capello
c4bd51d569 Applied jguiscale to color bar. 2010-03-13 00:21:14 -02:00
David Capello
11fda53fe3 Added Editor::editor_move_cursor to avoid drawing cursor preview flickering. 2010-03-13 00:14:32 -02:00
David Capello
29059b785d Vaca::details::trace_t renamed to Tracer. 2010-03-12 23:17:13 -02:00
David Capello
e6fb597f58 Warning 4996 is disabled only in MSC compiler. 2010-03-12 23:16:45 -02:00
David Capello
5ae14b550b Added Vaca::String class.
Added Vaca::Exception class.
Added Vaca::System class.
Added vaca_main().
The main/WinMain is defined inside vaca library.
2010-03-12 23:16:05 -02:00
David Capello
9e46555a65 Modified default target platform (calculated through current compiler). 2010-03-12 23:12:25 -02:00
David Capello
80833f33b0 Added WIN32_LEAN_AND_MEAN to speedup compilation time. 2010-03-12 23:09:26 -02:00
David Capello
6cad6849b5 Removed jpoint.h and jsize.h. 2010-03-11 00:45:19 -02:00
David Capello
cb1b6dc1ad Removed <windows.h>, <commctrl.h> and <algorithm> from Vaca/base.h. 2010-03-11 00:44:12 -02:00
David Capello
e8ec41f436 Moved vaca/README.txt comments to third_party/README.txt. 2010-03-10 17:17:24 -03:00
David Capello
33854fed54 Moved vaca lib to third_party directory.
Fixed a problem compiling MutexImpl for win32.
2010-03-10 16:57:38 -03:00
David Capello
5ce6b9c51b REnamed MutexPimpl to MutexImpl. 2010-03-10 01:07:02 -02:00
David Capello
1e18163512 Added some TODO. 2010-03-10 00:43:25 -02:00
David Capello
2a27405173 Added Vaca::Mutex.
Now Vaca is compiled as a library (.lib/.a).
Removed jmutex.cpp, jpoint.cpp, jsize.cpp.
2010-03-10 00:34:50 -02:00
David Capello
d28b11e639 Added a common .gitignore file. 2010-03-09 22:09:16 -02:00
David Capello
78422a19fc More documentation about Lasso tool. 2010-03-09 21:06:55 -02:00
David Capello
5c6da29ced Removed 'Advanced mode' option. 2010-03-09 00:46:12 -02:00