summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-07-01LibGUI: Navigate to parent when FileSystemModel directory is deletedSam Atkins
2021-07-01LibGUI: Add foreground_role and background_role property to GUI::WidgetDoubleNegation
2021-06-30HeaderView: Fix horizonal section size miscalculationOlivier De Canniere
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Use mostly StringView in LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-30LibGUI: Add PasswordBoxMax Wipfli
2021-06-30LibGUI: Add glyph substitution to TextEditorMax Wipfli
2021-06-30LibGUI: Fix double-clicking words in syntax-highlighted textMax Wipfli
2021-06-29LibGUI: Don't allocate a scope-local MouseEvent on the heapAli Mohammad Pur
2021-06-29AK+Everywhere: Change int to size_t in JsonObject and JsonArrayMax Wipfli
2021-06-29LibGUI: Don't fire on_change hook at start of TextEditor::paint_event()Andreas Kling
2021-06-28LibGUI+WindowServer: Add new WMEvent Super+SpaceSpencer Dixon
2021-06-27WindowServer+LibGUI: Allow specifying a "launch origin" for new windowsAndreas Kling
2021-06-25LibGUI: Add TextEditor::has_document()Itamar
2021-06-25LibGUI: Add alternate shortcut F5 to the "reload" common actionAatos Majava
2021-06-25LibGUI: Make Action::shortcut() return const&Aatos Majava
2021-06-25LibGUI: Add a new constructor to ActionAatos Majava
2021-06-25LibGUI: Actually use the Action alternate shortcutAatos Majava
2021-06-25LibGUI: Add support for an alternate keyboard shortcut in ActionAatos Majava
2021-06-24LibGUI: Add update() when changing widget color or paletteSpencer Dixon
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-24Userland: Remove dummy IPC methodsGunnar Beutner
2021-06-20LibGUI/TabWidget: Make sure we don't act on two mouseup eventsMarcus Nilsson
2021-06-20LibGUI/TabWidget: Add close button to tabsMarcus Nilsson
2021-06-20WindowServer: Add API to set/get screen layoutsTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-18LibGUI: Don't restart AbstractView drag on mousemove after escape keyAndreas Kling
2021-06-15LibGUI: Allow tweaking each edge of TabWidget's content marginsAndreas Kling
2021-06-15LibGUI: Make a macro for registering a GUI::Margins object propertyAndreas Kling
2021-06-13LibGUI: Make "Return" after tab return to original column in TableViewMax Trussell
2021-06-13LibGUI+HackStudio: Make gutter a first class elementDmitrii Ubskii
2021-06-12TextEditor: Don't close autocomplete box or stop timer on leave_eventSreelakshmi
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-12WindowServer+LibGUI: Make window creation asynchronous :^)Andreas Kling
2021-06-09LibGUI/WindowServer: Add set_maximized IPC callMarcus Nilsson
2021-06-09Meta: Disable -Wmaybe-uninitializedAli Mohammad Pur
2021-06-09LibGUI: Set TextEditor to unmodified after saving size=0 filesSam Atkins
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-06-08LibGUI+SoundPlayer: Add Slider option to jump to cursorNick Miller
2021-06-07LibWeb+LibSyntax: Implement nested syntax highlightersAli Mohammad Pur
2021-06-06LibGUI: Don't delete within a line if the line is emptydylanbobb
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-05TreeView: Don't try to move cursor with invalid indexMarcus Nilsson
2021-06-05LibGUI: Fix off-by-one error in Lexer tokensMax Wipfli
2021-06-05LibGUI: Use CharacterTypes.h and constexpr functions in {INI,GML}LexerMax Wipfli
2021-06-05LibGUI: Use east const style in {INI,GML}Lexer.{cpp,h}Max Wipfli
2021-06-05LibGUI: Fix off-by-one error in rendering of highlighted textMax Wipfli
2021-06-03LibGUI/FileIconProvider: Return s_file_icon when stat() failsMarcus Nilsson
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli