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-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
2019-09-06
TextEditor: Removed unnecessary use of for_each
rhin123
2019-09-05
LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbars
Andreas Kling
2019-09-05
WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8
Sergey Bugaev
2019-09-05
TextEditor: Added GCommonActions
rhin123
2019-09-04
GDirectoryModel: Add a 32x32 filetype icon for sound files
Andreas Kling
2019-09-04
GLayout: Change default spacing to 3 pixels
Andreas Kling
2019-09-04
GSplitter: Change default spacing to 3 pixels
Andreas Kling
2019-09-04
GAction: Added GCommonActions as a template to create standard actions
rhin123
2019-09-02
LibGUI: Add GAboutDialog, a simple way to show a nice about box in apps
Andreas Kling
2019-09-01
LibGUI: Add a way for GWidgets to do custom layout on child hide/show
Andreas Kling
2019-09-01
GTextEditor: Hide the horizontal scrollbar when line-wrapping is on
Andreas Kling
2019-09-01
GTextEditor: Fix wrong width calculations with line-wrapping enabled
Andreas Kling
2019-09-01
GTextEditor: Make visual lines stop after their last character
Andreas Kling
2019-09-01
TextEditor: Stopped disappearing text at end of document (#505)
Rhin
2019-09-01
LibGUI: Add a way for GWidget subclasses to learn that the font changed
Andreas Kling
2019-08-29
GFontDatabase: Iterate the font database in alphabetical order
Andreas Kling
2019-08-29
WindowServer+LibGUI: Add support for nested menus
Andreas Kling
2019-08-29
GTextEditor: Set content size based on the visual line rects (#500)
Rhin
2019-08-28
GTextEditor: Optimize write_to_file() with ftruncate()
Andreas Kling
2019-08-27
GWindow: Allow clients to prevent close requests from closing
Andreas Kling
2019-08-27
GTextEditor: Always call did_change() after deleting with backspace
Andreas Kling
2019-08-27
GTextEditor: Fixed bug on KeyCode::Key_Right pressed.
Andrew Weller
2019-08-27
GTextEditor: Fixed bug in find_prev
Andrew Weller
2019-08-26
WindowServer+LibGUI: Show action icons in the menus when possible
Andreas Kling
[next]