Menu

Current activities

2004-10-30
2013-04-22
  • Maurits Rijk

    Maurits Rijk - 2004-10-30

    In this thread I will try to keep a log of all the things I'm working on, so people will know what to expect from the next release. For more details you can of course always consult the code that is in CVS.

     
    • Maurits Rijk

      Maurits Rijk - 2004-10-30

      Today I'm implementing the gimp_get_data and gimp_set_data functions. The nice thing is that this is going to be completely transparent for the derived plug-in. You just have to mark the fields you want to save and the base plug-in does all the rest, using reflection. As an example:

      public class MyPlugin : Plugin
      {
          [SaveAttribute]
          int foo;   // This variable is going to be saved

          string bar;  // And this variable is not
      }

       
    • Maurits Rijk

      Maurits Rijk - 2004-10-31

      gimp_get_data and gimp_set_data API coverage is now in CVS. Next step is completing the GUI for the Picture Package plug-in. If this is finished, I will release Gimp# 0.2

       
    • Maurits Rijk

      Maurits Rijk - 2004-11-06

      Gimp# 0.2 was released on November 5th. First thing to do next is to add autoconf/automake stuff and reorganize the directory structures.

       
    • Maurits Rijk

      Maurits Rijk - 2004-11-23

      Gimp# 0.3 was released a few days ago. I'm now concentrating on implementing functionality for the Picture Package plug-in, which is supposed to be released as Gimp# 0.4. Most likely this will happen begin December.

       
    • Maurits Rijk

      Maurits Rijk - 2004-12-20

      Adding functionality now for Gimp# 0.5, which will feature a more polished version of the Picture Package plug-in. I will probably release the next version beginning of next year.

       
    • Maurits Rijk

      Maurits Rijk - 2006-01-30

      Followup on my activities will be posted on my blog: http://maurits.wordpress.com/

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.