electron/shell/browser/ui/views
trop[bot] 83962f0604
feat: enable Windows Control Overlay on Linux (#42683)
* feat: enable Windows Control Overlay on Linux

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* docs: update documentation for Linux WCO

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* fix: initial symbol painting

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* test: enable WCO tests for Linux

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* fix: add missing Layer include

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* chore: fix gn-check failure

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* fix: enable BrowserWindow.setTitleBarOverlay on Linux

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* test: fix test for maximize event on Linux

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* fix: geometry updating on BrowserWindow.setTitleBarOverlay

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* fix: crash when invalid titleBarStyle set

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* chore: clean up ordering and comments

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* Update docs/api/structures/base-window-options.md

Co-authored-by: Erick Zhao <erick@hotmail.ca>

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* feat: enable customizing symbolColor

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* docs: correct symbolColor reference

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* chore: update patches

Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>

* chore: remove Chrome-specific padding

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>

* chore: update patches

---------

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
2024-07-04 11:28:44 +02:00
..
autofill_popup_view.cc refactor: inline simple getters, pt . 2 (#41254) 2024-02-09 10:29:14 +01:00
autofill_popup_view.h chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
caption_button_placeholder_container.cc feat: enable Windows Control Overlay on Linux (#42683) 2024-07-04 11:28:44 +02:00
caption_button_placeholder_container.h feat: enable Windows Control Overlay on Linux (#42683) 2024-07-04 11:28:44 +02:00
client_frame_view_linux.cc chore: bump chromium to 123.0.6312.5 (30-x-y) (#41402) 2024-02-22 10:29:09 -05:00
client_frame_view_linux.h chore: bump chromium to 123.0.6312.5 (30-x-y) (#41402) 2024-02-22 10:29:09 -05:00
electron_views_delegate.cc chore: bump chromium to 105.0.5187.0 (main) (#34921) 2022-07-20 13:03:34 +02:00
electron_views_delegate.h perf: use flat_set, flat_map for small, trivially-moved containers (#40817) 2024-01-05 12:18:31 +01:00
electron_views_delegate_win.cc perf: use flat_set, flat_map for small, trivially-moved containers (#40817) 2024-01-05 12:18:31 +01:00
frameless_view.cc feat: enable Windows Control Overlay on Linux (#42683) 2024-07-04 11:28:44 +02:00
frameless_view.h feat: enable Windows Control Overlay on Linux (#42683) 2024-07-04 11:28:44 +02:00
global_menu_bar_registrar_x11.cc chore: bump chromium to 119.0.6045.0 (main) (#40076) 2023-10-05 19:59:39 -04:00
global_menu_bar_registrar_x11.h chore: bump chromium to 119.0.6045.0 (main) (#40076) 2023-10-05 19:59:39 -04:00
global_menu_bar_x11.cc chore: bump chromium to 119.0.6045.0 (main) (#40076) 2023-10-05 19:59:39 -04:00
global_menu_bar_x11.h chore: bump chromium to 119.0.6045.0 (main) (#40076) 2023-10-05 19:59:39 -04:00
inspectable_web_contents_view_views.cc chore: bump chromium to 123.0.6296.0 (main) (#41204) 2024-02-14 12:33:32 -05:00
inspectable_web_contents_view_views.h chore: bump chromium to 123.0.6296.0 (main) (#41204) 2024-02-14 12:33:32 -05:00
menu_bar.cc chore: bump chromium to 123.0.6312.5 (30-x-y) (#41402) 2024-02-22 10:29:09 -05:00
menu_bar.h chore: bump chromium to 123.0.6312.5 (30-x-y) (#41402) 2024-02-22 10:29:09 -05:00
menu_delegate.cc chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
menu_delegate.h chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
menu_model_adapter.cc chore: bump chromium to 106.0.5216.0 (main) (#34993) 2022-08-17 11:35:53 -07:00
menu_model_adapter.h chore: enable check raw ptr fields (#38167) 2023-05-11 16:07:39 -04:00
native_frame_view.cc chore: bump chromium to 123.0.6312.5 (30-x-y) (#41402) 2024-02-22 10:29:09 -05:00
native_frame_view.h chore: bump chromium to 123.0.6312.5 (30-x-y) (#41402) 2024-02-22 10:29:09 -05:00
opaque_frame_view.cc feat: enable Windows Control Overlay on Linux (#42683) 2024-07-04 11:28:44 +02:00
opaque_frame_view.h feat: enable Windows Control Overlay on Linux (#42683) 2024-07-04 11:28:44 +02:00
root_view.cc fix: move BrowserWindow's WebContentsView to be a child of rootview (#41802) 2024-04-10 13:20:44 +02:00
root_view.h fix: move BrowserWindow's WebContentsView to be a child of rootview (#41802) 2024-04-10 13:20:44 +02:00
submenu_button.cc chore: bump chromium to 122.0.6194.0 (main) (#40750) 2024-01-03 09:52:49 +01:00
submenu_button.h chore: bump chromium to 121.0.6147.0 (main) (#40523) 2023-11-28 13:40:12 -08:00
win_caption_button.cc fix: improve caption button appearance on Windows 11 (#41586) 2024-03-14 09:54:31 +01:00
win_caption_button.h chore: bump chromium to 121.0.6147.0 (main) (#40523) 2023-11-28 13:40:12 -08:00
win_caption_button_container.cc fix: WCO maximize button visibility when non-maximizable (#41805) 2024-04-10 10:18:15 +02:00
win_caption_button_container.h chore: bump chromium to 121.0.6147.0 (main) (#40523) 2023-11-28 13:40:12 -08:00
win_frame_view.cc feat: enable Windows Control Overlay on Linux (#42683) 2024-07-04 11:28:44 +02:00
win_frame_view.h feat: enable Windows Control Overlay on Linux (#42683) 2024-07-04 11:28:44 +02:00
win_icon_painter.cc fix: improve caption button appearance on Windows 11 (#41586) 2024-03-14 09:54:31 +01:00
win_icon_painter.h fix: improve caption button appearance on Windows 11 (#41586) 2024-03-14 09:54:31 +01:00