summaryrefslogtreecommitdiff
path: root/MenuApplets
AgeCommit message (Expand)Author
2021-01-09MenuApplets: Open the correct tab in SystemMonitor on applet clickTheMorc
2021-01-05ResourceGraph: Show more accurate picture of memory consumptionTom
2021-01-04MenuApplets: Give executable icons to some menu appletsAndreas Kling
2021-01-03ResourceGraph: Re-use the ProcFS file descriptors when updating statsTom
2021-01-03LibCore: Report error condition when reading process statistics failedTom
2021-01-03ResourceGraph: Handle low memory situations bit betterTom
2021-01-01ClipboardHistory: Fix crash when deleting without selectionSimon Danner
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30LibGUI: Rename AbstractSlider::on_value_changed => on_changeAndreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
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-12-21Kernel: Improve time keeping and dramatically reduce interrupt loadTom
2020-12-19MenuApplets: Add Network menu appletBrendan Coles
2020-12-18ClipboardHistory: Add window iconBrendan Coles
2020-12-08Clipboard: Remove-unused bpp metadataBen Wiederhake
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