summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-06-03LibGUI/FileIconProvider: Return s_file_icon when stat() failsMarcus Nilsson
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-06-03LibGUI: Hide TextEditor dbgln spew under TEXTEDITOR_DEBUGBrian Gianforcaro
2021-06-03LibGUI: Properly wrap multiple lines in IconView search highlightingMatthew B. Jones
2021-06-03LibGUI: ComboBox now goes upwards when running out of room to renderMatthew Jones
2021-06-03LibGUI: ComboBox now correctly sizes height in relation to taskbarMatthew Jones
2021-06-03LibGUI: Desktop.h should get actual value from TaskbarWindow.hMatthew Jones
2021-06-03LibGUI: Show pressed state for Space and Return key eventsMatthew Jones
2021-06-02LibGUI+LibGfx+WindowServer: Sanity check window size dimensionsMatthew Jones
2021-06-02LibGUI: Tooltip no longer exceeds screen width, now truncatesMatthew Jones
2021-06-02LibGUI: Fixes Widget->set_visible(false) still maintains focus bugMatthew Jones
2021-06-02Terminal/LibGUI::TextEditor: Add shift+return to search forwardsMarcus Nilsson
2021-06-01Everywhere: codepoint => code pointAndreas Kling
2021-06-01LibGUI+Shell+bt+ls: Use proper APIs for creating file URLsMax Wipfli
2021-06-01LibGUI: Add a FIXME about race in AutocompleteBox::apply_suggestion()Itamar
2021-06-01LibGUI: Check that AutocompleteBox's selection row is validItamar
2021-06-01LibGUI/TreeView: Select parent on collapseJelle Raaijmakers
2021-05-31LibGUI: Replace fprintf(stderr)/printf() with warnln()/dbgln()Linus Groh
2021-05-30LibGUI: Don't scroll TreeView horizontally to bring index into viewAndreas Kling
2021-05-30LibGUI: Avoid a bunch of virtual calls during TreeView paintingAndreas Kling
2021-05-29LibGUI/TreeView: Implement Home/End/PageUp/PageDn navigationJelle Raaijmakers
2021-05-29LibGUI: Distribute remaining pixels in BoxLayout to fill the entire areaMart G
2021-05-29LibGUI: Make HeaderView act only on the visible sectionsAli Mohammad Pur
2021-05-28LibGUI: Add u64 type to LibGUI::VariantJesse Buhagiar
2021-05-27LibGUI+TextEditor: Add the calculation of selected wordsry-sev
2021-05-26LibGUI: Paint some knurling in the middle of GUI::SplitterAndreas Kling
2021-05-26LibGUI: Have GUI::Splitter track all grabbable areasAndreas Kling
2021-05-26LibGUI/AbstractView: Remove `on_selection`Jelle Raaijmakers
2021-05-24LibGUI/AbstractView: Expose `activates_on_selection`Jelle Raaijmakers
2021-05-24LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::BitmapJean-Baptiste Boric
2021-05-23LibCore: Make ProcessStatisticsReader return results in a VectorAndreas Kling
2021-05-23Userland: Mark subclasses of IPC::{Client,Server}Connection finalAndreas Kling
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-23LibGUI: Handle fast_greet stuff in WindowServerConnection constructorAndreas Kling
2021-05-23NotificationServer: Remove unnecessary greet() messageAndreas Kling
2021-05-22TextEditor: Prevent pasting with empty clipboardCarlos César Neves Enumo
2021-05-22LibGUI: Make GUI::Variant stringify floats with 2 decimalsAndreas Kling
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-22CppLanguageServer+LibGUI: Autocomplete #include pathsItamar
2021-05-22LibGUI: Increase width of Autocomplete suggestions boxItamar
2021-05-21WindowServer+LibGUI: Add an IPC API to change the current system fontsAndreas Kling
2021-05-21LibGfx+WindowServer: Have WindowServer broadcast system font settingsAndreas Kling
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-20Clipboard+LibGUI: Remove unnecessary client/server greeting messageAndreas Kling
2021-05-20WindowServer+LibGUI: Make client/server greeting fasterAndreas Kling
2021-05-20LibGUI: Don't mark "open" FilePicker as done if the file is not foundAndreas Kling
2021-05-20LibGUI: Make GUI::FilePicker handle absolute paths betterAndreas Kling
2021-05-20LibGUI: Tweak API for getting the selected pathAndreas Kling