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: genodelabs/genode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: genodelabs/genode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: staging
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 29 files changed
  • 5 contributors

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    531cbdd View commit details
    Browse the repository at this point in the history
  2. nitpicker: add input-mask policy

    This adds a domain option 'input'. When set to "always" the input mask
    of a client is ignored and implicitly assumed to be set to 1 for all
    pixels.
    
    Issue #5764
    jschlatow authored and nfeske committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    fce1128 View commit details
    Browse the repository at this point in the history
  3. tool/hid: fix regression in set command

    This is a follow-up fix of "tool/hid: capture and reproduce
    annotations".
    
    Issue #5760
    nfeske committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    7bb9023 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. sculpt_distribution: remove Qt6 dependency

    Remove qt_textedit from the default Sculpt index to avoid Qt6 as build
    dependency. The application only served as an example anyway. Nowadays,
    the Falkon browser is a much better example and is published independent
    from sculpt_distribution.
    nfeske committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    59f6a0f View commit details
    Browse the repository at this point in the history
  2. sculpt.run: interoperability with both XML and HID

    This patch makes sculpt.run accept launchers and deploy files in both
    formats XML and HID.
    
    Issue #5710
    nfeske committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    7b0fa18 View commit details
    Browse the repository at this point in the history
  3. event_filter: report key combinations as shortcuts

    Report a configured list of key combinations as distinct shortcut
    reports that are labeled by given names. Key events are preserved for
    further processing (resp. not filtered out).
    
    Fixes #5774
    chelmuth authored and nfeske committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    b4386a5 View commit details
    Browse the repository at this point in the history
  4. fixup "event_filter: report key combinations as shortcuts" (incorpora…

    …te offline discussion)
    
    Issue #5774
    chelmuth authored and nfeske committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    62bb304 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. genode_c_api/socket: add header guard

    issue #5768
    ssumpf authored and chelmuth committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    0a1a2e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ffbb15 View commit details
    Browse the repository at this point in the history
  3. Support colons in HID node names

    Fixes #5776
    nfeske committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    27f5e80 View commit details
    Browse the repository at this point in the history
  4. file_vault: don't rely on trailing spaces

    This makes the component compatble with HID syntax.
    
    Issue #5517
    nfeske committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    c1583e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. tool/hid: support '-' in XML attribute tags

    Needed for converting the nic_router config.
    nfeske committed Dec 18, 2025
    2 Configuration menu
    Copy the full SHA
    3279858 View commit details
    Browse the repository at this point in the history
  2. chroot: option to drop client identity from label

    This option is useful to avoid inflating the total length of the session
    label when chroot is used as recall fs.
    
    Fixes #5780
    nfeske committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    df41c9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f4cf6c View commit details
    Browse the repository at this point in the history
  4. DEBUG sel4: set thread names via kernel - DEBUG

    Issue #5779
    alex-ab authored and chelmuth committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    6c98c98 View commit details
    Browse the repository at this point in the history
Loading