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

LVGL implementation for ESPHome #6363

Open
wants to merge 181 commits into
base: dev
Choose a base branch
from
Open

Commits on Mar 12, 2024

  1. Update issue templates

    clydebarrow committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e9a97b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae923d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c009dcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b659e78 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Clean start for LVGL

    clydebarrow committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e3d883a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd87247 View commit details
    Browse the repository at this point in the history
  3. CODEOWNERS

    clydebarrow committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    142fa19 View commit details
    Browse the repository at this point in the history
  4. Remove spurious files

    clydebarrow committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    adab488 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d77e55f View commit details
    Browse the repository at this point in the history
  6. Buffer size tweak

    clydebarrow committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    66cfb65 View commit details
    Browse the repository at this point in the history
  7. WIP

    clydebarrow committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    080a308 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    f8aa028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0557933 View commit details
    Browse the repository at this point in the history
  3. clang-format

    clydebarrow committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e1cac52 View commit details
    Browse the repository at this point in the history
  4. spinbox WIP

    clydebarrow committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2fcd225 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Spinbox WIP

    clydebarrow committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d18ec58 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Create test.esp32.yaml

    nagyrobi committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    83a0b92 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 8, 2024

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

Commits on Apr 9, 2024

  1. Implement spinbox

    clydebarrow committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c85a179 View commit details
    Browse the repository at this point in the history
  2. Bump LVGL to 8.4.0

    clydebarrow committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    94e71d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd15094 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    396c329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ead701 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #90 from nagyrobi/lvgl

    Create test.esp32.yaml
    clydebarrow committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9620c8a View commit details
    Browse the repository at this point in the history
  4. Make test work

    clydebarrow committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    63ad36a View commit details
    Browse the repository at this point in the history
  5. yamllint

    clydebarrow committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c100bc4 View commit details
    Browse the repository at this point in the history
  6. yamllint

    clydebarrow committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c0a35f0 View commit details
    Browse the repository at this point in the history
  7. Fix defines

    clydebarrow committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1b0b2f6 View commit details
    Browse the repository at this point in the history
  8. clang-tidy

    clydebarrow committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2df6d94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ea158a View commit details
    Browse the repository at this point in the history
  10. Restore library load;

    Refactoring.
    clydebarrow committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    33dc8c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. LV_CONF_SKIP

    clydebarrow committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f1f7d6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    542910b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e351998 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a89933 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    9a2592e View commit details
    Browse the repository at this point in the history
  2. Spinbox fixes;

    meter indicator fixes
    conditiional compile for unused features
    set step in number for spinbox
    clydebarrow committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    00427fb View commit details
    Browse the repository at this point in the history
  3. Update tests

    clydebarrow committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e7c27df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2449aa View commit details
    Browse the repository at this point in the history
  5. Fix defines

    clydebarrow committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f4af049 View commit details
    Browse the repository at this point in the history
  6. slider requires bar

    clydebarrow committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3785154 View commit details
    Browse the repository at this point in the history
  7. yamllint

    clydebarrow committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    08c5819 View commit details
    Browse the repository at this point in the history
  8. spinbox needs label

    clydebarrow committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    febbbf4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b1347d View commit details
    Browse the repository at this point in the history
  10. Comments

    clydebarrow committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7a00c60 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98b3f4f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e55063 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f27b747 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    7ee3a66 View commit details
    Browse the repository at this point in the history
  2. lintfix

    nagyrobi committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    aab1f89 View commit details
    Browse the repository at this point in the history
  3. Define lv_tick_style_t

    clydebarrow committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7b4b7c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cd8c3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9aadd0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2225fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f75fb7b View commit details
    Browse the repository at this point in the history
  8. Fix test

    clydebarrow committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b7eac5e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9d2b1b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #98 from nagyrobi/patch-3

    Update test.esp32.yaml with new meter options
    clydebarrow committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    fb5fffb View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Remove debug print

    clydebarrow committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    ba28dd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e36d688 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. pylint

    clydebarrow committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e63ca13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c86a763 View commit details
    Browse the repository at this point in the history
  3. yamllint

    clydebarrow committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4e66540 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0074acc View commit details
    Browse the repository at this point in the history
  5. Fix style definitions

    clydebarrow committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ef12972 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    d1ba4ef View commit details
    Browse the repository at this point in the history
  2. Tileview WIP

    clydebarrow committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    49a9ff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e84619e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    06fdf2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a6d368 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e951c01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    227b3fd View commit details
    Browse the repository at this point in the history
  5. Implemented tileview

    clydebarrow committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    737cf1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6f66dd View commit details
    Browse the repository at this point in the history
  7. Update test

    clydebarrow committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c72e404 View commit details
    Browse the repository at this point in the history
  8. Add jpegs

    clydebarrow committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c2d100a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7441c30 View commit details
    Browse the repository at this point in the history
  10. Change .jpt to .png

    clydebarrow committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5f3d498 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. lv_keyboard WIP

    clydebarrow committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b1e2835 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Spelling

    clydebarrow committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ce5ea62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31862d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a30fd View commit details
    Browse the repository at this point in the history
  4. More refactoring

    clydebarrow committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b29620d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. More refactoring

    clydebarrow committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c3295c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00bf824 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5273feb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    b0ba4a9 View commit details
    Browse the repository at this point in the history
  2. Implement lvgl.update to allow changing disp_bg_color and

    disp_bg_image` dynamically
    clydebarrow committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ec3407d View commit details
    Browse the repository at this point in the history
  3. Pylint

    clydebarrow committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c02f25d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bf0918 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24a02af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9efab14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    718948f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    4648f00 View commit details
    Browse the repository at this point in the history
  2. Add textarea:

    Add text and text_sensor for textarea
    Allow arc etc. to link to sensor as well as number.
    clydebarrow committed May 8, 2024
    Configuration menu
    Copy the full SHA
    300cded View commit details
    Browse the repository at this point in the history
  3. Add lvgl.textarea.update

    Events for switch, btn, checkbox and matrix buttons pass argument
    boolean x representing the checked state of the button.
    clydebarrow committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c454390 View commit details
    Browse the repository at this point in the history
  4. Refactor constant

    clydebarrow committed May 8, 2024
    Configuration menu
    Copy the full SHA
    cb50477 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a2d33b View commit details
    Browse the repository at this point in the history
  6. Constant fix

    clydebarrow committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f0781a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fce8982 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Add on_cancel event

    clydebarrow committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0b9bab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    225ef91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    710c79d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f2a333 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    f93b121 View commit details
    Browse the repository at this point in the history
  2. Fix matrix button on_value;

    Pass button id as argument for btnmatrix triggers.
    clydebarrow committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6fd04d7 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Allow lists for some style properties;

    Label can now be a text or text_sensor component.
    clydebarrow committed May 12, 2024
    Configuration menu
    Copy the full SHA
    91d9728 View commit details
    Browse the repository at this point in the history
  2. ci-custom fix.

    clydebarrow committed May 12, 2024
    Configuration menu
    Copy the full SHA
    44a6a6b View commit details
    Browse the repository at this point in the history
  3. pylint

    clydebarrow committed May 12, 2024
    Configuration menu
    Copy the full SHA
    a91e5a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8831c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c65715e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Grid fixes

    clydebarrow committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e786987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66cbb3c View commit details
    Browse the repository at this point in the history
  3. Flex fixes

    clydebarrow committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c771182 View commit details
    Browse the repository at this point in the history
  4. Flex fixes. Layout now is a dict:

          layout:
            type: flex
            flex_align_cross: center
            flex_align_main: space_between
    
          layout:
            type: grid
            grid_rows: 2
            grid_columns: 2
            grid_column_align: space_evenly
    clydebarrow committed May 13, 2024
    Configuration menu
    Copy the full SHA
    012ae63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b9de4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    891c783 View commit details
    Browse the repository at this point in the history
  7. Implemented tabview

    clydebarrow committed May 13, 2024
    Configuration menu
    Copy the full SHA
    74630d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3924eaa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a584e7 View commit details
    Browse the repository at this point in the history
  10. Fix test

    clydebarrow committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e63be68 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    531ddd3 View commit details
    Browse the repository at this point in the history
  2. Fixes for grid layout

    clydebarrow committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2ebce83 View commit details
    Browse the repository at this point in the history
  3. Menu WIP

    clydebarrow committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1124d1a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 17, 2024

  1. Reorganise platforms;

    Remove output from switch
    clydebarrow committed May 17, 2024
    Configuration menu
    Copy the full SHA
    96d0042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75bd3b9 View commit details
    Browse the repository at this point in the history
  3. Refactored into subdirs

    clydebarrow committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f38c5b3 View commit details
    Browse the repository at this point in the history
  4. Pylint`

    clydebarrow committed May 17, 2024
    Configuration menu
    Copy the full SHA
    50da5cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fda91b0 View commit details
    Browse the repository at this point in the history
  6. Fix issue with temp vars

    clydebarrow committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7aba6f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9833a74 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Fix crash

    clydebarrow committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ff6717e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8e5686 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4f59c3 View commit details
    Browse the repository at this point in the history
  4. ci-custom

    clydebarrow committed May 20, 2024
    Configuration menu
    Copy the full SHA
    76f797c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fe2305 View commit details
    Browse the repository at this point in the history
  6. Remove debug prints

    clydebarrow committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8fe48a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2501ff View commit details
    Browse the repository at this point in the history
  8. Remove spurious file

    clydebarrow committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6a1ccee View commit details
    Browse the repository at this point in the history
  9. Format imports

    clydebarrow committed May 20, 2024
    Configuration menu
    Copy the full SHA
    17f760e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Remove unnecessary test

    clydebarrow committed May 21, 2024
    Configuration menu
    Copy the full SHA
    855e134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78e185b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18195b8 View commit details
    Browse the repository at this point in the history
  4. Streamline point list

    clydebarrow committed May 21, 2024
    Configuration menu
    Copy the full SHA
    413776b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9280b19 View commit details
    Browse the repository at this point in the history
  6. Imports to absolute

    clydebarrow committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8b113e0 View commit details
    Browse the repository at this point in the history
  7. Tweak line numbers

    clydebarrow committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9238675 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    490018a View commit details
    Browse the repository at this point in the history
  9. Add buttons for rotary encoder

    Apply grid_column_align (and row)
    clydebarrow committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2456c09 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    95dc947 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    6af1c9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab49d73 View commit details
    Browse the repository at this point in the history
  3. Add keypad support

    clydebarrow committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ce630d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d06ab2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e50ea7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    266f699 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46149b8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    ccb65f9 View commit details
    Browse the repository at this point in the history
  2. Fix software rotation

    clydebarrow committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e1f8aef View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    cad9f41 View commit details
    Browse the repository at this point in the history
  2. Add warnings for mismatched config options

    clydeps authored and clydeps committed May 25, 2024
    Configuration menu
    Copy the full SHA
    ae19177 View commit details
    Browse the repository at this point in the history
  3. Null pointer test

    clydeps authored and clydeps committed May 25, 2024
    Configuration menu
    Copy the full SHA
    dd0ed39 View commit details
    Browse the repository at this point in the history
  4. Restrict color depth to 16

    clydeps authored and clydeps committed May 25, 2024
    Configuration menu
    Copy the full SHA
    771640a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. ationalise ifdefs

    clydeps authored and clydeps committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a7cbea1 View commit details
    Browse the repository at this point in the history
  2. clang-tidy

    clydeps authored and clydeps committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8e5a5aa View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on May 30, 2024

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

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    b4c354a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6296c40 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    6505a82 View commit details
    Browse the repository at this point in the history
  2. Fix msgbox

    clydebarrow committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    8d1edd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 6, 2024

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

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    1b510f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e47478a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1676717 View commit details
    Browse the repository at this point in the history
  4. Clang-tidy

    clydebarrow committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    559aaa5 View commit details
    Browse the repository at this point in the history