Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HaikuArchives/Clue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 80d2a78b54ca
Choose a base ref
...
head repository: HaikuArchives/Clue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a8dc0110e7ff
Choose a head ref
  • 6 commits
  • 10 files changed
  • 2 contributors

Commits on Jan 8, 2022

  1. Copy the full SHA
    a3ef79d View commit details
  2. InspectOther: remove B_FILE_NOT_FOUND usage

    It was removed in Haiku since it is basically a duplicate of B_ENTRY_NOT_FOUND
    augiedoggie committed Jan 8, 2022
    Copy the full SHA
    f00af6d View commit details
  3. Copy the full SHA
    09b0040 View commit details
  4. Copy the full SHA
    af79f8f View commit details

Commits on Jan 9, 2022

  1. use a normal gray color for the viewer/sample views

    Eventually the entire user interface for both apps should be converted to
    use the standard color constants like B_PANEL_BACKGROUND_COLOR
    augiedoggie committed Jan 9, 2022
    Copy the full SHA
    d733d01 View commit details
  2. Copy the full SHA
    a8dc011 View commit details
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.19)

project(Clue)

Loading