Differences From Artifact [8f95214e34]:
- File src/unit1.lfm — part of check-in [afb9e6e06e] at 2024-01-11 10:43:06 on branch trunk — undid showspecialchars (looks bad) (user: Cthulhux, size: 26365) [annotate] [blame] [check-ins using]
To Artifact [2d8e8a4496]:
- File src/unit1.lfm — part of check-in [802d0d061a] at 2024-01-12 13:36:06 on branch trunk — [Improved] Finding groff happens in a thread now. No more blocking on startup. [Removed] So we got rid of the loading window again. (user: Cthulhux, size: 26391) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | + | object MainForm: TMainForm Left = 1073 Height = 692 Top = 99 Width = 847 Caption = 'groffstudio' ClientHeight = 692 ClientWidth = 847 DefaultMonitor = dmPrimary Position = poScreenCenter LCLVersion = '3.99.0.0' OnClose = FormClose OnCreate = FormCreate object MainStatusBar: TStatusBar Left = 0 Height = 23 Top = 669 Width = 847 |
︙ |