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-07
GItemView: Switch to using GModelSelection to support multi-select
Andreas Kling
2019-09-07
LibGUI: Add GModelSelection to help implementing multiple-select views
Andreas Kling
2019-09-07
GModelIndex: Add hash traits so we can make a HashTable<GModelIndex>
Andreas Kling
2019-09-07
LibDraw: Make sure we install libdraw.a so ports can link with -ldraw
Andreas Kling
2019-09-07
LibC: Add some missing pieces in inttypes.h
Andreas Kling
2019-09-07
Kernel: Handle running programs that don't have a TLS image
Andreas Kling
2019-09-07
GTabWidget: Rename get_active_tab() => active_tab_index()
Andreas Kling
2019-09-07
DisplayProperties: Fix build after AKString.h => String.h change
Andreas Kling
2019-09-07
cp: Implement directory copying
Aaron Malpas
2019-09-07
cp: Refactor copying into copy_file function
Aaron Malpas
2019-09-07
cp: Use LibCore/CArgsParser for command-line arg parsing
Aaron Malpas
2019-09-07
LibGUI: GTabWidget can now return active tab index
Jesse Buhagiar
2019-09-07
Applications: Create a display properties manager
Jesse Buhagiar
2019-09-07
LibC: Make "errno" thread-specific
Andreas Kling
2019-09-07
Kernel: Support thread-local storage
Andreas Kling
2019-09-07
AK: Add a useful align_up_to(value, power_of_two) function
Andreas Kling
2019-09-06
Ports: Add "nyancat" port :^)
Andreas Kling
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
[next]