openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
K
Kakoune
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 343 of 343
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
assert: custom implementation
Maxime Coste
More...
over 13 years ago
exception: refactoring
Maxime Coste
More...
over 13 years ago
gitignore: ignore tags file
Maxime Coste
More...
over 13 years ago
Add a buffer command to switch between existing buffers
Maxime Coste
More...
over 13 years ago
Buffer is now responsible for window creation
Maxime Coste
More...
over 13 years ago
Makefile: add rule for tags
Maxime Coste
More...
over 13 years ago
Window lifetime is now handled by it's buffer.
Maxime Coste
More...
over 13 years ago
Add a BufferManager singleton class, handling buffer lifetime
Maxime Coste
More...
over 13 years ago
utils: add operator== (const std::unique_ptr<T>&, T*)
Maxime Coste
More...
over 13 years ago
Refactor commands handling and parsing in a CommandManager class
Maxime Coste
More...
over 13 years ago
binding of undo to 'u' and redo to 'U'
Maxime Coste
More...
over 13 years ago
Window: basic binding of bufffer undo feature
Maxime Coste
More...
over 13 years ago
Buffer: Undo/Redo implementation
Maxime Coste
More...
over 13 years ago
utils: Add reversed template helper for container iteration
Maxime Coste
More...
over 13 years ago
Buffer: accept initial content in constructor
Maxime Coste
More...
over 13 years ago
LineAndColumn: segregate into WindowCoord and BufferCoord
Maxime Coste
More...
over 13 years ago
window: support scrolling
Maxime Coste
More...
over 13 years ago
window: cursor position is now stored in window coordinate
Maxime Coste
More...
over 13 years ago
insert: print '-- INSERT --' in status line
Maxime Coste
More...
over 13 years ago
RegexSelector: search the entire buffer instead of the current line
Maxime Coste
More...
over 13 years ago
add const BufferIterator::Buffer& buffer() method
Maxime Coste
More...
over 13 years ago
better exception handling in edit and write_buffer
Maxime Coste
More...
over 13 years ago
create_buffer_from_file: throw file_not_found instead of open_file_error when ENOENT
Maxime Coste
More...
over 13 years ago
prompt: correctly handle backspace when empty
Maxime Coste
More...
over 13 years ago
main: catch all exceptions, close ncurses and rethrow
Maxime Coste
More...
over 13 years ago
add basic gitignore
Maxime Coste
More...
over 13 years ago
Initial commit
Maxime Coste
More...
over 13 years ago
←
1
2
…
335
336
337
338
339
340
341
342
343
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree