index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
Age
Commit message (
Expand
)
Author
2022-08-25
LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbar
thankyouverycool
2022-08-25
LibGUI+WindowServer+Apps: Replace Accessory Windows
thankyouverycool
2022-08-25
LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows
thankyouverycool
2022-08-25
LibGUI+WindowServer: Introduce WindowModes
thankyouverycool
2022-08-25
LibGUI: Remember size and position of hidden Windows
thankyouverycool
2022-08-25
Apps+Demos+Dialogs: Remove unnecessary minimum window sizes
thankyouverycool
2022-08-25
LibGUI+WindowServer: Initialize minimum window size to zero
thankyouverycool
2022-08-23
LibGUI: Call on_segment_change handler from on_{click,focus_change}
networkException
2022-08-23
LibGUI: Don't call on_segment_change handler if the index did not change
networkException
2022-08-22
LibGUI: Clear selected index of Breadcrumbbar if segment is removed
Jannis Weis
2022-08-22
LibGUI: Add on_segment_change handler to Breadcrumbbar
Jannis Weis
2022-08-18
LibGUI: Make Breadcrumbbar remember the selected segment index
Andreas Kling
2022-08-18
TextEditor: Change cursor when reaching the ruler area
Thomas Symalla
2022-08-16
LibGUI: Don't let widgets hide tooltips they didn't show
David Smith
2022-08-16
LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffects
thankyouverycool
2022-08-16
LibGUI: Put DragOperation dbgln() behind DRAG_DEBUG
thankyouverycool
2022-08-16
LibGUI: Retain the active input tracking widget's cursor
Andreas Kling
2022-08-15
LibGUI: Programatically draw table header sorting arrows
Timothy Flynn
2022-08-14
LibGUI: Initially disable the "Apply" button in SettingsWindow
Andreas Kling
2022-08-14
Base: Launch NotificationServer at session start-up
Lucas CHOLLET
2022-08-14
LibCore+LibIPC: Recognise %uid in path
Lucas CHOLLET
2022-08-14
LibGUI: Allow GlyphMapWidget to highlight modified glyphs
Sam Atkins
2022-08-14
LibGUI: Avoid too large tooltip when switching to shorter text
David Smith
2022-08-09
LibGUI+LibGfx: Let Desktop::the() set widget effects
thankyouverycool
2022-08-09
LibGUI+WindowServer: Create IPC calls for passing SystemEffects
thankyouverycool
2022-08-09
LibGUI: Let Desktop:the() manage SystemEffects inside LibGUI
thankyouverycool
2022-08-09
LibGUI+WindowServer: Add a SystemEffects wrapper and helpers
thankyouverycool
2022-08-08
LibGUI: Correct cursor index during mouseup_event
Matthew B. Jones
2022-08-05
LibGUI: Register "bitmap" GML property for ImageWidget
thankyouverycool
2022-08-05
LibGUI+Applications: Govern Splitter resizing by opportunistic growth
thankyouverycool
2022-08-05
LibGUI: Calculate maximum primary size for Splitter resizees
thankyouverycool
2022-08-04
LibGUI: Let Toolbars collapse into an overflow menu
thankyouverycool
2022-08-04
LibGUI: Let Buttons set their menu popup position
thankyouverycool
2022-08-04
LibGUI: Remove button padding on Toolbar construction
thankyouverycool
2022-08-04
LibGUI: Remove useless frame members from Toolbar
thankyouverycool
2022-08-02
WindowServer+LibGUI: Remove awkward roundtrip for set wallpaper response
networkException
2022-08-01
Userland+Base: Make the window titlebar font configurable separately
Andreas Kling
2022-08-01
LibGUI: Allow Tab key to switch focus from non-editable GUI::TextEditor
Andreas Kling
2022-08-01
LibGUI: Expose GUI::Button's "default" property to GML
Andreas Kling
2022-07-26
LibGUI: Move tooltip position up 4 pixels to prevent cursor pop-under
gbowser3@gmail.com
2022-07-25
LibGUI: Make Checkbox constructor protected
kleines Filmröllchen
2022-07-24
LibGUI: Properly handle range selections in ColumnsView
networkException
2022-07-24
LibGUI: Move range selection calculations into separate function
networkException
2022-07-24
LibGUI: Alphabetize CMake sources
networkException
2022-07-19
LibGUI: Add MoveLineUpOrDownCommand
Lucas CHOLLET
2022-07-19
LibGUI: Remove wrong casts in TextDocument.cpp
Lucas CHOLLET
2022-07-19
LibGUI: Add TextDocument::take_line(size_t line_index)
Lucas CHOLLET
2022-07-19
LibGUI: Add a default virtual destructor to virtual classes
Lucas CHOLLET
2022-07-19
LibGUI: Add VerticalDirection::operator!
Lucas CHOLLET
2022-07-15
LibGUI: Apply more padding to text on tabs
networkException
[next]