Overview
Comment: | Cleaned up redundant code. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d0b6777baf89e70633e5da150681ea25 |
User & Date: | Cthulhux on 2024-04-30 09:53:47 |
Other Links: | manifest | tags |
Context
2024-04-30
| ||
12:10 | [Feature] There is an option to keep both the .ps and the .pdf file now. [Feature] Non-Windows users can choose to use Ghostscript (if installed) or pdfroff. check-in: 80a9157eaf user: Cthulhux tags: trunk | |
09:53 | Cleaned up redundant code. check-in: d0b6777baf user: Cthulhux tags: trunk | |
09:51 | Simplified build status output on Windows check-in: 300ab98f2c user: Cthulhux tags: trunk | |
Changes
Modified src/groffstudio.lpi from [a064dbe3a0] to [8051bc1bdc].
︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + | <Resource_0 FileName="..\LICENSE" Type="RCDATA" ResourceName="LICENSE"/> </Resources> </General> <VersionInfo> <UseVersionInfo Value="True"/> <AutoIncrementBuild Value="True"/> <MinorVersionNr Value="14"/> |
︙ |
Modified src/unit1.pas from [a9449c1e7e] to [6d1c34ba48].
︙ | |||
132 133 134 135 136 137 138 | 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | - + - + + + - + | implementation {$R *.lfm} procedure TDetectGroffThread.UpdateUI; begin |
︙ |