Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-04 | Selection: move selection functions from divelist.c to selection.c | Berthold Stoeger | |
Since we now have a selection.c translation unit, put the selection- related functions there. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | |||
2019-12-04 | Selection: move commands/command_private.* to core/selection.* | Berthold Stoeger | |
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> |