summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
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
2021-01-25TextEditor: Fix bug in delete_current_line() when deleting the last lineZac
2021-01-25AbstractTableView: prevent setting an invalid indexJelle Raaijmakers
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-24Vim: More correct word jumping (#5090)Zac
2021-01-23Vim: Added a Basic Implementation of Visual ModeZac
2021-01-23Shell: Make the parser read consecutive sequences without recursingAnotherTest
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-22LibGUI: Resolve cyclic inclusionBen Wiederhake
2021-01-20LibGfx: Give Bitmap a scale factorNico Weber
2021-01-17Clipboard+LibGUI: Move clipboard service to anonymous filesAndreas Kling
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettesAndreas Kling
2021-01-16LibGUI: Don't bubble window events up to parent windowsTom
2021-01-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas Kling