| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changed RealTimeGraphX to .NET 4.6.1 | Roy Ben Shabat | 2025-10-03 | 1 | -2/+3 |
| | | |||||
| * | Fixed issue with RSM module authorization. | Roy | 2022-11-25 | 1 | -1/+1 |
| | | |||||
| * | Twine RSM | Roy | 2022-11-19 | 1 | -2/+2 |
| | | |||||
| * | FSE Procedures .net developer pack elimination. | Roy | 2022-10-31 | 265 | -3/+746811 |
| | | |||||
| * | Twine Studio | Roy | 2022-10-26 | 1 | -2/+2 |
| | | |||||
| * | Twine Studio Transformation | Roy | 2022-10-26 | 1 | -0/+18 |
| | | |||||
| * | FSE Procedures Remote Notifications. | Roy Ben Shabat | 2022-04-28 | 2 | -0/+70 |
| | | |||||
| * | FSE. Hide/ Show dialog - using WindowState instead Hide. | Victoria Plitt | 2021-12-07 | 2 | -4/+7 |
| | | |||||
| * | Added IDialogWindowController with Hide method to FSE procedures. | Roy Ben Shabat | 2021-12-01 | 6 | -5/+40 |
| | | |||||
| * | Added OnExit support for FSE procedures. | Roy Ben Shabat | 2021-06-06 | 2 | -0/+8 |
| | | |||||
| * | Roy & Mirta Rescued Changes. | Roy Ben Shabat | 2020-12-30 | 1 | -1/+3 |
| | | |||||
| * | StubUtils. | Roy Ben Shabat | 2020-12-21 | 1 | -2/+2 |
| | | |||||
| * | Moved data store projects to DataStore folder. | Roy Ben Shabat | 2020-11-14 | 1 | -1/+1 |
| | | |||||
| * | Added RequestFolderSelect to procedures API. | Roy Ben Shabat | 2020-11-14 | 6 | -0/+147 |
| | | |||||
| * | Working on data store view. | Roy Ben Shabat | 2020-11-12 | 1 | -1/+0 |
| | | |||||
| * | Improvements to DataStore Remote. | Roy Ben Shabat | 2020-10-23 | 2 | -0/+5 |
| | | |||||
| * | DATA STORE ! | Roy Ben Shabat | 2020-10-20 | 2 | -0/+16 |
| | | |||||
| * | Added firewall exception to FSE installer. | Roy Ben Shabat | 2020-09-09 | 1 | -0/+7 |
| | | | | | Added new permission FSE_Run Procedure Project File. | ||||
| * | Added procedures visibility. | Roy Ben Shabat | 2020-09-03 | 4 | -2/+14 |
| | | |||||
| * | Added file drop support for procedure designer. | Roy Ben Shabat | 2020-08-25 | 4 | -1/+39 |
| | | |||||
| * | Fixed bug with procedure context Write method. | Roy Ben Shabat | 2020-08-23 | 1 | -1/+1 |
| | | |||||
| * | File Associations DDE!! | Roy Ben Shabat | 2020-08-15 | 3 | -18/+82 |
| | | |||||
| * | Working on file association handlers.. | Roy Ben Shabat | 2020-08-15 | 1 | -8/+21 |
| | | |||||
| * | Implemented "Run On Procedures". | Roy Ben Shabat | 2020-08-14 | 5 | -2/+69 |
| | | |||||
| * | Implemented debug tree collapse on each session. | Roy Ben Shabat | 2020-08-14 | 3 | -0/+48 |
| | | |||||
| * | Added auto directory create to WriteToFile, AppendToFile. | Roy Ben Shabat | 2020-08-13 | 1 | -0/+13 |
| | | |||||
| * | Fixed boolean input value height. | Roy Ben Shabat | 2020-08-13 | 1 | -1/+1 |
| | | |||||
| * | Lower queue priority for application logs. | Roy Ben Shabat | 2020-08-13 | 1 | -18/+17 |
| | | | | | Disable any procedure project editing while running. | ||||
| * | Added WriteLine(); | Roy Ben Shabat | 2020-08-13 | 2 | -0/+10 |
| | | |||||
| * | Debug node value dialog. | Roy Ben Shabat | 2020-08-12 | 6 | -3/+135 |
| | | |||||
| * | More work on proc_doc. | Roy Ben Shabat | 2020-08-12 | 13 | -25/+518 |
| | | | | | Fixed app crash on code editor selection. | ||||
| * | API summaries. | Roy Ben Shabat | 2020-08-10 | 4 | -112/+181 |
| | | |||||
| * | Some more work on proc_doc. | Roy Ben Shabat | 2020-08-10 | 9 | -13/+242 |
| | | | | | | Added auto member navigation for procedures help. Optimized compilation frequency thus memory accumulation. | ||||
| * | Optimized procedure auto compilation frequency. | Roy Ben Shabat | 2020-08-09 | 3 | -13/+55 |
| | | | | | Some more work on proc_doc. | ||||
| * | Working on proc doc. | Roy Ben Shabat | 2020-08-09 | 1 | -0/+1 |
| | | |||||
| * | Procedure runtime debugging and exceptions. | Roy Ben Shabat | 2020-08-09 | 14 | -22/+985 |
| | | |||||
| * | Implemented interactive runtime error handling on procedures. | Roy Ben Shabat | 2020-08-06 | 5 | -11/+155 |
| | | |||||
| * | Fixed issue with procedure Send method "messageName" entry and confusion ↵ | Roy Ben Shabat | 2020-08-04 | 2 | -5/+5 |
| | | | | | | | with params array. Improved intellisense for fields of declared libraries. | ||||
| * | Added support for boolean procedure input. | Roy Ben Shabat | 2020-08-03 | 5 | -41/+186 |
| | | | | | Added support for boolean and enum on procedure user input model. | ||||
| * | Refactored RemoteSQL on procedures. | Roy Ben Shabat | 2020-08-03 | 2 | -10/+22 |
| | | | | | | Fixed issue with generic types display on code editor. Added line wrap toggle to procedure designer output. | ||||
| * | Added support for request user input when model contains an IEnumerable. | Roy Ben Shabat | 2020-08-02 | 1 | -4/+67 |
| | | | | | Fixed issue where progress snackbar final message can't be closed. | ||||
| * | Implemented first procedure code editor loading block progress. | Roy Ben Shabat | 2020-07-31 | 5 | -2/+97 |
| | | |||||
| * | Procedure variables. | Roy Ben Shabat | 2020-07-29 | 2 | -0/+33 |
| | | |||||
| * | Procedures SQL, Resources, Variables. | Roy Ben Shabat | 2020-07-29 | 11 | -1/+351 |
| | | |||||
| * | Implemented procedure connection type API. | Roy Ben Shabat | 2020-07-27 | 14 | -8/+261 |
| | | | | | IMplemented procedure selection input type. | ||||
| * | Procedures: | Roy Ben Shabat | 2020-07-27 | 14 | -46/+416 |
| | | | | | | | | Fixed issue with TextBox on DialogWindow. Fixed issue with multiple library linking. Implemented error checking. Many improvements. | ||||
| * | Fix folder name stubs => procedures. | Roy Ben Shabat | 2020-07-25 | 85 | -0/+7394 |
