summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-07GItemView: Switch to using GModelSelection to support multi-selectAndreas Kling
2019-09-07LibGUI: Add GModelSelection to help implementing multiple-select viewsAndreas Kling
2019-09-07GModelIndex: Add hash traits so we can make a HashTable<GModelIndex>Andreas Kling
2019-09-07LibDraw: Make sure we install libdraw.a so ports can link with -ldrawAndreas Kling
2019-09-07LibC: Add some missing pieces in inttypes.hAndreas Kling
2019-09-07Kernel: Handle running programs that don't have a TLS imageAndreas Kling
2019-09-07GTabWidget: Rename get_active_tab() => active_tab_index()Andreas Kling
2019-09-07DisplayProperties: Fix build after AKString.h => String.h changeAndreas Kling
2019-09-07cp: Implement directory copyingAaron Malpas
2019-09-07cp: Refactor copying into copy_file functionAaron Malpas
2019-09-07cp: Use LibCore/CArgsParser for command-line arg parsingAaron Malpas
2019-09-07LibGUI: GTabWidget can now return active tab indexJesse Buhagiar
2019-09-07Applications: Create a display properties managerJesse Buhagiar
2019-09-07LibC: Make "errno" thread-specificAndreas Kling
2019-09-07Kernel: Support thread-local storageAndreas Kling
2019-09-07AK: Add a useful align_up_to(value, power_of_two) functionAndreas Kling
2019-09-06Ports: Add "nyancat" port :^)Andreas Kling
2019-09-06Ports: Always export Serenity's GCC and G++ in the build environmentAndreas Kling
2019-09-06AK: When printf assert on unsupported specifier, specify which one!Andreas Kling
2019-09-06LibC: Borrow a slightly more functional getopt()Andreas Kling
2019-09-06GTextEditor: Paint line numbers with TopRight text alignmentAndreas Kling
2019-09-06LibDraw: Add TextAlignment::TopRightAndreas Kling
2019-09-06WindowServer: Elide window titles that don't fitAndreas Kling
2019-09-06TextEditor: Implement File/New ActionAndrew Weller
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-06GScrollBar: Scrolling with the mouse wheel should use step incrementsAndreas Kling
2019-09-06TextEditor: Removed unnecessary use of for_eachrhin123
2019-09-06VBForm: Fixed cursor not changing on resize /w multiple selectionsrhin123
2019-09-05LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbarsAndreas Kling
2019-09-05Utf8View: Try fixing the travis-ci buildAndreas Kling
2019-09-05Terminal: Add some basic emoji supportSergey Bugaev
2019-09-05WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8Sergey Bugaev
2019-09-05LibDraw: Add emoji drawing support to PainterSergey Bugaev
2019-09-05LibDraw: Add emoji support to the Font classSergey Bugaev
2019-09-05LibDraw: Introduce an Emoji classSergey Bugaev
2019-09-05AK: Log UTF-8 validation errorsSergey Bugaev
2019-09-05AK: Add some more utility methods to Utf8ViewSergey Bugaev
2019-09-05Kernel: Add SysV stack alignment to signal trampolineDrew Stratford
2019-09-05Kernel: Use user stack for signal handlers.Drew Stratford
2019-09-05Thread: added member m_kernel_stack_top.Drew Stratford
2019-09-05Kernel: Disable interrupts throughout ~Region()Andreas Kling
2019-09-05TextEditor: Added GCommonActionsrhin123
2019-09-05Snake: Added GCommonActionsrhin123
2019-09-05Minesweeper: Added GCommonActionsrhin123
2019-09-05VisualBuilder: Added GCommonActionsrhin123
2019-09-05Terminal: Added GCommonActionsrhin123
2019-09-05SystemMonitor: Added GCommonActionsrhin123
2019-09-05QuickShow: Added GCommonActionsrhin123
2019-09-05Piano: Added GCommonActionsrhin123
2019-09-05PaintBrush: Added GCommonActionsrhin123