Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge #134

Merged
merged 96 commits into from
Oct 16, 2023
Merged

merge #134

merged 96 commits into from
Oct 16, 2023

Commits on May 3, 2023

  1. [ImgBot] Optimize images

    *Total -- 224.80kb -> 181.83kb (19.12%)
    
    /doc/user-theme-fc8-palette.svg -- 6.77kb -> 4.16kb (38.48%)
    /doc/user-theme-vga-palette.svg -- 11.88kb -> 8.14kb (31.48%)
    /doc/user-theme-fc16-palette.svg -- 11.88kb -> 8.18kb (31.16%)
    /doc/user-theme-bee-palette.svg -- 11.88kb -> 8.18kb (31.16%)
    /doc/user-theme-fc16-dark-palette.svg -- 11.88kb -> 8.18kb (31.13%)
    /doc/final-cut-application-structure.svg -- 10.42kb -> 7.41kb (28.85%)
    /doc/final-cut-widget-tree.svg -- 9.53kb -> 6.80kb (28.68%)
    /misc/icon/scalable/finalcut.svg -- 4.65kb -> 3.39kb (27.16%)
    /misc/logo/svg/finalcut-logo.svg -- 9.72kb -> 7.22kb (25.77%)
    /doc/FDialog.svg -- 11.57kb -> 9.96kb (13.89%)
    /doc/widget-lengths.svg -- 44.35kb -> 38.77kb (12.58%)
    /doc/widget-coordinates.svg -- 30.97kb -> 27.33kb (11.76%)
    /misc/logo/png/finalcut-logo.png -- 10.62kb -> 9.42kb (11.31%)
    /doc/widget-geometry.svg -- 38.70kb -> 34.70kb (10.32%)
    
    Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
    ImgBotApp committed May 3, 2023
    Configuration menu
    Copy the full SHA
    6d7d562 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Merge pull request #126 from sarvex/imgbot

    [ImgBot] Optimize images
    gansm committed May 24, 2023
    Configuration menu
    Copy the full SHA
    143a4eb View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    382891a View commit details
    Browse the repository at this point in the history
  2. add some std::move

    gansm committed May 31, 2023
    Configuration menu
    Copy the full SHA
    63af59f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Added support for a tiltable scroll wheel to scroll the context of wi…

    …dgets left and right in an xterm
    gansm committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    3dbdeee View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Created a new subdirectory for the development of an event loop and a…

    …dded the first files.
    Andreas Noe committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    11215d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from linuxdoesitbetter/main

    Created a new subdirectory for the development of an event loop and a…
    gansm committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    dc9dd6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8549bad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    456715d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Fixed some build errors

    gansm committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    d4d4ff3 View commit details
    Browse the repository at this point in the history
  2. Fixed some build errors

    gansm committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ba1d728 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    d7d088e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Monitors cannot be copied. C-style array replaced by a C++ array. Ini…

    …tialisation of variables of the type timer_t abstracted from the underlying type.
    linuxdoesitbetter committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    dc10d36 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    gansm committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    bc0466e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #131 from linuxdoesitbetter/main

    Monitors cannot be copied. C-style array replaced by a C++ array. Ini…
    gansm committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    3041894 View commit details
    Browse the repository at this point in the history
  4. Build fix

    gansm committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b21eaf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a4b228 View commit details
    Browse the repository at this point in the history
  6. Build fix

    gansm committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    c162173 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40e1b05 View commit details
    Browse the repository at this point in the history
  8. Remove redundant parentheses

    gansm committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    61e774c View commit details
    Browse the repository at this point in the history
  9. pointer-to-const

    gansm committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    dc88300 View commit details
    Browse the repository at this point in the history
  10. C-style array to std::array

    gansm committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a0d82f5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c66a8c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    532e25b View commit details
    Browse the repository at this point in the history
  2. Merge performed.

    linuxdoesitbetter committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    05133fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af96d73 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #133 from linuxdoesitbetter/main

    To synchronize.
    gansm committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2f478aa View commit details
    Browse the repository at this point in the history
  5. remove m4/

    gansm committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9e30df5 View commit details
    Browse the repository at this point in the history
  6. remove m4/

    gansm committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    636aa4e View commit details
    Browse the repository at this point in the history
  7. Delete m4 directory

    gansm committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    8e6e47b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. set timer_id to 0

    gansm committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a1ff5a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    0816ad3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    283a190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f967998 View commit details
    Browse the repository at this point in the history
  3. Delete empty files

    gansm committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    eb5ed9e View commit details
    Browse the repository at this point in the history
  4. Use inheriting in monitor_error constructors to import constructors i…

    …nto a derived class
    gansm committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    6f5d45b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5be0f03 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Remove this redundant cast

    gansm committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    481851d View commit details
    Browse the repository at this point in the history
  2. Add reference

    gansm committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    1363fe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5259b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0534e95 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    0d1e6de View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    6661050 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. optimize for loop

    gansm committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e772274 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    f3d1943 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    84a8dcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f02cf27 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    3caca74 View commit details
    Browse the repository at this point in the history
  2. Duplicated code removed

    gansm committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    5b76e8b View commit details
    Browse the repository at this point in the history
  3. Removing redundant constructor, which have already been inherited fro…

    …m the Monitor class
    gansm committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    688c65c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. g++ version 11 for Solaris

    gansm committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d5d7ffd View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. g++ version 11 for Solaris

    gansm committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c2c2640 View commit details
    Browse the repository at this point in the history
  2. g++ version 11 for Solaris

    gansm committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2b44114 View commit details
    Browse the repository at this point in the history
  3. g++ version 11 for Solaris

    gansm committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1273771 View commit details
    Browse the repository at this point in the history
  4. g++ version 11 for Solaris

    gansm committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6b06fbe View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. g++ version 11 for Solaris

    gansm committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7142349 View commit details
    Browse the repository at this point in the history
  2. g++ version 11 for Solaris

    gansm committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    adee48a View commit details
    Browse the repository at this point in the history
  3. g++ version 11 for Solaris

    gansm committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3d886dc View commit details
    Browse the repository at this point in the history
  4. g++ version 11 for Solaris

    gansm committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2e52d1e View commit details
    Browse the repository at this point in the history
  5. g++ version 7 for Solaris

    gansm committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    25fb768 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    c3bd786 View commit details
    Browse the repository at this point in the history
  2. Add some std::decay

    gansm committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    cf231ce View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    a45cee1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    f342532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5132007 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    9d02d65 View commit details
    Browse the repository at this point in the history
  2. Tiny fix

    gansm committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    d560047 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    515826f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    ed9bbcb View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Unit test updates

    gansm committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    55b4cee View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Unit test updates

    gansm committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c546fba View commit details
    Browse the repository at this point in the history
  2. Cygwin build fix for gcc 11.4

    gansm committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8b10a07 View commit details
    Browse the repository at this point in the history
  3. Unit test updates

    gansm committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    11a78fe View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Unit test updates

    gansm committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b0a3377 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Unit test updates

    gansm committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    81ee143 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Unit test updates

    gansm committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4411891 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Unit test updates

    gansm committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    54a025b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Unit test updates

    gansm committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    140f984 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Unit test updates

    gansm committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    f68f4b2 View commit details
    Browse the repository at this point in the history
  2. Unit test updates

    gansm committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    4a4258c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    170ab3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    591d544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13194bd View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    dcaadb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e88fbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07b8bbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b2249c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    e6b90de View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. C-style array to std::array

    gansm committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0206262 View commit details
    Browse the repository at this point in the history
  2. C-style array to std::array

    gansm committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a5a2cc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20bcb9c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    6b7b65e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c24c4c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    e419874 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Many small code improvements

    gansm committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    a547d48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbb7309 View commit details
    Browse the repository at this point in the history