index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2019-07-13
AudioServer: Assorted infrastructure work
Robin Burchell
2019-07-13
CEventLoop: When asked to exit the event loop, exit right away.
Andreas Kling
2019-07-13
LibC: Protect the malloc heap with a basic lock.
Andreas Kling
2019-07-13
LibCore: Add CCustomEvent, a custom CEvent for arbitrary use.
Andreas Kling
2019-07-13
LibGUI: Add an auto-repeat interval to GAbstractButton.
Andreas Kling
2019-07-13
LibC: Fix make target dependency that was breaking parallel make sometimes.
Andreas Kling
2019-07-11
GGroupBox: Allow constructing these without an initial text.
Andreas Kling
2019-07-11
GSlider: Make the knob width proportional to the range, if in that mode (#288)
Lawrence Manning
2019-07-11
GWidget: Make set_font() take either Font* or Font&.
Andreas Kling
2019-07-11
GToolBar: Make add_action() take a GAction& instead of NonnullRefPtr&&.
Andreas Kling
2019-07-11
GLabel: Make set_icon() take a GraphicsBitmap*.
Andreas Kling
2019-07-11
LibGUI: Remove use of copy_ref().
Andreas Kling
2019-07-10
GWidget: Add "set_autofill" as an alias for set_fill_with_background_color.
Andreas Kling
2019-07-10
GWidget: Add placeholder setters for the backcolor/forecolor properties.
Andreas Kling
2019-07-10
CObject: Add a "name" property.
Andreas Kling
2019-07-10
LibCore: Tweak slightly-off error message in CProcessStatisticsReader.
Andreas Kling
2019-07-10
Userland+LibCore: Use CProcessStatisticsReader to implement top.
Andreas Kling
2019-07-09
LibGUI: Add GActionGroup, a way to group a bunch of GActions.
Andreas Kling
2019-07-09
GAction: Remove "custom_data" and the related convenience constructors.
Andreas Kling
2019-07-09
LibC: Provide generic versions of memcpy() and memset() for non-i386 builds.
Andreas Kling
2019-07-08
Kernel: Have the open() syscall take an explicit path length parameter.
Andreas Kling
2019-07-08
LibHTML: Create anonymous blocks around inline children of blocks.
Andreas Kling
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-07-08
CDirIterator: Fix another instance of StringView::characters() misuse.
Andreas Kling
2019-07-08
LibC: Use IPv4Address::from_string() in gethostbyname().
Andreas Kling
2019-07-08
LibHTML: Oops, fix build.
Andreas Kling
2019-07-08
LibHTML: Reorganize layout tree build so that parents add their children.
Andreas Kling
2019-07-08
LibHTML: Move layout tree building to a separate function.
Andreas Kling
2019-07-08
LibHTML: Add InheritStyleValue and InitialStyleValue.
Andreas Kling
2019-07-08
LibHTML: Fix host build after Libraries/ shuffle.
Andreas Kling
2019-07-07
GStackWidget: Add a notification hook for when the active widget changes.
Andreas Kling
2019-07-04
Libraries: Unbreak "make install" with new directory locations.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling