David Capello
db9be355c2
Added free_msgid to avoid using jfree directly like a function (it
...
could be a macro).
2008-02-10 18:54:35 +00:00
David Capello
fa45321b11
Added the widget to show tooltips.
...
Added two attributes to '_ji_theme_textbox_draw' (fg and bg colors)
Fixed some memory leaks.
Added MEMLEAK to activate the memory-leak detection in jmem.c.
2008-02-10 18:52:42 +00:00
David Capello
48bca23055
Added the wantfocus property to JWindows.
2008-02-10 18:50:00 +00:00
David Capello
c6b2f7e601
Added the widget to show tooltips.
2008-02-10 18:49:12 +00:00
David Capello
8b365fa3cb
Added NO_HEADER
2008-02-10 18:41:47 +00:00
David Capello
b083623e19
Copyright updated.
2008-02-10 12:55:22 +00:00
David Capello
90a55ad443
Copyright updated.
2008-02-10 12:52:15 +00:00
David Capello
294f5f739f
Copyright updated.
2008-02-10 12:42:17 +00:00
David Capello
eaa74d8234
Copyright updated.
2008-02-10 12:37:48 +00:00
David Capello
51c9a25b91
Fixed a memory leak.
2008-02-10 12:36:00 +00:00
David Capello
0b65f81de8
Copyright updated.
2008-02-10 12:35:13 +00:00
David Capello
a9ec8b61f0
Fixed a memory leak.
2008-02-10 12:33:03 +00:00
David Capello
b797cd91b7
Now the null sprite is displayed as an empty-set symbol.
2008-02-10 12:23:59 +00:00
David Capello
dd1ded8deb
Copyright updated.
2008-02-10 12:22:48 +00:00
David Capello
63be8aed8a
Fixed a bug where the 'Yes' button wasn't recognized as the killer of the window.
2008-02-08 14:00:52 +00:00
David Capello
252846d720
Now the buttons have names like: button-1, button-2, etc.
2008-02-08 13:59:37 +00:00
David Capello
685ec05e3f
Fixed some compilations problems in Linux. And a bug in file_system to get the root / file-item
...
key.
2008-02-05 13:54:30 +00:00
David Capello
528eaab937
Added threads to load files in background.
...
Added a new file-selector (using PIDLs for Win32).
2008-02-04 02:37:26 +00:00
David Capello
2aea148245
Fixed file_size_ex and outportw usage in Linux.
2008-01-31 18:48:58 +00:00
David Capello
0abb4c9033
Added a confirmation dialog after changing the gfx-mode.
2008-01-27 18:51:12 +00:00
David Capello
afb2d3f502
Added JMutex, lock_current_sprite, and locked & mutex fields for Sprite.
...
Added readable/writable buttons in the Film Editor. Added forbidden cursor.
Fixed some bugs in editors_draw_sprite_tiled and cmd_configure_tools.
2008-01-23 16:18:58 +00:00
David Capello
33cde18bf1
Added JMutex, lock_current_sprite, and locked & mutex fields for Sprite.
...
Added readable/writable buttons in the Film Editor. Added forbidden cursor.
Fixed some bugs in editors_draw_sprite_tiled and cmd_configure_tools.
2008-01-23 16:16:43 +00:00
David Capello
dc6d0467ac
2008-01-21 21:54:22 +00:00
David Capello
833c52508c
Default min-width for buttons.
2008-01-21 21:50:54 +00:00
David Capello
1ee483cc28
Fixed some problems with focus (when close menus and windows).
2008-01-20 22:38:21 +00:00
David Capello
86fb5a0124
2008-01-13 21:18:00 +00:00
David Capello
ab61d62f5e
2008-01-13 21:04:36 +00:00
David Capello
dfae80457b
Fixed problems with the brush-cursor drawing code.
2008-01-13 20:49:02 +00:00
David Capello
8cc8d732e2
Files reformatted (changed "function_call ()" to "function_call()" ).
2008-01-07 15:10:17 +00:00
David Capello
7fe8991db2
Modified the way that GUI manager (jmanager) controls the message-loop.
2008-01-07 11:45:02 +00:00
David Capello
6fcea92d7b
Fixed a problem with popup-menus.
2008-01-06 19:30:17 +00:00
David Capello
cbcc6953b4
Added goto_*_frame & play_animation commands. With this the 'Preview'
...
uses the same keys to move through frames that are specified in gui.xml
2008-01-05 18:32:12 +00:00
David Capello
d2be70c242
Added 'is_processing' in 'Base' structure to avoid sending menu-messages when there're menu-messages in the queue.
2008-01-05 18:08:12 +00:00
David Capello
8c2ebdfee4
Removed the IDLE message.
...
Added a lot of asserts (in the GUI code mainly).
2008-01-03 23:22:04 +00:00
David Capello
bbdd7a3f83
Now screen shots are generated directly in PNG format.
2007-12-19 20:09:27 +00:00
David Capello
37be418a5a
Added some of the new script functions (NewSprite, LoadSprite,
...
SaveSprite, SetSprite, NewLayer)
2007-12-13 15:55:01 +00:00
David Capello
ece7c72b0f
Added ase_uint8, ase_uint16, ase_uint32
2007-12-11 20:05:18 +00:00
David Capello
1851db4ac7
Fixed a problem when saving non-indexed images (reported by Trent Gamblin)
2007-12-09 01:52:58 +00:00
David Capello
9b755b2834
Fixed src/widgets/editor/editor.c
2007-12-06 21:32:44 +00:00
David Capello
d87b0dc8ff
Added jwidget_set_max_size.
...
Modified some dialogs for a better look.
Fixed the interactive movement of the layer.
2007-12-06 20:05:32 +00:00
David Capello
549210b95f
Fixed the copy & paste.
2007-12-06 03:20:49 +00:00
David Capello
d1c38d7dfe
Removed a lot of GUI functionality for scripting.
...
Added support to save PNG files.
Added alternative dirty rectangles technique to Jinete.
2007-12-06 03:00:10 +00:00
David Capello
c50df75059
Fixed the tests
2007-12-05 22:00:19 +00:00
David Capello
7a0913c2cf
Added rules to make tests
2007-12-05 03:29:17 +00:00
David Capello
0f23b3b3f0
Removed jinete directory
2007-12-05 02:03:05 +00:00
David Capello
d199ae0805
Jinete examples moved to ase/src/text
2007-12-05 01:53:03 +00:00
David Capello
c330a00747
Added these the sources files of the documentation for Jinete
2007-12-05 01:39:21 +00:00
David Capello
c8db258b00
Added background color to sprite.
...
Renamed FileType to FileFormat.
Moved ase/jinete/src to ase/src/jinete.
Moved ase/jinete/include to ase/src/jinete.
Moved ase/jinete/freetype to ase/third_party/freetype.
2007-12-05 01:30:50 +00:00
David Capello
9e8a50d58d
Moved jinete.h
2007-12-04 22:55:53 +00:00
David Capello
29887ac39d
Replaced XXX to TODO
2007-12-04 21:50:31 +00:00