mr. m
43de5c69e9
fix: Fixed minor aligment and coloring issues, b=no-bug, c=tabs, workspaces
2025-12-08 18:06:58 +01:00
mr. m
85d52d15c2
fix: Fixed incorrect dot possition and scaling, b=no-bug, c=common, workspaces
2025-12-08 01:40:53 +01:00
mr. m
832b0c4fe3
feat: Increase the space of grid for devices that dont support sub-pixel rendering, b=no-bug, c=workspaces
2025-12-07 19:02:14 +01:00
mr. m
57ee00bf3e
feat: Add black / white color shades options for gradients, b=no-bug, c=common, workspaces
2025-12-07 18:05:30 +01:00
mr. m
fa6bb8d27f
chore: Sync upstream Firefox to version 146.0, p=#11519
2025-12-03 16:26:18 +01:00
Mr. M
a1774ee426
feat: Preload compact mode and other UI components, b=no-bug, c=common
2025-11-30 21:28:14 +01:00
Mr. M
2b0d509230
fix: Fixed windows titlebar not initializing correctly, b=closes #11479 , closes #11475 , closes #11470 and closes #11471 , c=compact-mode
2025-11-30 14:36:22 +01:00
mr. m
833caf2f81
fix: Fixed crash on macos when quiting and glance opening a new window, b=bug #11416 and bug https://github.com/zen-browser/desktop/issues/11409 , c=common, compact-mode, glance, tabs, workspaces
2025-11-27 16:44:02 +01:00
mr. m
8d12ade0bf
fix: prevent new window when shift-clicking links in split view glance, b=closes https://github.com/zen-browser/desktop/issues/11409 , p=#11424
...
Co-authored-by: Nihal <121309701+nihalxkumar@users.noreply.github.com >
2025-11-25 17:55:05 +01:00
mr. m
d110dcaa35
feat: Remove legacy pref checking for gradient themes, b=bug #11375 , c=common, workspaces
2025-11-24 22:49:50 +01:00
mr. m
e500e04418
fix: Fixed keyboard shortcuts not saving correctly, b=no-bug, c=kbs
2025-11-24 13:05:23 +01:00
mr. m
886b559b50
fix: Don't add folder indents to glance tabs, b=no-bug, c=tabs
2025-11-23 23:00:24 +01:00
mr. m
b2ea2d4420
fix: Fixed using the wrong window for glance dragging detection, b=no-bug, c=glance
2025-11-23 21:59:41 +01:00
Lukas Spiss
8612e0d1e9
fix: allow selection within link, b=closes https://github.com/zen-browser/desktop/issues/8391 , p=#11394
...
* fix: allow selection within link
fixes : #8391
The glance feature was clashing with the possibility to select text within a link.
To avoid the conflict, glance will only open upon mouseup and only if the mouse hasn't moved since the mouse was pressed.
* remove redundant condition
* register listeners in correct place
* feat: Listen to mouse move only once, b=no-bug, c=common, glance
---------
Co-authored-by: mr. m <mr.m@tuta.com >
2025-11-23 12:58:07 +01:00
mr. m
7ab405a2c2
feat: Finish update sidebar notification, b=no-bug, c=common
2025-11-23 02:12:43 +01:00
mr. m
59641cb952
fix: Fixed KBS settings page, b=no-bug, c=kbs
2025-11-23 02:03:03 +01:00
mr. m
3761110604
fix: Fixed pinned tabs not updating sometimes, b=no-bug, c=tabs
2025-11-23 01:44:40 +01:00
mr. m
0e8b8da845
chore: Convert the codebase into modules, p=#11364
...
* chore: Convert the codebase into modules, b=no-bug, c=common, compact-mode, folders, fonts, glance, images, kbs, media, mods, split-view, tabs, tests, vendor, welcome, workspaces
* feat: Added update popup, b=no-bug, c=media, common
2025-11-20 18:14:46 +01:00
mr. m
3eb3875de9
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2025-11-19 19:14:50 +01:00
mr. m
4c5a3aeabb
feat: Always show the separator if there are visible tabs, b=closes #11349 , c=tabs, workspaces
2025-11-19 19:14:45 +01:00
Mr. M
34e1adddf9
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2025-11-19 14:47:44 +01:00
Mr. M
58f97c65e1
feat: Add preference for sidebar dragging, b=no-bug, c=common, workspaces
2025-11-19 14:47:41 +01:00
ramiro
4089dfa18b
fix: Split view gap when in compact view and sidebar is on right, b=closes https://github.com/zen-browser/desktop/issues/11269 , p=#11357
2025-11-19 12:30:15 +01:00
Mr. M
72dbe631ec
chore: Fixed linter errors, b=no-bug, c=common
2025-11-18 20:45:17 +01:00
Mr. M
a8e5894c95
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2025-11-18 20:41:30 +01:00
Mr. M
e5509f607d
fix: Fixed position for control center panel on double toolbar, b=no-bug, c=common
2025-11-18 20:40:55 +01:00
ramiro
dfbf4db57f
fix: improve drag-and-drop behavior for tab folders, b=closes #11326 , p=#11345
...
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com >
2025-11-18 20:24:19 +01:00
Mr. M
4361efb956
feat: Start using Firefox's split views to prevent memory leaks, b=no-bug, c=common, split-view
2025-11-18 20:16:51 +01:00
Jun Jie
08996215b2
fix: persist expanded glance tab after closing browser, p=#11336
...
* fix: persist expanded glance tab after closing browser
* fix lint error
2025-11-18 09:03:53 +01:00
mr. m
dfe932a4c5
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2025-11-18 00:31:15 +01:00
mr. m
a61b077d3f
fix: Don't resize the sidebar when entering DOM fullscreen, b=no-bug, c=workspaces
2025-11-18 00:31:11 +01:00
Mr. M
f36b84de3c
chore: Clean up unused block in macos share method, b=no-bug, c=common
2025-11-17 13:53:45 +01:00
Mr. M
01f10cfc09
feat: Make close and reset icons only appear when hovering the tab, b=no-bug, c=folders, tabs
2025-11-17 13:50:03 +01:00
Mr. M
9a9c1c312c
fix: Fixed glance not listening for context menu activations, b=closes #11148 , c=common, glance
2025-11-17 11:38:45 +01:00
mr. m
684dbfdc0b
feat: Properly align site control icons, b=no-bug, c=common
2025-11-16 02:55:54 +01:00
mr. m
93157bb577
feat: Always show control center except on empty states, p=#11283, c=common, tabs, workspaces
2025-11-14 16:45:12 +01:00
mr. m
a0ce296668
feat: Make 'Add tab to essentials' use a badge, b=no-bug, c=common, tabs
2025-11-14 14:16:27 +01:00
mr. m
5f6cc6490c
feat: Only overflow the Y axis to prevent flashing, b=no-bug, c=common
2025-11-13 20:48:43 +01:00
mr. m
5dbd4ea616
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2025-11-13 20:33:44 +01:00
mr. m
9e899f1d8a
fix: Fixed drag-and-drop regression when updating Firefox 145.0, b=no-bug, c=folders
2025-11-13 20:33:35 +01:00
Mr. M
d73176759f
fix: Fixed unified extension pref not working, b=no-bug, c=common
2025-11-13 17:04:07 +01:00
Mr. M
2ac1db0fac
chore: Fixed git conflicts for compact mode fix, b=no-bug, c=compact-mode
2025-11-12 20:20:11 +01:00
Mr. M
00b132d8b4
fix: Fixed compact mode animation toggle not taking the actual separator width, b=no-bug, c=compact-mode
2025-11-12 20:15:59 +01:00
mr. m
32aff6623f
fix: Fixed tab ownership being removed when opening new tabs, p=#11267, c=common
2025-11-12 14:33:11 +01:00
mr. m
7b5348ad40
feat: Show shift and alt after ctrl or meta, b=no-bug, c=kbs
2025-11-12 01:35:26 +01:00
mr. m
b48878a766
fix: Fixed urlbar results not being able to be heuristic, b=no-bug, c=folders, tabs
2025-11-11 18:27:11 +01:00
Jun Jie
249d793b5d
feat: Ctrl+Tab cycling to keep within essentials/regular tabs only, p=#11242
...
* feat: ctrl+tab cycles within essential/workspace tabs only
* add test for ctrl+tab cycling by attribute
* move settings UI related code to /src/zen, revert patches for main.inc.xhtml and main.js, use simple tab filter when current tab is hidden
* chore: Cleanup and add extra pref, b=no-bug, c=tests, tabs
---------
Co-authored-by: mr. m <mr.m@tuta.com >
2025-11-11 10:53:39 +01:00
devdinc
8b64925407
chore: Add Open Link in Glance option to context menu, p=#11241
...
* Update zen-general.ftl
Signed-off-by: devdinc <a-mail-for+profesional-github@proton.me >
* Update nsContextMenu-sys-mjs.patch
Signed-off-by: devdinc <a-mail-for+profesional-github@proton.me >
* Update ZenGlanceManager.mjs
Signed-off-by: devdinc <a-mail-for+profesional-github@proton.me >
* Update zen-general.ftl
Signed-off-by: devdinc <a-mail-for+profesional-github@proton.me >
* Update ZenGlanceManager.mjs
Signed-off-by: devdinc <a-mail-for+profesional-github@proton.me >
* chore: Cleanup and fix patches, b=no-bug, c=glance
---------
Signed-off-by: devdinc <a-mail-for+profesional-github@proton.me >
Co-authored-by: mr. m <mr.m@tuta.com >
2025-11-11 10:53:25 +01:00
mr. m
fc804acdb0
fix: Allow the sidebar to be hovered even when the pref is off, b=no-bug, c=common, compact-mode, glance, tabs, workspaces
2025-11-11 10:22:05 +01:00
mr. m
bc09603add
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2025-11-10 00:08:12 +01:00