Commit Graph

99 Commits

Author SHA1 Message Date
Mauro Balades
3828f2547e chore: Update Windows mozconfig and ZenWorkspaces.mjs
- Commented out the WIN32_REDIST_DIR and WIN_UCRT_REDIST_DIR lines in the Windows mozconfig file
- Modified the condition in ZenWorkspaces.mjs to check if the number of shown tabs is equal to the length of gBrowser.tabs minus one

Related recent commits:
- Update Zen Browser styles for dark mode compatibility
- Update alpha-build.sh script to handle xvfb-run not found, enable LTO only when not cross-compiling, and set LLVM_PROFDATA environment variable
- Update alpha-build.sh script to handle xvfb-run not found and enable LTO only when not cross-compiling
2024-07-19 23:23:02 +02:00
Mauro Balades
b44d4b4f41 chore: Update Zen Browser styles for dark mode compatibility 2024-07-19 23:11:15 +02:00
Mauro Balades
16f7b06cec chore: Update Zen Browser styles for dark mode compatibility 2024-07-19 21:50:11 +02:00
Mauro Balades
628a0bf269 chore: Update Zen Browser preferences and styles for vertical tabs layout 2024-07-19 19:15:01 +02:00
Mauro Balades
80f8e829df fix: Fix ZenWorkspaces initialization in hidden windows and private browsing mode 2024-07-19 17:36:57 +02:00
Mauro Balades
43460815ac Fixed tab browser when DOM fullscreen is enabled 2024-07-19 17:11:04 +02:00
Mauro Balades
40b652869d feat: Add toggleBookmarksSidebar function to ZenUIManager 2024-07-19 16:44:54 +02:00
Mauro Balades
fe74d96914 chore: Enable workspaces by default 2024-07-15 02:57:18 +02:00
Mauro Balades
0d28e86fea God, I shoud've had never created compact mode 2024-07-14 15:41:13 +02:00
Mauro Balades
9907722feb chore: Enable Zen Workspaces functionality and set default workspace to "Default Workspace" 2024-07-14 00:58:08 +02:00
Mauro Balades
8dd9b01048 Refactor ZenWorkspaces to use _createNewTabForWorkspace method for preparing new workspace 2024-07-14 00:31:09 +02:00
Mauro Balades
7e1c76a1da Refactor ZenWorkspaces to use _createNewTabForWorkspace method for preparing new workspace 2024-07-13 22:09:50 +02:00
Mauro Balades
9a816fe73a Refactor ZenWorkspaces to use _createNewTabForWorkspace method for preparing new workspace 2024-07-13 21:32:07 +02:00
Mauro Balades
b0c036e72b chore: Refactor ZenWorkspaces to use _createNewTabForWorkspace method for preparing new workspace 2024-07-13 21:03:14 +02:00
Mauro Balades
0a34fb4fb0 chore: Add onLocationChange method to ZenWorkspaces 2024-07-13 20:53:46 +02:00
Mauro Balades
aa812d1fea feat: Enable Zen Workspaces functionality 2024-07-13 20:39:44 +02:00
Mauro Balades
c63cfebd4f Started working on workspaces 2024-07-13 17:53:22 +02:00
Mauro Balades
c76492571b chore: Update zen-browser-shared.css to hide tab icon overlay 2024-07-13 13:43:40 +02:00
Mauro Balades
3b2ae304d2 Added watermark and springs 2024-07-11 16:08:23 +02:00
Mauro Balades
b092d44a7c Refactor ZenSidebarManager and ZenUIManager to improve tab handling 2024-07-11 13:11:49 +02:00
Mauro Balades
2783fa64d8 chore: Refactor ZenSidebarManager and ZenUIManager to improve tab handling 2024-07-11 09:43:48 +02:00
Mauro Balades
9fca7074ee chore: Update Firefox version to 128.0! 2024-07-10 18:27:52 +02:00
Mauro Balades
da89b77e75 chore: Add ZenUIManager script to improve browser functionality 2024-07-08 08:02:33 +02:00
Mauro Balades
f03aa78fde Pre release!!! 2024-07-05 01:14:29 +02:00
Mauro Balades
732d1e7a37 chore: Update CSS styles for Zen Browser sidebar and tabpanels 2024-07-04 23:43:01 +02:00
Mauro Balades
5afff18a23 Fixed button's colors 2024-07-03 12:57:37 +02:00
Mauro Balades
90ecd60f5f chore: Add contextOpenNewTab function to ZenSidebarManager 2024-07-03 12:01:16 +02:00
Mauro Balades
99c84473b1 chore: Update browser styles for split views 2024-07-03 11:20:08 +02:00
Mauro Balades
56004d87f4 chore: Update ZenViewSplitter.mjs to fix split view layout issue 2024-07-02 18:01:32 +02:00
Mauro Balades
5688d0d7ac chore: Refactor ZenViewSplitter.mjs to use last tab for split view 2024-07-02 10:05:35 +02:00
Mauro Balades
8a41bcf390 Update version to 127.0.1! 2024-07-02 10:00:24 +02:00
Mauro Balades
6a07f87358 chore: Update grid layout for split views in ZenViewSplitter.mjs
Update the grid layout in ZenViewSplitter.mjs to fix the issue with split views not displaying correctly. This change ensures that the grid template areas are properly set, resolving the layout problem.
2024-05-22 13:05:52 +02:00
Mauro Balades
11467a5126 Added virtual grid to splited tabs! 2024-05-20 21:05:29 +02:00
Mauro Balades
652b577bf2 chore: Remove unnecessary console.log statement in ZenViewSplitter.mjs 2024-05-19 00:38:49 +02:00
Mauro Balades
3eaf03c152 Started working on workspaces 2024-05-18 19:58:46 +02:00
Mauro Balades
3ba496a0e7 Allow adding split views with context menu 2024-05-18 14:11:19 +02:00
Mauro Balades
8831cd77b6 Fxied closing split views and added an animation 2024-05-18 13:21:18 +02:00
Mauro Balades
886406518e Fixed split views! 2024-05-18 12:21:25 +02:00
Mauro Balades
6fd8dc1514 Started working on split views! 2024-05-18 01:41:41 +02:00
Mauro Balades
b0536e1cb1 worked on split views 2024-05-16 22:02:27 +02:00
Mauro Balades
a52e38de44 chore: Update firefox version to 126.0.0 2024-05-16 19:52:09 +02:00
Mauro Balades
7be61c25ff Working on the sidebar web panel features! 2024-05-13 20:07:23 +02:00
Mauro Balades
49f8813c74 chore: Update border radius for zen-global-shared.css and zen-xul.css 2024-05-12 10:45:40 +02:00
Mauro Balades
7249cd69f6 chore: Update alpha.yml workflow to use pnpm for packaging 2024-05-12 00:12:15 +02:00
Mauro Balades
0ef15e9bd1 chore: Update border radius for zen-global-shared.css and zen-xul.css 2024-05-11 18:41:13 +02:00
Mauro Balades
13b78631dd Started working on the redesign 2024-05-10 23:48:15 +02:00
Mauro Balades
ced98311bd Started working on split views 2024-05-03 16:06:49 +02:00
Mauro Balades
0ae5937ce9 Removed zen-browser scripts and fixed tools command 2024-04-30 18:58:26 +02:00
Mauro Balades
c3d5764da7 Changed main UI for the profile selection dialog 2024-04-29 20:44:36 +02:00
Mauro Balades
ae677e6088 Updated to firefox 125.0.3! 2024-04-29 20:19:56 +02:00