summaryrefslogtreecommitdiff
path: root/MenuApplets/UserName/main.cpp
AgeCommit message (Expand)Author
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-26MenuApplets: Username: init app early, pledge early, do not unveil /tmpBrendan Coles
2020-12-25Everywhere: Tweak "2020-2020" => "2020" in copyright headersAndreas Kling
2020-09-25Meta+MenuApplets: Make clang-format-10 cleanBen Wiederhake
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-10UserName.MenuApplet: Add window title.=
2020-02-09MenuApplets: Add UserName applet.asliturk