Introduction
Introduction Statistics Contact Development Disclaimer Help
Log - ledit - Text editor (WIP)
git clone git://lumidify.org/ledit.git (fast, but not encrypted)
git clone https://lumidify.org/ledit.git (encrypted, but very slow)
git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/…
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2024-09-10 06:32 Make ^ work in visual mode lumidify
2024-09-09 09:17 Don't remove empty lines lumidify
2024-09-06 06:30 Make error messages for buffer_get_line… lumidify
2024-09-05 07:27 Handle \r in input files lumidify
2024-09-05 06:50 Fix bug with scrolling using ctrl-e lumidify
2023-12-26 20:24 Fix default config lumidify
2023-12-21 18:47 Fix keyboard handling when using xwayla… lumidify
2023-12-21 18:45 Make some things static; add misc comme… lumidify
2023-11-04 20:40 Update documentation lumidify
2023-11-04 20:18 Don't attempt to open non-regular files lumidify
2023-11-04 19:11 Set window background color properly lumidify
2023-11-04 18:46 Only call resize function when size of … lumidify
2023-11-04 18:11 Add basic infrastructure for sort of au… lumidify
2023-10-25 11:42 Fix crash and other misc. bugs lumidify
2023-10-06 09:05 Fix bug with undo lumidify
2023-10-05 10:18 Change default for highlight-search to … lumidify
2023-10-05 10:10 Add basic uppercase/lowercase support lumidify
2023-10-02 08:49 Add rudimentary support for extra line … lumidify
2023-09-23 08:51 Fix crash; modify config slightly lumidify
2023-08-21 09:14 Add note on xcursor to README lumidify
2023-08-20 20:15 Replace broken clipboard handling with … lumidify
2023-06-02 11:40 Change view_get_line to macro to make t… lumidify
2023-02-09 09:43 Write error message to emergency dump lumidify
2022-10-22 09:57 Adjust default config for new search wo… lumidify
2022-10-22 09:47 Support highlighting entire words when … lumidify
2022-09-08 11:40 Fix potential buffer overflow lumidify
2022-09-02 13:17 Support displaying the keyboard layout … lumidify
2022-09-02 12:50 Add format string for bottom bar lumidify
2022-09-01 20:02 Refactor clipboard handling lumidify
2022-09-01 08:54 Remove mapping for substitute command b… lumidify
2022-07-19 07:55 Fix wrong message shown while substitut… lumidify
2022-07-17 16:25 Fix bug lumidify
2022-07-07 11:14 Check for XBufferOverflow when handling… lumidify
2022-05-28 14:33 Fix small manpage error lumidify
2022-05-28 11:45 Fix a few minor issues lumidify
2022-05-28 11:11 Sort of document keysyms lumidify
2022-05-28 10:12 Slightly improve key handling lumidify
2022-05-27 21:19 Improve manpages and make some commands… lumidify
2022-05-26 20:03 Merge remote-tracking branch 'origin/ma… lumidify
2022-05-26 19:53 Add support for config file lumidify
2022-02-14 13:09 Fix compilation with other versions of … lumidify
2022-01-16 20:00 Fix mouse selection lumidify
2022-01-16 18:46 Update stored modification time when wr… lumidify
2022-01-16 12:25 Fix minor issues lumidify
2022-01-12 21:25 Fix theme cleanup lumidify
2022-01-12 18:33 Add more options to theme lumidify
2021-12-26 20:17 Change compilation flags; fix small iss… lumidify
2021-12-26 18:10 Fix crash on closing view lumidify
2021-12-26 17:31 Four is not the same as five lumidify
2021-12-26 17:27 Wipe line cursor on undo/redo lumidify
2021-12-26 15:30 And another small clarification (+ a sm… lumidify
2021-12-26 14:47 Add small clarification to configuratio… lumidify
2021-12-26 14:37 Implement middle-click pasting lumidify
2021-12-26 10:06 Improve documentation very slightly lumidify
2021-12-25 16:50 Document theme configuration lumidify
2021-12-25 10:54 Improve documentation lumidify
2021-12-23 22:42 Fix crash in undo/redo lumidify
2021-12-23 20:40 Add key mappings for other languages lumidify
2021-12-23 20:06 Fix a few bugs lumidify
2021-12-22 20:44 Fix various problems lumidify
2021-12-19 12:27 Improve Makefile lumidify
2021-12-18 20:44 Start cleaning up and adding documentat… lumidify
2021-12-10 19:23 Improve file handling lumidify
2021-12-09 22:13 Change assert to dump contents of buffe… lumidify
2021-12-09 19:10 Improve range parsing; add search and c… lumidify
2021-12-09 16:34 Somewhat properly implement substitution lumidify
2021-12-09 10:01 Move undo handling to buffer lumidify
2021-12-08 19:56 Start implementing substitution lumidify
2021-12-03 22:02 Add some more documentation lumidify
2021-12-02 22:25 Add documentation for undo lumidify
2021-12-02 21:56 Add documentation for window lumidify
2021-12-01 09:53 Add documentation for view lumidify
2021-11-29 08:19 Rename some functions lumidify
2021-11-28 20:06 Add support for multiple views lumidify
2021-11-21 13:30 Don't keep a PangoLayout for every line lumidify
2021-11-18 11:05 Sort of improve Ctrl-d/Ctrl-u lumidify
2021-11-17 22:38 Respect cursor x position when scrollin… lumidify
2021-11-17 21:39 Finish removing direct usage of pango i… lumidify
2021-11-17 10:19 Clean up some usage of pango in keys_ba… lumidify
2021-11-15 08:59 Filter resize events lumidify
2021-11-14 20:50 Implement switching between hard line a… lumidify
2021-11-12 22:31 Improve bottom bar text input lumidify
2021-11-11 17:48 Fix compilation on Linux lumidify
2021-11-11 12:41 Make selecting and scrolling work somew… lumidify
2021-11-10 23:02 Make marks work with selections and mot… lumidify
2021-11-10 22:35 Implement J, I, and ^ lumidify
2021-11-10 20:43 Clean up commands with motion callback lumidify
2021-11-10 19:01 Implement Y and r lumidify
2021-11-10 10:27 Implement yanking lumidify
2021-11-08 08:11 Remove warnings lumidify
2021-11-07 20:21 Implement x, X, D, C; fix issue with un… lumidify
2021-11-06 22:42 Add commands for jumping to character lumidify
2021-11-05 20:04 Implement appending commands lumidify
2021-11-05 18:06 Implement word movement commands lumidify
2021-11-04 12:22 Add basic support for marks lumidify
2021-11-02 10:30 Add catch-all to insert mode in other l… lumidify
2021-11-02 10:05 Fix various issues with selection; fix … lumidify
2021-11-02 09:27 Slightly change behavior of moving to e… lumidify
2021-11-01 20:29 Add buggy implementation of '$' lumidify
2021-11-01 18:04 Add change command ('c') lumidify
2021-11-01 15:47 Improve(?) pasting and add backwards pa… lumidify
2021-11-01 12:17 Implement pasting (well, sort of) lumidify
2021-11-01 09:46 Add G for moving to specific line lumidify
2021-11-01 08:45 Separate config .h files in Makefile to… lumidify
2021-11-01 08:42 Add aliases for cursor movement commands lumidify
2021-11-01 08:37 Implement Ctrl-u and Ctrl-d lumidify
2021-10-31 20:36 Implement Ctrl-e and Ctrl-y lumidify
2021-10-30 07:11 Sort of fix cursor movement when scroll… lumidify
2021-10-29 19:03 Add Ctrl-f and Ctrl-b for scrolling who… lumidify
2021-10-24 13:21 Free memory properly on exit lumidify
2021-10-24 12:04 Respect theme for cursor and text selec… lumidify
2021-10-24 11:48 Add basic (buggy) support for command r… lumidify
2021-10-23 17:39 Minor refactoring lumidify
2021-09-22 18:17 Add basic file loading and writing func… lumidify
2021-09-19 17:27 Add basic support for commands lumidify
2021-06-29 17:06 Add basic undo/redo support lumidify
2021-06-12 20:49 Use gap buffer for text lumidify
2021-06-05 18:16 Abstract text operations a bit lumidify
2021-05-26 19:39 Add very basic search functionality and… lumidify
2021-05-22 16:11 Add text width to eliminate some magic … lumidify
2021-05-22 07:47 Show current mode lumidify
2021-05-20 19:37 Add support for Ctrl-c and Ctrl-v lumidify
2021-05-17 20:59 Add basic (buggy) clipboard support lumidify
2021-05-16 18:26 Add visual mode and make current keys w… lumidify
2021-05-15 19:07 Add initial work for selection support lumidify
2021-05-14 19:22 Fix positioning of cursor after deletin… lumidify
2021-05-13 19:54 Add basic repetition and motion callbac… lumidify
2021-05-12 19:47 Add initial support for deletion lumidify
2021-04-24 17:28 Start implementing more complex commands lumidify
2021-04-14 19:04 Somewhat fix up and down cursor movement lumidify
2021-04-11 20:05 Split code into several files and clean… lumidify
2021-04-10 19:18 Modify cache to cache individual lines lumidify
2021-04-04 20:29 Cache pre-rendered text lumidify
2021-04-01 19:50 Move viewport with text cursor lumidify
2021-04-01 18:12 Add scrollbar dragging lumidify
2021-04-01 17:31 Add initial work that was done without … lumidify
2022-09-01 08:54 Remove mapping for substitute command b… lumidify
2022-07-19 07:55 Fix wrong message shown while substitut… lumidify
2022-07-17 16:25 Fix bug lumidify
2022-07-07 11:14 Check for XBufferOverflow when handling… lumidify
2022-05-28 14:33 Fix small manpage error lumidify
2022-05-28 11:45 Fix a few minor issues lumidify
2022-05-28 11:11 Sort of document keysyms lumidify
2022-05-28 10:12 Slightly improve key handling lumidify
2022-05-27 21:19 Improve manpages and make some commands… lumidify
2022-05-26 20:03 Merge remote-tracking branch 'origin/ma… lumidify
2022-05-26 19:53 Add support for config file lumidify
2022-05-16 11:57 Fix crash when moving cursor under cert… lumidify
2022-05-09 09:26 Add temporary fix for undo lumidify
2022-05-09 08:12 Fix view closing lumidify
2022-02-14 13:09 Fix compilation with other versions of … lumidify
2022-01-16 20:00 Fix mouse selection lumidify
2022-01-16 18:46 Update stored modification time when wr… lumidify
2022-01-16 12:25 Fix minor issues lumidify
2022-01-12 21:25 Fix theme cleanup lumidify
2022-01-12 18:33 Add more options to theme lumidify
2021-12-26 20:17 Change compilation flags; fix small iss… lumidify
2021-12-26 18:10 Fix crash on closing view lumidify
2021-12-26 17:31 Four is not the same as five lumidify
2021-12-26 17:27 Wipe line cursor on undo/redo lumidify
2021-12-26 15:30 And another small clarification (+ a sm… lumidify
2021-12-26 14:47 Add small clarification to configuratio… lumidify
2021-12-26 14:37 Implement middle-click pasting lumidify
2021-12-26 10:06 Improve documentation very slightly lumidify
2021-12-25 16:50 Document theme configuration lumidify
2021-12-25 10:54 Improve documentation lumidify
2021-12-23 22:42 Fix crash in undo/redo lumidify
2021-12-23 20:40 Add key mappings for other languages lumidify
2021-12-23 20:06 Fix a few bugs lumidify
2021-12-22 20:44 Fix various problems lumidify
2021-12-19 12:27 Improve Makefile lumidify
2021-12-18 20:44 Start cleaning up and adding documentat… lumidify
2021-12-10 19:23 Improve file handling lumidify
2021-12-09 22:13 Change assert to dump contents of buffe… lumidify
2021-12-09 19:10 Improve range parsing; add search and c… lumidify
2021-12-09 16:34 Somewhat properly implement substitution lumidify
2021-12-09 10:01 Move undo handling to buffer lumidify
2021-12-08 19:56 Start implementing substitution lumidify
2021-12-03 22:02 Add some more documentation lumidify
2021-12-02 22:25 Add documentation for undo lumidify
2021-12-02 21:56 Add documentation for window lumidify
2021-12-01 09:53 Add documentation for view lumidify
2021-11-29 08:19 Rename some functions lumidify
2021-11-28 20:06 Add support for multiple views lumidify
2021-11-21 13:30 Don't keep a PangoLayout for every line lumidify
2021-11-18 11:05 Sort of improve Ctrl-d/Ctrl-u lumidify
2021-11-17 22:38 Respect cursor x position when scrollin… lumidify
2021-11-17 21:39 Finish removing direct usage of pango i… lumidify
2021-11-17 10:19 Clean up some usage of pango in keys_ba… lumidify
2021-11-15 08:59 Filter resize events lumidify
2021-11-14 20:50 Implement switching between hard line a… lumidify
2021-11-12 22:31 Improve bottom bar text input lumidify
2021-11-11 17:48 Fix compilation on Linux lumidify
2021-11-11 12:41 Make selecting and scrolling work somew… lumidify
2021-11-10 23:02 Make marks work with selections and mot… lumidify
2021-11-10 22:35 Implement J, I, and ^ lumidify
2021-11-10 20:43 Clean up commands with motion callback lumidify
2021-11-10 19:01 Implement Y and r lumidify
2021-11-10 10:27 Implement yanking lumidify
2021-11-08 08:11 Remove warnings lumidify
2021-11-07 20:21 Implement x, X, D, C; fix issue with un… lumidify
2021-11-06 22:42 Add commands for jumping to character lumidify
2021-11-05 20:04 Implement appending commands lumidify
2021-11-05 18:06 Implement word movement commands lumidify
2021-11-04 12:22 Add basic support for marks lumidify
2021-11-02 10:30 Add catch-all to insert mode in other l… lumidify
2021-11-02 10:05 Fix various issues with selection; fix … lumidify
2021-11-02 09:27 Slightly change behavior of moving to e… lumidify
2021-11-01 20:29 Add buggy implementation of '$' lumidify
2021-11-01 18:04 Add change command ('c') lumidify
2021-11-01 15:47 Improve(?) pasting and add backwards pa… lumidify
2021-11-01 12:17 Implement pasting (well, sort of) lumidify
2021-11-01 09:46 Add G for moving to specific line lumidify
2021-11-01 08:45 Separate config .h files in Makefile to… lumidify
2021-11-01 08:42 Add aliases for cursor movement commands lumidify
2021-11-01 08:37 Implement Ctrl-u and Ctrl-d lumidify
2021-10-31 20:36 Implement Ctrl-e and Ctrl-y lumidify
2021-10-30 07:11 Sort of fix cursor movement when scroll… lumidify
2021-10-29 19:03 Add Ctrl-f and Ctrl-b for scrolling who… lumidify
2021-10-24 13:21 Free memory properly on exit lumidify
2021-10-24 12:04 Respect theme for cursor and text selec… lumidify
2021-10-24 11:48 Add basic (buggy) support for command r… lumidify
2021-10-23 17:39 Minor refactoring lumidify
2021-09-22 18:17 Add basic file loading and writing func… lumidify
2021-09-19 17:27 Add basic support for commands lumidify
2021-06-29 17:06 Add basic undo/redo support lumidify
2021-06-12 20:49 Use gap buffer for text lumidify
2021-06-05 18:16 Abstract text operations a bit lumidify
2021-05-26 19:39 Add very basic search functionality and… lumidify
2021-05-22 16:11 Add text width to eliminate some magic … lumidify
2021-05-22 07:47 Show current mode lumidify
2021-05-20 19:37 Add support for Ctrl-c and Ctrl-v lumidify
2021-05-17 20:59 Add basic (buggy) clipboard support lumidify
2021-05-16 18:26 Add visual mode and make current keys w… lumidify
2021-05-15 19:07 Add initial work for selection support lumidify
2021-05-14 19:22 Fix positioning of cursor after deletin… lumidify
2021-05-13 19:54 Add basic repetition and motion callbac… lumidify
2021-05-12 19:47 Add initial support for deletion lumidify
2021-04-24 17:28 Start implementing more complex commands lumidify
2021-04-14 19:04 Somewhat fix up and down cursor movement lumidify
2021-04-11 20:05 Split code into several files and clean… lumidify
2021-04-10 19:18 Modify cache to cache individual lines lumidify
2021-04-04 20:29 Cache pre-rendered text lumidify
2021-04-01 19:50 Move viewport with text cursor lumidify
2021-04-01 18:12 Add scrollbar dragging lumidify
2021-04-01 17:31 Add initial work that was done without … lumidify
Atom feed
Atom feed (tags)
You are viewing proxied material from lumidify.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.