85
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Split out formatter code into separate library. More... over 25 years ago
checkpoint More... over 25 years ago
checkpoint More... over 25 years ago
checkpoint More... over 25 years ago
checkpoint3 More... over 25 years ago
checkpoint More... over 25 years ago
Initial version of PieceTable stuff. This version does not compile, it's just a checkpoint for letting others see the code. More... over 25 years ago
Added GrowBuf. Replaced NSPR_*_EXTERN_C macros with UT_ versions. More... over 25 years ago
Only mention each mark once. More... over 25 years ago
A few slight clarifications. More... over 25 years ago
Fix linefeeds. More... over 25 years ago
minor tweak to the readme More... over 25 years ago
fixing the tm and license stuff before our first tarball release More... over 25 years ago
1. Format-align is working now from the menu. The actual alignment method has moved to the BlockLayout code where it belongs, to make it easier to implement justify later. More... over 25 years ago
Added destructors for Hash, Pool classes. More... over 25 years ago
getting selectWord to work. It works now on Linux, although double-clicks do not. The edit method selectWord is now bound to double-click, and also to control-click. It will *probably* work on Windows as a double click. More... over 25 years ago
Initial revision More... over 25 years ago
First round of leak prevention. More... over 25 years ago
added some code to merge two blocks together. Used when you go to the end of a block and hit the forward-delete key. More... over 25 years ago
Added Copyright headers to everything else. More... almost 26 years ago
Added Copyright headers to src/util and src/ps More... almost 26 years ago
Fixed a few signed/unsigned warnings. More... almost 26 years ago
fixing bugs in the deleteChar code. The relayout section of the linebreaker now tries to handle the deletion case. More... almost 26 years ago
fixed more of the problems in dragging mouse selections. Much better now. Still needs more work. More... almost 26 years ago
Reformatter changes. FIxed re-draw bug More... almost 26 years ago
minor changes to the timer code More... almost 26 years ago
minor fix. code would not compile on NT. More... almost 26 years ago
Massive re-do for reformatting: Lines are no-longer trashed when reformatting: When a run is updated, The run informs the line, who then marks itself as "dirty". When reformatting, when a dirty line is found, it goes thru a series of checks to see what changed, and if it needs to break the last run in it and drop the new run into the next line. The lines then re-draw themselves. The is no draw() call after the reformat(). More... almost 26 years ago
Changed parenting of Markers to reflect all containers. More... almost 26 years ago
Minor mods. Added a framework for setting up return key support. Changed softBreak to paragraphBreak. f1 key doesn't seem to work. More... almost 26 years ago