log src/paint.c @ 1097:52d8bf5d12b4

age author description
Sat, 25 Sep 2010 20:12:45 +0800 Thinker K.F. Li Transform positions of radient paints. abs_n_rel_center
Thu, 23 Sep 2010 10:51:25 +0800 Thinker K.F. Li Remove rdman pointer from structure of paints.
Thu, 23 Sep 2010 10:43:56 +0800 Thinker K.F. Li Allocate linear, radial, image paints from elmpools
Tue, 14 Sep 2010 01:08:39 +0800 Shih-Yuan Lee (FourDollars) Unify coding style tag for emacs and vim.
Thu, 26 Aug 2010 17:54:11 +0800 Thinker K.F. Li Remove unused variables and refactor to X_MB_init_with_win
Fri, 02 Jul 2010 13:42:22 +0800 Thinker K.F. Li Replace mbe_image_surface_create_from_png() with mbe_pattern_create_image() openvg
Sun, 15 Nov 2009 16:21:09 +0800 Thinker K.F. Li Merge add colors into constructor of gradient pattern. Android_Skia
Thu, 12 Nov 2009 21:32:58 +0800 Thinker K.F. Li Remove mbe_matrix_t type. 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.
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().
Sun, 08 Mar 2009 22:24:54 +0800 Thinker K.F. Li Change declaration of sh_image_set_img_data().
Sat, 24 Jan 2009 18:19:02 +0800 Thinker K.F. Li Support resizing for image.
Sat, 24 Jan 2009 15:09:03 +0800 Thinker K.F. Li Change function name and add comments.
Fri, 23 Jan 2009 23:00:23 +0800 Thinker K.F. Li Integrate sh_image with svg2code.py.
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
Sun, 05 Oct 2008 23:32:58 +0800 Thinker K.F. Li Postponse free of coords, shapes, and paints when the rdman is dirty.
Tue, 30 Sep 2008 02:44:06 +0800 Thinker K.F. Li Tank can fire bullet.
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.
Sun, 10 Aug 2008 21:32:42 +0800 Thinker K.F. Li -
Sun, 10 Aug 2008 18:27:52 +0800 Thinker K.F. Li Change interface of paint_radial_new()
Sun, 10 Aug 2008 16:44:21 +0800 Thinker K.F. Li Radial gradient paint
Sat, 09 Aug 2008 22:16:23 +0800 Thinker K.F. Li Add action mb_chgcolor_t to change color of paints.
Sat, 02 Aug 2008 23:10:42 +0800 Thinker K.F. Li Fix bug and add linear gradient paint.
Sat, 02 Aug 2008 16:06:53 +0800 Thinker K.F. Li opacity (alpha) channel
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.