summaryrefslogtreecommitdiff
path: root/MenuApplets
AgeCommit message (Expand)Author
2020-06-18ClipboardHistory: Use pledge() and unveil() :^)Andreas Kling
2020-06-18ClipboardHistory: Replace IconWidget with GUI::ImageHüseyin ASLITÜRK
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-12MenuApplets: Fix using OwnPtr<> with RefCounted typesSergey Bugaev
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-20ClipboardHistory: Always place the applet at the same location :^)Andreas Kling
2020-05-20ResourceGraph: Add a thin frame around the graphsAndreas Kling
2020-05-16ClipboardHistory: Add a clipboard history applet :^)Sergey Bugaev
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-03Meta: Fix Makefile permissions (not executable)Ben Wiederhake
2020-04-11MenuApplets: Support memory usage and custom colors in ResourceGraphLinus Groh
2020-04-11MenuApplets: Rename CPUGraph to ResourceGraphLinus Groh
2020-04-01Clock menu applet: launch the new Calendar on clickAnotherTest
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-02-25Build: Only look at SUBDIRS with Makefilesjoshua stein
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-10Audio.MenuApplet: Add window title.=
2020-02-10CPUGraph.MenuApplet: Add window title.=
2020-02-10Clock.MenuApplet: Add window title.=
2020-02-10UserName.MenuApplet: Add window title.=
2020-02-09MenuApplets: Add UserName applet.asliturk
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibAudio: Remove leading A from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-06LibAudio: Put all classes in the Audio namespace and remove leading AAndreas 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-01-29CPUGraph.MenuApplet: execute SystemMonitor on left mousebutton clickOliver Kraitschy
2020-01-21MenuApplets: Use unveil()Andreas 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-12Applications+DevTools+MenuApplets: Drop "unix" pledge when possibleAndreas Kling
2020-01-11MenuApplets: Use pledge()Andreas Kling
2020-01-05WindowServer: Move menu related code from WindowManager to MenuManagerShannon Booth
2019-12-29Clock.MenuApplet: Only wake up once per secondAndreas Kling
2019-12-28MenuApplets: Add gitignore for clock appletConrad Pankoff
2019-12-27MenuApplets: Add Clock applet, move code from WindowServer to the applet.Hüseyin ASLITÜRK
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-24CPUGraph.MenuApplet: Use a palette color for the graphAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-16Audio.MenuApplet: Remove debug spam about mutingAndreas Kling
2019-12-16MenuApplets: Remove accidentally committed executableAndreas Kling
2019-12-16WindowServer+MenuApplets: Move the "Audio" applet to its own programAndreas Kling
2019-12-16WindowServer+CPUGraph: Make menu applets be "regular" windowsAndreas Kling
2019-12-05MenuApplets: Add CPUGraph, our first menu applet :^)Andreas Kling