summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2022-02-10Base+HackStudio: Add or insert missing iconselectrikmilk
2022-02-09LibGUI: Add TextEditor::force_rehighlight() methodItamar
2022-02-09LibGUI+HackStudio: Add TokenInfo struct for language-server IPCItamar
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-07LibGUI: Move GML parsing and formatting to new ASTkleines Filmröllchen
2022-02-07LibGUI: Add a custom GML ASTkleines Filmröllchen
2022-02-07Userland: Undefine FOR_EACH_TOKEN_TYPE everywherekleines Filmröllchen
2022-02-07LibGUI: Remove GML prefix in favor of proper namespacekleines Filmröllchen
2022-02-07LibGUI: Simplify DisplayOnly painting for TextEditorthankyouverycool
2022-02-07LibGUI: Fix typo in TextEditor::paint_eventthankyouverycool
2022-02-07LibGUI+TextEditor: Highlight the entire current linethankyouverycool
2022-02-07LibGUI: Adjust TextEditor's clipping rect for textthankyouverycool
2022-02-07LibGUI: Register gutter and ruler GML properties for TextEditorthankyouverycool
2022-02-07LibGUI: Paint GUI::TextEditor's optional icon before applying text clipAndreas Kling
2022-02-03LibGUI: Allow widgets to opt-out from showing the command paletteSam Atkins
2022-02-03LibGUI: Add a const accessor to ImageWidget's bitmapTimothy Flynn
2022-02-03LibGUI: Forward declare ImageWidgetTimothy Flynn
2022-02-03LibGUI: Set a fixed width for the SettingsWindow reset-to-default buttonTimothy Flynn
2022-02-03WindowServer+Keymap+LibGUI: Add widget to display current keymapTimur Sultanov
2022-02-01LibGUI: Rename Close to Discard in MessageBox::ask_about_unsaved_changesThitat Auareesuksakul
2022-02-01LibGUI: Allow only one CommandPalette at once to be openedMaciej
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2022-01-31LibGUI: Remove `Window` background colorJelle Raaijmakers
2022-01-30LibGUI: Collect menu and submenu actions for CommandPalettenetworkException
2022-01-30LibGUI: Increase the width of a CommandPalette dialognetworkException
2022-01-30LibGUI: Add Menu column to CommandPalette :^)networkException
2022-01-30LibGUI: Flash menubar when using command palettebugreport0
2022-01-30LibGUI: Allow CommandPalette to distinguish radio buttons and checkboxesnetworkException
2022-01-29LibGUI: Allow Label icons to be set from GMLDylan Katz
2022-01-29LibGUI: Show radio buttons for checkable actions in CommandPalettenetworkException
2022-01-29LibGUI: Allow falling back to default paint behavior in delegatenetworkException
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2022-01-28Userland: Fix unnecessary heap allocation of singleton objectsDaniel Bertalan
2022-01-27LibGUI: Alphabetize the available entries in CommandPaletteAndreas Kling
2022-01-27LibGUI: Show action icons in CommandPalette when available :^)Andreas Kling
2022-01-27LibGUI: Add a universally available "command palette" to GUI programsAndreas Kling
2022-01-27LibGUI: Make FilteringProxyModel::data() support multi-column dataAndreas Kling
2022-01-27LibGUI: Fix bogus return value on error in FilteringProxyModel::data()Andreas Kling
2022-01-27LibGUI: Fix bogus root index column_count() in FilteringProxyModelAndreas Kling
2022-01-27LibGUI: Don't skip non-skipable spans on ctrl+rightMathieu PATUREL
2022-01-26LibGUI+LoginServer: Use default buttons in InputBox and LoginWindowthankyouverycool
2022-01-26LibGUI: Allow Buttons to set themselves as defaultthankyouverycool
2022-01-26LibGUI: Allow Windows to set a default return key widgetthankyouverycool
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-23LibGUI: Fix typo in TextEditorTobias Christiansen
2022-01-23LibGUI: Fix broken text rendering in TextEditorTobias Christiansen
2022-01-23LibGUI: Expand underline support for Spans in TextEditorTobias Christiansen
2022-01-22LibGUI: Use Font::glyph_or_emoji_width() in TextEditorMaciej
2022-01-21LibGUI: Allow Button::set_icon to accept a bitmap without a moveDylan Katz
2022-01-20TextEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish