index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MenuApplets
Age
Commit message (
Expand
)
Author
2021-01-01
ClipboardHistory: Fix crash when deleting without selection
Simon Danner
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibGUI: Rename AbstractSlider::on_value_changed => on_change
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-26
MenuApplets: Username: init app early, pledge early, do not unveil /tmp
Brendan Coles
2020-12-25
Everywhere: Tweak "2020-2020" => "2020" in copyright headers
Andreas Kling
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-12-19
MenuApplets: Add Network menu applet
Brendan Coles
2020-12-18
ClipboardHistory: Add window icon
Brendan Coles
2020-12-08
Clipboard: Remove-unused bpp metadata
Ben Wiederhake
2020-11-24
MenuApplets: Added ability to remove entry from ClipboardHistory (#4143)
Florian Förster
2020-11-17
ClipboardHistoryModel: Prevent duplicate rows (#4073)
Zac
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-11
ClipboardHistory: Bring window to front when applet is clicked
Andreas Kling
2020-10-15
AudioApplet: Make the slider exponential for finer volume control
Marcin Gasperowicz
2020-09-25
Meta+MenuApplets: Make clang-format-10 clean
Ben Wiederhake
2020-09-19
ResourceGraph: Fix graph line position calculation
Linus Groh
2020-09-05
ClipboardHistory: Copy metadata when reusing a historical clipping
Andreas Kling
2020-09-05
ClipboardHistory: Show bitmap width/height/bpp for bitmap clippings
Andreas Kling
2020-09-05
ClipboardHistory: Show the size (in bytes) of each remembered clipping
Andreas Kling
2020-09-05
ClipboardHistory: Cap the history at 20 entries for now
Andreas Kling
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-08-27
Base: Move 16x16 common icons to /res/icons/16x16/
thankyouverycool
2020-08-22
MenuApplets: Add a mini calendar to Clock applet
thankyouverycool
2020-08-21
ResourceGraph: Keep the graph inside the GUI::Frame rect
Andreas Kling
2020-08-17
Clock MenuApplet: Use Core::DateTime to simplify the code
Nico Weber
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-14
ResourceGraph: add tooltips to cpu and memory graphs
Nico Weber
2020-08-04
ResourceGraph.MenuApplet: Disown child processes after spawning
Andreas Kling
2020-08-04
Clock.MenuApplet: Disown child process after spawning
Andreas Kling
2020-07-26
Base+MenuApplet: Add new controls and icons for AudioApplet
thankyouverycool
2020-07-23
LibGUI: Rename GUI::Image => GUI::ImageWidget
Andreas Kling
2020-07-21
Base: rename audio volume icons with descriptive names
Benoît Lormeau
2020-07-21
AudioApplet: Scrolling the Audio applet will adjust the main mix volume
Benoît Lormeau
2020-07-05
Userland+MenuApplets: Replace two more fork/exec with posix_spawn
Nico Weber
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-06-18
ClipboardHistory: Use pledge() and unveil() :^)
Andreas Kling
2020-06-18
ClipboardHistory: Replace IconWidget with GUI::Image
Hüseyin ASLITÜRK
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-06-12
MenuApplets: Fix using OwnPtr<> with RefCounted types
Sergey Bugaev
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-20
ClipboardHistory: Always place the applet at the same location :^)
Andreas Kling
2020-05-20
ResourceGraph: Add a thin frame around the graphs
Andreas Kling
2020-05-16
ClipboardHistory: Add a clipboard history applet :^)
Sergey Bugaev
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-03
Meta: Fix Makefile permissions (not executable)
Ben Wiederhake
2020-04-11
MenuApplets: Support memory usage and custom colors in ResourceGraph
Linus Groh
2020-04-11
MenuApplets: Rename CPUGraph to ResourceGraph
Linus Groh
[next]