Skip to content

Tags: dvertx/wxsf-code

Tags

1.16.0

Toggle 1.16.0's commit message
update content and date of 1.16.0

1.15.1

Toggle 1.15.1's commit message
- Fixed build warnings dealing with usage of deprecated pen/brush sty…

…le names.

git-svn-id: svn://svn.code.sf.net/p/wxsf/code/trunk@435 1a166092-e534-0410-9de8-debdbcc2e763

1.15.0

Toggle 1.15.0's commit message
- Connection lines bounded to the dropped shape are not accidentaly r…

…eparented anymore.

git-svn-id: svn://svn.code.sf.net/p/wxsf/code/trunk@430 1a166092-e534-0410-9de8-debdbcc2e763

1.14.0

Toggle 1.14.0's commit message
- Add ability to propagate hovering and highlighting (patch by Marius).

- Extend multi-selection to support incremental adding/removing from the selection list.
Hold the shift key to keep adding to the selection and ctrl+shift to remove from it (patch by Marius).
- Add ability to continue line editing if pre-connection handler vetoes. Returning false from a pre-connection
check right now cancels the operation completely. It would be more helpful if the user could pick a 3'rd option
where he doesn't have to abort and be allowed to stay inside the connection mode until he find an appropriate place to connect to (patch by Marius).
- Expose ability to update shape under cursor cache. If we want to remove the first shape under the cursor and continue work after,
we find that there is no way to update the cached "m_pUnselectedShapeUnderCursor/etc..". A function UpdateShapeUnderCursorCache witch
exposes this functionality withouth having to wait for a new mouse event has been added (patch by Marius).
- Add ability to start a interactive connection from a specified connection point. The user might already have a wxSFConnectionPoint where he wants
to start the interactive connection from so a simplified StartInteractiveConnection function was added (patch by Marius).
- Fix multiselection rectangle drawing when using GC On Windows 8 if we set: shapeCanvas->EnableGC(true) then there is a issues with drawing the multiple
selection rectangle on negative selections. Basically when dragging from right to left would lead the selection rectangle to have a negative width/height
witch GC can't draw (patch by Marius).

git-svn-id: svn://svn.code.sf.net/p/wxsf/code/trunk@427 1a166092-e534-0410-9de8-debdbcc2e763

1.13.1

Toggle 1.13.1's commit message
- Added two shape events wxEVT_SF_LINE_HANDLE_ADD and wxEVT_SF_LINE_H…

…ANDLE_REMOVE emited

when a line shape's handle is added or removed.
- Updated sample projects to reflect new features.

git-svn-id: svn://svn.code.sf.net/p/wxsf/code/trunk@425 1a166092-e534-0410-9de8-debdbcc2e763

1.13.0

Toggle 1.13.0's commit message
- Function wxSFShapeCanvas::DrawContent(...) is virtual now.

git-svn-id: svn://svn.code.sf.net/p/wxsf/code/trunk@419 1a166092-e534-0410-9de8-debdbcc2e763