summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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-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
2021-05-15CppLanguageServer: Autocomplete namespacesItamar
2021-05-15CppLanguageServer: Don't suggest inaccessible declarationsItamar
2021-05-15ImageViewer: Use GUI::CommonActions for zoom related actionsAndreas Kling
2021-05-15PixelPaint: Use GUI::CommonActions for zoom related actionsAndreas Kling
2021-05-15LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom"Andreas Kling
2021-05-15GameOfLife: Spell about action app name as "Game Of Life"Linus Groh
2021-05-15GameOfLife: Add separator before quit menu actionLinus Groh
2021-05-15GameOfLife: Add alt shortcuts to menusLinus Groh
2021-05-15GameOfLife: Rename primary menu to just "Game"Linus Groh
2021-05-15Games: Add GameOfLifeAndres Crucitti
2021-05-15TextEditor: Clear leftover whitespace when inserting newlineseuclidianAce
2021-05-15LibGUI: Delay setting column width in AutocompleteBoxAndreas Kling
2021-05-15PixelPaint+Base: Tool icon refresh :^)Andreas Kling
2021-05-15FontEditor: Add missing `unix` pledgeDaniel Bertalan
2021-05-15AK+LibC: Implement malloc_good_size() and use it for Vector/HashTableGunnar Beutner
2021-05-15LibWeb: Fix incorrect variable names when parsing CSSGunnar Beutner
2021-05-15HackStudio: Pledge "fattr"Γ–mer Kurttekin
2021-05-15Utilities: Implement a netstat commandbrapru
2021-05-15LibGfx: Fix incorrect origin for checkerboard pattern fillsAndreas Kling
2021-05-15LibDebug: Avoid unnecessary String allocation in append_to_line_info()Andreas Kling
2021-05-15LibGfx/Vector*: Implement FormattersJelle Raaijmakers
2021-05-15Everywhere: Add a blank line after copyright header where missingLinus Groh
2021-05-15SpaceAnalyzer: Add separator before quit menu actionLinus Groh
2021-05-15SystemMonitor: Make ProcessModel icon column non-sortableLinus Groh
2021-05-15LibELF: Use binary search when looking up symbols :^)Andreas Kling