summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-10-30LibGUI: Improve TabWidget+StackWidget focus behavior furtherAndreas Kling
2020-10-30LibGUI: Deduplicate widgets with proxied focus in focus chainAndreas Kling
2020-10-30WindowServer+LibGfx: Added Crosshair cursorUma Sankar Yedida
2020-10-30LibGUI: Improve automatic focus guessing somewhatAndreas Kling
2020-10-30LibGUI: Use ToolBarButton helper class inside ToolBarAndreas Kling
2020-10-30LibGUI: Fix null parent deref in AbstractButton::set_checked()Andreas Kling
2020-10-30LibGUI: Make TabWidget unfocusable when tab-lessAndreas Kling
2020-10-30LibGUI: Make StackWidget/TabWidget preserve focus in inactive windowsAndreas Kling
2020-10-30LibGUI: Make StackWidget set the active widget as its focus proxyAndreas Kling
2020-10-30LibGUI: Make TabWidget focusable and allow left/right arrow tab switchAndreas Kling
2020-10-30LibGUI: TabWidget should not steal focus on programmatic tab switchAndreas Kling
2020-10-30LibGUI: Add Widget focus policiesAndreas Kling
2020-10-30LibC: Use dbgln() in setlocale()Andreas Kling
2020-10-30LibVT: Use dbgln() in TerminalWidgetAndreas Kling
2020-10-30LibChess: Forbid King moving into check by a pawn on the home rankBrendan Coles
2020-10-29LibGUI: Add TextDocument::span_at(TextPosition)Andreas Kling
2020-10-29Userland+LibC: Add "kill -l" to show all known signal names/numbersAndreas Kling
2020-10-29LibC: Use NSIG instead of hard-coding 32 as the signal countAndreas Kling
2020-10-29LibJS: "-->" preceded by token on same line isn't start of HTML-like commentLinus Groh
2020-10-29LibJS: Tweak generated source in 'new Function()' to match ES 2015 specLinus Groh
2020-10-29CMake: Use CONFIGURE_DEPENDS in existing globs.asynts
2020-10-29LibJS: Use GenericLexer for Token::string_value()Linus Groh
2020-10-29LibC: Move getsignalbyname() helper from Userland/kill into LibCAndreas Kling
2020-10-28LibGUI: IconView was hard-coding column 0 instead of model_column()Andreas Kling
2020-10-28LibGUI: Default-initialize cursor when focusing an AbstractViewAndreas Kling
2020-10-28LibGUI: Don't start AbstractView type-ahead search with tab keyAndreas Kling
2020-10-28LibGUI: Model-less views should not swallow key eventsAndreas Kling
2020-10-28LibJS: Don't parse numeric literal containing 8 or 9 as octalLinus Groh
2020-10-28LibJS: Always insert semicolon after do-while statement if missingLinus Groh
2020-10-28LibJS: Restrict toEval() failures to SyntaxErrorLinus Groh
2020-10-27LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^)Andreas Kling
2020-10-27LibGUI: Make TreeView use the view cursor properlyAndreas Kling
2020-10-27LibGUI: Shrink the default selection rect of TreeView itemsAndreas Kling
2020-10-27LibGUI: Run clang-format on TableView.cppAndreas Kling
2020-10-27LibGUI: Paint a focus rect around the cursor index in ColumnsViewAndreas Kling
2020-10-27LibGUI: Paint a focus rect around the cursor index in TableViewAndreas Kling
2020-10-27LibGUI: Paint a focus rect around the cursor index in IconViewAndreas Kling
2020-10-27LibGUI: Improve and simplify IconView item name wrappingAndreas Kling
2020-10-26LibJS: Use message from invalid token in syntax errorLinus Groh
2020-10-26LibJS: Emit token message for invalid numeric literalsLinus Groh
2020-10-26LibJS: Emit TokenType::Invalid for unterminated multi-line commentsLinus Groh
2020-10-26LibJS: Add message string to TokenLinus Groh
2020-10-26LibGUI: Tint selected icons in {Icon,Table,Columns}ViewAndreas Kling
2020-10-26LibGUI: Fix bogus focus rect in buttons with icon but no textAndreas Kling
2020-10-26LibGUI: Allow activating a focused button by pressing the space key :^)Andreas Kling
2020-10-26LibGUI+LibGfx: Improve focus rect appearanceAndreas Kling
2020-10-26LibGUI: Call up to the correct base class in GUI::AbstractViewAndreas Kling
2020-10-26LibGUI: Call up to the correct base class in GUI::TextEditorAndreas Kling
2020-10-26LibGUI: Tweak "OK" button height in GUI::AboutDialogAndreas Kling
2020-10-26LibMarkdown: Don't parse lines starting with a space as headingLinus Groh