1. 13 Jan, 2008 2 commits
  2. 12 Jan, 2008 2 commits
  3. 11 Jan, 2008 1 commit
  4. 06 Jan, 2008 2 commits
  5. 05 Jan, 2008 1 commit
  6. 04 Jan, 2008 4 commits
  7. 02 Jan, 2008 2 commits
  8. 01 Jan, 2008 1 commit
  9. 31 Dec, 2007 1 commit
  10. 30 Dec, 2007 14 commits
  11. 27 Dec, 2007 7 commits
  12. 24 Dec, 2007 3 commits
    • twanvl's avatar
      Optimization: removed the conversion via wxImage for downsample_to_alpha... · bfcb4ca6
      twanvl authored
      Optimization: removed the conversion via wxImage for downsample_to_alpha (profiling indicated it was a bottleneck)
      bfcb4ca6
    • twanvl's avatar
      - Optimization: common parameters to built in functions are no longer looked... · a7bd5b58
      twanvl authored
       - Optimization: common parameters to built in functions are no longer looked up as a string at each call, instead their integer ids are global constants
       - Optimization: some other minor tweaks.
       - Nicer --help message
      a7bd5b58
    • twanvl's avatar
      New rotation system (see forum thread). · 9eccbb52
      twanvl authored
      Major changes:
        - when rotating, the top left corner of the rectangle stays in place.
        - ValueViewers get a dc that is pre-rotated/translated for them, i.e. (0,0) is the top-left of the viewer (with ValueViewer::getRotation).
        - moved 'angle' from individual Styles to the Style base class.
        - any rotation angle is now possible. angle is still an int for now.
      
      This warrants a version bump
      9eccbb52