summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-05-18LibGUI: Remove outdated FIXME in TextEditorAndreas Kling
2020-05-18LibGUI: Tweak EmojiInputDialog layout :^)Andreas Kling
2020-05-17LibGUI: Fix crash in TextDocument::remove(TextRange)Andreas Kling
2020-05-17LibGUI: TextEditor now opts in to emoji input by default :^)Andreas Kling
2020-05-17LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^)Andreas Kling
2020-05-17LibGUI: Make the TextEditor widget store UTF-32 codepointsAndreas Kling
2020-05-16LibGUI+WindowServer: Allow applications to set custom cursor bitmapsShannon Booth
2020-05-16FileManager+LibGUI+Userland: Switch clipboard to MIME typesSergey Bugaev
2020-05-15LibGUI: Fix build (LibGUI depends on Clipboard IPC classes)Andreas Kling
2020-05-14Clipboard: Move the system clipboard to a dedicated service process :^)Andreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-13LibGUI: Add AbstractTableView::move_selection(int steps)Andreas Kling
2020-05-13LibGUI: Add GUI::MessageBox::show_error() convenience functionAndreas Kling
2020-05-13LibGUI+WindowServer: Allow apps to use the "move" cursor :^)Andreas Kling
2020-05-12LibGUI: Add missing Vector.h include to Event.hAndreas Kling
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-12LibGUI: Actually check widgets in focus chain for keyboard shortcutsAndreas Kling
2020-05-12LibGUI: Add KeyEvent::to_string()Andreas Kling
2020-05-12LibGUI: Use KeyCode stringification helper in Shortcut::to_string()Andreas Kling
2020-05-12LibGUI: Add a way to highlight the focused widget for debuggingAndreas Kling
2020-05-12LibGUI: Allow scrolling through a ComboBox with the mouse wheelAndreas Kling
2020-05-12LibGUI: Add missing window() null check when widget's child is removedAndreas Kling
2020-05-12LibGUI: Remove ancient code for debugging widget underdrawAndreas Kling
2020-05-10LibGUI+LibGfx: Paint scollbar tracks with a dithered patternAndreas Kling
2020-05-09LibGUI: Add hook when a tab is middle clickedFalseHonesty
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-08LibGUI: Highlight interactive area of hovered CheckBox and RadioButtonAndreas Kling
2020-05-08LibGUI: Make the "enabled" widget state propagate to child widgetsAndreas Kling
2020-05-08LibGUI: Fix for disable state of SpinBoxHüseyin ASLITÜRK
2020-05-07LibGUI: Properly draw the background of the selected TreeView lineDexesTTP
2020-05-07LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript}Linus Groh
2020-05-06Misc: Replace "String(string_view)" with "string_view.to_string()"Linus Groh
2020-05-05LibJS: Implement exponentiation assignment operator (**=)Linus Groh
2020-05-05LibJS: Implement bitwise assignment operators (&=, |=, ^=)Linus Groh
2020-05-04LibGUI: Add ScrollableWidget::viewport_rect_in_content_coordinates()Andreas Kling
2020-05-04LibJS: Add template literalsmattco98
2020-05-02WindowServer+LibGUI: Support the 4th and 5th mouse buttonsAndreas Kling
2020-05-02LibGUI: Properly remove auto-destroyed child windows from reified_windows.Emilio Cobos Álvarez
2020-05-02LibGUI: FilePicker: Set initial sort to name instead of undefinedBen Wiederhake
2020-05-02LibGUI: Fix off-by-one in ScrollableWidgetBen Wiederhake
2020-05-02LibGUI: FilePicker: Make icon view button initially checkedBen Wiederhake
2020-05-02LibGUI: The UI calls it 'Icon view', fix the name in the codeBen Wiederhake
2020-05-02LibGUI: FilePicker: Populate location textboxBen Wiederhake
2020-05-02LibGUI: FilePicker: Fix position of location textboxBen Wiederhake
2020-05-02LibGUI: Display hidden columns as hiddenBen Wiederhake
2020-05-02LibGUI: Remove unneeded access rightsBen Wiederhake
2020-05-02WindowServer+LibGUI+Taskbar: Don't include frameless windows in listsAndreas Kling
2020-05-02LibCore+LibHTTP: Move out the HTTP handler and add HTTPSAnotherTest
2020-05-02WindowServer+LibGUI: Automatically close child windows with parentAndreas Kling
2020-05-02LibGUI: Make ComboBox list pop-up windows framelessAndreas Kling