summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-04-20LibGUI: Make statusbar label flat when displaying override_textLeandro Pereira
2021-04-19LibGUI+WindowServer: Add WM_SuperKeyPressed eventConor Byrne
2021-04-18LibGUI: Add some more status tips to common actionsAndreas Kling
2021-04-18LibGUI: Rename Action::long_text to Action::status_tipAndreas Kling
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-17LibGUI: Add "override text" to GUI::StatusbarAndreas Kling
2021-04-17LibGUI: Make GUI::Toolbar buttons generate ActionEnter and ActionLeaveAndreas Kling
2021-04-17LibGUI: Add action enter/leave hooks on GUI::ApplicationAndreas Kling
2021-04-17LibGUI: Add Action* accessors on GUI::ButtonAndreas Kling
2021-04-17LibGUI: Add a "long text" string to GUI::ActionAndreas Kling
2021-04-17WindowServer+LibGUI: Notify GUI clients about menu item enter/leaveAndreas Kling
2021-04-17LibGUI: Make sure we depend on the WindowManager IPC endpointsAndreas Kling
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-04-17LibGUI: Make some API's take String instead of StringViewAndreas Kling
2021-04-17LibGUI: Make Window::set_title() take a StringAndreas Kling
2021-04-17LibGUI: Make GUI::Widget::set_tooltip() take a StringAndreas Kling
2021-04-16LibGUI: Allow arbitrary font size in FontPickerJames Triantafylos
2021-04-16LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entriesLinus Groh
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13HackStudio: Add ClassView tab for viewing classes in a tree structureItamar
2021-04-13LibCpp: Add 'Namespace' and 'Member' declaration typesItamar
2021-04-13LibGUI+HackStudio: Add way to tell FilePicker to open a folderFalseHonesty
2021-04-13LibGUI: Allow GUI::ProgressBar to have min() == max()Andreas Kling
2021-04-11LibGUI: Avoid unnecessary Gfx::Bitmap cloning in FileIconProviderAndreas Kling
2021-04-11LibGUI: Add convenient helpers for getting the sibling of a ModelIndexAndreas Kling
2021-04-11LibGUI: Remove an unused AK/Debug.h includeBrian Gianforcaro
2021-04-11LibGUI: Move FontPickerWeightModel and helpers to their own headerthankyouverycool
2021-04-11LibGUI+LibGfx: Collapse the '&' from Alt shortcuts in tooltip textsAndreas Kling
2021-04-10LibGUI/ScrollBar: Only paint buttons as pressed when also hoveredJelle Raaijmakers
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-04-10LibGUI: Ignore right-clicks on HeaderViewsAndreas Kling
2021-04-10LibGUI: List directories before files in FileSystemModelAndreas Kling
2021-04-10LibGUI: Reflow+update TextEditor widget after ruler visibility changeAndreas Kling
2021-04-09LibGUI: Remove 2px of vertical space around FilePicker common placesAndreas Kling
2021-04-09Base+LibGUI: Add an familiar-looking icon for the desktop directoryAndreas Kling
2021-04-09LibGUI: Yet another FilePicker UI tweakAndreas Kling
2021-04-09LibGUI: Allow navigating into symlinked directories in FilePickerAndreas Kling
2021-04-09LibGUI: Fix uniform TabWidget tabs bleeding outside the widgetAndreas Kling
2021-04-09LibGUI: Add TabWidget::on_tab_count_change hookAndreas Kling
2021-04-09LibGUI: More tweaks for the FilePicker UI layoutAndreas Kling
2021-04-09LibGUI: Use "Tray" look & feel for the common locations frame :^)Andreas Kling
2021-04-09LibGUI: Tweak FilePickerDialog UI layoutAndreas Kling
2021-04-09LibGUI: Give Alt shortcuts to all the CommonActions :^)Andreas Kling
2021-04-07LibGUI: Update the autocomplete suggestions after processing keysAnotherTest
2021-04-06LibGUI: Add autosize to CheckBoxthankyouverycool
2021-04-06LibGUI:: Let open/save specify starting directory in FilePickerthankyouverycool
2021-04-06LibGUI: Fix typo in AutocompleteBox::showItamar
2021-04-06LibGUI: Tweak order of common location buttons in FilePickerAndreas Kling
2021-04-06LibGUI: Make FilePicker's common location buttons checkableAndreas Kling
2021-04-06LibGUI: Add shortcuts to common locations in GUI::FilePickerAndreas Kling