summaryrefslogtreecommitdiff
path: root/MenuApplets
AgeCommit message (Expand)Author
2020-11-24MenuApplets: Added ability to remove entry from ClipboardHistory (#4143)Florian Förster
2020-11-17ClipboardHistoryModel: Prevent duplicate rows (#4073)Zac
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-11ClipboardHistory: Bring window to front when applet is clickedAndreas Kling
2020-10-15AudioApplet: Make the slider exponential for finer volume controlMarcin Gasperowicz
2020-09-25Meta+MenuApplets: Make clang-format-10 cleanBen Wiederhake
2020-09-19ResourceGraph: Fix graph line position calculationLinus Groh
2020-09-05ClipboardHistory: Copy metadata when reusing a historical clippingAndreas Kling
2020-09-05ClipboardHistory: Show bitmap width/height/bpp for bitmap clippingsAndreas Kling
2020-09-05ClipboardHistory: Show the size (in bytes) of each remembered clippingAndreas Kling
2020-09-05ClipboardHistory: Cap the history at 20 entries for nowAndreas Kling
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-08-27Base: Move 16x16 common icons to /res/icons/16x16/thankyouverycool
2020-08-22MenuApplets: Add a mini calendar to Clock appletthankyouverycool
2020-08-21ResourceGraph: Keep the graph inside the GUI::Frame rectAndreas Kling
2020-08-17Clock MenuApplet: Use Core::DateTime to simplify the codeNico Weber
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-14ResourceGraph: add tooltips to cpu and memory graphsNico Weber
2020-08-04ResourceGraph.MenuApplet: Disown child processes after spawningAndreas Kling
2020-08-04Clock.MenuApplet: Disown child process after spawningAndreas Kling
2020-07-26Base+MenuApplet: Add new controls and icons for AudioAppletthankyouverycool
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-21Base: rename audio volume icons with descriptive namesBenoît Lormeau
2020-07-21AudioApplet: Scrolling the Audio applet will adjust the main mix volumeBenoît Lormeau
2020-07-05Userland+MenuApplets: Replace two more fork/exec with posix_spawnNico Weber
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
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.=