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
Age
Commit message (
Expand
)
Author
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-05-29
DisplaySettings: Set monitor widget color if no image is selected
Jesse Buhagiar
2021-05-24
FontSettingsWidget: Reduce duplication in Label setup code
Thomas Keppler
2021-05-24
FontSettingsWidget: Promote Labels as instance members
Thomas Keppler
2021-05-24
FontSettingsWidget: Display the default (fixed-width) font's name
Thomas Keppler
2021-05-21
DisplaySettings: Restrict selection of fixed-width fonts
Andreas Kling
2021-05-21
DisplaySettings: Add "Fonts" tab
Andreas Kling
2021-05-21
DisplaySettings: Allow deselection of background image
Jagger De Leo
2021-05-20
WindowServer+DisplaySettings: Remove the weird "simple" wallpaper mode
Andreas Kling
2021-05-20
DisplaySettings: Improve wallpaper preview code
Andreas Kling
2021-05-20
DisplaySettings: Fix broken path to MonitorSettingsWidget's GML
Andreas Kling
2021-05-20
DisplaySettings: Remove icon from browse-for-wallpaper button
Andreas Kling
2021-05-20
DisplaySettings: Select the currently used wallpaper on startup
Andreas Kling
2021-05-20
DisplaySettings: Make MonitorWidget update itself on property changes
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-20
DisplaySettings: Replace the monitor image with something more thematic
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-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-29
WindowServer: Move configuration file to /etc/WindowServer.ini
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-29
Everywhere: Remove empty {} from GML objects
Edgar Araújo
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-22
DisplaySettings: Tweak UI, call it "1x/2x scale" instead of "100%/200%"
Andreas Kling
2021-02-19
DisplaySettings: Show revert dialog only for resolution/dpi changes.
belginul
2021-02-03
DisplaySettings: Show a confirmation message when applying changes
EvilHowl
2021-01-30
Everywhere: Add missing parent window to about dialogs
Linus Groh
2021-01-22
LibGfx: Implement blit_offset() in terms of blit()
Nico Weber
2021-01-17
DisplaySettings: Add more resolution choices
Nico Weber
2021-01-17
DisplaySettings: Add UI for switching the scale factor
Nico Weber
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
WindowServer: Add a "scale" parameter to the SetResolution message and plumb ...
Nico Weber
2021-01-15
DisplaySettings: Fix a comment typo
Nico Weber
2021-01-15
DisplaySettings: Rename wallpaper setting "scaled" to "stretch"
Nico Weber
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling