summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
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
2021-04-05LibGUI: Add ability to assign a menu to a GUI::ButtonAndreas Kling
2021-04-05WindowServer+LibGUI: Notify clients when menus become visible/hiddenAndreas Kling
2021-04-05LibGUI: Use normalized TextRange for early empty string checkMaciej Zygmanowski
2021-04-05LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()Andreas Kling
2021-04-04LibGUI: Add GUI::CommonActions::make_properties_action()Andreas Kling
2021-04-04WindowServer+LibGUI: Rename WindowType::MenuApplet => AppletAndreas Kling
2021-04-04Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove itLinus Groh
2021-04-04LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgetsLinus Groh
2021-04-03LibGUI: Don't try to paint items in model-less IconView :^)Andreas Kling
2021-04-02LibGUI: Subtract layout margin when placing items along secondary axisAndreas Kling
2021-04-02LibGUI: Always outline selected date and paint today's date boldthankyouverycool
2021-04-02LibGUI+Calendar: Inherit from Frame classthankyouverycool
2021-03-30WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windowsAndreas Kling
2021-03-30WindowServer+Taskbar: Show applets in taskbar :^)Andreas Kling
2021-03-30EditingEngine: Don't jump to the beginning or end of a non-existant wordone-some
2021-03-30LibGUI+Calendar: Add new month and year views to Calendarthankyouverycool
2021-03-30LibGUI: Don't inflate icon text rects beyond available widththankyouverycool
2021-03-29LibGUI+WindowServer: Keep canonical WindowType enum in WindowServerAndreas Kling
2021-03-29LibGUI: Add transient option to show dotfiles in FilePickerTimothy Flynn
2021-03-29TextEditor: Adjust AutoCompleteBox's position to the scroll heightItamar
2021-03-29LibGUI: Enable the use of font properties through GMLEdgar Araújo
2021-03-29LibGUI: Remove the necessity to have empty {} on GML objectsEdgar Araújo
2021-03-29LibGUI: Fix IconView selection with FlowDirection::TopToBottomTom
2021-03-28LibGUI: Register GUI::StackWidget with GMLAnotherTest
2021-03-28LibGUI: Make GUI::Widget::event() protectedAndreas Kling
2021-03-27LibGUI: Return symlink fallback icon if target icon cannot be determinedLinus Groh
2021-03-26LibGUI: Show human readable size in filemanagerFederico Guerinoni
2021-03-26LibGUI: Allow assigning a value to a specific index in JsonArrayModelTimothy Flynn
2021-03-25WindowServer+LibGUI: Remove the global menubar :^)Andreas Kling
2021-03-25LibGUI: Make it possible to tweak icon spacing on a GUI::ButtonAndreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-03-25LibGUI: Add GUI::MenuBar::menubar_id()Andreas Kling
2021-03-25TextEditor: Visualize leading whitespacelucastarche
2021-03-25TextEditor: Added a setter for soft_tab_widthlucastarche
2021-03-24LibGUI: Process pending window updates after handling input eventsTom
2021-03-23LibGUI: Remove one ancient GMENU_DEBUG debug logAndreas Kling
2021-03-23HackStudio+LanguageServers/Cpp: Show scope of symbols in LocatorItamar
2021-03-22NotificationServer: Close connection on notification closeNick Johnson
2021-03-22Notification: Use RefPtr for connectionNick Johnson
2021-03-22LibGUI+Notification: Add mutable notificationsNick Johnson
2021-03-22Notification: Prevent showing a closed windowNick Johnson
2021-03-22LibGUI+Notification: Add notification closingNick Johnson
2021-03-22LibGUI+Notification: Use lifetime connectionNick Johnson
2021-03-22LibGUI: Allow ItemListModel to have 2D itemsAnotherTest
2021-03-22LibGUI: Add a few missing classes to the forwarding headerAnotherTest