From root at git.creatis.insa-lyon.fr Tue Sep 15 16:09:54 2026 From: root at git.creatis.insa-lyon.fr (root at git.creatis.insa-lyon.fr) Date: Tue, 15 Sep 2026 16:09:54 +0200 Subject: [pubgit-commits-list] bbtkGEditor branch vtk9itk5wx3-macos updated. 2550f7d529a646fea4217b4224b3ce57abab41c1 Message-ID: <202609151409.68FE9sqO1716742@tux.creatis.insa-lyon.fr> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Graphic Editor for bbtk". The branch, vtk9itk5wx3-macos has been updated via 2550f7d529a646fea4217b4224b3ce57abab41c1 (commit) from 66f2ab62c1fdd77730f8fdb74b497cea98155d12 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.creatis.insa-lyon.fr/pubgit/?p=bbtkGEditor.git;a=commitdiff;h=2550f7d529a646fea4217b4224b3ce57abab41c1 commit 2550f7d529a646fea4217b4224b3ce57abab41c1 Author: eduardo.davila at creatis.insa-lyon.fr Date: Tue Sep 15 16:09:46 2026 +0200 #3264 Copy Paste boxes option between diagrams ----------------------------------------------------------------------- Summary of changes: data/icons/wxart_copy.xpm | 202 +++++++++++++++ data/icons/wxart_paste.xpm | 220 +++++++++++++++++ .../bbsKernelEditorGraphic/GlobalConstants.h | 70 +++--- .../bbtkwxGUIEditorGraphicBBS.cxx | 115 +++++---- .../bbtkwxGUIEditorGraphicBBS.h | 25 +- .../bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx | 30 +-- .../bbsWxGUIEditorGraphic/wxGEditorTabPanel.h | 26 +- .../bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx | 21 +- .../bbsWxGUIEditorGraphic/wxTabPanelsManager.h | 16 +- .../bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx | 274 ++++++++++----------- 10 files changed, 708 insertions(+), 291 deletions(-) create mode 100644 data/icons/wxart_copy.xpm create mode 100644 data/icons/wxart_paste.xpm hooks/post-receive -- Graphic Editor for bbtk