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
2021-03-01
LibGUI: Implemented line wrapping for new spanned text drawing
Torben Thaysen
2021-03-01
LibGUI: drawing spanned text no longer *horribly* inefficient
Torben Thaysen
2021-02-27
LibGUI: Remove ControlBoxButton widget
thankyouverycool
2021-02-27
HackStudio: Support searching symbol declarations in the Locator
Itamar
2021-02-27
LanguageServers/Cpp: Add type to Declarations
Itamar
2021-02-27
LanguageServers: Add ProjectLoaction, Declaration types and use in IPC
Itamar
2021-02-27
LibGUI: Make empty TextRange invalid
speles
2021-02-27
LibGUI: add a rudimentary framework for Wizards.
Nick Vella
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-26
LibGUI: Set correct open action for LinkLabel context menu
thankyouverycool
2021-02-25
LibGUI: Paint all widgets as toolbars in ToolBarContainer
thankyouverycool
2021-02-25
LibGUI: Improve IconView rubberband performance
Tom
2021-02-25
LibGUI: Avoid needlessly copying vectors of rects
Tom
2021-02-25
LibGUI: Process pending invalidations when handling paint events
Tom
2021-02-25
LibGUI: Constrain widgets to invalidating themselves only
Tom
2021-02-24
LibGUI: Let cursor start a wrapped line
Angus Gibson
2021-02-24
LibGUI: Remove redundant cursor update
Angus Gibson
2021-02-24
LibGUI: Account for the row and column headers when painting a TableView
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-22
LibGUI: Ignore glyph dimensions when painting a titleless GroupBox
thankyouverycool
2021-02-22
TextEditor+LibGUI: Add case matching and wrap around optionality
thankyouverycool
2021-02-21
LibGUI: Show context menu when right-clicking a LinkLabel
Mițca Dumitru
2021-02-21
LibGUI: Copy alpha channel as-is when keeping backing bitmaps in sync
Tom
2021-02-21
LibGUI: Fix crash when previewing palette images
Ben Wiederhake
2021-02-21
WindowServer: Allow changing frameless state after a window is created
Tom
2021-02-21
LibGUI: Let ScrollableWidget handle the wheel events of its ScrollBars
Tom
2021-02-20
LibGUI: Always set tree column content width to widest open node
thankyouverycool
2021-02-20
LibGUI: Recheck size excesses when scrollbars become visible
thankyouverycool
2021-02-20
LibGUI: Set IconView content width to actual content only
thankyouverycool
2021-02-20
LibGUI: Allow setting a tooltip on BreadcrumbBar segments
Andreas Kling
2021-02-20
LibGUI: Ignore keydown events with Alt modifier in AbstractView
Andreas Kling
2021-02-20
LibGUI: Parent FilePicker toolbar buttons to the window
Andreas Kling
2021-02-20
LibGUI: Use delegating constructors in GUI::Action
Andreas Kling
2021-02-20
LibGUI: Tidy up Action constructors and factory functions a bit
Andreas Kling
2021-02-20
LibGUI: Set InputBox initial value to text_value string
Linus Groh
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-02-19
LibGUI: Remove GUI::FilePicker::file_exists()
Andreas Kling
2021-02-19
LibGUI: Port GUI::FilePicker to GML and improve the layout
Andreas Kling
2021-02-19
LibGUI: Register GUI::MultiView
Andreas Kling
2021-02-17
LibGUI: Correctly handle ComboBox list windows of less than three items (~50p...
Nick Vella
2021-02-17
LibGUI: Convert dbgprintf() => dbgln()
Andreas Kling
2021-02-16
LibGUI: Make Model::data_matches() take Variant by const-reference
Andreas Kling
2021-02-16
LibGUI: Add ScrollableWidget to forwarding header
Andreas Kling
2021-02-16
LibGUI: Set correct ranges for hidable scrollbars
thankyouverycool
2021-02-16
WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow
Andreas Kling
2021-02-16
WindowServer, LibGUI: Variable minimum window sizes
Nick Vella
2021-02-15
WindowServer: Add support for alpha channel based hit testing
Tom
2021-02-15
LibGUI: Open context menu on 'Menu' key down
Jean-Baptiste Boric
2021-02-15
LibGUI: Make TextEditor write a trailing newline to non-empty files
Andreas Kling
2021-02-15
LibGUI: Use a ScopeGuard to close the fd in TextEditor::write_to_file()
Andreas Kling
[next]