index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
DisplaySettings
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-03-16
LibGUI+Applications: Port SettingsWindow::add_tab() to the new string
Karol Kosek
2022-08-09
DisplaySettings: Add an Effects tab
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-25
DisplaySettings: Link to cursor themes from "Themes" tab
MacDue
2022-04-21
LibGUI+Applications: Add --open-tab option to FooSettings applications
Sam Atkins
2022-04-21
LibGUI+Applications: Give SettingsWindow tabs a string ID
Sam Atkins
2022-04-03
DisplaySettings+WindowServer: Allow updating theme without background
Ben Maxwell
2022-04-02
DisplaySettings: Add theme selection and preview
MacDue
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2021-12-05
Applications: Cast unused smart-pointer TRY return values to void
Sam Atkins
2021-11-28
LibGUI: Move GUI::SettingsWindow setup out of the constructor
Andreas Kling
2021-11-28
LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOr
Andreas Kling
2021-11-28
DisplaySettings: Port to LibMain :^)
Andreas Kling
2021-11-20
DisplaySettings: Migrate to using SettingsWindow :^)
Sam Atkins
2021-11-20
DisplaySettings: Move screen number show/hide logic into widget
Sam Atkins
2021-09-03
DisplaySettings: Add context menu for wallpapers
Karol Kosek
2021-08-31
DisplaySettings: Use LibConfig where possible
Mustafa Quraish
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-31
DisplaySettings: Rename "virtual desktops" => "workspaces"
Andreas Kling
2021-07-26
DisplaySettings: Prevent minimising the window
Jamie Mansfield
2021-07-03
DisplaySettings: Add new Desktop tab with virtual desktop settings
Tom
2021-06-25
DisplaySettings: Show screen numbers when showing the Monitors tab
Tom
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-05-21
DisplaySettings: Add "Fonts" tab
Andreas Kling
2021-05-20
DisplaySettings: Rename DisplaySettingsWidget => MonitorSettingsWidget
Andreas Kling
2021-05-20
DisplaySettings: Give the UI a facelift :^)
Andreas Kling
2021-05-20
DisplaySettings: Tweak main window layout & setup code
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-01-30
Everywhere: Add missing parent window to about dialogs
Linus Groh
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling