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
AudioServer: Assorted infrastructure work
Robin Burchell
2019-07-13
SB16: Write the correct DMA buffer offset for 16-bit samples.
Andreas Kling
2019-07-13
Piano: Take down the baseline "volume" from 3000 to 1800.
Andreas Kling
2019-07-13
SB16: IRQ handler should send 0xd5 to pause 16-bit playback.
Andreas Kling
2019-07-13
Piano: Use a secondary thread to write the audio stream.
Andreas Kling
2019-07-13
SB16: Use a snooze alarm to block the current thread while playing.
Andreas Kling
2019-07-13
Kernel: Make it easier to add Thread block states in the future.
Andreas Kling
2019-07-13
CEventLoop: When asked to exit the event loop, exit right away.
Andreas Kling
2019-07-13
chmod: Add understanding of simple permission strings. (#295)
Albert Gafiyatullin
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
SB16: Put debug spam behind SB16_DEBUG.
Andreas Kling
2019-07-13
SB16: Use Stereo samples by default.
Andreas Kling
2019-07-13
SB16: Send (sample count, less 1) to the DSP, not the number of bytes.
Andreas Kling
2019-07-13
SB16: Switch to signed 16-bit 44100 Hz Mono by default.
Andreas Kling
2019-07-13
Piano: Start working on a desktop piano.
Andreas Kling
2019-07-13
AK: Add Queue::enqueue(const T&).
Andreas Kling
2019-07-13
IRCClient: Implement "/msg <nick> ..."
Andreas Kling
2019-07-13
IRCClient: Open query window immediately when created by the user.
Andreas Kling
2019-07-13
WindowServer: Don't deliver the same mouse event twice.
Andreas Kling
2019-07-13
IRCClient: Make the channel and query mappings case-insensitive.
Andreas Kling
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
[next]