summaryrefslogtreecommitdiff
path: root/Applications/DisplayProperties/main.cpp
AgeCommit message (Expand)Author
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas 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-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-15DisplayProperties: Start at top left position for full view at low resoluations.Hüseyin ASLITÜRK
2019-09-21DisplayProperties: Remove all remaining naked "new" usageAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-07Applications: Create a display properties managerJesse Buhagiar