log src/redraw_man.c @ 826:94041f085797

age author description
Tue, 14 Sep 2010 05:55:30 +0800 Thinker K.F. Li Merge from main stream
Tue, 14 Sep 2010 05:44:48 +0800 Thinker K.F. Li Make sure drawing on right cached canvas
Tue, 14 Sep 2010 05:44:48 +0800 Thinker K.F. Li Do not copy canvas for unittest
Tue, 14 Sep 2010 05:44:48 +0800 Thinker K.F. Li Testcase for redrawing cached canvas
Tue, 14 Sep 2010 01:08:39 +0800 Shih-Yuan Lee (FourDollars) Unify coding style tag for emacs and vim.
Mon, 13 Sep 2010 20:39:22 +0800 Thinker K.F. Li Fix typo on index of matrix
Mon, 13 Sep 2010 15:33:19 +0800 Thinker K.F. Li Change order of statements to fix bug of wild pointers.
Mon, 13 Sep 2010 13:25:34 +0800 Thinker K.F. Li Testcases for caching coords
Sun, 12 Sep 2010 12:20:09 +0800 Thinker K.F. Li Change order of statement to fix segmentation fault
Thu, 02 Sep 2010 11:00:30 +0800 Thinker K.F. Li subtree of root coord can not be skept
Sun, 29 Aug 2010 19:06:24 +0800 Thinker K.F. Li Fix logic error of checking clear flag for paint.
Sun, 29 Aug 2010 18:47:06 +0800 Thinker K.F. Li Remove unused local variables
Wed, 25 Aug 2010 18:22:32 +0800 Thinker K.F. Li Separate GEF_NOT_SHOWED and GEF_HIDDEN flags.
Wed, 30 Jun 2010 13:28:53 +0800 Thinker K.F. Li Replace mbe_clip() with mbe_scissoring() openvg
Mon, 24 May 2010 21:09:32 +0800 Thinker K.F. Li Swap geo_t::cur_area and geo_t::last_area correctly. Android_Skia
Mon, 24 May 2010 17:43:19 +0800 Thinker K.F. Li Fix bug of dirty areas of coords. Android_Skia
Mon, 24 May 2010 16:27:25 +0800 Thinker K.F. Li Simplify dirty area for coords that should be totally redraw Android_Skia
Mon, 24 May 2010 11:59:27 +0800 Thinker K.F. Li Clear flags for clearing procedure and draw dirty cached ones Android_Skia
Sat, 22 May 2010 22:31:18 +0800 Thinker K.F. Li [mq]: propagate_areas.diff Android_Skia
Fri, 21 May 2010 22:59:26 +0800 Thinker K.F. Li [mq]: pcached_area1.diff Android_Skia
Sun, 16 May 2010 22:59:24 +0800 Thinker K.F. Li pcached_area replaces owner_mems_area Android_Skia
Sun, 27 Dec 2009 14:06:20 +0800 Thinker K.F. Li Document on clean_rdman_dirties() Android_Skia
Fri, 25 Dec 2009 12:11:20 +0800 Thinker K.F. Li Add todo Android_Skia
Fri, 25 Dec 2009 11:13:21 +0800 Thinker K.F. Li Skip root coord when propagate dirty area to parent cached Android_Skia
Fri, 25 Dec 2009 00:27:19 +0800 Thinker K.F. Li Ignore small dirty area. Android_Skia
Wed, 23 Dec 2009 10:33:51 +0800 Thinker K.F. Li Clear variables and draw root coord. Android_Skia
Tue, 22 Dec 2009 22:39:53 +0800 Thinker K.F. Li Every coord can only appear at mot one time in the dirty coord list. Android_Skia
Tue, 22 Dec 2009 22:31:38 +0800 Thinker K.F. Li Change typos in comment Android_Skia
Tue, 22 Dec 2009 21:58:41 +0800 Thinker K.F. Li Does not add root coord to zeroing list Android_Skia
Tue, 22 Dec 2009 14:21:34 +0800 Thinker K.F. Li Skip very small dirty areas. Android_Skia
Tue, 22 Dec 2009 11:04:52 +0800 Thinker K.F. Li Fix a bug of a non-initialized variable. Android_Skia
Sat, 19 Dec 2009 08:22:07 +0800 Thinker K.F. Li imported patch more_comment.diff Android_Skia
Thu, 17 Dec 2009 16:13:35 +0800 Thinker K.F. Li Skip coords that is not cached when add coords into zeroing_coords list. Android_Skia
Thu, 17 Dec 2009 16:09:46 +0800 Thinker K.F. Li Change documentation for zeroing Android_Skia
Tue, 01 Dec 2009 22:55:27 +0800 Thinker K.F. Li Change prototype of mbe_copy_source(). Android_Skia
Mon, 23 Nov 2009 18:52:30 +0800 Thinker K.F. Li Remove rdman_paint_main() Android_Skia
Mon, 23 Nov 2009 18:04:22 +0800 Thinker K.F. Li Reset stroke and fill for shapes when a paint is freed. Android_Skia
Sun, 22 Nov 2009 20:41:27 +0800 Thinker K.F. Li Fix a potential bug when destroy a rdman. Android_Skia
Thu, 12 Nov 2009 21:32:58 +0800 Thinker K.F. Li Remove mbe_matrix_t type. Android_Skia
Thu, 12 Nov 2009 21:30:35 +0800 Thinker K.F. Li Add copy and clear graphic engine functions. Android_Skia
Thu, 12 Nov 2009 21:24:35 +0800 Thinker K.F. Li Header file to config graphic engine Android_Skia
Thu, 12 Nov 2009 21:24:31 +0800 Thinker K.F. Li Add graph_engine_skia.c Android_Skia
Wed, 05 Aug 2009 15:54:44 +0800 Thinker K.F. Li Replace cairo_format_t with mb_img_fmt_t.
Tue, 04 Aug 2009 23:35:41 +0800 Thinker K.F. Li Replace Cairo with a abstract layer mb_graph_engine.
Thu, 30 Jul 2009 12:21:34 +0800 john cylee Fix compile error: no return statement
Wed, 29 Jul 2009 20:22:36 +0800 Thinker K.F. Li Make sh_text and sh_stext optional.
Wed, 29 Jul 2009 15:00:55 +0800 Thinker K.F. Li Fix typo in redraw_man.c when adding sh_stext object type.
Tue, 28 Jul 2009 15:11:42 +0800 Thinker K.F. Li Make sh_text_draw() passes first test case.
Tue, 28 Jul 2009 15:11:42 +0800 Thinker K.F. Li Make sh_stext_transform() pass first test case for him.
Tue, 07 Jul 2009 22:46:19 +0800 Thinker K.F. Li Make unittest built by automake and autoconf.
Wed, 01 Apr 2009 02:16:10 +0800 Thinker K.F. Li Rename MIN/MAX to MB_MIN/MB_MAX.
Mon, 09 Mar 2009 23:05:57 +0800 Thinker K.F. Li Move mb_img_data_t out from argument list of rdman_shape_image_new().
Fri, 06 Mar 2009 13:53:27 +0800 Thinker K.F. Li Move and update in source documents
Thu, 05 Mar 2009 14:07:49 +0800 Thinker K.F. Li Remove out-of-date comments and refactor code and fix a small bug.
Thu, 05 Mar 2009 02:20:58 +0800 Thinker K.F. Li Fix bug that images are lost after hidden & expose window.
Thu, 05 Mar 2009 00:54:42 +0800 Thinker K.F. Li Cache rednering result is now workable.
Sat, 31 Jan 2009 18:28:50 +0800 Thinker K.F. Li Fix bug of sh_text_t that do not update it-self after changes.
Sat, 31 Jan 2009 16:52:28 +0800 wycc Check in test program for sh_text_set_text for debugging. It is not working yet.
Sun, 25 Jan 2009 16:07:43 +0800 Thinker K.F. Li Fix the problem that clean_canvas() can not clean canvas cleanly.
Fri, 23 Jan 2009 23:00:23 +0800 Thinker K.F. Li Integrate sh_image with svg2code.py.
Thu, 15 Jan 2009 16:46:47 +0800 Thinker K.F. Li Simple image loader and image shape.
Sun, 04 Jan 2009 12:09:29 +0800 Thinker K.F. Li Remove potential memory address error.
Thu, 25 Dec 2008 18:40:27 +0800 Thinker K.F. Li termporary revision
Thu, 18 Dec 2008 22:37:15 +0800 Thinker K.F. Li Move mouse event handler and interpreter to src/mouse.c.
Mon, 15 Dec 2008 10:13:03 +0800 Thinker K.F. Li X backend only sent EVT_MOUSE_MOVE_RAW to MadButterfly.
Tue, 09 Dec 2008 17:34:10 +0800 Thinker K.F. Li Start moving to mb_obj_t
Wed, 19 Nov 2008 20:53:40 +0800 Thinker K.F. Li Add mb_subtree_free animate action and fix bugs.
Tue, 18 Nov 2008 21:42:30 +0800 Thinker K.F. Li Remove factory from observer APIs.
Tue, 18 Nov 2008 09:04:40 +0800 Thinker K.F. Li When a bullet hits a tank or wall, it shows a bang animation.
Wed, 05 Nov 2008 15:24:01 +0800 Thinker K.F. Li Move header files to $(top_srcdir)/include/ and prefixed with 'mb_'. include_mb_test
Tue, 04 Nov 2008 17:00:26 +0800 Thinker K.F. Li Move header files into include/mb/ subdirectory and remove symlink 'mb'. include_mb_test
Wed, 08 Oct 2008 03:57:56 +0800 Thinker K.F. Li Fix bug of tank that bullet is not hidden when go out the map.
Sun, 05 Oct 2008 23:32:58 +0800 Thinker K.F. Li Postponse free of coords, shapes, and paints when the rdman is dirty.
Fri, 03 Oct 2008 10:22:08 +0800 Thinker K.F. Li Postponing rdman_coord_free() and rdman_remove_shape().
Tue, 30 Sep 2008 02:44:06 +0800 Thinker K.F. Li Tank can fire bullet.
Fri, 26 Sep 2008 17:56:08 +0800 Thinker K.F. Li Refactory code snippets for making coords dirty.
Fri, 26 Sep 2008 17:42:16 +0800 Thinker K.F. Li Fix bug of tanks do not show at right places.
Thu, 25 Sep 2008 23:44:38 +0800 Thinker K.F. Li Fix bug of broken coord_hide() and shape_hide().
Thu, 25 Sep 2008 10:14:19 +0800 Thinker K.F. Li -
Thu, 25 Sep 2008 10:10:32 +0800 Thinker K.F. Li Use local static variable to hold position array to reduce using malloc().
Thu, 25 Sep 2008 09:53:05 +0800 Thinker K.F. Li Use elmpool to manage paint_color_t objects.
Tue, 23 Sep 2008 09:09:34 +0800 Thinker K.F. Li Change doxygen comment to reflect changes of relation-ship.
Tue, 23 Sep 2008 08:28:14 +0800 Thinker K.F. Li Use macro to simplify the code.
Mon, 22 Sep 2008 19:22:57 +0800 Thinker K.F. Li Members of coords are geos instead of shapes, now.
Mon, 22 Sep 2008 11:45:00 +0800 Thinker K.F. Li Make shapes and coords drawed in post-order of tree.
Thu, 18 Sep 2008 17:12:41 +0800 Thinker K.F. Li -
Wed, 17 Sep 2008 13:40:39 +0800 Thinker K.F. Li -
Sun, 14 Sep 2008 23:40:57 +0800 Thinker K.F. Li More bug of insert sort.
Sun, 14 Sep 2008 21:08:25 +0800 Thinker K.F. Li Bug of insert sort
Sun, 14 Sep 2008 02:17:57 +0800 Thinker K.F. Li Tank
Sun, 14 Sep 2008 01:10:49 +0800 Thinker K.F. Li Check if a coord dirty before dirty it
Thu, 11 Sep 2008 09:14:58 +0800 Thinker K.F. Li -
Fri, 22 Aug 2008 15:47:03 +0800 Thinker K.F. Li matrix() function in transform attribute of group and shapes
Wed, 20 Aug 2008 23:47:18 +0800 Thinker K.F. Li Fix bug of core dump caused by forget to check if parent is NULL, root.
Mon, 18 Aug 2008 23:08:03 +0800 Thinker K.F. Li find_geo_in_pos() should return shapes that is not hidden
Mon, 18 Aug 2008 01:59:26 +0800 Thinker K.F. Li Observer for mouse events
Sun, 10 Aug 2008 21:32:42 +0800 Thinker K.F. Li -
Sun, 10 Aug 2008 20:25:14 +0800 Thinker K.F. Li Ability to hidden shapes and action of visibility.
Wed, 06 Aug 2008 10:20:34 +0800 Thinker K.F. Li -
Wed, 06 Aug 2008 10:14:45 +0800 Thinker K.F. Li update exposed area
Wed, 06 Aug 2008 02:11:53 +0800 Thinker K.F. Li Support rectangle tag of SVG.
Wed, 06 Aug 2008 00:40:04 +0800 Thinker K.F. Li Fix bug of demo and remove *_fill() and *_stroke().
Tue, 05 Aug 2008 12:40:45 +0800 Thinker K.F. Li Accept mouse/pointer event and hint the shape that the pointer is over.
Mon, 04 Aug 2008 21:13:32 +0800 Thinker K.F. Li -
Mon, 04 Aug 2008 20:08:37 +0800 Thinker K.F. Li Refactory
Mon, 04 Aug 2008 10:10:47 +0800 Thinker K.F. Li Add text shape.
Sun, 03 Aug 2008 13:04:55 +0800 Thinker K.F. Li Set line width for path.
Sun, 03 Aug 2008 02:19:32 +0800 Thinker K.F. Li Fix bug of a dark line appear when animating.
Sun, 03 Aug 2008 02:08:31 +0800 Thinker K.F. Li No more flash when animation.
Sat, 02 Aug 2008 23:10:42 +0800 Thinker K.F. Li Fix bug and add linear gradient paint.
Sat, 02 Aug 2008 16:20:15 +0800 Thinker K.F. Li shapes with stroke
Sat, 02 Aug 2008 15:46:26 +0800 Thinker K.F. Li rename XXX_draw() to XXX_fill()
Sat, 02 Aug 2008 15:38:54 +0800 Thinker K.F. Li More animation demo
Sat, 02 Aug 2008 14:45:42 +0800 Thinker K.F. Li Support solid color paint for fill.
Fri, 01 Aug 2008 23:32:22 +0800 Thinker K.F. Li Unittest for rdman_redraw_changed().
Fri, 01 Aug 2008 18:20:28 +0800 Thinker K.F. Li A simple animation using rdman_redraw_changed().
Fri, 01 Aug 2008 01:40:07 +0800 Thinker K.F. Li X_main uses rdman_redraw_all()
Thu, 31 Jul 2008 17:43:20 +0800 Thinker K.F. Li -
Thu, 31 Jul 2008 08:10:00 +0800 Thinker K.F. Li refactory for redrawing
Mon, 28 Jul 2008 17:45:36 +0800 Thinker K.F. Li Add redraw manager