index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
Age
Commit message (
Expand
)
Author
2020-05-12
LibGUI: Add KeyEvent::to_string()
Andreas Kling
2020-05-12
LibGUI: Use KeyCode stringification helper in Shortcut::to_string()
Andreas Kling
2020-05-12
LibGUI: Add a way to highlight the focused widget for debugging
Andreas Kling
2020-05-12
LibGUI: Allow scrolling through a ComboBox with the mouse wheel
Andreas Kling
2020-05-12
LibGUI: Add missing window() null check when widget's child is removed
Andreas Kling
2020-05-12
LibGUI: Remove ancient code for debugging widget underdraw
Andreas Kling
2020-05-10
LibGUI+LibGfx: Paint scollbar tracks with a dithered pattern
Andreas Kling
2020-05-09
LibGUI: Add hook when a tab is middle clicked
FalseHonesty
2020-05-08
Services: Renamed from Servers
Andreas Kling
2020-05-08
LibGUI: Highlight interactive area of hovered CheckBox and RadioButton
Andreas Kling
2020-05-08
LibGUI: Make the "enabled" widget state propagate to child widgets
Andreas Kling
2020-05-08
LibGUI: Fix for disable state of SpinBox
Hüseyin ASLITÜRK
2020-05-07
LibGUI: Properly draw the background of the selected TreeView line
DexesTTP
2020-05-07
LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript}
Linus Groh
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-05
LibJS: Implement exponentiation assignment operator (**=)
Linus Groh
2020-05-05
LibJS: Implement bitwise assignment operators (&=, |=, ^=)
Linus Groh
2020-05-04
LibGUI: Add ScrollableWidget::viewport_rect_in_content_coordinates()
Andreas Kling
2020-05-04
LibJS: Add template literals
mattco98
2020-05-02
WindowServer+LibGUI: Support the 4th and 5th mouse buttons
Andreas Kling
2020-05-02
LibGUI: Properly remove auto-destroyed child windows from reified_windows.
Emilio Cobos Álvarez
2020-05-02
LibGUI: FilePicker: Set initial sort to name instead of undefined
Ben Wiederhake
2020-05-02
LibGUI: Fix off-by-one in ScrollableWidget
Ben Wiederhake
2020-05-02
LibGUI: FilePicker: Make icon view button initially checked
Ben Wiederhake
2020-05-02
LibGUI: The UI calls it 'Icon view', fix the name in the code
Ben Wiederhake
2020-05-02
LibGUI: FilePicker: Populate location textbox
Ben Wiederhake
2020-05-02
LibGUI: FilePicker: Fix position of location textbox
Ben Wiederhake
2020-05-02
LibGUI: Display hidden columns as hidden
Ben Wiederhake
2020-05-02
LibGUI: Remove unneeded access rights
Ben Wiederhake
2020-05-02
WindowServer+LibGUI+Taskbar: Don't include frameless windows in lists
Andreas Kling
2020-05-02
LibCore+LibHTTP: Move out the HTTP handler and add HTTPS
AnotherTest
2020-05-02
WindowServer+LibGUI: Automatically close child windows with parent
Andreas Kling
2020-05-02
LibGUI: Make ComboBox list pop-up windows frameless
Andreas Kling
2020-05-02
WindowServer+LibGUI: Add "frameless" window flag
Andreas Kling
2020-05-02
WindowServer+LibGUI: Remove unused Window::show_titlebar() flag
Andreas Kling
2020-05-02
LibGUI+WindowServer: Inform WindowServer about parent/child windows
Andreas Kling
2020-05-01
LibJS: Implement (no-op) debugger statement
Linus Groh
2020-05-01
LibGUI: INI file syntax highlighter
Hüseyin ASLITÜRK
2020-05-01
LibGUI: Icon for INI file type
Hüseyin ASLITÜRK
2020-04-30
LibGUI: Remove some ancient unused debug logging
Andreas Kling
2020-04-30
LibGUI: Scale TabWidget tabs according to available space
Andreas Kling
2020-04-30
LibGUI: Cycle through TabWidget tabs with Ctrl+Tab / Ctrl+Shift+Tab
Andreas Kling
2020-04-29
LibGUI: Use "OK, Cancel" button order in InputBox
Andreas Kling
2020-04-29
LibGUI: Use "OK, Cancel" button order in ColorPicker
Andreas Kling
2020-04-29
LibGUI: Use a sunken GUI::Frame for the ColorPicker color spectrum
Andreas Kling
2020-04-29
LibGUI: ColorPicker should pick custom color from bitmap, not window
Andreas Kling
2020-04-29
LibGUI: Exit ColorPicker (successfully) when double-clicking a color
Andreas Kling
2020-04-29
LibGUI: Remove unnecessary is_enabled() checks in mouse event handlers
Andreas Kling
2020-04-29
LibGUI: Require a full click on ColorInput's color rect to open picker
Andreas Kling
2020-04-29
LibGUI: Transfer "color has alpha channel" state
Andreas Kling
[next]