undo
Undo manager
A C++ library for implementing non-linear undo/redo functionality in software applications
C++ library to implement non-linear undo/redo functionality
61 stars
6 watching
16 forks
Language: C++
last commit: 6 months ago
Linked from 1 awesome list
cppundomanager
Related projects:
Repository | Description | Stars |
---|---|---|
fxmisc/undofx | A JavaFX-based undo manager that supports arbitrary types of change objects and provides features like merging and marking positions in the history. | 99 |
debugloop/telescope-undo.nvim | An extension for viewing and searching an undo tree in Neovim | 686 |
danielearwicker/json-mobx | A library that provides undo/redo and persistence functionality for MobX-based applications using JSON serialization | 85 |
samboycoding/cpp2il | Reverses Unity's IL2CPP build process to its original managed DLLs | 1,750 |
nilsmehlhorn/ngrx-wieder | A solution for implementing undo-redo functionality in Angular applications using NgRx and Immer.js | 128 |
kelin2025/effector-history | An undo/redo utility library that allows you to manage the history of state changes in your application | 27 |
puremvc/puremvc-as3-util-undo | Utility adding undo/redo functionality to PureMVC applications built in ActionScript 3. | 2 |
dezull/vuex-state-snapshot | A plugin to record and manage undo/redo actions in a Vuex store | 1 |
omnidan/redux-undo-boilerplate | A boilerplate with hot reloading and error handling tools for building state management applications | 122 |
wobsoriano/pinia-undo | Enables undo/redo functionality in state management systems. | 75 |
wieslawsoltes/reactivehistory | An undo/redo framework for .NET applications following the MVVM pattern | 139 |
dacap/clip | Provides a cross-platform C++ library to access and manipulate the system clipboard/pasteboard | 630 |
productiveops/dokemon | A graphical user interface for managing Docker containers | 699 |
yaa110/restorablesqlitedatabase | An Android library that wraps SQLiteDatabase to enable undoing changes made after executing SQL queries | 21 |
puremvc/puremvc-as3-demo-flex-historypanel | Demonstrates the use of undo utility in a PureMVC-based Flex application. | 1 |