Colorizing text editor for ImGui
-
Updated
Nov 24, 2025 - C++
FFFF
Colorizing text editor for ImGui
A multi-room chat application in C++ using Winsock. Supports real-time messaging, private chats, undo/redo, history, and search. Built with threads, mutexes, and socket programming for concurrent multi-client communication.
Visualization and Annotation Tool for ROS
Some concepts of Undo/Redo attempted in C++03
a programming language for time leapers
Application of the command pattern and a undo/redo stack
A text-editor that implements an Undo-Redo Tree, it is written in C++ and boasts a refreshing UI for a simple POSIX CLI program.
A C++ terraformer program
A C++ implementation of the Piece Table data structure, designed for high-speed text processing and editing.
A C++ class for managing strings with built-in undo/redo functionality using stacks. 🚀
Configuration, command-line, session, and utility classes taken from Seq66 and extended. Includes history and memento templates for undo/redo support. V. 0.2 2024-08-05
A C++ implementation of an Undo/Redo system using custom data structures including Doubly Linked List, Stack, Queue, Dynamic Array, and String classes.
Desktop event management system built with C++ and Qt6 using MVC architecture, file-based persistence, custom widgets, and data visualization.
A command-line text editor built with C++ featuring undo/redo, copy/paste, and operation history management using stacks.
A C++ puzzle game based on a 3x3 grid where the goal is to transform all numbers into 9 using minimal moves. Selecting a cell increases values in its row and column. Includes UNDO and REDO functionality using linked stacks, and a difficulty setting that controls the puzzle's complexity.
A terminal-based mini VCS built in C++17 — featuring commits, checkout, undo/redo, role-based access control, custom Trie, and atomic persistence. No external libraries.
Undo/Redo System in C++ Using Stack | A simple Undo/Redo system implemented in C++ using two stacks, demonstrating state management and the practical use of the Stack data structure.
Advanced CLI text editor in C++17 with Undo/Redo and AutoComplete. Uses Trie data structure for efficient word suggestions and prefix search. Features insert, delete, copy, paste with history management and dictionary of 200+ words.
Add a description, image, and links to the undo-redo topic page so that developers can more easily learn about it.
To associate your repository with the undo-redo topic, visit your repo's landing page and select "manage topics."