summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-16ImageViewer: Stop animation timer when deleting/changing imageDragonAlex98
2021-05-16ImageViewer: Disable image actions when there is no imageDragonAlex98
2021-05-16LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngineItamar
2021-05-16HackStudio+CppLanguageServer: Remove lexer-based autocomplete engineItamar
2021-05-16Solitaire: Add key combo to dump the state of the layoutTimothy Flynn
2021-05-16AK+Meta: Add a debug option for SolitaireTimothy Flynn
2021-05-16Solitaire: Add shift modifier to hidden "game over" key comboTimothy Flynn
2021-05-16Solitaire: Add setting for number of cards to be drawnTimothy Flynn
2021-05-16Solitaire: Add stack for the playable cards on top of the waste stackTimothy Flynn
2021-05-16LibC+Kernel: Add sys/ttydefaults.hDaniel Bertalan
2021-05-16LibVT: Run clang-format on Terminal.cppLinus Groh
2021-05-16LibGL: Add glBlendFunc() and glShadeModel() to call listsStephan Unverwerth
2021-05-16LibGL: Implement glShadeModel()Stephan Unverwerth
2021-05-16LibVT: Implement ST (ESC \) escape sequenceDaniel Bertalan
2021-05-16LibVT: Fix 8-bit control codes clobbering UTF-8Daniel Bertalan
2021-05-16LibVT: fix SM/RM not respecting private markersDaniel Bertalan
2021-05-16LibVT: Implement new ANSI escape sequence parserDaniel Bertalan
2021-05-16LibVT: Add state machine file for the new parserDaniel Bertalan
2021-05-16DevTools: Add StateMachineGenerator utilityDaniel Bertalan
2021-05-16AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`Nicholas Baron
2021-05-16LibLine: Make line management less broken when at the last lineAli Mohammad Pur
2021-05-16Meta: Add a check for periods on the end of titles to commit linterIdan Horowitz
2021-05-16Debugger: Add basic backtrace supportspigwitmer
2021-05-16LibGL: Implement color blendingStephan Unverwerth
2021-05-16LibGL: Add support for GL_BLEND in glEnable() and glDisable()Stephan Unverwerth
2021-05-16LibGL: Add defines and stubs for glBlendFunc()Stephan Unverwerth
2021-05-16LibGL: Add missing GLAPI function specifiersStephan Unverwerth
2021-05-16Meta: Discourage commit subject lines ending with a periodLinus Groh
2021-05-16PixelPaint: Wrap the layer list in a GUI::GroupBox and tweak widthAndreas Kling
2021-05-16PixelPaint: Style the application name as "Pixel Paint" :^)Andreas Kling
2021-05-16PixelPaint: Start with a smaller new image (and smaller window)Andreas Kling
2021-05-16PixelPaint: Stop creating two blue and yellow layers on startupAndreas Kling
2021-05-16PixelPaint: Add a statusbar to the main windowAndreas Kling
2021-05-16PixelPaint: Tweak height of palette widgetAndreas Kling
2021-05-16PixelPaint: Wrap the toolbox widget in a GUI::ToolbarContainerAndreas Kling
2021-05-16PixelPaint: Add a toolbar to the main UI :^)Andreas Kling
2021-05-16PixelPaint: Tweak placement of current colors in palette widgetAndreas Kling
2021-05-16PixelPaint: Convert main UI to GML :^)Andreas Kling
2021-05-16PixelPaint: Make the color palette widgets smaller and squareAndreas Kling
2021-05-16PixelPaint: Use GUI::Toolbar inside the toolbox widgetAndreas Kling
2021-05-16LibGUI: Tweak GUI::Button::on_context_menu_event hook signatureAndreas Kling
2021-05-16LibGUI: Make GUI::Toolbar::add_action() return the toolbar buttonAndreas Kling
2021-05-15Utilities: Add errno utilityBrendan Coles
2021-05-15Kernel: Reorder VirtIODevice PCI initialization stepsSahan Fernando
2021-05-15Kernel: Rename VirtIODevice::clear_status_bit to mask_status_bitsSahan Fernando
2021-05-15CppLanguageServer: Fix syntax of a test case programItamar
2021-05-15CppLanguageServer: Make autocomplete logic consider scopesItamar
2021-05-15LibCpp: Modify parsing of a Name's scopeItamar
2021-05-15CppLanguageServer: Only re-create DocumentData in file_opened if neededItamar
2021-05-15LibCpp: Modify logic of Parser::index_of_node_atItamar