summaryrefslogtreecommitdiff
path: root/Applications/DisplayProperties
AgeCommit message (Expand)Author
2020-04-10DisplayProperties: Replace TextBox with ColorInput.Hüseyin ASLITÜRK
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-03-29DisplayProperties: Add options to set the background color and wallpaper mode.Hüseyin ASLITÜRK
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-02-28DisplayProperties: Warn user about failed resolution settingLiav A
2020-02-27DisplayProperties: Do not assert on trying to select unset wallpaperTibor Nagy
2020-02-26Meta: Claim copyright on `DisplayProperties` filesJesse Buhagiar
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23LibGUI: Add helper for constructing new TabWidget tabsAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-16WindowServer: Move configuration file into /etc/WindowServerAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06IPCCompiler: Put message classes in the Messages namespaceAndreas Kling
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classesAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Unpublish Gfx::Size from the global namespaceAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-02-02DisplayProperties: Highlight current wallpaper settings.asliturk
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-13Applications: Use pledge()Andreas Kling
2019-12-30DisplayProperties: Add a menubarJesse Buhagiar
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-19DisplayProperties: Highlight current resolution at startupHüseyin ASLITÜRK
2019-12-15DisplayProperties: Start at top left position for full view at low resoluations.Hüseyin ASLITÜRK
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-11-29DisplayProperties: Add 1280x720 to the list of resolutionsAndreas Kling
2019-11-08LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnectionAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21DisplayProperties: Remove all remaining naked "new" usageAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GComboBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSplitter to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GLabel to ObjectPtrAndreas Kling
2019-09-16DisplayProperties: Auto-resolution and graphical fix (#566)Jesse
2019-09-14DisplayProperties: Wallpaper tab now has previewJesse Buhagiar
2019-09-07GTabWidget: Rename get_active_tab() => active_tab_index()Andreas Kling
2019-09-07DisplayProperties: Fix build after AKString.h => String.h changeAndreas Kling