summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-09-05IRCCient: Added GCommonActionsrhin123
2019-09-05FileManager: Added GCommonActionsrhin123
2019-09-05TextEditorWidget: Added GCommonActionsrhin123
2019-09-04GDirectoryModel: Add a 32x32 filetype icon for sound filesAndreas Kling
2019-09-04FileManager: Open ".wav" files in SoundPlayer when activatedAndreas Kling
2019-09-04SoundPlayer: Start working on a GUI sound player applicationAndreas Kling
2019-09-04LibAudio: Allow tweaking how much get_more_samples() reads from fileAndreas Kling
2019-09-04LibAudio: Add AClientConnetion::try_enqueue() APIAndreas Kling
2019-09-04IRCClient: Use GAboutDialog :^)Andreas Kling
2019-09-04IRCClient: Size columns to-fit in the window and member viewsAndreas Kling
2019-09-04Shell: Okay I keep messing up this history file code.. actually fix it!Andreas Kling
2019-09-04IRCClient: Add 16x16 iconAndreas Kling
2019-09-04IRCClient: Tweak UI to look less padding-bloatedAndreas Kling
2019-09-04GLayout: Change default spacing to 3 pixelsAndreas Kling
2019-09-04GSplitter: Change default spacing to 3 pixelsAndreas Kling
2019-09-04IRCClient: Make the auto-join on connect feature actually do somethingAndreas Kling
2019-09-04Shell: Oops, don't exit() when ~/.history does not existAndreas Kling