Skip to content

Add undo and redo functionality to imglab (#606)#3143

Merged
davisking merged 1 commit into
davisking:masterfrom
gzbykyasin:feature/imglab-undo-redo
Apr 25, 2026
Merged

Add undo and redo functionality to imglab (#606)#3143
davisking merged 1 commit into
davisking:masterfrom
gzbykyasin:feature/imglab-undo-redo

Conversation

@gzbykyasin
Copy link
Copy Markdown
Contributor

Added undo and redo functionality to imglab (#606).
Implemented Ctrl+Z and Ctrl+Y/Ctrl+Shift+Z shortcuts in imglab to undo and redo bounding box modifications. Added equality operators to box struct and limited maximum state history to 10 to avoid large memory footprints.

Implemented Ctrl+Z and Ctrl+Y/Ctrl+Shift+Z shortcuts in imglab to undo and redo bounding box modifications. Added equality operators to box struct and limited maximum state history to 10 to avoid large memory footprints.
@davisking
Copy link
Copy Markdown
Owner

Nice, thanks for the PR :D

@davisking davisking merged commit 55e8b46 into davisking:master Apr 25, 2026
9 checks passed
davisking pushed a commit to kSkip/dlib that referenced this pull request Apr 25, 2026
…3143)

Implemented Ctrl+Z and Ctrl+Y/Ctrl+Shift+Z shortcuts in imglab to undo and redo bounding box modifications. Added equality operators to box struct and limited maximum state history to 10 to avoid large memory footprints.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants