Commit Graph

260 Commits

Author SHA1 Message Date
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
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
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
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
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
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
be561ec8dc chore: Several QA fixes and options added, b=closes #11105, closes https://github.com/zen-browser/desktop/issues/11020, closes https://github.com/zen-browser/desktop/issues/11105, https://github.com/zen-browser/desktop/issues/10752, c=common, compact-mode, workspaces 2025-11-02 01:35:54 +01:00
mr. m
98d63904e9 feat: Reduce scroll threshold for workspace change, c=workspaces
Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-10-30 14:15:09 +01:00
mr. m
7fdef3b40f chore: Updated to Firefox 144.0.2, b=no-bug, c=l10n, tabs, workspaces 2025-10-28 19:36:57 +01:00
Santhosh C
c21f927f01 feat: close all unpinned tabs in active workspace, p=#10739
* feat: close all unpinned tabs using keyboard shortcut

* feat: use toast instead of prompt

* feat: add toolbarbutton to close all unpinned tabs in a workspace

* feat: Fix bootstraping and other small nitpicks, b=no-bug, c=common, tabs, workspaces

* feat: improve the site popup ui, p=#10765

* style: improve site popup top buttons

* feat: add filled icons for permissions

* style: align and resize items in the site popup

* feat: site popup ui improvements and more permission icons

* chore: Better organize preferences files, b=no-bug, c=compact-mode, folders, glance, kbs, media, mods, split-view, welcome, workspaces

* feat: improve the site popup ui (part 2), p=#10768

* feat: Add a bounce to the glance element float and format, b=no-bug, c=common, glance

* chore: Update workflows to use macos 26 SDK, b=no-bug, c=workflows

* New Crowdin updates, p=#10769

* New translations zen-preferences.ftl (French)

* New translations zen-preferences.ftl (Lithuanian)

* New translations zen-workspaces.ftl (Lithuanian)

* New translations zen-general.ftl (Lithuanian)

* list shortcut in settings page, refactor code based on PR review

* feat: show restore tabs shortcut in toast message

* feat: Add toggle compact mode to the default placements, b=no-bug, c=common, glance

* chore: Only run autopep8 if python files changed, b=no-bug, c=workflows

* chore: Revert to the new folder animation, p=#10783, c=folders

* feat: Use close icon for pinned reset if the preference says so, p=#10786, c=no-component

* feat: Improve glance animation, p=#10790, c=glance

* update l10n string

* feat: Finished UI, b=no-bug, c=workspaces, common, tabs

* chore: Fix lint, b=no-bug, c=workspaces

---------

Co-authored-by: mr. m <mr.m@tuta.com>
Co-authored-by: reizumi <reizumichan@protonmail.com>
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-10-28 15:48:36 +01:00
Ryosuke
c59f7fdbc0 fix: Hide 'Change Name' for Spaces in collapsed toolbar mode, p=#10896, c=workspaces
* fix: Hide 'Change Name' for Spaces in collapsed toolbar mode

* fix: remove CSS, move comment and run lint:fix
2025-10-21 15:57:01 +02:00
mr. m
c0cc10ecd7 perf: Improve split view switching perf and them resetting scroll, p=#10863, c=split-view
* feat: Improve button sizings for the sidebar, b=no-bug, c=common, tabs, workspaces

* perf: Improved split view switch perf, b=no-bug, c=glance, split-view
2025-10-19 00:05:20 +02:00
mr. m
b90005dc11 feat: Added section for cross-site cookies, p=#10833, c=media, common, compact-mode, glance, tabs, workspaces 2025-10-16 15:45:05 +02:00
Mr. M
b1e860dea2 test: Fixed tests for welcome page and fixed QA issues, b=bug #10666, c=common, tabs, tests, welcome, workspaces 2025-10-15 03:30:12 +02:00
mr. m
c06de3372d test: Fixed tests and other small QA fixes, b=no-bug, c=common, workspaces 2025-10-15 02:06:51 +02:00
mr. m
78bba35f34 feat: Fix bootstraping and other small nitpicks, b=no-bug, c=common, tabs, workspaces 2025-10-11 17:02:38 +02:00
Mr. M
3b58806c8a fix: Fixed freezing when opening external links, b=bug #10666, c=workspaces 2025-10-08 13:38:16 +02:00
mr. m
2dc98fa7f7 chore: Updated to Firefox 144.0, p=#10725, c=l10n, tabs, media, common, tests, workspaces 2025-10-07 23:06:47 +02:00
Mr. M
d0fb8aea03 feat: Increase the size of toolbar buttons, b=no-bug, c=common, workspaces 2025-10-06 01:05:48 +02:00
Mr. M
856d6f523a fix: Fixed collapsed sidebar in compact mode not showing tabs, b=no-bug, c=glance, tabs, workspaces 2025-10-06 00:46:34 +02:00
atharva kamble
d6ac283388 feat: Unload a workspace context menu, p=#10688
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2025-10-05 23:55:29 +02:00
Mr. M
e340923623 feat: Increased the width and height of toolbar buttons, b=no-bug, c=common, workspaces 2025-10-05 00:28:32 +02:00
mr. m
a4fa3159ca fix: Fixed essentials disappearing when switching spaces, b=no-bug, c=workspaces 2025-10-02 19:41:47 +02:00
mr. m
a7f853e0f0 Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-28 21:52:55 +02:00
mr. m
e59c73ae53 fix: Fixed workspace icons resizing on overflow, b=closes #10596, c=workspaces 2025-09-28 21:52:50 +02:00
mr. m
88f26d8829 Revert "feat: Improved startup performance and flashes, p=#10588, c=common, t…" (#10604) 2025-09-28 16:06:17 +02:00
mr. m
47181da49e feat: Improved startup performance and flashes, p=#10588, c=common, tabs, workspaces 2025-09-27 19:04:59 +02:00
mr. m
8c6c13573b fix: Fixed essentials reordering on every restart, b=bug #10309, c=tabs, workspaces 2025-09-27 13:14:03 +02:00
mr. m
bb33bbcc39 fix: Fixed essentials being ignored when closing tabs, b=closes #6968, c=workspaces 2025-09-27 12:02:47 +02:00
Mr. M
a18dc63437 perf: Improved performance for ocmpact mode polyfill and resize observers, b=no-bug, c=common, compact-mode, workspaces 2025-09-25 13:21:34 +02:00
Mr. M
ed492568e6 fix: Small fixes when cancelling new empty split view, b=no-bug, c=common, split-view, workspaces 2025-09-22 23:08:11 +02:00
Mr. M
d962cf9949 fix: Fixed closing last tab not closing the window and other refactors, b=closes #10455, c=common, configs, kbs, split-view, folders, tests, workspaces 2025-09-21 17:29:40 +02:00
Mr. M
87d513c51d feat: Added more urlbar commands, b=no-bug, c=workspaces 2025-09-18 01:12:52 +02:00
Mr. M
f08c69f1e9 chore: Updated to Firefox 143.0, b=no-bug, c=l10n, workspaces 2025-09-17 20:50:29 +02:00
Mr. M
16ec5b36c1 feat: Fixed issue with workspace changes getting stuck, b=bug #9334, c=common, compact-mode, glance, split-view, tests, workspaces 2025-09-17 16:08:55 +02:00
mr. m
f9f95eeda1 fix: Fixed swiping when hovering the urlbar, b=no-bug, c=split-view, workspaces 2025-09-16 23:26:53 +02:00
mr. m
0251d917b9 Revert "Enable workspace horizontal scrolling compatibility for Logitech mice…" (#10355) 2025-09-13 19:56:26 +02:00
mr. m
d5cd9a0e1b feat: Fixed grainy disappearing when swiping, b=no-bug, c=workspaces 2025-09-13 19:55:03 +02:00
mr. m
7fbffb56ae Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-09-12 16:10:58 +02:00
mr. m
6d05b86728 perf: Improved swipe performance and new toolbar bg for compact mode, b=no-bug, c=common, compact-mode, tabs, workspaces 2025-09-12 16:10:48 +02:00
Bojin Li
465de39a53 Enable workspace horizontal scrolling compatibility for Logitech mice (#10325)
* feat: allow both line and pixel scrolling in workspace switcher

* fix: add cooling period for consecutive touchpad scroll events

* fix: add directional detection logic to prevent accidental triggering

* refactor: use cooldown const for deltaMode0 scroll events
2025-09-12 00:53:15 +02:00
mr. m
5933c55c13 chore: Update to Firefox 143.0, c=l10n, common (#10304) 2025-09-11 18:00:10 +02:00
mr. m
8bd7f187a3 fix: Fixed bookmarks duplicating at startup, b=closes #10272, c=common, workspaces 2025-09-06 17:24:37 +02:00
mr. m
798c5f8d85 chore: Update twilight version, b=closes #10256, c=tabs, workspaces 2025-09-06 04:38:10 +02:00
Mr. M
e0a750e253 fix: Fixed using scrollbar on tabs moves the window around, b=closes #9699, c=common, compact-mode, folders, tabs, workspaces 2025-09-03 18:35:38 +02:00
Mr. M
57635ff586 feat: Added migration for old accent colors and fixed private mode, b=no-bug, c=common, workspaces 2025-09-02 01:39:57 +02:00
mr. m
4420d0df8c feat: Properly disable folders on private mode, b=no-bug, c=workspaces 2025-09-01 13:14:54 +02:00
mr. m
0f4b48bd4a fix: Fixed small issues with colors, b=no-bug, c=common, compact-mode, workspaces 2025-08-31 22:33:00 +02:00
Mr. M
7886758127 fix: Fixed startup freezes on some devices, b=closes #10157, c=workspaces 2025-08-30 21:29:32 +02:00
mr. m
d2e8f00e3f Merge branch 'dev' of https://github.com/zen-browser/desktop into dev 2025-08-30 15:04:33 +02:00