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

UI: Simple ncurses window with ls-like output #11

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from
Draft

Commits on Dec 7, 2020

  1. component: UI

    Basic ls in ncurses window
    
    - Require C++17 because of std::filesystem usage
    - Draw sorted listing of cwd in main window
    
    Signed-off-by: Pavel Kalugin <paul.kalug@gmail.com>
    p4vook committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    0c5bfaf View commit details
    Browse the repository at this point in the history
  2. Apply formatting changes

    pavel-the-best authored and actions-user committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    feab7cd View commit details
    Browse the repository at this point in the history
  3. fixup #1

    p4vook committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    27167fc View commit details
    Browse the repository at this point in the history
  4. fixup #2

    p4vook committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    b4a7b03 View commit details
    Browse the repository at this point in the history
  5. fixup #3

    p4vook committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    13fbf3e View commit details
    Browse the repository at this point in the history
  6. fixup #7

    p4vook committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    821a8bd View commit details
    Browse the repository at this point in the history
  7. fixup #8

    p4vook committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    d91556c View commit details
    Browse the repository at this point in the history
  8. fixup #9

    p4vook committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    ce45cba View commit details
    Browse the repository at this point in the history
  9. work

    p4vook committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    524826a View commit details
    Browse the repository at this point in the history
  10. Apply formatting changes

    pavel-the-best authored and actions-user committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    2cde7b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. even more work

    p4vook committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    ab403cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a243de View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. new window abstraction

    p4vook committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    629d678 View commit details
    Browse the repository at this point in the history
  2. scrolling. exceptions

    p4vook committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    01fcb87 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. virtual destructor for buffer

    Signed-off-by: Pavel Kalugin <paul.kalug@gmail.com>
    p4vook committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    c93400d View commit details
    Browse the repository at this point in the history
  2. target-wide C++ standard

    Signed-off-by: Pavel Kalugin <paul.kalug@gmail.com>
    p4vook committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    3042533 View commit details
    Browse the repository at this point in the history
  3. remove obsolete color initialization

    Signed-off-by: Pavel Kalugin <pavel@pavelthebest.me>
    p4vook committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    20b23df View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. forbid modifying of size_x and size_y

    Signed-off-by: Pavel Kalugin <pavel@pavelthebest.me>
    p4vook committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    69b5ef7 View commit details
    Browse the repository at this point in the history
  2. Apply formatting changes

    pavel-the-best authored and actions-user committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    e5f148c View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. event loop

    Signed-off-by: Pavel Kalugin <pavel@pavelthebest.me>
    p4vook committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    8c23f55 View commit details
    Browse the repository at this point in the history
  2. fix github actions

    Signed-off-by: Pavel Kalugin <pavel@pavelthebest.me>
    p4vook committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    8afbfc9 View commit details
    Browse the repository at this point in the history
  3. fixup

    p4vook committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    3094bdf View commit details
    Browse the repository at this point in the history
  4. fixup #2

    p4vook committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    a8ffa77 View commit details
    Browse the repository at this point in the history
  5. fix boost required version

    p4vook committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    e612460 View commit details
    Browse the repository at this point in the history