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-09-06
Ports: Always export Serenity's GCC and G++ in the build environment
Andreas Kling
2019-09-06
AK: When printf assert on unsupported specifier, specify which one!
Andreas Kling
2019-09-06
LibC: Borrow a slightly more functional getopt()
Andreas Kling
2019-09-06
GTextEditor: Paint line numbers with TopRight text alignment
Andreas Kling
2019-09-06
LibDraw: Add TextAlignment::TopRight
Andreas Kling
2019-09-06
WindowServer: Elide window titles that don't fit
Andreas Kling
2019-09-06
TextEditor: Implement File/New Action
Andrew Weller
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-06
GScrollBar: Scrolling with the mouse wheel should use step increments
Andreas Kling
2019-09-06
TextEditor: Removed unnecessary use of for_each
rhin123
2019-09-06
VBForm: Fixed cursor not changing on resize /w multiple selections
rhin123
2019-09-05
LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbars
Andreas Kling
2019-09-05
Utf8View: Try fixing the travis-ci build
Andreas Kling
2019-09-05
Terminal: Add some basic emoji support
Sergey Bugaev
2019-09-05
WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8
Sergey Bugaev
2019-09-05
LibDraw: Add emoji drawing support to Painter
Sergey Bugaev
2019-09-05
LibDraw: Add emoji support to the Font class
Sergey Bugaev
2019-09-05
LibDraw: Introduce an Emoji class
Sergey Bugaev
2019-09-05
AK: Log UTF-8 validation errors
Sergey Bugaev
2019-09-05
AK: Add some more utility methods to Utf8View
Sergey Bugaev
2019-09-05
Kernel: Add SysV stack alignment to signal trampoline
Drew Stratford
2019-09-05
Kernel: Use user stack for signal handlers.
Drew Stratford
2019-09-05
Thread: added member m_kernel_stack_top.
Drew Stratford
2019-09-05
Kernel: Disable interrupts throughout ~Region()
Andreas Kling
2019-09-05
TextEditor: Added GCommonActions
rhin123
2019-09-05
Snake: Added GCommonActions
rhin123
2019-09-05
Minesweeper: Added GCommonActions
rhin123
2019-09-05
VisualBuilder: Added GCommonActions
rhin123
2019-09-05
Terminal: Added GCommonActions
rhin123
2019-09-05
SystemMonitor: Added GCommonActions
rhin123
2019-09-05
QuickShow: Added GCommonActions
rhin123
2019-09-05
Piano: Added GCommonActions
rhin123
2019-09-05
PaintBrush: Added GCommonActions
rhin123
2019-09-05
IRCCient: Added GCommonActions
rhin123
2019-09-05
FileManager: Added GCommonActions
rhin123
2019-09-05
TextEditorWidget: Added GCommonActions
rhin123
2019-09-04
GDirectoryModel: Add a 32x32 filetype icon for sound files
Andreas Kling
2019-09-04
FileManager: Open ".wav" files in SoundPlayer when activated
Andreas Kling
2019-09-04
SoundPlayer: Start working on a GUI sound player application
Andreas Kling
2019-09-04
LibAudio: Allow tweaking how much get_more_samples() reads from file
Andreas Kling
2019-09-04
LibAudio: Add AClientConnetion::try_enqueue() API
Andreas Kling
2019-09-04
IRCClient: Use GAboutDialog :^)
Andreas Kling
2019-09-04
IRCClient: Size columns to-fit in the window and member views
Andreas Kling
2019-09-04
Shell: Okay I keep messing up this history file code.. actually fix it!
Andreas Kling
2019-09-04
IRCClient: Add 16x16 icon
Andreas Kling
2019-09-04
IRCClient: Tweak UI to look less padding-bloated
Andreas Kling
2019-09-04
GLayout: Change default spacing to 3 pixels
Andreas Kling
2019-09-04
GSplitter: Change default spacing to 3 pixels
Andreas Kling
2019-09-04
IRCClient: Make the auto-join on connect feature actually do something
Andreas Kling
2019-09-04
Shell: Oops, don't exit() when ~/.history does not exist
Andreas Kling
[next]