summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
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
2020-05-02WindowServer+LibGUI: Add "frameless" window flagAndreas Kling
2020-05-02WindowServer+LibGUI: Remove unused Window::show_titlebar() flagAndreas Kling
2020-05-02LibGUI+WindowServer: Inform WindowServer about parent/child windowsAndreas Kling
2020-05-01LibJS: Implement (no-op) debugger statementLinus Groh
2020-05-01LibGUI: INI file syntax highlighterHüseyin ASLITÜRK
2020-05-01LibGUI: Icon for INI file typeHüseyin ASLITÜRK
2020-04-30LibGUI: Remove some ancient unused debug loggingAndreas Kling
2020-04-30LibGUI: Scale TabWidget tabs according to available spaceAndreas Kling
2020-04-30LibGUI: Cycle through TabWidget tabs with Ctrl+Tab / Ctrl+Shift+TabAndreas Kling
2020-04-29LibGUI: Use "OK, Cancel" button order in InputBoxAndreas Kling
2020-04-29LibGUI: Use "OK, Cancel" button order in ColorPickerAndreas Kling
2020-04-29LibGUI: Use a sunken GUI::Frame for the ColorPicker color spectrumAndreas Kling
2020-04-29LibGUI: ColorPicker should pick custom color from bitmap, not windowAndreas Kling
2020-04-29LibGUI: Exit ColorPicker (successfully) when double-clicking a colorAndreas Kling
2020-04-29LibGUI: Remove unnecessary is_enabled() checks in mouse event handlersAndreas Kling
2020-04-29LibGUI: Require a full click on ColorInput's color rect to open pickerAndreas Kling
2020-04-29LibGUI: Transfer "color has alpha channel" stateAndreas Kling
2020-04-29LibGUI: Allow disabling the alpha channel in ColorInput widgetsAndreas Kling
2020-04-29LibGUI: Allow editing ColorInput widgets as textAndreas Kling
2020-04-29LibGUI: Remove copy-pasted auto-repeat logic from ColorInputAndreas Kling
2020-04-29LibGUI: Simplify submenu constructionAndreas Kling
2020-04-28LibGUI: Paint CheckBox background same as widget's if it's not enabledAndres Vieira
2020-04-28LibGUI: Paint TextEditor background same as widget's if it's not enabledAndres Vieira
2020-04-26LibGUI: Create thumnail for gif filesHüseyin ASLITÜRK
2020-04-26Revert "LibGUI: Use bold font for the currently active TabWidget tab"Andreas Kling