subsurface/commands
Berthold Stoeger 7787bfbf9e Selection: move commands/command_private.* to core/selection.*
The file command_private.cpp had functions concerning selections
only. To make these functions accessible from outside the undo
machinery, turn it into a part of the core-library. Currently,
only C++ functions are exported. We might think about also
exporting a C interface.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-12-04 13:00:23 +01:00
..
CMakeLists.txt Selection: move commands/command_private.* to core/selection.* 2019-12-04 13:00:23 +01:00
command.cpp Undo: make profile-editing undoable 2019-12-03 20:55:58 -08:00
command.h Undo: make profile-editing undoable 2019-12-03 20:55:58 -08:00
command_base.cpp Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command_base.h Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command_divelist.cpp Selection: move commands/command_private.* to core/selection.* 2019-12-04 13:00:23 +01:00
command_divelist.h Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command_divesite.cpp Selection: move commands/command_private.* to core/selection.* 2019-12-04 13:00:23 +01:00
command_divesite.h Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00
command_edit.cpp Selection: move commands/command_private.* to core/selection.* 2019-12-04 13:00:23 +01:00
command_edit.h Undo: make profile-editing undoable 2019-12-03 20:55:58 -08:00
command_edit_trip.cpp Selection: move commands/command_private.* to core/selection.* 2019-12-04 13:00:23 +01:00
command_edit_trip.h Refactoring: move undo commands to top level 2019-11-14 21:02:07 +01:00