index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
DisplayProperties
Age
Commit message (
Expand
)
Author
2020-04-29
DisplaySettings: Rename from DisplayProperties
Andreas Kling
2020-04-28
DisplayProperties: Allow going from a wallpaper to a background colour
Andres Vieira
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-15
DisplayProperties: Make the preview calculation more accurate (#1807)
Hüseyin ASLITÜRK
2020-04-10
DisplayProperties: Replace TextBox with ColorInput.
Hüseyin ASLITÜRK
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-03-29
DisplayProperties: Add options to set the background color and wallpaper mode.
Hüseyin ASLITÜRK
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-28
DisplayProperties: Warn user about failed resolution setting
Liav A
2020-02-27
DisplayProperties: Do not assert on trying to select unset wallpaper
Tibor Nagy
2020-02-26
Meta: Claim copyright on `DisplayProperties` files
Jesse Buhagiar
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibGUI: Add helper for constructing new TabWidget tabs
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-16
WindowServer: Move configuration file into /etc/WindowServer
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
IPCCompiler: Put message classes in the Messages namespace
Andreas Kling
2020-02-06
WindowServer: Move classes into WindowServer namespace
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-02-02
DisplayProperties: Highlight current wallpaper settings.
asliturk
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-13
Applications: Use pledge()
Andreas Kling
2019-12-30
DisplayProperties: Add a menubar
Jesse Buhagiar
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-19
DisplayProperties: Highlight current resolution at startup
Hüseyin ASLITÜRK
2019-12-15
DisplayProperties: Start at top left position for full view at low resoluations.
Hüseyin ASLITÜRK
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-11-29
DisplayProperties: Add 1280x720 to the list of resolutions
Andreas Kling
2019-11-08
LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
DisplayProperties: Remove all remaining naked "new" usage
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GComboBox to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSplitter to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GLabel to ObjectPtr
Andreas Kling
[next]