index
:
serenity
master
topic/trivial_docs
The Serenity Operating System π
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-05-16
Debugger: Add basic backtrace support
spigwitmer
2021-05-16
LibGL: Implement color blending
Stephan Unverwerth
2021-05-16
LibGL: Add support for GL_BLEND in glEnable() and glDisable()
Stephan Unverwerth
2021-05-16
LibGL: Add defines and stubs for glBlendFunc()
Stephan Unverwerth
2021-05-16
LibGL: Add missing GLAPI function specifiers
Stephan Unverwerth
2021-05-16
PixelPaint: Wrap the layer list in a GUI::GroupBox and tweak width
Andreas Kling
2021-05-16
PixelPaint: Style the application name as "Pixel Paint" :^)
Andreas Kling
2021-05-16
PixelPaint: Start with a smaller new image (and smaller window)
Andreas Kling
2021-05-16
PixelPaint: Stop creating two blue and yellow layers on startup
Andreas Kling
2021-05-16
PixelPaint: Add a statusbar to the main window
Andreas Kling
2021-05-16
PixelPaint: Tweak height of palette widget
Andreas Kling
2021-05-16
PixelPaint: Wrap the toolbox widget in a GUI::ToolbarContainer
Andreas Kling
2021-05-16
PixelPaint: Add a toolbar to the main UI :^)
Andreas Kling
2021-05-16
PixelPaint: Tweak placement of current colors in palette widget
Andreas Kling
2021-05-16
PixelPaint: Convert main UI to GML :^)
Andreas Kling
2021-05-16
PixelPaint: Make the color palette widgets smaller and square
Andreas Kling
2021-05-16
PixelPaint: Use GUI::Toolbar inside the toolbox widget
Andreas Kling
2021-05-16
LibGUI: Tweak GUI::Button::on_context_menu_event hook signature
Andreas Kling
2021-05-16
LibGUI: Make GUI::Toolbar::add_action() return the toolbar button
Andreas Kling
2021-05-15
Utilities: Add errno utility
Brendan Coles
2021-05-15
CppLanguageServer: Fix syntax of a test case program
Itamar
2021-05-15
CppLanguageServer: Make autocomplete logic consider scopes
Itamar
2021-05-15
LibCpp: Modify parsing of a Name's scope
Itamar
2021-05-15
CppLanguageServer: Only re-create DocumentData in file_opened if needed
Itamar
2021-05-15
LibCpp: Modify logic of Parser::index_of_node_at
Itamar
2021-05-15
CppLanguageServer: Autocomplete namespaces
Itamar
2021-05-15
CppLanguageServer: Don't suggest inaccessible declarations
Itamar
2021-05-15
ImageViewer: Use GUI::CommonActions for zoom related actions
Andreas Kling
2021-05-15
PixelPaint: Use GUI::CommonActions for zoom related actions
Andreas Kling
2021-05-15
LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom"
Andreas Kling
2021-05-15
GameOfLife: Spell about action app name as "Game Of Life"
Linus Groh
2021-05-15
GameOfLife: Add separator before quit menu action
Linus Groh
2021-05-15
GameOfLife: Add alt shortcuts to menus
Linus Groh
2021-05-15
GameOfLife: Rename primary menu to just "Game"
Linus Groh
2021-05-15
Games: Add GameOfLife
Andres Crucitti
2021-05-15
TextEditor: Clear leftover whitespace when inserting newlines
euclidianAce
2021-05-15
LibGUI: Delay setting column width in AutocompleteBox
Andreas Kling
2021-05-15
PixelPaint+Base: Tool icon refresh :^)
Andreas Kling
2021-05-15
FontEditor: Add missing `unix` pledge
Daniel Bertalan
2021-05-15
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
Gunnar Beutner
2021-05-15
LibWeb: Fix incorrect variable names when parsing CSS
Gunnar Beutner
2021-05-15
HackStudio: Pledge "fattr"
Γmer Kurttekin
2021-05-15
Utilities: Implement a netstat command
brapru
2021-05-15
LibGfx: Fix incorrect origin for checkerboard pattern fills
Andreas Kling
2021-05-15
LibDebug: Avoid unnecessary String allocation in append_to_line_info()
Andreas Kling
2021-05-15
LibGfx/Vector*: Implement Formatters
Jelle Raaijmakers
2021-05-15
Everywhere: Add a blank line after copyright header where missing
Linus Groh
2021-05-15
SpaceAnalyzer: Add separator before quit menu action
Linus Groh
2021-05-15
SystemMonitor: Make ProcessModel icon column non-sortable
Linus Groh
2021-05-15
LibELF: Use binary search when looking up symbols :^)
Andreas Kling
[next]