Skip to content

Tags: RandallFlagg/gitbutler

Tags

nightly/0.5.1352

Toggle nightly/0.5.1352's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request gitbutlerapp#9180 from gitbutlerapp/testid-selecti…

…on-views

testid-selection-views

nightly/0.5.1351

Toggle nightly/0.5.1351's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request gitbutlerapp#9180 from gitbutlerapp/testid-selecti…

…on-views

testid-selection-views

nightly/0.5.1350

Toggle nightly/0.5.1350's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request gitbutlerapp#9180 from gitbutlerapp/testid-selecti…

…on-views

testid-selection-views

nightly/0.5.1349

Toggle nightly/0.5.1349's commit message
Fix resizing bug

The details view and diff view accidentally shared both persistedId and syncName.

nightly/0.5.1348

Toggle nightly/0.5.1348's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor sidebar margin and padding in SettingsPages (gitbutlerapp#9169)

this thing was broken on Windows

nightly/0.5.1347

Toggle nightly/0.5.1347's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request gitbutlerapp#9166 from gitbutlerapp/remove-checked…

…-checkbox-checkmark

style(profile): remove custom checkmark styling from checked state

nightly/0.5.1346

Toggle nightly/0.5.1346's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request gitbutlerapp#9152 from gitbutlerapp/always-show-lo…

…cking-information

always-show-locking-information

nightly/0.5.1345

Toggle nightly/0.5.1345's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request gitbutlerapp#9155 from gitbutlerapp/kv-branch-26

improvements to the but rub cli command

nightly/0.5.1344

Toggle nightly/0.5.1344's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request gitbutlerapp#9145 from Byron/vendor

try to support `cargo vendor`

nightly/0.5.1343

Toggle nightly/0.5.1343's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(desktop): add pan-to-scroll support in MultiStackView (gitbutler…

…app#9143)

Implement mouse drag panning to scroll lanes horizontally for improved
navigation when horizontal space is limited. Add state variables to track
panning status and start positions, and handle mouse events to update
scroll position accordingly. Prevent text selection during panning and
update cursor style to provide visual feedback. Clean up event listeners
 component destruction to avoid leaks. Change role attribute to
presentation for better semantics.