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-08-27
Base: Create /res/graphics/ and relocate system art assets
thankyouverycool
2020-08-27
LibGUI: Splitter should only override cursor if within grabbable area
Tom
2020-08-27
LibGUI: Don't make views sort by column 0 by default
Andreas Kling
2020-08-27
Base+LibGUI+Spreadsheet: Add icons for Spreadsheet
AnotherTest
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-26
LibGUI: Update AbstractTableView row header sizes on set_row_height()
Andreas Kling
2020-08-26
LibGUI: Make AbstractTableView row height configurable
Andreas Kling
2020-08-26
LibGUI: Add a top-left-corner button to table views
Andreas Kling
2020-08-26
LibGUI: Add (optional) row headers to GUI::TableView
Andreas Kling
2020-08-26
LibGUI: Avoid implementing vertical HeaderView section resize for now
Andreas Kling
2020-08-26
LibGUI: Don't update key column when clicking vertical headers
Andreas Kling
2020-08-26
LibGUI: Fix HeaderView::section_rect() for vertical headers
Andreas Kling
2020-08-26
LibGUI: Simplify HeaderView::mouseup_event() slightly
Andreas Kling
2020-08-26
LibGUI: Reset hovered section when mouse cursor leaves a HeaderView
Andreas Kling
2020-08-26
LibGUI+HackStudio: Associate new icons with their extensions
thankyouverycool
2020-08-26
LibGUI: HeaderView should always notify parent when sections resize
Andreas Kling
2020-08-26
LibGUI: Rename table view's "cell painting delegate" to "column *"
Andreas Kling
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-26
LibGUI: Make Splitter inherit from Widget instead of Frame
Andreas Kling
2020-08-26
LibGUI: Clip GUI::Frame children to the frame_inner_rect()
Andreas Kling
2020-08-26
LibGUI: Allow widgets to clip their child widgets
Andreas Kling
2020-08-26
LibGUI: Add Widget focus proxies
Andreas Kling
2020-08-26
LibGUI: Change window size and margin in ColorPicker
LepkoQQ
2020-08-26
LibGUI: Add spinbox for alpha channel in ColorPicker
LepkoQQ
2020-08-26
LibGUI: Show current and selected color comparison in ColorPicker
LepkoQQ
2020-08-26
LibGUI: Resize ColorPicker to include frame thickness
LepkoQQ
2020-08-26
LibGUI: Split ColorPicker in to a field and slider
LepkoQQ
2020-08-26
LibGUI: Select current color when opening picker
LepkoQQ
2020-08-25
LibGUI: Make ScrollBar show hover state of scrubber after gutter drag
Nico Weber
2020-08-25
LibGUI: Only paint ScrollBar hover states if a component is pressed
Nico Weber
2020-08-25
LibGUI: Make ScrollBar track the currently pressed component
Nico Weber
2020-08-25
LibGUI: Make scrollbars keep scrolling by page while clicking the gutter
Nico Weber
2020-08-25
LibGUI: Keep scrollbar timer active while mouse is down
Nico Weber
2020-08-25
LibGUI: Extract ScrollBar::update_hovered_component() method
Nico Weber
2020-08-25
LibGUI: Extract ScrollBar::component_at_position() method
Nico Weber
2020-08-25
LibGUI: Make AutomaticScrollingKind a paramter on set_automatic_scrolling_active
Nico Weber
2020-08-25
LibGUI: In ScrollBar, rename AutomaticScrollingDirection to AutomaticScrollin...
Nico Weber
2020-08-25
LibGUI: Make ScrollBar shift-click use same code path as scrubber click
Nico Weber
2020-08-25
LibGUI: Add a save_as common action
AnotherTest
2020-08-24
LibGUI: Pressing Return in an editable TableView should begin editing
Andreas Kling
2020-08-24
LibGUI: Return focus to view when stopping editing
Andreas Kling
2020-08-24
LibGUI: Always update() after changing AbstractView sort column/order
Andreas Kling
2020-08-24
LibGUI: Allow moving the TableView selection horizontally with keyboard
Andreas Kling
2020-08-24
LibGUI: Add AbstractTableView::scroll_into_view(ModelIndex, bool, bool)
Andreas Kling
2020-08-24
Spreadsheet: Add a syntax highlighter to the cell editor
AnotherTest
2020-08-24
LibGUI: Calculate the text rect correctly in AbstractTableView
AnotherTest
2020-08-24
Spreadsheet: Start making a spreadsheet application
AnotherTest
2020-08-24
LibGUI: Make AbstractTableView and TableView more customisable
AnotherTest
2020-08-24
LibGUI: Fix an unsightly pixel glitch in bottom-side tabs
Andreas Kling
2020-08-23
LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabs
Andreas Kling
[next]