85
I Use This!
Very Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed build process to properly handle ut_regex.c More... over 26 years ago
bug fixes. More... over 26 years ago
Added regex to library, conditionally compiled under WIN32 only More... over 26 years ago
Compiled regex under windows, and added to UT, conditionally compiled for WIN32 only More... over 26 years ago
Fix gcc lint More... over 26 years ago
Fix gcc lint More... over 26 years ago
Implement multiple top-level views of same document via New Window. More... over 26 years ago
Better support for data-only hashtable usage. More... over 26 years ago
removed CLOBBER_SLICES. the slurp code won't work now, but this gets rid of the uglier problems it introduced, related to the inability to do formatting operations in the first paragraph, as well as the inability to insert chars into an empty document. More... over 26 years ago
*** empty log message *** More... over 26 years ago
guard against m_pLastLine being null More... over 26 years ago
1. moved minor_reformat() to a different place in its file. Sorry for the gratuitous diffs. More... over 26 years ago
Added EXE_SUFFIX to try to fix gennmtab build problem on Win32 More... over 26 years ago
1. linebreaker: bLineOnScreen seems to be getting set incorrectly. I added a comment to gripe about this, and fixed the symptom, which was that things were not being erased properly, resulting in screen dirt. More... over 26 years ago
1. need to call doclayout->reformat after a delete, in case any other blocks got marked as needing a reformat. More... over 26 years ago
funcs for calc compilation More... over 26 years ago
Fixed build More... over 26 years ago
Fixed build More... over 26 years ago
XLFD now in document and queried/set by X GUI, ignored by Windows GUI. Fonts are correctly set and the dynamic menu refreshes have callsbacks (although they don't do anything). More... over 26 years ago
UT_HashTable size now tunable in constructor. More... over 26 years ago
Began hooking up postscript printing for unix. Still looks for a font.afm file in the bin directory. Will fix this next. More... over 26 years ago
Further tinkering with the makefile system. We now support DEBUG and NODEBUG compiles via the ABI_OPT_DBG environment variable (I've defaulted this to be on). More... over 26 years ago
Delete PD_Document from creator, not from FL_DocLayout. Plugged probable leak in Win32 printing logic. More... over 26 years ago
Fixed double clicking on Unix. More... over 26 years ago
Fixed unix makefile so that the executable depends upon all libraries in the dist/*/lib directory. this makes relink when any library has changed. this change matches one already in the windows build. More... over 26 years ago
fixed unix makefile to actually load the thing.... More... over 26 years ago
added dist/WHATEVER/include to the includes list More... over 26 years ago
Checkpoint. Brute-force approach to detecting format changes. More... over 26 years ago
Notify listeners *after* updating undo history, rather than before. More... over 26 years ago
Changed 3 pass makefile system to 1 pass. Decreased compile time by 1/2. More... over 26 years ago