ladybird/Userland/Libraries/LibGUI
2021-11-08 00:35:27 +01:00
..
Wizards Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
AboutDialog.cpp LibGUI+Settings: Remove superfluous margin sets 2021-11-03 16:13:19 +01:00
AboutDialog.h AboutDialog: Accept a version string 2021-09-02 16:17:18 +01:00
AbstractButton.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
AbstractButton.h LibGUI: Refine AbstractButton pressing behaviour 2021-09-27 16:29:50 +02:00
AbstractScrollableWidget.cpp LibGUI: Margins for AbstractScrollableWidget 2021-11-03 16:13:19 +01:00
AbstractScrollableWidget.h LibGUI: Margins for AbstractScrollableWidget 2021-11-03 16:13:19 +01:00
AbstractSlider.cpp LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 2021-09-22 21:35:42 +02:00
AbstractSlider.h LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 2021-09-22 21:35:42 +02:00
AbstractTableView.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
AbstractTableView.h LibGUI: Implement automatic scrolling in AbstractView 2021-09-29 23:58:55 +02:00
AbstractView.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
AbstractView.h LibGUI: Implement automatic scrolling in AbstractView 2021-09-29 23:58:55 +02:00
Action.cpp LibGUI: Move common action definitions to CommonActions.cpp 2021-08-19 00:11:42 +02:00
Action.h Browser: Use CommonActions where possible and various fixes 2021-09-29 20:04:20 +02:00
ActionGroup.cpp
ActionGroup.h
Application.cpp LibGUI: Add GUI::Application::in_teardown() 2021-11-03 19:56:47 +01:00
Application.h LibGUI: Add GUI::Application::in_teardown() 2021-11-03 19:56:47 +01:00
AutocompleteProvider.cpp LibGUI: Allow autocomplete to stay open after applying 2021-11-02 17:53:22 +01:00
AutocompleteProvider.h LibGUI: Allow autocomplete to stay open after applying 2021-11-02 17:53:22 +01:00
BoxLayout.cpp LibGUI: Consider content_margins for BoxLayout 2021-11-03 16:13:19 +01:00
BoxLayout.h Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Breadcrumbbar.cpp Everywhere: Use my shiny new serenityos.org email :^) 2021-09-03 12:22:36 +02:00
Breadcrumbbar.h LibGUI: Adjust BreadcrumbButtons width on resize 2021-09-01 01:21:51 +02:00
Button.cpp
Button.h
Calendar.cpp
Calendar.h Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
CheckBox.cpp
CheckBox.h
Clipboard.cpp LibCore: Use ErrorOr<T> in Core::AnonymousBuffer 2021-11-08 00:35:27 +01:00
Clipboard.h
CMakeLists.txt LibGUI: Add a GUI::Tray widget for the FilePicker common locations 2021-10-21 23:23:24 +02:00
ColorInput.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
ColorInput.h
ColorPicker.cpp Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
ColorPicker.h ColorPicker: Add ability to select a color on the screen 2021-09-11 19:05:46 +02:00
ColumnsView.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
ColumnsView.h
ComboBox.cpp LibGUI: Make ComboBox text editor release focus when Escape is pressed 2021-11-03 10:48:25 +01:00
ComboBox.h
Command.cpp
Command.h
CommonActions.cpp Browser: Use CommonActions where possible and various fixes 2021-09-29 20:04:20 +02:00
CommonLocationsProvider.cpp
CommonLocationsProvider.h LibGUI: Add missing headers 2021-10-06 23:52:40 +01:00
Desktop.cpp LibGUI/Desktop: Use LibConfig instead of Core::ConfigFile 2021-08-31 17:00:41 +02:00
Desktop.h
Dialog.cpp
Dialog.h
DisplayLink.cpp
DisplayLink.h
DragOperation.cpp
DragOperation.h
EditingEngine.cpp LibGUI: Don't update selection twice after Ctrl-Right 2021-10-15 10:38:57 +02:00
EditingEngine.h LibGUI: Don't update selection twice after Ctrl-Right 2021-10-15 10:38:57 +02:00
EmojiInputDialog.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
EmojiInputDialog.h
Event.cpp
Event.h Everywhere: Rename back-click to backward-click 2021-10-27 22:05:58 +03:00
FileIconProvider.cpp LibGUI: Reduce amount we init for FileIconProvider::filetype_image_icon 2021-08-20 15:31:22 +02:00
FileIconProvider.h
FilePicker.cpp LibGUI: Use the new GUI::Tray widget in GUI::FilePicker 2021-10-21 23:23:24 +02:00
FilePicker.h LibGUI: Use the new GUI::Tray widget in GUI::FilePicker 2021-10-21 23:23:24 +02:00
FilePickerDialog.gml LibGUI: Use the new GUI::Tray widget in GUI::FilePicker 2021-10-21 23:23:24 +02:00
FileSystemModel.cpp LibThreading: Remove redundant method 2021-11-02 11:07:26 +01:00
FileSystemModel.h LibGUI: Add 'on_rename_successful' callback to FileSystemModel 2021-09-27 01:20:48 +02:00
FilteringProxyModel.cpp LibGUI: West Const to East Const refactor 2021-09-08 15:48:02 +04:30
FilteringProxyModel.h LibGUI: West Const to East Const refactor 2021-09-08 15:48:02 +04:30
FocusPolicy.h LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment 2021-10-21 16:48:24 +02:00
FocusSource.h
FontPicker.cpp LibGUI: Categorize font families by variant instead of weight 2021-09-24 14:59:39 +02:00
FontPicker.h LibGUI: Categorize font families by variant instead of weight 2021-09-24 14:59:39 +02:00
FontPickerDialog.gml LibGUI: Categorize font families by variant instead of weight 2021-09-24 14:59:39 +02:00
Forward.h LibGUI: Add missing headers 2021-10-06 23:52:40 +01:00
Frame.cpp LibGUI+FileManager: Clarify Widget margins name 2021-11-03 16:13:19 +01:00
Frame.h LibGUI: Implement content margins for Frame 2021-11-03 16:13:19 +01:00
GMLAutocompleteProvider.cpp LibGUI: ScrollableContainerWidget GML autocomplete 2021-11-03 16:13:19 +01:00
GMLAutocompleteProvider.h
GMLFormatter.cpp
GMLFormatter.h
GMLLexer.cpp
GMLLexer.h
GMLParser.cpp
GMLParser.h
GMLSyntaxHighlighter.cpp
GMLSyntaxHighlighter.h
GroupBox.cpp LibGUI: Invalidate GroupBox layout on font change 2021-11-03 16:13:19 +01:00
GroupBox.h LibGUI: Invalidate GroupBox layout on font change 2021-11-03 16:13:19 +01:00
HeaderView.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
HeaderView.h
Icon.cpp
Icon.h
IconView.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
IconView.h LibGUI: Dynamically resize editing content rect in IconView 2021-09-06 17:38:26 +02:00
ImageWidget.cpp
ImageWidget.h
INILexer.cpp
INILexer.h
INISyntaxHighlighter.cpp
INISyntaxHighlighter.h
InputBox.cpp LibGUI: Use default Button and TextBox heights in InputBox 2021-11-05 01:37:00 +01:00
InputBox.h
ItemListModel.h LibGUI: Convert ItemListModel's Display Role to string during search 2021-10-21 01:10:36 +02:00
JsonArrayModel.cpp
JsonArrayModel.h
Label.cpp
Label.h
Layout.cpp LibGUI: Register GUI::Layout 2021-11-02 17:53:22 +01:00
Layout.h LibGUI: Register layouts with inheritance 2021-11-02 17:53:22 +01:00
LazyWidget.cpp
LazyWidget.h
LinkLabel.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
LinkLabel.h LibGUI: Make links only clickable where the text is 2021-10-21 20:23:04 +01:00
ListView.cpp LibGUI: Reuse draw_item_text function in ListView 2021-08-31 16:43:18 +02:00
ListView.h
Margins.h LibGUI: Add utility functions to Margins 2021-11-03 16:13:19 +01:00
Menu.cpp
Menu.h
Menubar.h
MenuItem.cpp
MenuItem.h LibGUI: Add missing headers 2021-10-06 23:52:40 +01:00
MessageBox.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
MessageBox.h
Model.cpp LibGUI: West Const to East Const refactor 2021-09-08 15:48:02 +04:30
Model.h LibGUI: West Const to East Const refactor 2021-09-08 15:48:02 +04:30
ModelEditingDelegate.h LibGUI: Dynamically resize editing content rect in IconView 2021-09-06 17:38:26 +02:00
ModelIndex.cpp
ModelIndex.h LibGUI: Use default instead of an empty constructor/destructor 2021-09-16 17:17:13 +02:00
ModelRole.h
ModelSelection.cpp
ModelSelection.h
MouseTracker.cpp LibGUI+WindowServer: Introduce new mouse tracking mechanism 2021-09-08 10:53:49 +02:00
MouseTracker.h AK+Everywhere: Reduce the number of template parameters of IntrusiveList 2021-09-10 18:05:46 +03:00
MultiView.cpp LibGUI+FileManager: Clarify Widget margins name 2021-11-03 16:13:19 +01:00
MultiView.h
Notification.cpp
Notification.h
OpacitySlider.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
OpacitySlider.h
Painter.cpp
Painter.h
PasswordInputDialog.cpp
PasswordInputDialog.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
PasswordInputDialog.h
PersistentModelIndex.cpp LibGUI: Implement persistent indices for models 2021-08-08 14:13:37 +02:00
PersistentModelIndex.h LibGUI: Implement persistent indices for models 2021-08-08 14:13:37 +02:00
ProcessChooser.cpp LibGUI+Settings: Remove superfluous margin sets 2021-11-03 16:13:19 +01:00
ProcessChooser.h
Progressbar.cpp
Progressbar.h
RadioButton.cpp LibGUI: Mark GUI::RadioButton as "checkable" 2021-10-23 16:10:44 +02:00
RadioButton.h
RegularEditingEngine.cpp
RegularEditingEngine.h
ResizeCorner.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
ResizeCorner.h
RunningProcessesModel.cpp
RunningProcessesModel.h
ScreenLayout.cpp
ScrollableContainerWidget.cpp LibGUI: AbstractScrollableWidget GML/JSON 2021-11-03 16:13:19 +01:00
ScrollableContainerWidget.h LibGUI: AbstractScrollableWidget GML/JSON 2021-11-03 16:13:19 +01:00
Scrollbar.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
Scrollbar.h LibGUI: Calculate unclamped_scrubber_size() as float 2021-09-22 21:35:42 +02:00
SeparatorWidget.cpp
SeparatorWidget.h
Shortcut.cpp
Shortcut.h LibGUI: Use default instead of an empty constructor/destructor 2021-09-16 17:17:13 +02:00
Slider.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
Slider.h LibGUI: Add track_margin() to Sliders 2021-09-03 02:32:43 +02:00
SortingProxyModel.cpp LibGUI: West Const to East Const refactor 2021-09-08 15:48:02 +04:30
SortingProxyModel.h LibGUI: West Const to East Const refactor 2021-09-08 15:48:02 +04:30
SpinBox.cpp LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 2021-09-22 21:35:42 +02:00
SpinBox.h LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 2021-09-22 21:35:42 +02:00
Splitter.cpp LibGUI+FileManager: Clarify Widget margins name 2021-11-03 16:13:19 +01:00
Splitter.h LibGUI+FileManager: Clarify Widget margins name 2021-11-03 16:13:19 +01:00
StackWidget.cpp
StackWidget.h
Statusbar.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
Statusbar.h
TableView.cpp
TableView.h
TabWidget.cpp LibGUI: Focus next tab after closing active tab 2021-10-30 17:13:25 +03:30
TabWidget.h LibGUI: Support drag-to-reorder in TabWidget 2021-10-07 12:19:27 +02:00
TextBox.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
TextBox.h Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
TextDocument.cpp LibGUI: Make Ctrl-Right at the end of a span work 2021-10-15 10:38:57 +02:00
TextDocument.h LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 2021-09-22 21:35:42 +02:00
TextEditor.cpp LibGUI: Don't re-trigger the autocomplete box when the timer fires 2021-11-02 17:53:22 +01:00
TextEditor.h LibGUI: Add and use TextEditor::hide_autocomplete() 2021-11-02 17:53:22 +01:00
TextPosition.h LibGUI: Use default instead of an empty constructor/destructor 2021-09-16 17:17:13 +02:00
TextRange.h
Toolbar.cpp LibGUI: Make toolbar buttons non-focusable by default 2021-10-21 23:23:24 +02:00
Toolbar.h
ToolbarContainer.cpp LibGUI: ToolbarContainer account for frame width 2021-11-03 16:13:19 +01:00
ToolbarContainer.h
Tray.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
Tray.h LibGUI: Add a GUI::Tray widget for the FilePicker common locations 2021-10-21 23:23:24 +02:00
TreeView.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
TreeView.h
UndoStack.cpp LibGUI: Fixes modified indicator behavior after saving 2021-09-04 21:04:33 +02:00
UndoStack.h
ValueSlider.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
ValueSlider.h LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 2021-09-22 21:35:42 +02:00
Variant.cpp LibGfx: Add FlagRole to GUI::Variant 2021-11-05 23:34:22 +01:00
Variant.h LibGfx: Add FlagRole to GUI::Variant 2021-11-05 23:34:22 +01:00
VimEditingEngine.cpp LibGUI: Convert always-valid pointer to reference 2021-10-15 10:38:57 +02:00
VimEditingEngine.h
Widget.cpp LibGUI+FileManager: Clarify Widget margins name 2021-11-03 16:13:19 +01:00
Widget.h LibGUI: Add content margins 2021-11-03 16:13:19 +01:00
Window.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer() 2021-11-08 00:35:27 +01:00
Window.h LibGUI: Support using a bitmap as override cursor 2021-10-31 12:37:49 +01:00
WindowManagerServerConnection.cpp
WindowManagerServerConnection.h Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
WindowServerConnection.cpp Everywhere: Rename back-click to backward-click 2021-10-27 22:05:58 +03:00
WindowServerConnection.h LibGUI+WindowServer: Introduce new mouse tracking mechanism 2021-09-08 10:53:49 +02:00
WindowType.h