ladybird/Libraries/LibGUI
2020-08-15 19:07:47 +02:00
..
AboutDialog.cpp LibGUI: Rename GUI::Image => GUI::ImageWidget 2020-07-23 17:31:08 +02:00
AboutDialog.h
AbstractButton.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
AbstractButton.h LibCore+LibGUI: Switch to using AK::is and AK::downcast 2020-07-26 17:51:00 +02:00
AbstractTableView.cpp LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableView 2020-07-07 23:11:39 +02:00
AbstractTableView.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
AbstractView.cpp LibGUI: Add hover highlighting and keyboard controls to ComboBox 2020-07-15 13:19:44 +02:00
AbstractView.h LibGUI: Add hover highlighting and keyboard controls to ComboBox 2020-07-15 13:19:44 +02:00
Action.cpp LibCore+LibGUI: Switch to using AK::is and AK::downcast 2020-07-26 17:51:00 +02:00
Action.h LibCore+LibGUI: Switch to using AK::is and AK::downcast 2020-07-26 17:51:00 +02:00
ActionGroup.cpp
ActionGroup.h
Application.cpp LibGUI: Update active tooltip when source widget changes the label 2020-08-15 13:45:08 +02:00
Application.h LibGUI: Update active tooltip when source widget changes the label 2020-08-15 13:45:08 +02:00
BoxLayout.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
BoxLayout.h
Button.cpp Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 2020-07-04 17:25:31 +02:00
Button.h
CheckBox.cpp Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 2020-07-04 17:25:31 +02:00
CheckBox.h
Clipboard.cpp
Clipboard.h
CMakeLists.txt LibGUI: Move file icon lookup into a separate FileIconProvider 2020-08-12 20:41:13 +02:00
ColorInput.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
ColorInput.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
ColorPicker.cpp LibGUI: Fix ColorPicker custom color offset 2020-08-13 16:58:31 +02:00
ColorPicker.h
ColumnsView.cpp LibGUI: Remove Model::sibling() since it's the same as index() 2020-08-13 20:18:11 +02:00
ColumnsView.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
ComboBox.cpp LibGUI: Fix ComboBox desktop intersection rect 2020-08-13 16:06:02 +02:00
ComboBox.h LibGUI: Use ControlBoxButtons in SpinBox and ComboBox 2020-07-20 21:03:48 +02:00
Command.cpp
Command.h
ControlBoxButton.cpp LibGUI: Add ControlBoxButton to LibGUI 2020-07-20 21:03:48 +02:00
ControlBoxButton.h LibGUI: Add ControlBoxButton to LibGUI 2020-07-20 21:03:48 +02:00
CppLexer.cpp CppLexer: Actually give raw strings type RawString 2020-08-03 15:54:33 +02:00
CppLexer.h CppLexer: Support raw string literals 2020-07-27 12:11:19 +02:00
CppSyntaxHighlighter.cpp CppLexer: Support raw string literals 2020-07-27 12:11:19 +02:00
CppSyntaxHighlighter.h
Desktop.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Desktop.h LibGUI: Add Desktop::{taskbar,menubar}_height() 2020-08-13 16:06:02 +02:00
Dialog.cpp
Dialog.h
DisplayLink.cpp
DisplayLink.h
DragOperation.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
DragOperation.h
EmojiInputDialog.cpp Unicode: Try s/codepoint/code_point/g again 2020-08-05 22:33:42 +02:00
EmojiInputDialog.h
Event.cpp Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 2020-07-04 17:25:31 +02:00
Event.h LibGUI: Make focus events more aware of why focus is changing 2020-08-15 00:05:45 +02:00
FileIconProvider.cpp LibGUI: Move file icon lookup into a separate FileIconProvider 2020-08-12 20:41:13 +02:00
FileIconProvider.h LibGUI: Move file icon lookup into a separate FileIconProvider 2020-08-12 20:41:13 +02:00
FilePicker.cpp LibGUI: Rename ModelClient::on_model_update() => model_did_update() 2020-08-13 20:18:11 +02:00
FilePicker.h LibGUI: Rename ModelClient::on_model_update() => model_did_update() 2020-08-13 20:18:11 +02:00
FileSystemModel.cpp LibGUI: Move file icon lookup into a separate FileIconProvider 2020-08-12 20:41:13 +02:00
FileSystemModel.h LibGUI: Move file icon lookup into a separate FileIconProvider 2020-08-12 20:41:13 +02:00
FilteringProxyModel.cpp LibGUI: Add FilteringProxyModel 2020-08-01 08:39:26 +02:00
FilteringProxyModel.h LibGUI: Add FilteringProxyModel 2020-08-01 08:39:26 +02:00
FocusSource.h LibGUI: Make focus events more aware of why focus is changing 2020-08-15 00:05:45 +02:00
FontDatabase.cpp
FontDatabase.h
Forward.h LibGUI: Move file icon lookup into a separate FileIconProvider 2020-08-12 20:41:13 +02:00
Frame.cpp
Frame.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
GroupBox.cpp LibGUI: Draw contiguous frame if GroupBox title is left empty 2020-07-14 17:55:39 +02:00
GroupBox.h
Icon.cpp
Icon.h
IconView.cpp LibGUI: Add ability to disable multiselect for views 2020-07-13 19:49:34 +02:00
IconView.h LibGUI: Improve IconView performance with large selections 2020-07-13 19:49:34 +02:00
ImageWidget.cpp LibGUI: Fix build after renaming Image => ImageWidget 2020-07-23 17:43:44 +02:00
ImageWidget.h LibGUI: Rename GUI::Image => GUI::ImageWidget 2020-07-23 17:31:08 +02:00
INILexer.cpp
INILexer.h
INISyntaxHighlighter.cpp
INISyntaxHighlighter.h
InputBox.cpp LibGUI: Set parent icon, margins and disable resize for InputBox 2020-07-18 16:27:57 +02:00
InputBox.h LibGUI: Add InputBox::show with required parent window argument 2020-07-16 16:10:21 +02:00
JsonArrayModel.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
JsonArrayModel.h
JSSyntaxHighlighter.cpp LibGUI: Highlight JS Extends and Super tokens 2020-07-01 11:18:44 +02:00
JSSyntaxHighlighter.h
Label.cpp
Label.h
Layout.cpp
Layout.h
LazyWidget.cpp
LazyWidget.h
ListView.cpp LibGUI: Add hover highlighting and keyboard controls to ComboBox 2020-07-15 13:19:44 +02:00
ListView.h LibGUI: Add hover highlighting and keyboard controls to ComboBox 2020-07-15 13:19:44 +02:00
Margins.h
Menu.cpp LibGUI: Enable icons for SubMenus 2020-07-28 16:29:44 +02:00
Menu.h LibGUI: Enable icons for SubMenus 2020-07-28 16:29:44 +02:00
MenuBar.cpp
MenuBar.h
MenuItem.cpp WindowServer/LibGUI: Add default menu items and allow default action for context menu 2020-07-11 11:45:49 +02:00
MenuItem.h WindowServer/LibGUI: Add default menu items and allow default action for context menu 2020-07-11 11:45:49 +02:00
MessageBox.cpp LibGUI: Rename GUI::Image => GUI::ImageWidget 2020-07-23 17:31:08 +02:00
MessageBox.h LibWeb: Require parent window argument for MessageBox 2020-07-16 16:10:21 +02:00
Model.cpp LibGUI: Rename ModelClient::on_model_update() => model_did_update() 2020-08-13 20:18:11 +02:00
Model.h LibGUI: Rename ModelClient::on_model_update() => model_did_update() 2020-08-13 20:18:11 +02:00
ModelEditingDelegate.h
ModelIndex.cpp
ModelIndex.h LibGUI: Add ModelIndex::model() 2020-08-13 21:09:39 +02:00
ModelSelection.cpp LibGUI: Add ModelClient abstract class and allow registering clients 2020-07-13 19:49:34 +02:00
ModelSelection.h LibGUI: Make ModelSelection non-copyable and non-movable 2020-08-14 12:15:11 +02:00
MultiView.cpp LibGUI: Add ability to disable multiselect for views 2020-07-13 19:49:34 +02:00
MultiView.h LibGUI: Add ability to disable multiselect for views 2020-07-13 19:49:34 +02:00
Notification.cpp
Notification.h
Painter.cpp
Painter.h
ProcessChooser.cpp LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" click 2020-08-15 19:07:47 +02:00
ProcessChooser.h LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" click 2020-08-15 19:07:47 +02:00
ProgressBar.cpp
ProgressBar.h
RadioButton.cpp LibCore+LibGUI: Switch to using AK::is and AK::downcast 2020-07-26 17:51:00 +02:00
RadioButton.h LibCore+LibGUI: Switch to using AK::is and AK::downcast 2020-07-26 17:51:00 +02:00
ResizeCorner.cpp
ResizeCorner.h
RunningProcessesModel.cpp DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI 2020-07-28 16:29:36 +02:00
RunningProcessesModel.h DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI 2020-07-28 16:29:36 +02:00
ScrollableWidget.cpp GUI: Give MouseEvent shift() / ctrl() / alt() / logo() functions 2020-08-12 11:02:30 +02:00
ScrollableWidget.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
ScrollBar.cpp ScrollBar: Let clicking the gutter scroll by one page 2020-08-12 11:02:30 +02:00
ScrollBar.h ScrollBar: Let clicking the gutter scroll by one page 2020-08-12 11:02:30 +02:00
Shortcut.cpp
Shortcut.h Kernel: Move headers intended for userspace use into Kernel/API/ 2020-07-04 17:22:23 +02:00
Slider.cpp LibGUI: Paint slider knob as indented when disabled 2020-07-18 16:27:57 +02:00
Slider.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
SortingProxyModel.cpp LibGUI: Remove unused bool SortingProxyModel::m_sorting 2020-08-13 20:18:11 +02:00
SortingProxyModel.h LibGUI: Remove unused bool SortingProxyModel::m_sorting 2020-08-13 20:18:11 +02:00
SpinBox.cpp LibGUI: Use ControlBoxButtons in SpinBox and ComboBox 2020-07-20 21:03:48 +02:00
SpinBox.h LibGUI: Use ControlBoxButtons in SpinBox and ComboBox 2020-07-20 21:03:48 +02:00
Splitter.cpp LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableView 2020-07-07 23:11:39 +02:00
Splitter.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
StackWidget.cpp LibCore+LibGUI: Switch to using AK::is and AK::downcast 2020-07-26 17:51:00 +02:00
StackWidget.h
StatusBar.cpp
StatusBar.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h
TableView.cpp Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 2020-07-04 17:25:31 +02:00
TableView.h
TabWidget.cpp LibCore+LibGUI: Switch to using AK::is and AK::downcast 2020-07-26 17:51:00 +02:00
TabWidget.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
TextBox.cpp
TextBox.h
TextDocument.cpp Unicode: Try s/codepoint/code_point/g again 2020-08-05 22:33:42 +02:00
TextDocument.h HackStudio: Use CodeDocument instead of TextDocument 2020-08-15 15:06:35 +02:00
TextEditor.cpp LibGUI: When focusing a TextEditor via keyboard, select all contents 2020-08-15 00:05:45 +02:00
TextEditor.h HackStudio: Use CodeDocument instead of TextDocument 2020-08-15 15:06:35 +02:00
TextPosition.h
TextRange.h
ToolBar.cpp
ToolBar.h
ToolBarContainer.cpp
ToolBarContainer.h LibGUI: Remove unnecessary LibHTTP #include 2020-07-22 17:48:11 +02:00
TreeView.cpp LibGUI: Remove Model::sibling() since it's the same as index() 2020-08-13 20:18:11 +02:00
TreeView.h LibGUI: Add on_toggle function to TreeView 2020-07-07 13:38:35 +02:00
UndoStack.cpp
UndoStack.h
Variant.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Variant.h AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
Widget.cpp LibGUI: Update active tooltip when source widget changes the label 2020-08-15 13:45:08 +02:00
Widget.h LibGUI: Update active tooltip when source widget changes the label 2020-08-15 13:45:08 +02:00
Window.cpp LibGUI: Add and use Window::center_on_screen() 2020-08-15 17:38:19 +02:00
Window.h LibGUI: Add and use Window::center_on_screen() 2020-08-15 17:38:19 +02:00
WindowServerConnection.cpp LibGUI: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
WindowServerConnection.h WindowServer: Add accessory windows 2020-07-15 17:15:45 +02:00
WindowType.h