summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-02-20LibGUI: Ignore keydown events with Alt modifier in AbstractViewAndreas Kling
2021-02-20LibGUI: Parent FilePicker toolbar buttons to the windowAndreas Kling
2021-02-20LibGUI: Use delegating constructors in GUI::ActionAndreas Kling
2021-02-20LibGUI: Tidy up Action constructors and factory functions a bitAndreas Kling
2021-02-20LibGUI: Set InputBox initial value to text_value stringLinus Groh
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-02-19LibGUI: Remove GUI::FilePicker::file_exists()Andreas Kling
2021-02-19LibGUI: Port GUI::FilePicker to GML and improve the layoutAndreas Kling
2021-02-19LibGUI: Register GUI::MultiViewAndreas Kling
2021-02-17LibGUI: Correctly handle ComboBox list windows of less than three items (~50p...Nick Vella
2021-02-17LibGUI: Convert dbgprintf() => dbgln()Andreas Kling
2021-02-16LibGUI: Make Model::data_matches() take Variant by const-referenceAndreas Kling
2021-02-16LibGUI: Add ScrollableWidget to forwarding headerAndreas Kling
2021-02-16LibGUI: Set correct ranges for hidable scrollbarsthankyouverycool
2021-02-16WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindowAndreas Kling
2021-02-16WindowServer, LibGUI: Variable minimum window sizesNick Vella
2021-02-15WindowServer: Add support for alpha channel based hit testingTom
2021-02-15LibGUI: Open context menu on 'Menu' key downJean-Baptiste Boric
2021-02-15LibGUI: Make TextEditor write a trailing newline to non-empty filesAndreas Kling
2021-02-15LibGUI: Use a ScopeGuard to close the fd in TextEditor::write_to_file()Andreas Kling
2021-02-15LibGUI: Fix bogus TextEditor selection when cursor dragged outside viewAndreas Kling
2021-02-15LibGUI: Add some default sizes for TTF fonts in FontPickerStephan Unverwerth
2021-02-15LibGUI+LibGfx+LibTTF: Make fontpicker handle TTF fontsStephan Unverwerth
2021-02-13LibGUI: add 'always_wrap_item_labels' property to IconView.Nick Vella
2021-02-12WindowServer: Recompute occlusions when changing window's alpha channelTom
2021-02-11LibSyntax: Make rehighlight() take Gfx::Palette as by const-referenceAndreas Kling
2021-02-11LibGUI: Use Core::FileWatcher in FileSystemModelDexesTTP
2021-02-09LibGUI: TextEditor widget should default to no wrappingAndreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-07LibGUI: Add missing "final" in TextEditorAndreas Kling
2021-02-07Shell: Move Shell syntax highlighter LibShellAndreas Kling
2021-02-07LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJSAndreas Kling
2021-02-07LibGfx: Make Color(NamedColor) inline and constexprAndreas Kling
2021-02-07LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntaxAndreas Kling
2021-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling
2021-02-03Everywhere: Remove some bitrotted "#if 0" blocksAndreas Kling
2021-02-03TextEditor: Implement word wrappingZac
2021-02-02Revert "StatusBar: Allow GML files to set the number of labels to create"Andreas Kling
2021-02-02Revert "TextEditor: Add vim status indicators to the statusbar"Andreas Kling
2021-02-02TextEditor: Add vim status indicators to the statusbarZac
2021-02-02StatusBar: Allow GML files to set the number of labels to createZac
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-02-01LibGUI+WindowServer: Don't use a WM IPC to initiate own window resizeAndreas Kling
2021-01-30LibGUI: Handle Window::hide() during Application teardown betterAndreas Kling
2021-01-28Vim: Add change word and delete word functionalityZac
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
2021-01-27EditingEngine: Fix move_to_previous_word not working on last char of docZac
2021-01-26LibGUI: Switch cancel/confirm button order on file picker dialogNico Weber
2021-01-26LibGUI: Tweak "Overwrite file?" dialog text to use one sentence per sentenceNico Weber
2021-01-25Vim: Add a simple yank and put implementationZac