index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-10-30
LibGUI: Improve TabWidget+StackWidget focus behavior further
Andreas Kling
2020-10-30
LibGUI: Deduplicate widgets with proxied focus in focus chain
Andreas Kling
2020-10-30
WindowServer+LibGfx: Added Crosshair cursor
Uma Sankar Yedida
2020-10-30
LibGUI: Improve automatic focus guessing somewhat
Andreas Kling
2020-10-30
LibGUI: Use ToolBarButton helper class inside ToolBar
Andreas Kling
2020-10-30
LibGUI: Fix null parent deref in AbstractButton::set_checked()
Andreas Kling
2020-10-30
LibGUI: Make TabWidget unfocusable when tab-less
Andreas Kling
2020-10-30
LibGUI: Make StackWidget/TabWidget preserve focus in inactive windows
Andreas Kling
2020-10-30
LibGUI: Make StackWidget set the active widget as its focus proxy
Andreas Kling
2020-10-30
LibGUI: Make TabWidget focusable and allow left/right arrow tab switch
Andreas Kling
2020-10-30
LibGUI: TabWidget should not steal focus on programmatic tab switch
Andreas Kling
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-30
LibC: Use dbgln() in setlocale()
Andreas Kling
2020-10-30
LibVT: Use dbgln() in TerminalWidget
Andreas Kling
2020-10-30
LibChess: Forbid King moving into check by a pawn on the home rank
Brendan Coles
2020-10-29
LibGUI: Add TextDocument::span_at(TextPosition)
Andreas Kling
2020-10-29
Userland+LibC: Add "kill -l" to show all known signal names/numbers
Andreas Kling
2020-10-29
LibC: Use NSIG instead of hard-coding 32 as the signal count
Andreas Kling
2020-10-29
LibJS: "-->" preceded by token on same line isn't start of HTML-like comment
Linus Groh
2020-10-29
LibJS: Tweak generated source in 'new Function()' to match ES 2015 spec
Linus Groh
2020-10-29
CMake: Use CONFIGURE_DEPENDS in existing globs.
asynts
2020-10-29
LibJS: Use GenericLexer for Token::string_value()
Linus Groh
2020-10-29
LibC: Move getsignalbyname() helper from Userland/kill into LibC
Andreas Kling
2020-10-28
LibGUI: IconView was hard-coding column 0 instead of model_column()
Andreas Kling
2020-10-28
LibGUI: Default-initialize cursor when focusing an AbstractView
Andreas Kling
2020-10-28
LibGUI: Don't start AbstractView type-ahead search with tab key
Andreas Kling
2020-10-28
LibGUI: Model-less views should not swallow key events
Andreas Kling
2020-10-28
LibJS: Don't parse numeric literal containing 8 or 9 as octal
Linus Groh
2020-10-28
LibJS: Always insert semicolon after do-while statement if missing
Linus Groh
2020-10-28
LibJS: Restrict toEval() failures to SyntaxError
Linus Groh
2020-10-27
LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^)
Andreas Kling
2020-10-27
LibGUI: Make TreeView use the view cursor properly
Andreas Kling
2020-10-27
LibGUI: Shrink the default selection rect of TreeView items
Andreas Kling
2020-10-27
LibGUI: Run clang-format on TableView.cpp
Andreas Kling
2020-10-27
LibGUI: Paint a focus rect around the cursor index in ColumnsView
Andreas Kling
2020-10-27
LibGUI: Paint a focus rect around the cursor index in TableView
Andreas Kling
2020-10-27
LibGUI: Paint a focus rect around the cursor index in IconView
Andreas Kling
2020-10-27
LibGUI: Improve and simplify IconView item name wrapping
Andreas Kling
2020-10-26
LibJS: Use message from invalid token in syntax error
Linus Groh
2020-10-26
LibJS: Emit token message for invalid numeric literals
Linus Groh
2020-10-26
LibJS: Emit TokenType::Invalid for unterminated multi-line comments
Linus Groh
2020-10-26
LibJS: Add message string to Token
Linus Groh
2020-10-26
LibGUI: Tint selected icons in {Icon,Table,Columns}View
Andreas Kling
2020-10-26
LibGUI: Fix bogus focus rect in buttons with icon but no text
Andreas Kling
2020-10-26
LibGUI: Allow activating a focused button by pressing the space key :^)
Andreas Kling
2020-10-26
LibGUI+LibGfx: Improve focus rect appearance
Andreas Kling
2020-10-26
LibGUI: Call up to the correct base class in GUI::AbstractView
Andreas Kling
2020-10-26
LibGUI: Call up to the correct base class in GUI::TextEditor
Andreas Kling
2020-10-26
LibGUI: Tweak "OK" button height in GUI::AboutDialog
Andreas Kling
2020-10-26
LibMarkdown: Don't parse lines starting with a space as heading
Linus Groh
[next]