Commit Graph

165 Commits

Author SHA1 Message Date
tibssy a1aeeb116f fix(dock): adjust centering logic to account for bar dimensions and margins 2026-02-20 19:20:40 +00:00
tibssy 02bde2a90d fix(dock): ensure frame indicator correctly fills the trigger area 2026-02-20 19:12:04 +00:00
Lemmy 5fbcf870db dock: autofmt 2026-02-20 09:54:11 -05:00
Fauzan F A 3e841942ed Merge branch 'main' into dock-group-apps 2026-02-20 21:06:35 +07:00
tibssy 3ad4ac1b88 fix(dock): adjust dock peek window size to match dock length and screen minimum 2026-02-20 04:47:39 +00:00
tibssy 022d6d33da feat(dock): prevent opening empty static dock panel 2026-02-20 04:47:39 +00:00
tibssy c192d248e0 feat(dock): static dock frame indicator sizing with launcher icon 2026-02-20 04:47:39 +00:00
Dadangdut33 6a7c68c6e3 feat: implement group the same apps in dock with configurable settings 2026-02-19 23:30:24 +07:00
tibssy 588046a332 fix(static dock): reopen on peek after close and hide on menu actions 2026-02-10 16:03:43 +00:00
tibssy ee322448d9 feat(dock): add frame indicator for static dock with settings toggle and fade animation 2026-02-10 16:03:43 +00:00
tibssy 92c43c6236 feat(dock): enable peek window activation for static mode to trigger dock panel opening and refine the settings interface by reorganizing components and conditionally showing display mode options 2026-02-10 16:03:43 +00:00
tibssy 6bd43fade6 feat(dock): fully implement StaticDockPanel with app management logic, transparent container styling, and hover-aware auto-close timers 2026-02-10 16:03:43 +00:00
tibssy 4b5c6c4619 feat(dock): integrate StaticDockPanel with main Dock logic and replace separate peek window with panel-based hover detection 2026-02-10 16:03:43 +00:00
tibssy ce027062fa feat(dock): extract DockContent into a reusable component and implement hover peek detection for static mode operation 2026-02-10 16:01:58 +00:00
Lemmy 522fa4c6da onclicked: mouse shorthands 2026-02-10 09:24:51 -05:00
Lysec 79672a2709 NightLightService: implement restart on crash (#1687) 2026-02-06 14:51:23 +01:00
Lysec 20a7a76aba Merge pull request #1650 from qalqa-dev/main
Feature/Dock pinned apps names changed from appId to appName
2026-02-06 14:17:10 +01:00
Lysec 7834786c12 Dock: add tiny space between indicator and icon 2026-02-02 13:49:24 +01:00
Lysec b0d64f0e77 Dock: more layout adjustments 2026-02-02 13:42:54 +01:00
Lysec 738ba0dc13 Dock: layout adjustment 2026-02-02 13:21:05 +01:00
Lemmy e578ff0892 compositor-spawn: small simplification so it works with all compositors (defaulting to execDetached in the compositor service) 2026-02-01 14:24:43 -05:00
wxlyyy c095b78ef4 feat: spawn application process via compositor 2026-02-02 00:37:22 +08:00
qalqa-dev 4b9115233b dock: refresh app icons and names on DesktopEntries changes, and improve pinned app handling with proper names 2026-02-01 19:26:00 +03:00
Lysec 25b9e8c34b Dock: fix vertical and horizontal alignment 2026-01-30 15:05:09 +01:00
Lysec 15516de503 Dock: set max width/height, add scrolling 2026-01-29 15:35:35 +01:00
Lemmy adbf55181d Dock: reserve a bit more width when horizontal to accomodate tooltips. 2026-01-25 15:47:45 -05:00
Lysec 7610d306d3 Dock: fix pinned app order (#1562) 2026-01-25 18:08:33 +01:00
kyle 583bdc6a6e fix(dock): fix dragging issue when dock auto-hide is enabled 2026-01-26 03:13:42 +11:00
kyle c6834c67ed fix(dock): fix unexpected dock close when context menu auto hide 2026-01-25 23:40:35 +11:00
kyle f7af6e8ab6 fix(dock): fix clickable menu when it's invisible 2026-01-25 23:37:57 +11:00
Lysec 4e98dc96a4 Dock: make drag&drop much nicer 2026-01-23 13:31:32 +01:00
Lysec f54d6708be Dock: bring back context menu fix 2026-01-21 17:33:06 +01:00
Lysec 55c1143dc1 Tray: fix blacklist logic 2026-01-21 17:27:56 +01:00
Lysec 4f11503f1a Dock: possible fix for odd context menu / app icon behaviour (#1479) 2026-01-21 16:19:34 +01:00
kyle c95cb8589e fix(app2unit): auto disable app2unit in settings if it becomes unavailable 2026-01-21 23:18:24 +11:00
Lysec f05da07d7a Dock: allow reorder of apps (non pinned = transient) 2026-01-21 02:16:48 +01:00
Lemmy 4c89a451cc Bar: replace more direct Style.barHeight acces by the new Style.getBarHeightForScreen() 2026-01-19 00:41:31 -05:00
Lemmy b340529b10 Bar: custom setup per screen (position, density, widgets) 2026-01-18 20:12:46 -05:00
Corey Woodworth 440147168d bulk find replace of different style values 2026-01-15 13:14:06 -05:00
Ly-sec 8ebeac758f Dock: slightly reduce space between apps 2026-01-10 20:08:51 +01:00
Ly-sec de1a82234f Dock: active indicator always below app icon 2026-01-10 20:04:36 +01:00
Ly-sec 740b2741e1 Dock: reload on exclusive/always visible display change 2026-01-10 16:25:14 +01:00
Ly-sec b5a1564172 Dock: fix clipping in specific positions 2026-01-10 16:18:59 +01:00
Ly-sec 7d0f691325 Dock: fix dock movement when switching between display mode 2026-01-10 16:11:06 +01:00
Ly-sec 10bd2aa303 Dock: fix non exclusive mode 2026-01-10 15:39:52 +01:00
Ly-sec 1b44118060 Dock: fix exclusive margin for real this time 2026-01-10 15:37:32 +01:00
Ly-sec 93daad71bb Dock: fix floating distance & empty space 2026-01-10 15:22:53 +01:00
Ly-sec 4208400e32 Dock: fix active indicator when changing orientation 2026-01-10 15:08:57 +01:00
Ly-sec 45f91f17a7 Dock: fix dock ui when switching positions 2026-01-10 15:02:24 +01:00
Ly-sec c58abd7566 Dock: add position setting 2026-01-10 14:39:00 +01:00