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-19
LibGUI: Add corresponding padding to ListView content width
thankyouverycool
2021-03-19
LibGUI: Walk all visible rows when updating TreeView column sizes
thankyouverycool
2021-03-19
LibGUI: Support double-click resizing multi-column TreeViews
thankyouverycool
2021-03-18
LibGUI: Support double-click resizing column headers
thankyouverycool
2021-03-17
QuickShow: Animate animated images :^)
Linus Groh
2021-03-17
LibGUI: Animate any image in ImageWidget, not just *.gif
Linus Groh
2021-03-16
LibGUI: Remove has_visible_list members from TextEditor
thankyouverycool
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-15
LibGUI: Fix crash when text_in_range() was called on an empty document
Cesar Torres
2021-03-13
LanguageServers/Cpp: Complete Preprocessor definitions
Itamar
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-12
LibGUI: Add variable padding and center bitmaps in TableViews
thankyouverycool
2021-03-12
LibGUI: Clear inactive selections in DisplayOnly TextEditors
thankyouverycool
2021-03-12
LibGUI: Add opacity to ImageWidget
thankyouverycool
2021-03-12
LibGUI: Set override cursor to none when widget is disabled
thankyouverycool
2021-03-12
LibGUI: Register more GML properties and widgets
thankyouverycool
2021-03-12
LibGfx+LibGUI: Add support for vertical ProgressBars
thankyouverycool
2021-03-12
LibGUI: Ignore scroll length multiplier in SpinBoxes & Sliders
thankyouverycool
2021-03-11
Everywhere: Rename "logo" key to "super" key
Andreas Kling
2021-03-08
LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enum
Brian Gianforcaro
2021-03-07
LibGUI: Scroll selection into view when the IconView is first laid out
speles
2021-03-04
LibGUI: Increase row height in Table/ColumnViews and center icons
thankyouverycool
2021-03-04
LibGUI: Handle some edge cases in the spanned text drawing algorithm
AnotherTest
2021-03-04
TextEditor: Don't attempt to stop the autocomplete timer if it is null
Itamar
2021-03-02
LibGUI: Add word wrapping to Labels
thankyouverycool
2021-03-01
LibGUI: Add possibility to search for exact match in model
speles
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
[next]