index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-07-13
IRCClient: Process incoming NOTICE messages like PRIVMSG.
Andreas Kling
2019-07-13
AK: Support case-insensitive HashMap<String, T>.
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-13
Kernel: First cut of a sb16 driver
Robin Burchell
2019-07-12
Painter: Don't add line spacing after the very last line in draw_text().
Andreas Kling
2019-07-12
HelloWorld: Make the demo label say "Hello\nWorld!".
Andreas Kling
2019-07-12
Painter: Implement multi-line support in Painter::draw_text().
Andreas Kling
2019-07-12
WSWindowManager: Ensure that we pick a single window to deliver a full stream...
Robin Burchell
2019-07-11
TextEditor: Fix build (copy_ref() in outdated PR changes.)
Andreas Kling
2019-07-11
TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)
Rhin
2019-07-11
FontEditor: Initial port to using a VisualBuilder generated UI.
Andreas Kling
2019-07-11
GGroupBox: Allow constructing these without an initial text.
Andreas Kling
2019-07-11
AK: Delete bad pointer assignment operators and constructors.
Andreas Kling
2019-07-11
GSlider: Make the knob width proportional to the range, if in that mode (#288)
Lawrence Manning
2019-07-11
AK: Remove copy_ref().
Andreas Kling
2019-07-11
TextEditor: Remove use of copy_ref().
Andreas Kling
2019-07-11
ProcessManager: Remove use of copy_ref().
Andreas Kling
2019-07-11
IRCClient: Remove use of copy_ref().
Andreas Kling
2019-07-11
FontEditor: Remove use of copy_ref().
Andreas Kling
2019-07-11
GWidget: Make set_font() take either Font* or Font&.
Andreas Kling
2019-07-11
FileManager: Remove use of copy_ref().
Andreas Kling
2019-07-11
GToolBar: Make add_action() take a GAction& instead of NonnullRefPtr&&.
Andreas Kling
2019-07-11
Minesweeper: Remove use of copy_ref().
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-11
AK: Remove use of copy_ref().
Andreas Kling
2019-07-11
Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.
Andreas Kling
2019-07-11
AK: Make it more more pleasant to copy RefPtr's.
Andreas Kling
2019-07-11
AK: Remove weird RefPtr(RefPtr&) constructor.
Andreas Kling
2019-07-11
AK: Make MappedFile non-copyable.
Andreas Kling
2019-07-11
AK: Remove weird NonnullRefPtr(NonnullRefPtr&) constructor.
Andreas Kling
2019-07-11
AK: Use operator== for comparison in Vector::contains_slow
Robin Burchell
2019-07-11
AK: Add operator== & operator!= to Vector
Robin Burchell
2019-07-11
AKString: add missing comparison operators
Lawrence Manning
2019-07-10
Travis: Try to install a modern C++ compiler for host compilations.
Andreas Kling
2019-07-10
FormCompiler: Build individual compilation units instead of all-at-a-time.
Andreas Kling
2019-07-10
Build: Build the host-side FormCompiler before everything else.
Andreas Kling
2019-07-10
FormCompiler: Produce a C++ header file as output.
Andreas Kling
2019-07-10
Demos: Add a HelloWorld2 demo.
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
FormCompiler: Generate a basic UI skeleton holder struct.
Andreas Kling
2019-07-10
FormCompiler: Start working on a C++ code generator for VisualBuilder forms.
Andreas Kling
2019-07-10
VisualBuilder: Expose the "name" property on all widgets.
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
ProcessManager: Use CProcessStatisticsReader to get process data.
Andreas Kling
2019-07-10
WindowServer: Use CProcessStatisticsReader in WSCPUMonitor.
Andreas Kling
2019-07-10
top: Remove some unused code.
Andreas Kling
[next]