Commit graph

  • 88b9459f30 Add minimal width when resizing split view. Remove excess splitters on apply. brahim 2024-09-15 10:43:37 +02:00
  • 0daa12f762 Put resize splitters inside tabBrowser brahim 2024-09-14 19:19:07 +02:00
  • 73dc9e79c2 Resize views in split view (only works in vertical, still has problems) brahim 2024-09-14 15:33:23 +02:00
  • b9c35455ad Refactor ZenWorkspaces to use getUserContextLabel instead of formatContextLabel Mauro Baladés 2024-09-15 20:00:14 -07:00
  • 329b197bda Fixed workspaces mauro-balades 2024-09-15 19:20:32 +02:00
  • 64768bd518
    Merge pull request #15 from zen-browser/revert-14-patch-3 mauro 🤙 2024-09-15 12:32:38 +02:00
  • 6aa50058bf
    Revert "Update ZenKeyboardShortcuts.mjs" mauro 🤙 2024-09-15 03:32:29 -07:00
  • 8215a6fe0c
    Merge pull request #14 from anatasiajp/patch-3 mauro 🤙 2024-09-15 12:31:58 +02:00
  • 57817faf4c
    Update ZenKeyboardShortcuts.mjs Anatasia 2024-09-15 15:24:24 +07:00
  • 7692662dd7 Refactor ZenViewSplitter to fix tab closing bug mauro-balades 2024-09-15 09:40:52 +02:00
  • 4101126d54
    Merge pull request #13 from JosueGalRe/main mauro 🤙 2024-09-15 01:10:01 +02:00
  • 5a183e161e refactor(zen-settings): add theme- prefix Bryan Galdámez 2024-09-14 16:53:22 -06:00
  • 9c29cf23e7 fix(zen-settings): sanitize properties and theme name to prevent css issues Bryan Galdámez 2024-09-14 16:44:21 -06:00
  • d7715eb754 Fixed themes glitching mauro-balades 2024-09-14 23:15:45 +02:00
  • ff7a75998b Refactor ZenThemeMarketplaceParent to enable the installed theme mauro-balades 2024-09-14 22:55:45 +02:00
  • e5b3bc3bda
    Merge pull request #12 from JosueGalRe/main mauro 🤙 2024-09-14 22:46:15 +02:00
  • 304b688473 refactor(zenThemesImporter): renamed disabled to enabled - remove dom elements on enabled = false Bryan Galdámez 2024-09-14 14:32:54 -06:00
  • 4d8d109e78 Refactor ZenThemesImporter to skip disabled themes when writing the stylesheet mauro-balades 2024-09-14 12:46:13 +02:00
  • 03514248e5 Fixed split view shortcut to split a single tab if other are hidden mauro-balades 2024-09-14 12:34:43 +02:00
  • 078f5ff992
    Merge pull request #11 from jivanf/cycle-to-last-selected-workspace-tab mauro 🤙 2024-09-14 12:05:02 +02:00
  • 7bfeaefb27
    Merge branch 'main' into cycle-to-last-selected-workspace-tab mauro 🤙 2024-09-14 12:04:54 +02:00
  • 6a7d1046fb
    Merge pull request #10 from JosueGalRe/main mauro 🤙 2024-09-14 12:03:44 +02:00
  • 62c056b4d0 Refactor ZenWorkspaces.mjs to discard unloaded tabs when hiding workspace mauro-balades 2024-09-14 11:34:26 +02:00
  • 2d3844efc7
    Merge branch 'zen-browser:main' into main Bryan Galdámez 2024-09-14 03:11:39 -06:00
  • c5619a7dc9 feature(zenThemesImporter): add compatibility mode with legacy preferences Bryan Galdámez 2024-09-14 03:07:44 -06:00
  • d0f32a6ee8 Refactor ZenWorkspaces.mjs to preserve full icons instead of just the first character mauro-balades 2024-09-14 09:05:38 +02:00
  • 1dcfec3d5a
    Merge branch 'zen-browser:main' into main Bryan Galdámez 2024-09-13 23:45:42 -06:00
  • cc4601f0e1 Fixed display when choosing containers for each workspace mauro-balades 2024-09-13 23:01:22 +02:00
  • 5a9fb8d7be Allow pinned tabs to be workspace specific mauro-balades 2024-09-13 22:52:03 +02:00
  • 4cedd84ac8 Refactor ZenWorkspaces.mjs to add createContainerTabMenu method mauro-balades 2024-09-13 20:12:05 +02:00
  • 569127a141 feat: Remember the last selected tab when cycling between workspaces Jivan Flores 2024-09-13 00:01:39 -07:00
  • 82814b4c9a chore: Reformat ZenWorkspaces.mjs Jivan Flores 2024-09-12 21:48:05 -07:00
  • e178b09a35 feature(zenThemesImporter): write saved preferences to dom on startup Bryan Galdámez 2024-09-12 21:26:51 -06:00
  • 89f28b307d Refactor ZenSidebarManager.mjs to remove console.log statement Refactor ZenWorkspaces.mjs to remove console.log statements mauro-balades 2024-09-12 19:54:28 +02:00
  • c9c5c94e8d Refactor ZenWorkspaces.mjs to return an array with contextId and a boolean flag mauro-balades 2024-09-11 23:44:44 +02:00
  • b372ec2694 Refactor ZenWorkspaces.mjs to fix parsing of workspace icons and improve workspace creation mauro-balades 2024-09-11 22:54:17 +02:00
  • 014161404d Refactor ZenWorkspaces.mjs to fix parsing of workspace icons mauro-balades 2024-09-11 21:07:49 +02:00
  • 831801add3 Refactor tab navigation logic and add contextChangeContainerTab method mauro-balades 2024-09-11 20:59:02 +02:00
  • 4955c19c25
    Fixing macOS keybind issues HarryHeres 2024-09-10 13:26:16 +02:00
  • 6ab00d24f8
    Merge pull request #9 from HarryHeres/fix/change-tab-workspace-duplicates mauro 🤙 2024-09-09 22:20:55 +02:00
  • 4fc5d9df94
    Merge branch 'main' into fix/change-tab-workspace-duplicates Jan Hereš 2024-09-09 22:19:49 +02:00
  • 72e920c2a5
    Probably a fix for macOS keybinds HarryHeres 2024-09-09 22:13:37 +02:00
  • 26173f7cfb Refactor tab navigation logic in ZenWorkspaces.mjs mauro-balades 2024-09-09 20:27:52 +02:00
  • bdcc6a8c97 Formatted the entire project mauro-balades 2024-09-09 19:36:06 +02:00
  • 1ae97170ea
    Merge pull request #8 from anatasiajp/patch-2 mauro 🤙 2024-09-09 19:29:25 +02:00
  • 1248b8fa66
    Merge pull request #7 from HarryHeres/fix/change-tab-workspace-duplicates mauro 🤙 2024-09-09 19:29:01 +02:00
  • dc2adaf858
    Update ZenKeyboardShortcuts.mjs Anatasia 2024-09-09 09:38:24 +07:00
  • 36e62781e2 refactor: Update tab navigation logic in ZenViewSplitter.mjs mauro-balades 2024-09-07 23:20:55 +02:00
  • 9edbe7f657
    Fixing workspace change duplicates HarryHeres 2024-09-07 20:58:55 +02:00
  • 1ae07eadf9 refactor: Update theme API URL in ZenThemeMarketplaceChild.sys.mjs mauro-balades 2024-09-07 18:28:27 +02:00
  • a71e589dcf chore: Remove grid gap in ZenViewSplitter.mjs mauro-balades 2024-09-07 17:58:12 +02:00
  • 9a5efb4a87 refactor: Simplify workspace initialization logic mauro-balades 2024-09-04 19:05:09 +02:00
  • 82824a1716 refactor: Simplify workspace initialization logic mauro-balades 2024-09-04 19:01:37 +02:00
  • 06134b02e0 refactor: Simplify workspace initialization logic mauro-balades 2024-09-04 18:59:17 +02:00
  • ddf84fa3df refactor: Improve workspace initialization logic mauro-balades 2024-09-02 14:38:59 +02:00
  • e7e70f7ced chore: Remove console.info statement in ZenThemeMarketplaceParent.sys.mjs mauro-balades 2024-09-01 19:33:38 +02:00
  • 07233648d7
    Merge pull request #6 from NOCanoa/main mauro 🤙 2024-08-30 23:08:32 +02:00
  • 431a0dc5e8
    Update README.md NOCanoa 2024-08-30 22:03:12 +01:00
  • 58fdb9e790
    Add files via upload NOCanoa 2024-08-30 22:01:37 +01:00
  • db63095cf1 Allowed moving around web panel pages mauro-balades 2024-08-30 10:07:29 +02:00
  • 556d8a8fc7 Fixed display issues for shortcuts in settings (https://github.com/zen-browser/desktop/issues/376) mauro-balades 2024-08-29 21:52:02 +02:00
  • d8d3f47178 Fixed unspliting tabs with shortcuts mauro-balades 2024-08-29 21:33:40 +02:00
  • d2db3ebef4 Fixed split views shortcuts mauro-balades 2024-08-29 21:32:47 +02:00
  • 175e38c51b Fix opening links from external apps mauro-balades 2024-08-29 21:09:07 +02:00
  • 29bdb7a3e0 Merge branch 'main' of https://github.com/zen-browser/components mauro-balades 2024-08-28 10:46:07 +02:00
  • 97ce49174c Fix opening URLs in windows mauro-balades 2024-08-28 10:45:05 +02:00
  • fc03a308a4
    Merge pull request #5 from bhaveshdaipuria/fix/web-panel-title-unload-bug mauro 🤙 2024-08-28 10:34:44 +02:00
  • 03c2d60f5e fix: remove title from web panel on unload Bhavesh Daipuria 2024-08-28 13:39:45 +05:30
  • 845d26405b Fix theme store API mauro-balades 2024-08-28 10:05:48 +02:00
  • fb65629993 Fixed split view shortcuts mauro-balades 2024-08-27 20:58:03 +02:00
  • 9b90aab014 chore: Update ZenThemeMarketplaceChild.sys.mjs to use correct API endpoint for fetching theme info mauro-balades 2024-08-27 17:14:31 +02:00
  • 4a6a0964de refactor: Update ZenKeyboardShortcuts to use 'vsep' instead of 'vsplit' for vertical split view action Mauro Balades 2024-08-25 22:34:36 +02:00
  • 3cffa7f2be
    Merge pull request #4 from katedickey/main mauro 🤙 2024-08-25 21:09:18 +02:00
  • b69fe5e69d feat(workspaces): modify ZenWorkspaces to enable creation flow to be a single step Katelyn Dickey 2024-08-25 12:52:18 -04:00
  • 0b7a125130 feat(workspaces): update ZenWorkspaces to allow editing workspaces Katelyn Dickey 2024-08-25 12:12:19 -04:00
  • d87cd1fed6 refactor: Update ZenThemeMarketplaceChild and ZenThemeMarketplaceParent to check for theme updates and handle theme updates accordingly Mauro Balades 2024-08-25 13:03:08 +02:00
  • 36306fd148 chore: Add event listener for checking theme updates in ZenThemeMarketplaceChild.sys.mjs Mauro Balades 2024-08-25 11:27:24 +02:00
  • 6bd08b136f
    Merge pull request #3 from gunir/patch-1 mauro 🤙 2024-08-25 00:29:20 +02:00
  • d92a8949c4
    Merge pull request #1 from win8linux/license-ccbysa mauro 🤙 2024-08-25 00:28:45 +02:00
  • 889dd8be6e
    Update ZenKeyboardShortcuts.mjs Gunir 2024-08-24 23:12:25 +07:00
  • ca6aeb1c3a
    Merge pull request #2 from anatasiajp/patch-1 mauro 🤙 2024-08-24 15:18:23 +02:00
  • d83b0ac342 refactor: Update ZenKeyboardShortcuts to use gZenUIManager.createValidXULText for key attribute Mauro Balades 2024-08-24 15:17:08 +02:00
  • e12618009e refactor: Update ZenWorkspaces to use textContent instead of innerHTML for XSS prevention Mauro Balades 2024-08-23 19:57:16 +02:00
  • dde5f80b8b Fixed Ampersand & character in Workspace Name breaks Workspace Menu permanently Mauro Balades 2024-08-23 19:53:19 +02:00
  • dee5f14ef9
    Ctrl+Shift+P is defauft private browsing Anatasia 2024-08-24 00:41:11 +07:00
  • bbc9e79c2a refactor: Remove unused attributes from ZenSidebarManager Mauro Balades 2024-08-23 16:36:12 +02:00
  • 5d5a706087 Added support for multitab splitting with the shortcuts Mauro Balades 2024-08-23 12:55:11 +02:00
  • a2cc3ed395 Split views now add missing tabs to the group Mauro Balades 2024-08-23 12:27:05 +02:00
  • 76f54a4f21 Fixed changing workspaces again Mauro Balades 2024-08-22 20:34:39 +02:00
  • be8eafad5f Fixed closing workspaces Mauro Balades 2024-08-22 20:23:41 +02:00
  • dcea272d88 Added "open split view in new tab" context menu button Mauro Balades 2024-08-22 16:11:28 +02:00
  • fbf63e4bc1 refactor: Update ZenKeyboardShortcuts to use SidebarController for managing bookmarks Mauro Balades 2024-08-22 10:15:21 +02:00
  • 0da31f3f46
    Update README.md: Specify license version Julius Enriquez 2024-08-22 12:52:27 +08:00
  • 0d58a3a021
    Create COPYRIGHT Julius Enriquez 2024-08-22 12:51:38 +08:00
  • b1b90fac4a
    Update LICENSE: Add full CC-BY-SA 4.0 text Julius Enriquez 2024-08-22 12:50:44 +08:00
  • b5f536691a refactor: Update Zen Core Components license information Mauro Balades 2024-08-21 23:10:50 +02:00
  • 2ef396ee87 refactor: Add event listener for tab close in ZenWorkspaces Mauro Balades 2024-08-21 20:48:13 +02:00
  • 7bf34b6f28 Fixed license name Mauro Balades 2024-08-21 20:29:20 +02:00
  • 5afe9873d1 refactor: Update Zen Core Components license information Mauro Balades 2024-08-21 20:23:38 +02:00
  • dab7fd0b2f refactor: Update ZenWorkspaces to enable setting default workspace and opening workspaces Mauro Balades 2024-08-20 22:00:46 +02:00