2024-09-10 06:32 | Make ^ work in visual mode | lumidify | 1 | +1 | -1 |
2024-09-09 09:17 | Don't remove empty lines | lumidify | 1 | +15 | -4 |
2024-09-06 06:30 | Make error messages for buffer_get_line more useful | lumidify | 5 | +16 | -15 |
2024-09-05 07:27 | Handle \r in input files | lumidify | 2 | +30 | -35 |
2024-09-05 06:50 | Fix bug with scrolling using ctrl-e | lumidify | 4 | +8 | -5 |
2023-12-26 20:24 | Fix default config | lumidify | 2 | +3 | -1 |
2023-12-21 18:47 | Fix keyboard handling when using xwayland | lumidify | 1 | +21 | -10 |
2023-12-21 18:45 | Make some things static; add misc comments | lumidify | 4 | +17 | -8 |
2023-11-04 20:40 | Update documentation | lumidify | 2 | +9 | -4 |
2023-11-04 20:18 | Don't attempt to open non-regular files | lumidify | 1 | +41 | -9 |
2023-11-04 19:11 | Set window background color properly | lumidify | 2 | +1 | -3 |
2023-11-04 18:46 | Only call resize function when size of window has actually changed | lumidify | 2 | +2 | -2 |
2023-11-04 18:11 | Add basic infrastructure for sort of automated tests | lumidify | 10 | +466 | -45 |
2023-10-25 11:42 | Fix crash and other misc. bugs | lumidify | 5 | +34 | -28 |
2023-10-06 09:05 | Fix bug with undo | lumidify | 2 | +28 | -12 |
2023-10-05 10:18 | Change default for highlight-search to false | lumidify | 4 | +5 | -3 |
2023-10-05 10:10 | Add basic uppercase/lowercase support | lumidify | 5 | +118 | -13 |
2023-10-02 08:49 | Add rudimentary support for extra line spacing | lumidify | 7 | +54 | -27 |
2023-09-23 08:51 | Fix crash; modify config slightly | lumidify | 2 | +21 | -14 |
2023-08-21 09:14 | Add note on xcursor to README | lumidify | 1 | +6 | -2 |
2023-08-20 20:15 | Replace broken clipboard handling with ctrlsel | lumidify | 6 | +1832 | -200 |
2023-06-02 11:40 | Change view_get_line to macro to make the error message more useful | lumidify | 4 | +11 | -2 |
2023-02-09 09:43 | Write error message to emergency dump | lumidify | 5 | +47 | -10 |
2022-10-22 09:57 | Adjust default config for new search word highlighting | lumidify | 1 | +2 | -2 |
2022-10-22 09:47 | Support highlighting entire words when searching and replacing | lumidify | 14 | +134 | -45 |
2022-09-08 11:40 | Fix potential buffer overflow | lumidify | 1 | +2 | -2 |
2022-09-02 13:17 | Support displaying the keyboard layout in the bottom bar | lumidify | 10 | +42 | -15 |
2022-09-02 12:50 | Add format string for bottom bar | lumidify | 9 | +411 | -236 |
2022-09-01 20:02 | Refactor clipboard handling | lumidify | 12 | +502 | -319 |
2022-09-01 08:54 | Remove mapping for substitute command because it could lead to confusion | lumidify | 1 | +0 | -2 |
2022-07-19 07:55 | Fix wrong message shown while substituting with confirmation | lumidify | 1 | +2 | -2 |
2022-07-17 16:25 | Fix bug | lumidify | 2 | +4 | -3 |
2022-07-07 11:14 | Check for XBufferOverflow when handling keys; misc fixes | lumidify | 7 | +58 | -20 |
2022-05-28 14:33 | Fix small manpage error | lumidify | 2 | +4 | -1 |
2022-05-28 11:45 | Fix a few minor issues | lumidify | 4 | +13 | -9 |
2022-05-28 11:11 | Sort of document keysyms | lumidify | 1 | +163 | -5 |
2022-05-28 10:12 | Slightly improve key handling | lumidify | 3 | +44 | -6 |
2022-05-27 21:19 | Improve manpages and make some commands more consistent | lumidify | 12 | +1237 | -1170 |
2022-05-26 20:03 | Merge remote-tracking branch 'origin/master' | lumidify | 3 | +17 | -3 |
2022-05-26 19:53 | Add support for config file | lumidify | 37 | +3715 | -1126 |
2022-02-14 13:09 | Fix compilation with other versions of pango | lumidify | 5 | +10 | -3 |
2022-01-16 20:00 | Fix mouse selection | lumidify | 1 | +1 | -1 |
2022-01-16 18:46 | Update stored modification time when writing file | lumidify | 1 | +6 | -0 |
2022-01-16 12:25 | Fix minor issues | lumidify | 7 | +24 | -9 |
2022-01-12 21:25 | Fix theme cleanup | lumidify | 1 | +5 | -0 |
2022-01-12 18:33 | Add more options to theme | lumidify | 9 | +57 | -18 |
2021-12-26 20:17 | Change compilation flags; fix small issue with memory management | lumidify | 4 | +6 | -2 |
2021-12-26 18:10 | Fix crash on closing view | lumidify | 6 | +38 | -5 |
2021-12-26 17:31 | Four is not the same as five | lumidify | 1 | +1 | -1 |
2021-12-26 17:27 | Wipe line cursor on undo/redo | lumidify | 3 | +16 | -9 |
2021-12-26 15:30 | And another small clarification (+ a small bugfix) | lumidify | 2 | +6 | -0 |
2021-12-26 14:47 | Add small clarification to configuration documentation | lumidify | 1 | +3 | -1 |
2021-12-26 14:37 | Implement middle-click pasting | lumidify | 5 | +54 | -25 |
2021-12-26 10:06 | Improve documentation very slightly | lumidify | 2 | +9 | -5 |
2021-12-25 16:50 | Document theme configuration | lumidify | 2 | +13 | -0 |
2021-12-25 10:54 | Improve documentation | lumidify | 4 | +139 | -28 |
2021-12-23 22:42 | Fix crash in undo/redo | lumidify | 1 | +2 | -4 |
2021-12-23 20:40 | Add key mappings for other languages | lumidify | 4 | +371 | -13 |
2021-12-23 20:06 | Fix a few bugs | lumidify | 5 | +30 | -11 |
2021-12-22 20:44 | Fix various problems | lumidify | 11 | +174 | -168 |
2021-12-19 12:27 | Improve Makefile | lumidify | 4 | +52 | -8 |
2021-12-18 20:44 | Start cleaning up and adding documentation | lumidify | 43 | +1642 | -589 |
2021-12-10 19:23 | Improve file handling | lumidify | 8 | +231 | -58 |
2021-12-09 22:13 | Change assert to dump contents of buffer before abort | lumidify | 14 | +170 | -52 |
2021-12-09 19:10 | Improve range parsing; add search and command history | lumidify | 11 | +262 | -32 |
2021-12-09 16:34 | Somewhat properly implement substitution | lumidify | 5 | +251 | -100 |
2021-12-09 10:01 | Move undo handling to buffer | lumidify | 8 | +553 | -535 |
2021-12-08 19:56 | Start implementing substitution | lumidify | 7 | +181 | -3 |
2021-12-03 22:02 | Add some more documentation | lumidify | 10 | +73 | -9 |
2021-12-02 22:25 | Add documentation for undo | lumidify | 2 | +79 | -4 |
2021-12-02 21:56 | Add documentation for window | lumidify | 3 | +256 | -27 |
2021-12-01 09:53 | Add documentation for view | lumidify | 9 | +467 | -119 |
2021-11-29 08:19 | Rename some functions | lumidify | 17 | +511 | -507 |
2021-11-28 20:06 | Add support for multiple views | lumidify | 31 | +4305 | -3457 |
2021-11-21 13:30 | Don't keep a PangoLayout for every line | lumidify | 9 | +675 | -346 |
2021-11-18 11:05 | Sort of improve Ctrl-d/Ctrl-u | lumidify | 1 | +62 | -37 |
2021-11-17 22:38 | Respect cursor x position when scrolling (Ctrl-d/Ctrl-u) | lumidify | 2 | +6 | -4 |
2021-11-17 21:39 | Finish removing direct usage of pango in keys_basic.c | lumidify | 3 | +121 | -71 |
2021-11-17 10:19 | Clean up some usage of pango in keys_basic.c | lumidify | 3 | +99 | -92 |
2021-11-15 08:59 | Filter resize events | lumidify | 4 | +38 | -13 |
2021-11-14 20:50 | Implement switching between hard line and soft line mode | lumidify | 10 | +322 | -110 |
2021-11-12 22:31 | Improve bottom bar text input | lumidify | 7 | +233 | -12 |
2021-11-11 17:48 | Fix compilation on Linux | lumidify | 2 | +15 | -5 |
2021-11-11 12:41 | Make selecting and scrolling work somewhat better | lumidify | 7 | +106 | -31 |
2021-11-10 23:02 | Make marks work with selections and motion callbacks | lumidify | 7 | +131 | -93 |
2021-11-10 22:35 | Implement J, I, and ^ | lumidify | 4 | +126 | -4 |
2021-11-10 20:43 | Clean up commands with motion callback | lumidify | 2 | +160 | -152 |
2021-11-10 19:01 | Implement Y and r | lumidify | 2 | +94 | -21 |
2021-11-10 10:27 | Implement yanking | lumidify | 4 | +110 | -22 |
2021-11-08 08:11 | Remove warnings | lumidify | 2 | +2 | -22 |
2021-11-07 20:21 | Implement x, X, D, C; fix issue with undo | lumidify | 5 | +218 | -68 |
2021-11-06 22:42 | Add commands for jumping to character | lumidify | 5 | +179 | -9 |
2021-11-05 20:04 | Implement appending commands | lumidify | 4 | +74 | -1 |
2021-11-05 18:06 | Implement word movement commands | lumidify | 4 | +361 | -0 |
2021-11-04 12:22 | Add basic support for marks | lumidify | 6 | +121 | -2 |
2021-11-02 10:30 | Add catch-all to insert mode in other languages so adding text works at least | lumidify | 2 | +6 | -2 |
2021-11-02 10:05 | Fix various issues with selection; fix escape key in normal mode | lumidify | 5 | +43 | -29 |
2021-11-02 09:27 | Slightly change behavior of moving to end of line; change drawing of spaces at the end of soft lines | lumidify | 7 | +93 | -63 |
2021-11-01 20:29 | Add buggy implementation of '$' | lumidify | 3 | +88 | -10 |
2021-11-01 18:04 | Add change command ('c') | lumidify | 3 | +80 | -0 |
2021-11-01 15:47 | Improve(?) pasting and add backwards pasting (P) | lumidify | 2 | +67 | -3 |
2021-11-01 12:17 | Implement pasting (well, sort of) | lumidify | 2 | +97 | -26 |
2021-11-01 09:46 | Add G for moving to specific line | lumidify | 2 | +34 | -0 |
2021-11-01 08:45 | Separate config .h files in Makefile to avoid unnecessary recompilation | lumidify | 1 | +3 | -4 |
2021-11-01 08:42 | Add aliases for cursor movement commands | lumidify | 1 | +5 | -0 |
2021-11-01 08:37 | Implement Ctrl-u and Ctrl-d | lumidify | 2 | +70 | -6 |
2021-10-31 20:36 | Implement Ctrl-e and Ctrl-y | lumidify | 6 | +200 | -14 |
2021-10-30 07:11 | Sort of fix cursor movement when scrolling whole screens | lumidify | 2 | +16 | -8 |
2021-10-29 19:03 | Add Ctrl-f and Ctrl-b for scrolling whole screens at a time | lumidify | 5 | +107 | -12 |
2021-10-24 13:21 | Free memory properly on exit | lumidify | 12 | +74 | -16 |
2021-10-24 12:04 | Respect theme for cursor and text selection | lumidify | 2 | +11 | -5 |
2021-10-24 11:48 | Add basic (buggy) support for command repetition | lumidify | 4 | +171 | -26 |
2021-10-23 17:39 | Minor refactoring | lumidify | 35 | +3503 | -2477 |
2021-09-22 18:17 | Add basic file loading and writing functionality | lumidify | 4 | +122 | -11 |
2021-09-19 17:27 | Add basic support for commands | lumidify | 6 | +142 | -35 |
2021-06-29 17:06 | Add basic undo/redo support | lumidify | 12 | +738 | -138 |
2021-06-12 20:49 | Use gap buffer for text | lumidify | 4 | +495 | -133 |
2021-06-05 18:16 | Abstract text operations a bit | lumidify | 3 | +149 | -77 |
2021-05-26 19:39 | Add very basic search functionality and start working on commands | lumidify | 7 | +459 | -22 |
2021-05-22 16:11 | Add text width to eliminate some magic numbers | lumidify | 3 | +50 | -30 |
2021-05-22 07:47 | Show current mode | lumidify | 4 | +114 | -10 |
2021-05-20 19:37 | Add support for Ctrl-c and Ctrl-v | lumidify | 4 | +170 | -95 |
2021-05-17 20:59 | Add basic (buggy) clipboard support | lumidify | 2 | +288 | -5 |
2021-05-16 18:26 | Add visual mode and make current keys work with it | lumidify | 3 | +195 | -91 |
2021-05-15 19:07 | Add initial work for selection support | lumidify | 6 | +152 | -0 |
2021-05-14 19:22 | Fix positioning of cursor after deleting characters | lumidify | 1 | +19 | -9 |
2021-05-13 19:54 | Add basic repetition and motion callback support to cursor movement keys | lumidify | 2 | +171 | -90 |
2021-05-12 19:47 | Add initial support for deletion | lumidify | 3 | +452 | -175 |
2021-04-24 17:28 | Start implementing more complex commands | lumidify | 3 | +240 | -51 |
2021-04-14 19:04 | Somewhat fix up and down cursor movement | lumidify | 3 | +73 | -37 |
2021-04-11 20:05 | Split code into several files and clean up a bit | lumidify | 10 | +951 | -614 |
2021-04-10 19:18 | Modify cache to cache individual lines | lumidify | 1 | +106 | -185 |
2021-04-04 20:29 | Cache pre-rendered text | lumidify | 2 | +231 | -66 |
2021-04-01 19:50 | Move viewport with text cursor | lumidify | 1 | +31 | -1 |
2021-04-01 18:12 | Add scrollbar dragging | lumidify | 1 | +44 | -4 |
2021-04-01 17:31 | Add initial work that was done without version control | lumidify | 3 | +887 | -0 |
2022-09-01 08:54 | Remove mapping for substitute command because could lead to confusion | lumidify | 1 | +0 | -2 |
2022-07-19 07:55 | Fix wrong message shown while substituting with confirmation | lumidify | 1 | +2 | -2 |
2022-07-17 16:25 | Fix bug | lumidify | 2 | +4 | -3 |
2022-07-07 11:14 | Check for XBufferOverflow when handling keys; misc fixes | lumidify | 7 | +58 | -20 |
2022-05-28 14:33 | Fix small manpage error | lumidify | 2 | +4 | -1 |
2022-05-28 11:45 | Fix a few minor issues | lumidify | 4 | +13 | -9 |
2022-05-28 11:11 | Sort of document keysyms | lumidify | 1 | +163 | -5 |
2022-05-28 10:12 | Slightly improve key handling | lumidify | 3 | +44 | -6 |
2022-05-27 21:19 | Improve manpages and make some commands more consistent | lumidify | 12 | +1237 | -1170 |
2022-05-26 20:03 | Merge remote-tracking branch 'origin/master' | lumidify | 3 | +17 | -3 |
2022-05-26 19:53 | Add support for config file | lumidify | 37 | +3715 | -1126 |
2022-05-16 11:57 | Fix crash when moving cursor under certain conditions | lumidify | 1 | +1 | -2 |
2022-05-09 09:26 | Add temporary fix for undo | lumidify | 1 | +15 | -0 |
2022-05-09 08:12 | Fix view closing | lumidify | 1 | +1 | -1 |
2022-02-14 13:09 | Fix compilation with other versions of pango | lumidify | 5 | +10 | -3 |
2022-01-16 20:00 | Fix mouse selection | lumidify | 1 | +1 | -1 |
2022-01-16 18:46 | Update stored modification time when writing file | lumidify | 1 | +6 | -0 |
2022-01-16 12:25 | Fix minor issues | lumidify | 7 | +24 | -9 |
2022-01-12 21:25 | Fix theme cleanup | lumidify | 1 | +5 | -0 |
2022-01-12 18:33 | Add more options to theme | lumidify | 9 | +57 | -18 |
2021-12-26 20:17 | Change compilation flags; fix small issue with memory management | lumidify | 4 | +6 | -2 |
2021-12-26 18:10 | Fix crash on closing view | lumidify | 6 | +38 | -5 |
2021-12-26 17:31 | Four is not the same as five | lumidify | 1 | +1 | -1 |
2021-12-26 17:27 | Wipe line cursor on undo/redo | lumidify | 3 | +16 | -9 |
2021-12-26 15:30 | And another small clarification (+ a small bugfix) | lumidify | 2 | +6 | -0 |
2021-12-26 14:47 | Add small clarification to configuration documentation | lumidify | 1 | +3 | -1 |
2021-12-26 14:37 | Implement middle-click pasting | lumidify | 5 | +54 | -25 |
2021-12-26 10:06 | Improve documentation very slightly | lumidify | 2 | +9 | -5 |
2021-12-25 16:50 | Document theme configuration | lumidify | 2 | +13 | -0 |
2021-12-25 10:54 | Improve documentation | lumidify | 4 | +139 | -28 |
2021-12-23 22:42 | Fix crash in undo/redo | lumidify | 1 | +2 | -4 |
2021-12-23 20:40 | Add key mappings for other languages | lumidify | 4 | +371 | -13 |
2021-12-23 20:06 | Fix a few bugs | lumidify | 5 | +30 | -11 |
2021-12-22 20:44 | Fix various problems | lumidify | 11 | +174 | -168 |
2021-12-19 12:27 | Improve Makefile | lumidify | 4 | +52 | -8 |
2021-12-18 20:44 | Start cleaning up and adding documentation | lumidify | 43 | +1642 | -589 |
2021-12-10 19:23 | Improve file handling | lumidify | 8 | +231 | -58 |
2021-12-09 22:13 | Change assert to dump contents of buffer before abort | lumidify | 14 | +170 | -52 |
2021-12-09 19:10 | Improve range parsing; add search and command history | lumidify | 11 | +262 | -32 |
2021-12-09 16:34 | Somewhat properly implement substitution | lumidify | 5 | +251 | -100 |
2021-12-09 10:01 | Move undo handling to buffer | lumidify | 8 | +553 | -535 |
2021-12-08 19:56 | Start implementing substitution | lumidify | 7 | +181 | -3 |
2021-12-03 22:02 | Add some more documentation | lumidify | 10 | +73 | -9 |
2021-12-02 22:25 | Add documentation for undo | lumidify | 2 | +79 | -4 |
2021-12-02 21:56 | Add documentation for window | lumidify | 3 | +256 | -27 |
2021-12-01 09:53 | Add documentation for view | lumidify | 9 | +467 | -119 |
2021-11-29 08:19 | Rename some functions | lumidify | 17 | +511 | -507 |
2021-11-28 20:06 | Add support for multiple views | lumidify | 31 | +4305 | -3457 |
2021-11-21 13:30 | Don't keep a PangoLayout for every line | lumidify | 9 | +675 | -346 |
2021-11-18 11:05 | Sort of improve Ctrl-d/Ctrl-u | lumidify | 1 | +62 | -37 |
2021-11-17 22:38 | Respect cursor x position when scrolling (Ctrl-d/Ctrl-u) | lumidify | 2 | +6 | -4 |
2021-11-17 21:39 | Finish removing direct usage of pango in keys_basic.c | lumidify | 3 | +121 | -71 |
2021-11-17 10:19 | Clean up some usage of pango in keys_basic.c | lumidify | 3 | +99 | -92 |
2021-11-15 08:59 | Filter resize events | lumidify | 4 | +38 | -13 |
2021-11-14 20:50 | Implement switching between hard line and soft line mode | lumidify | 10 | +322 | -110 |
2021-11-12 22:31 | Improve bottom bar text input | lumidify | 7 | +233 | -12 |
2021-11-11 17:48 | Fix compilation on Linux | lumidify | 2 | +15 | -5 |
2021-11-11 12:41 | Make selecting and scrolling work somewhat better | lumidify | 7 | +106 | -31 |
2021-11-10 23:02 | Make marks work with selections and motion callbacks | lumidify | 7 | +131 | -93 |
2021-11-10 22:35 | Implement J, I, and ^ | lumidify | 4 | +126 | -4 |
2021-11-10 20:43 | Clean up commands with motion callback | lumidify | 2 | +160 | -152 |
2021-11-10 19:01 | Implement Y and r | lumidify | 2 | +94 | -21 |
2021-11-10 10:27 | Implement yanking | lumidify | 4 | +110 | -22 |
2021-11-08 08:11 | Remove warnings | lumidify | 2 | +2 | -22 |
2021-11-07 20:21 | Implement x, X, D, C; fix issue with undo | lumidify | 5 | +218 | -68 |
2021-11-06 22:42 | Add commands for jumping to character | lumidify | 5 | +179 | -9 |
2021-11-05 20:04 | Implement appending commands | lumidify | 4 | +74 | -1 |
2021-11-05 18:06 | Implement word movement commands | lumidify | 4 | +361 | -0 |
2021-11-04 12:22 | Add basic support for marks | lumidify | 6 | +121 | -2 |
2021-11-02 10:30 | Add catch-all to insert mode in other languages so adding text works at least | lumidify | 2 | +6 | -2 |
2021-11-02 10:05 | Fix various issues with selection; fix escape key in normal mode | lumidify | 5 | +43 | -29 |
2021-11-02 09:27 | Slightly change behavior of moving to end of line; change drawing of spaces at the end of soft lines | lumidify | 7 | +93 | -63 |
2021-11-01 20:29 | Add buggy implementation of '$' | lumidify | 3 | +88 | -10 |
2021-11-01 18:04 | Add change command ('c') | lumidify | 3 | +80 | -0 |
2021-11-01 15:47 | Improve(?) pasting and add backwards pasting (P) | lumidify | 2 | +67 | -3 |
2021-11-01 12:17 | Implement pasting (well, sort of) | lumidify | 2 | +97 | -26 |
2021-11-01 09:46 | Add G for moving to specific line | lumidify | 2 | +34 | -0 |
2021-11-01 08:45 | Separate config .h files in Makefile to avoid unnecessary recompilation | lumidify | 1 | +3 | -4 |
2021-11-01 08:42 | Add aliases for cursor movement commands | lumidify | 1 | +5 | -0 |
2021-11-01 08:37 | Implement Ctrl-u and Ctrl-d | lumidify | 2 | +70 | -6 |
2021-10-31 20:36 | Implement Ctrl-e and Ctrl-y | lumidify | 6 | +200 | -14 |
2021-10-30 07:11 | Sort of fix cursor movement when scrolling whole screens | lumidify | 2 | +16 | -8 |
2021-10-29 19:03 | Add Ctrl-f and Ctrl-b for scrolling whole screens at a time | lumidify | 5 | +107 | -12 |
2021-10-24 13:21 | Free memory properly on exit | lumidify | 12 | +74 | -16 |
2021-10-24 12:04 | Respect theme for cursor and text selection | lumidify | 2 | +11 | -5 |
2021-10-24 11:48 | Add basic (buggy) support for command repetition | lumidify | 4 | +171 | -26 |
2021-10-23 17:39 | Minor refactoring | lumidify | 35 | +3503 | -2477 |
2021-09-22 18:17 | Add basic file loading and writing functionality | lumidify | 4 | +122 | -11 |
2021-09-19 17:27 | Add basic support for commands | lumidify | 6 | +142 | -35 |
2021-06-29 17:06 | Add basic undo/redo support | lumidify | 12 | +738 | -138 |
2021-06-12 20:49 | Use gap buffer for text | lumidify | 4 | +495 | -133 |
2021-06-05 18:16 | Abstract text operations a bit | lumidify | 3 | +149 | -77 |
2021-05-26 19:39 | Add very basic search functionality and start working on commands | lumidify | 7 | +459 | -22 |
2021-05-22 16:11 | Add text width to eliminate some magic numbers | lumidify | 3 | +50 | -30 |
2021-05-22 07:47 | Show current mode | lumidify | 4 | +114 | -10 |
2021-05-20 19:37 | Add support for Ctrl-c and Ctrl-v | lumidify | 4 | +170 | -95 |
2021-05-17 20:59 | Add basic (buggy) clipboard support | lumidify | 2 | +288 | -5 |
2021-05-16 18:26 | Add visual mode and make current keys work with it | lumidify | 3 | +195 | -91 |
2021-05-15 19:07 | Add initial work for selection support | lumidify | 6 | +152 | -0 |
2021-05-14 19:22 | Fix positioning of cursor after deleting characters | lumidify | 1 | +19 | -9 |
2021-05-13 19:54 | Add basic repetition and motion callback support to cursor movement keys | lumidify | 2 | +171 | -90 |
2021-05-12 19:47 | Add initial support for deletion | lumidify | 3 | +452 | -175 |
2021-04-24 17:28 | Start implementing more complex commands | lumidify | 3 | +240 | -51 |
2021-04-14 19:04 | Somewhat fix up and down cursor movement | lumidify | 3 | +73 | -37 |
2021-04-11 20:05 | Split code into several files and clean up a bit | lumidify | 10 | +951 | -614 |
2021-04-10 19:18 | Modify cache to cache individual lines | lumidify | 1 | +106 | -185 |
2021-04-04 20:29 | Cache pre-rendered text | lumidify | 2 | +231 | -66 |
2021-04-01 19:50 | Move viewport with text cursor | lumidify | 1 | +31 | -1 |
2021-04-01 18:12 | Add scrollbar dragging | lumidify | 1 | +44 | -4 |
2021-04-01 17:31 | Add initial work that was done without version control | lumidify | 3 | +887 | -0 |