Ryan Foster
a1fbf1015f
clang-format: Increase column limit from 80 to 120
2024-10-04 18:19:27 -04:00
derrod
dcc07cfe4e
clang-format: Set AllowAllConstructorInitializersOnNextLine to false
2023-07-15 16:14:55 -07:00
tytan652
b4b1b4c5d3
UI: Remove UUID from ExtraBrowsersModel
...
This attribute is completely unused.
2022-03-22 22:24:23 -07:00
cg2121
7b418d5be3
UI: Use std::unique_ptr for ui variables
...
Most ui variables were using std::unique_ptr, but not all.
Went through all of the UI code to find where they were manually
deleted.
2022-02-20 00:30:37 -08:00
Matt Gajownik
0b67dc0285
UI: Uniquely identify Custom Browser Docks
2021-12-04 15:08:46 -08:00
jp9000
0759652cee
UI: Add the ability to create custom browser docks
...
Allows the ability for users to add custom browser widget docks that
they can use for their third party services if they feel the need,
mostly as a convenience tool so they don't have to open extra browsers
alongside the program.
2019-08-08 03:31:31 -07:00