groffstudio

Check-in [fde38e0222]
Login
Overview
Comment:[Changed] Less capital letters.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: fde38e02223fd3bf10a60c8235fc51402728aa65eb12f51473c508865fb21625
User & Date: Cthulhux on 2022-03-14 16:41:07
Other Links: manifest | tags
Context
2022-03-14
16:46
[Improved] groffstudio opens on the primary screen now. check-in: a092c06711 user: Cthulhux tags: trunk
16:41
[Changed] Less capital letters. check-in: fde38e0222 user: Cthulhux tags: trunk
2022-03-13
19:29
[Changed] On platforms which probably use a package manager (currently, Linux and BSDs), the "update check" checkbox is disabled and the related libraries are not referenced. [Improved] When exiting groffstudio, the Save function from the "save" button is reused. check-in: f7adaf4d43 user: Cthulhux tags: trunk
Changes

Modified CHANGES.txt from [bee525469b] to [978b8a58c2].

1
2
3
4

5
6
7
8
9
10
11
Version [next]

[Changed] On platforms which probably use a package manager (currently, Linux and BSDs), the "update check" checkbox is disabled and the related libraries are not referenced.
[Improved] When exiting groffstudio, the Save function from the "save" button is reused.


-------------------------------

Version 0.11.0
2022-03-12

[Feature] The update check was made optional (default: false).




>







1
2
3
4
5
6
7
8
9
10
11
12
Version [next]

[Changed] On platforms which probably use a package manager (currently, Linux and BSDs), the "update check" checkbox is disabled and the related libraries are not referenced.
[Improved] When exiting groffstudio, the Save function from the "save" button is reused.
[Changed] Less capital letters.

-------------------------------

Version 0.11.0
2022-03-12

[Feature] The update check was made optional (default: false).

Modified src/unit1.lfm from [9197565161] to [565a23edfb].

759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
      Caption = 'groffstudio settings'
      ClientHeight = 631
      ClientWidth = 953
      object chkAutoSaveBuildSettings: TCheckBox
        Left = 0
        Height = 19
        Top = 16
        Width = 310
        Caption = 'Save and restore the chosen build settings for next time'
        TabOrder = 0
      end
      object btnSaveSettings: TButton
        Left = 864
        Height = 25
        Top = 600
        Width = 91
        Anchors = [akRight, akBottom]
        Caption = 'save settings'
        OnClick = btnSaveSettingsClick
        TabOrder = 1
      end
      object Label14: TLabel
        Left = 0
        Height = 15
        Top = 80
        Width = 129
        Caption = 'Yes, that''s all for now. :-)'
        ParentColor = False
      end
      object chkUpdateCheckOnStart: TCheckBox
        Left = 0
        Height = 19
        Top = 40
        Width = 171
        Caption = 'Check for updates on startup'
        TabOrder = 2
      end
    end
    object tsGroff: TTabSheet
      Caption = 'groff version'
      ClientHeight = 631
      ClientWidth = 953







|
|

















|






|
|







759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
      Caption = 'groffstudio settings'
      ClientHeight = 631
      ClientWidth = 953
      object chkAutoSaveBuildSettings: TCheckBox
        Left = 0
        Height = 19
        Top = 16
        Width = 309
        Caption = 'save and restore the chosen build settings for next time'
        TabOrder = 0
      end
      object btnSaveSettings: TButton
        Left = 864
        Height = 25
        Top = 600
        Width = 91
        Anchors = [akRight, akBottom]
        Caption = 'save settings'
        OnClick = btnSaveSettingsClick
        TabOrder = 1
      end
      object Label14: TLabel
        Left = 0
        Height = 15
        Top = 80
        Width = 129
        Caption = 'yes, that''s all for now. :-)'
        ParentColor = False
      end
      object chkUpdateCheckOnStart: TCheckBox
        Left = 0
        Height = 19
        Top = 40
        Width = 169
        Caption = 'check for updates on startup'
        TabOrder = 2
      end
    end
    object tsGroff: TTabSheet
      Caption = 'groff version'
      ClientHeight = 631
      ClientWidth = 953