Size: 1094
Comment:
|
Size: 1213
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
* (20-05-09) main part of wxArt2d no available to wxLua, so scripts in lua to steer wxArt2D application. |
|
Line 7: | Line 9: |
* (14-08-08) Two master tools have bin added. <<Dox(a2dMasterDrawZoomFirst) <<Dox(a2dMasterDrawSelectFirst). | * (14-08-08) Two master tools have bin added. <<Dox(a2dMasterDrawZoomFirst)>> <<Dox(a2dMasterDrawSelectFirst)>>. |
Line 9: | Line 11: |
Like <<Dox(a2dMasterDrawZoomFirst)starts the zoom tool at a drag, but with Ctrl and Alt keys this drag action becomes the selection tool. | Like <<Dox(a2dMasterDrawZoomFirst)>> starts the zoom tool at a drag, but with Ctrl and Alt keys this drag action becomes the selection tool. |
News on wxArt2D
- (20-05-09) main part of wxArt2d no available to wxLua, so scripts in lua to steer wxArt2D application.
- a2dAggDrawer and a2dGdiPlusDrawer improved.
- a2dCanvas now uses wheel mouse events to quickly zoom in and out, or scroll up/down left/right. This is done in such a manner that the double buffer of the canvas is used when possible, instead of redrawing the whole canvas.
(14-08-08) Two master tools have bin added. a2dMasterDrawZoomFirst a2dMasterDrawSelectFirst.
They are used as start tool on the toolstack, and push other tools onto the stack based on a editing startegy. Like a2dMasterDrawZoomFirst starts the zoom tool at a drag, but with Ctrl and Alt keys this drag action becomes the selection tool.
- All documentation moved to Moin moin.
- A new a2dDrawer2D class based on gdiplus has been added.
Fill Stroke and Font now reference counted as copy on write. This makes it much easier to handle changes style for tools canvasobject. One does not need to think about when to clone, since the clone is made when needed. Concerns the following classes a2dFill a2dStroke a2dFont