David Capello
aac6e31e44
Added CheckArgs class.
2010-01-29 00:53:53 +00:00
David Capello
33f804213d
Added is_empty, freeze, unfreeze, add, reserve, and shrink function member of Mask class.
2010-01-27 21:16:49 +00:00
David Capello
6e93dfe4ea
Converted editor widget in a C++ class (Editor class derived from Widget).
2010-01-27 02:52:30 +00:00
David Capello
991488e59b
Fixed gcc problem with min/max macros.
2010-01-26 04:10:01 +00:00
David Capello
77c009de55
Renamed jwidget to Widget.
...
Refactored jwidget_set_text to Widget::setText (same for setFont, setEnabled, etc.).
Created "Frame" class.
Refactored "jwindow_funcname" functions to "Frame::funcname".
Renamed JWidgetPtr to FramePtr.
2010-01-26 00:38:05 +00:00
David Capello
13c87691b9
Removed old HACKING notes
2010-01-26 00:24:23 +00:00
David Capello
ebc4cfe437
Added jpoint and jsize to makefile.lst
2010-01-25 22:42:52 +00:00
David Capello
f634a390ee
Added jpoint and jsize.
2010-01-25 22:28:39 +00:00
David Capello
ca9f7e0b33
Added Vaca include directory and VACA_ALLEGRO definition.
2010-01-25 22:22:36 +00:00
David Capello
4e101699ff
Added vaca_fusion directory.
2010-01-25 22:01:52 +00:00
David Capello
8f03d54562
Fixed compilation error in context.cpp
2009-12-19 17:52:21 +00:00
David Capello
017ece697f
Now XML files are loaded with tinyxml library
2009-12-16 23:24:57 +00:00
David Capello
11a094cb05
Moved app.cpp from src/core/ to src/
2009-12-11 14:53:05 +00:00
David Capello
38c37d6f23
Fixed some URLs.
2009-12-11 13:12:02 +00:00
David Capello
6fff5ea8f4
Added tinyxml in the build process.
2009-12-11 13:10:56 +00:00
David Capello
d437836266
Fixed icon url
2009-11-30 00:58:13 +00:00
David Capello
dd6bab1e9f
Added some draft of the manual
2009-11-30 00:56:46 +00:00
David Capello
d97f9a1ef3
Added tinyxml library source code.
2009-11-28 15:17:53 +00:00
David Capello
f79ac322cb
Fixed a bug in Undoable::copy_previous_frame (using LayerImage::add_cel directly instead of Undoable::add_cel).
2009-11-23 01:25:06 +00:00
David Capello
2a7d182b81
Modified news, and some tips.
2009-11-22 18:20:35 +00:00
David Capello
336f3feb64
Added resizable capability (with a patched version of Allegro). It must be enabled through the special flag HAVE_RESIZE_PATCH.
2009-11-22 14:39:52 +00:00
David Capello
d938e98dac
Now fix.bat uses notepad.
2009-11-22 14:38:43 +00:00
David Capello
b585600a19
Fixed a couple of bugs:
...
+ in tabs_remove_tab selected/hot tabs are set to NULL.
+ the select_callback is called only for the hot tab (if hot is NULL, now the selected is not used anymore).
2009-11-22 14:14:06 +00:00
David Capello
50ec2cdff9
Fixed a bug in initialization of parts.
2009-11-22 14:12:25 +00:00
David Capello
7ddf8d5ef2
Fixed assert in loadpng.c for debug version.
2009-11-22 03:56:00 +00:00
David Capello
fd6f7dd156
Added support for the Close button in the system window.
2009-11-22 03:53:43 +00:00
David Capello
3626589229
Fixed little details in tabs gfxs.
2009-11-22 02:16:29 +00:00
David Capello
774fc8370c
Removed "Nothing" tab (Ilija Melentijevic idea).
2009-11-22 02:15:40 +00:00
David Capello
9e0928ca66
Fixed combo-box graphics.
2009-11-22 00:26:58 +00:00
David Capello
a7cc9371d2
Added GUI sheet (Ilija Melentijevic graphics).
2009-11-21 20:07:21 +00:00
David Capello
5d64181f16
Added SkinneableTheme class. Thanks to Ilija Melentijevic for the graphics.
2009-11-21 20:02:31 +00:00
David Capello
f6821908cc
Now jstandard_theme::regen does not use ji_get_theme
2009-11-19 14:57:15 +00:00
David Capello
b70f84b46c
Removed JM_DRAWRGN message. Removed jwidget_redraw_region and jwidget_send_message_after_type functions.
2009-11-19 14:38:24 +00:00
David Capello
6d04c3815c
Now jtheme is a class with member functions; and jwidget has a virtual msg_proc.
2009-11-19 02:59:20 +00:00
David Capello
33ca3cf8e0
Added support to load png files through Allegro library (now you can save/load palettes in PNG files)
2009-11-19 00:34:07 +00:00
David Capello
0e0dacb158
Fixed Undoable::background_from_layer when the layer to be converted to background has empty cels.
2009-11-18 15:24:02 +00:00
David Capello
e4dd1905fb
Added change_color command to change FG color-index with keyboard (Ilija Melentijevic idea).
2009-11-18 14:51:05 +00:00
David Capello
8f1eac61a9
Now color-bar shows FG/BG indicators (Ilija Melentijevic idea).
2009-11-18 14:47:30 +00:00
David Capello
be8a97f5b8
Fixed a bug in Undoable::clear_mask
2009-11-18 14:46:05 +00:00
David Capello
1764f78d1b
Fixed ordered dithering menu item.
2009-11-17 23:19:03 +00:00
David Capello
cbc0bf22bd
Refactored Layer class to include all layer_* functions as member functions.
2009-11-17 13:12:26 +00:00
David Capello
8b7f476f17
Fixed issue #2874422 "More screen resolutions" (Philippe Michael Groarke idea).
2009-10-17 22:27:05 +00:00
David Capello
3f1f5e378e
Minor changes converting C to C++.
2009-10-16 02:26:28 +00:00
David Capello
f2f78377ad
Added IAppHook interface for a cleaner event/hook interface.
2009-10-14 14:09:59 +00:00
David Capello
b758b113e8
Fixed a bug with the file-selector in Windows where new files found in a directory were added at the end instead of sorted.
2009-10-12 23:56:32 +00:00
David Capello
ab81d1eb7d
Added some svn:ignore properties.
2009-10-09 03:05:06 +00:00
David Capello
eaf777e093
Modified marquee tooltip. Fixed bug #2874453 (thanks to Philippe Michael Groarke).
2009-10-09 02:51:24 +00:00
David Capello
115af153cc
Fixed I keyboard shortcut. Added Shift+I too.
2009-10-09 02:41:09 +00:00
David Capello
9e5d0dc2f2
Renamed file cmd_eyedropper_tool.cpp to cmd_eyedropper.cpp
2009-10-09 02:36:30 +00:00
David Capello
7454b7c03d
Added authors.
2009-10-09 02:26:28 +00:00