Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dacap/undo

C++ library to implement non-linear undo/redo functionality
https://github.com/dacap/undo

cpp undomanager

Last synced: 2 months ago
JSON representation

C++ library to implement non-linear undo/redo functionality

Awesome Lists containing this project

README

        

# Undo Library
*Copyright (C) 2015-2018 David Capello*

[![build](https://github.com/dacap/undo/workflows/build/badge.svg)](https://github.com/dacap/undo/actions?query=workflow%3Abuild)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)

A simple library to handle non-linear undo/redo history.