log

age author description
Mon, 22 Nov 2010 00:42:30 +0800 Thinker K.F. Li Change _X_MB_runtime and fix _x_mb_event_loop() refine_backend_if
Mon, 22 Nov 2010 00:42:30 +0800 Thinker K.F. Li Fix typo for the naem of struct _X_supp_IO_man refine_backend_if
Mon, 22 Nov 2010 00:42:30 +0800 Thinker K.F. Li Fix typo for the name of _mb_IO_man refine_backend_if
Mon, 22 Nov 2010 00:42:30 +0800 Thinker K.F. Li Declare functions correctly refine_backend_if
Mon, 22 Nov 2010 00:42:30 +0800 Thinker K.F. Li Fix typo on variable reference refine_backend_if
Mon, 22 Nov 2010 00:42:30 +0800 Thinker K.F. Li Fix typo on return type of _x_supp_tmo_hdlr() refine_backend_if
Mon, 22 Nov 2010 00:42:30 +0800 Thinker K.F. Li Declare function as static functions refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Change signature to make const for arguments of mb_timer_cb_t refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Use mb_backend_t::event_loop() instead of mb_backend_t::loop refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Rename mb_backend_t::tman() to mb_backend_t::timer_man() refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Use mb_backend_t::new instead of mb_backend_t::init refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Change signature of sprite_set_search_path() refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Adapt mb_tman_t to mb_timer_man_t refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Change signature of callback for IO and timer manager refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Implement functions of timer manager for X support refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Rename _x_mb_io_man* to _x_supp_io_man* refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Add default timer factory for X support refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Implement IO manager interface for X refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li doc backend refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Change interface of mb_backend_t for more concise refine_backend_if
Sun, 21 Nov 2010 09:17:43 +0800 wycc Change the order of layer in the scene editor to make it consistent with the inkscape layer manager
Sun, 21 Nov 2010 08:43:02 +0800 wycc Set the inkscape:groupmode attribute so that the inkscape will put the scene groups in the layer manager and protect it from detection.
Sat, 20 Nov 2010 23:31:02 +0800 wycc Add MadButterfly name space
Sat, 20 Nov 2010 20:06:01 +0800 wycc Remove unnecessary lines.
Sat, 20 Nov 2010 20:04:48 +0800 wycc Add scene demo program
Sat, 20 Nov 2010 20:04:31 +0800 wycc Implement Scene API.
Sat, 20 Nov 2010 15:46:03 +0800 wycc Generate the last key frame correct.
Sat, 20 Nov 2010 15:44:05 +0800 wycc Hide the hover of all inactive framelines. This fix the issue of multiple hover in every frameline objects.
Sat, 20 Nov 2010 11:47:40 +0800 wycc Remove generate function
Sat, 20 Nov 2010 11:45:53 +0800 wycc Check in the sample file
Sat, 20 Nov 2010 11:45:17 +0800 wycc Rewrite the MBScene to use framelines. The old layers/scenes data structure is used to load the scenes only. We should remove it completely in the future.
Sat, 20 Nov 2010 11:44:19 +0800 wycc Add addScenes to generate scene definition according to the current framelines.
Fri, 19 Nov 2010 23:54:24 +0800 wycc Fix the rm_keyframe to search the keyframe.
Thu, 18 Nov 2010 12:10:51 +0800 Thinker K.F. Li Fix issue of not drawing background for key frames without any tween
Thu, 18 Nov 2010 12:02:21 +0800 Thinker K.F. Li check range of pointer
Thu, 18 Nov 2010 11:54:37 +0800 Thinker K.F. Li Start drawing after an expose event
Thu, 18 Nov 2010 11:37:21 +0800 Thinker K.F. Li Provide the facility to stop drawing for massive content update.
Thu, 18 Nov 2010 11:20:24 +0800 Thinker K.F. Li Function of removing key frames
Wed, 17 Nov 2010 18:49:58 +0800 Thinker K.F. Li Do not draw active frame when it is not set
Wed, 17 Nov 2010 17:25:44 +0800 Thinker K.F. Li Remove showGrid() from MBScene
Wed, 17 Nov 2010 17:24:59 +0800 Thinker K.F. Li update framelines according content 0f layers
Wed, 17 Nov 2010 17:14:22 +0800 Thinker K.F. Li Rename Layer.scene to Layer.scenes since it is a list of scenes
Wed, 17 Nov 2010 17:10:07 +0800 Thinker K.F. Li Rename MBScene.layer to MBScene.layers
Wed, 17 Nov 2010 17:09:13 +0800 Thinker K.F. Li Add a frameline for each layer
Wed, 17 Nov 2010 15:19:35 +0800 Thinker K.F. Li Use frameline module in MBScene
Wed, 17 Nov 2010 15:18:30 +0800 Thinker K.F. Li Fix bug for no any key frame in a frameline
Wed, 17 Nov 2010 14:31:59 +0800 Thinker K.F. Li Break long lines
Wed, 17 Nov 2010 14:17:59 +0800 Thinker K.F. Li Re-indent MBScene.py
Wed, 17 Nov 2010 13:30:32 +0800 Thinker K.F. Li Add tailing 'pass' commands to close indents
Wed, 17 Nov 2010 12:52:34 +0800 Thinker K.F. Li Show hover mark when the pointer over a frame
Wed, 17 Nov 2010 11:58:45 +0800 Thinker K.F. Li frame-button-press event of frameline
Wed, 17 Nov 2010 11:18:44 +0800 Thinker K.F. Li rename _type_id to _type, it is GGbject type actually
Wed, 17 Nov 2010 03:15:11 +0800 Thinker K.F. Li Handle button press event for frameline
Wed, 17 Nov 2010 02:29:47 +0800 Thinker K.F. Li Add more border line to frameline and frameruler
Wed, 17 Nov 2010 02:16:32 +0800 Thinker K.F. Li Set font size for frame number in frameruler
Wed, 17 Nov 2010 01:46:10 +0800 Thinker K.F. Li Add frameruler to show ruler for framelines
Tue, 16 Nov 2010 13:16:39 +0800 Thinker K.F. Li Doc key frame
Tue, 16 Nov 2010 12:55:19 +0800 Thinker K.F. Li change wording in doc
Tue, 16 Nov 2010 12:51:53 +0800 Thinker K.F. Li Draw line to connect continious tween frames
Tue, 16 Nov 2010 12:12:21 +0800 Thinker K.F. Li Implement a frameline widget