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
2019-09-21
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPServer to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GScrollBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Make the GLabel constructors protected
Andreas Kling
2019-09-21
LibGUI: Convert GLabel to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper
Andreas Kling
2019-09-20
LibCore+LibGUI+WindowServer: Make events bubble up through ancestors
Andreas Kling
2019-09-20
GCommonActions: Add "Open..." action
Andreas Kling
2019-09-20
LibCore: Convert CNotifier to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-09-18
GTableView: Only paint the currently visible table rows
Andreas Kling
2019-09-17
GWidget: Add a flag to ignore greediness in GWidget::hit_test()
Andreas Kling
2019-09-17
GComboBox: Use a down-arrow (instead of an up-arrow) for the button
Andreas Kling
2019-09-17
FileManager+LibGUI: Fix two folder-related crashes (#569)
Brandon Scott
2019-09-16
GTextEditor: Unbreak right-aligned single-line text boxes
Andreas Kling
2019-09-16
LibGUI: Add a fullscreen action to GCommonActions
Andreas Kling
2019-09-16
WindowServer+LibGUI: Allow switching windows in/out of fullscreen mode
Andreas Kling
2019-09-16
LibGUI: Fix move() of const StringView&
Conrad Pankoff
2019-09-15
GItemView: Elide item names that won't fit
Andreas Kling
2019-09-14
LibGUI+VisualBuilder: Add move-to-front/back to GCommonActions
Andreas Kling
2019-09-14
LibGUI: Add Undo/Redo to GCommonActions
Andreas Kling
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-14
WindowServer+LibGUI: Store a "data type" with the clipboard content
Andreas Kling
2019-09-13
GMenu: Update apps now that you can create a nameless GMenu
Andreas Kling
2019-09-13
LibGUI: Tweak selection modification behavior on context menu event
Andreas Kling
2019-09-13
GDirectoryModel: Add on_path_change hook
Andreas Kling
2019-09-13
GItemView: Add context menu support
Andreas Kling
2019-09-13
GMenu: Allow constructing without a name
Andreas Kling
2019-09-12
GDirectoryModel: Allow retrieving an item's full path via Role::Custom
Andreas Kling
2019-09-12
GModelSelection: Add size() and a const overload of for_each_index()
Andreas Kling
2019-09-12
GDirectoryModel: Include directories in total byte count
Andreas Kling
2019-09-07
GTreeView: Make double-clicking toggle openable items
Andreas Kling
2019-09-07
GModel: Remove selected_index() and set_selected_index()
Andreas Kling
2019-09-07
LibGUI+FileManager: Add GAbstractView::on_selection_change hook
Andreas Kling
2019-09-07
LibGUI: Convert various little things to GModelSelection
Andreas Kling
2019-09-07
GListView: Switch to using GModelSelection to support multi-select
Andreas Kling
2019-09-07
GTreeView: Switch to using GModelSelection
Andreas Kling
2019-09-07
GDirectoryModel: No need to clear the selected index in open()
Andreas Kling
2019-09-07
GItemView: Make Ctrl+click toggle item selection on/off
Andreas Kling
2019-09-07
GTableView: Switch to using GModelSelection to support multi-select
Andreas Kling
2019-09-07
GModelSelection: Add contains_row(int) and toggle(GModelIndex)
Andreas Kling
2019-09-07
GItemView: Switch to using GModelSelection to support multi-select
Andreas Kling
2019-09-07
LibGUI: Add GModelSelection to help implementing multiple-select views
Andreas Kling
2019-09-07
GModelIndex: Add hash traits so we can make a HashTable<GModelIndex>
Andreas Kling
2019-09-07
GTabWidget: Rename get_active_tab() => active_tab_index()
Andreas Kling
2019-09-07
LibGUI: GTabWidget can now return active tab index
Jesse Buhagiar
2019-09-07
Applications: Create a display properties manager
Jesse Buhagiar
2019-09-06
GTextEditor: Paint line numbers with TopRight text alignment
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-06
GScrollBar: Scrolling with the mouse wheel should use step increments
Andreas Kling
[next]