- Dec 31, 2023
-
-
Rob Swindell authored
-
- Dec 17, 2023
-
-
- Dec 13, 2023
-
-
Randy Sommerfeld authored
-
- Dec 12, 2023
-
-
Randy Sommerfeld authored
-
- Nov 09, 2023
-
-
DDMsgReader: Indexed mode: Added 'mark all read' for a sub-board with the R key. Fixed message list colors for messages to the user in the message lists. Fix for continuous newscan. Fix for DDLIghtbarMenu numbered mode item text in traditional UI.
-
- Aug 15, 2023
-
-
- Jul 30, 2023
-
-
- May 24, 2023
-
-
Rob Swindell authored
-
- May 16, 2023
-
-
- Apr 30, 2023
-
-
Rob Swindell authored
-
- Apr 15, 2023
-
-
Rob Swindell authored
-
- Apr 09, 2023
-
-
Rob Swindell authored
-
- Apr 04, 2023
-
-
Rob Swindell authored
-
- Apr 03, 2023
-
-
Rob Swindell authored
-
- Feb 11, 2023
-
-
Eric Oulashin authored
SlyEdit: For sysops, when importing a file, SlyEdit can optionally send immediately (if not, edit the message before sending). Useful for posting ANSI files
-
- Dec 17, 2022
-
-
- Dec 02, 2022
-
-
SlyEdit v1.82: Added some safety checks when reading the configuration file (that section of code was refactored recently).
-
- Nov 27, 2022
-
-
Eric Oulashin authored
Updated the SlyEdit documentation for version 1.81 (forgot yesterday). Also updated the default SlyEdit.cfg to use the English dictionary (for spell check).
-
- Oct 14, 2022
-
-
Rob Swindell authored
-
- Sep 21, 2022
-
-
Rob Swindell authored
-
- Sep 17, 2022
-
-
Rob Swindell authored
-
- Jul 04, 2022
-
-
- Apr 26, 2022
-
-
Rob Swindell authored
-
- Feb 27, 2022
-
-
Rob Swindell authored
-
- Feb 26, 2022
-
-
Rob Swindell authored
Thank you Andre!
-
- Jan 16, 2022
-
-
Rob Swindell authored
-
- Jan 13, 2022
-
-
Rob Swindell authored
-
- Jan 11, 2022
-
-
Rob Swindell authored
These git diff stats are a bit misleading as a lot of files were removed from the git repo and some 3rd party libraries were added.
-
- Jan 02, 2022
-
-
Rob Swindell authored
properties with a value of null were not being documented
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
- Dec 14, 2021
-
-
Rob Swindell authored
-
- Dec 11, 2021
-
-
Eric Oulashin authored
menus to use DDLightbarMenu instead of SlyEdit's own lightbar code. This allowed the elimination of most of the rest of SlyEdit's own lightbar code, reducing the size of SlyEdit.js by about 40Kb. It also provides some consistency in behavior by using a common menu component. Also, to support some additional required behaviors by SlyEdit, added the following 'event' functions to the DDLightbarMenu class: ValidateSelectItem(pItemRetval): For validating that the user can select an item. Takes the item's return value, and returns a bool to indicate whether the item can be selected. OnItemSelect(pItemRetval, pSelected): A function that is called when an item is being selected (or de-selected, when multi-select is enabled). The parameters are the item's return value and a boolean to indicate whether the item was selected or de-selected. Also, added an explicit DoKeyDown() function to DDLightbarMenu to support scrolling the menu down when desired (special case for SlyEdit's quote selection window).
-
- May 30, 2021
-
-
Rob Swindell authored
e.g. DIZ's up to 4000 characters are supported.
-
- Apr 04, 2021
-
-
Rob Swindell authored
-
Rob Swindell authored
This won't impact Synchronet as it has a separate signal handling thread, but we still need to behave properly for processes that don't. I'm also saying that ENOMEM does not indicate a disconnection, though it may be better to pretend it was disconnected...
-