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-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
2020-08-23
LibGUI: Remove spacing between day labels in Calendar
thankyouverycool
2020-08-23
LibGUI+WindowServer: Add resize_aspect_ratio()
Peter Elliott
2020-08-22
LibGUI+WindowServer: Remove ResizeEvent::old_size()
Andreas Kling
2020-08-22
LibGUI: Fix crash during HackStudio application teardown
Andreas Kling
2020-08-22
LibGUI+Calendar: Make Calendar a common widget in LibGUI
thankyouverycool
2020-08-22
TextEditor: Increase padding in ruler width
Itamar
2020-08-21
LibGUI: Add ComboBox::selected_index()
Andreas Kling
2020-08-19
LibGUI: Use StringBuilder::join() in Shortcut::to_string()
Andreas Kling
2020-08-17
LibGUI: Don't require passing model to FileSystemModel::Node APIs
Andreas Kling
2020-08-17
LibGUI: Add WidgetClassRegistration to Forward.h
Andreas Kling
2020-08-17
FileManager: Apply wallpaper on startup
Luke
2020-08-16
LibGUI: Use matching family fonts for TextEditor ruler
thankyouverycool
2020-08-16
LibGUI: Resize TextEditor ruler based on needed space
thankyouverycool
2020-08-16
LibGUI: Require a model pointer for ModelIndex::is_valid()
Andreas Kling
2020-08-16
LibGUI: Make SortingProxyModel clear view selections aggressively
Andreas Kling
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-16
LibGUI: Simplify TableCellPaintingDelegate API slightly
Andreas Kling
2020-08-16
LibGUI: Add ModelIndex::data(ModelRole)
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-16
LibGUI: Enable switching FilePicker into columns view mode :^)
Andreas Kling
2020-08-16
LibGUI: Enable using a ColumnsView inside MultiView :^)
Andreas Kling
2020-08-16
LibGUI: Resort SortingProxyModel when source invalidates if possible
Andreas Kling
2020-08-16
LibGUI: Maintain selections across SortingProxyModel resorts
Andreas Kling
2020-08-16
LibGUI: Make model sorting imperative and move order to AbstractView
Andreas Kling
2020-08-16
LibGUI: Make SortingProxyModel support hierarchical models
Andreas Kling
2020-08-16
LibGUI: Virtualize SortingProxyModel comparator
Andreas Kling
2020-08-16
LibGUI: Don't center dialog within parent if window is not visible
Linus Groh
2020-08-16
AK: HashTable add a constructor that allows preallocation of capacity + Use i...
Muhammad Zahalqa
2020-08-15
LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" click
Nico Weber
2020-08-15
LibGUI: Remove reference captures of stack variables in ProcessChooser
Nico Weber
2020-08-15
LibGUI: Add and use Window::center_on_screen()
Linus Groh
2020-08-15
HackStudio: Use CodeDocument instead of TextDocument
Itamar
2020-08-15
LibGUI: Update active tooltip when source widget changes the label
Linus Groh
2020-08-15
LibGUI: Add a timer in ProcessChooser to get processes for every 1000ms
Uma Sankar
2020-08-15
LibGUI: When focusing a TextEditor via keyboard, select all contents
Andreas Kling
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-15
LibGUI: Export GUI_FOCUS_DEBUG to visualize the focused widget
Andreas Kling
2020-08-14
LibGUI: Make ModelSelection non-copyable and non-movable
Andreas Kling
2020-08-14
LibGUI: Fix Widget::screen_relative_rect() for WindowType::MenuApplet
Linus Groh
2020-08-14
LibGUI: Add Window::window_type()
Linus Groh
[next]