ladybird/Userland/Libraries/LibGUI
2022-07-10 16:23:40 +02:00
..
GML LibGUI: Fix GML parser command order regression 2022-06-10 22:30:05 +01:00
Wizards LibGUI: Use new DialogButton for consistency 2022-06-10 23:02:07 +01:00
AboutDialog.cpp LibGUI: Use new DialogButton for consistency 2022-06-10 23:02:07 +01:00
AboutDialog.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AbstractButton.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AbstractButton.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AbstractScrollableWidget.cpp LibGUI: Fix scrollbars not showing after updating content size 2022-07-01 23:58:08 +01:00
AbstractScrollableWidget.h LibGUI: Fix flickering scrollbars in AbstractScrollableWidget 2022-06-30 11:53:50 +02:00
AbstractSlider.cpp
AbstractSlider.h
AbstractTableView.cpp LibGUI: Remove usages of deprecated implicit conversions 2022-06-28 17:52:42 +01:00
AbstractTableView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AbstractThemePreview.cpp LibGUI: Support setting an in memory theme in AbstractThemePreview 2022-06-17 19:46:30 +01:00
AbstractThemePreview.h LibGUI: Support setting an in memory theme in AbstractThemePreview 2022-06-17 19:46:30 +01:00
AbstractView.cpp LibGUI: Register many properties of AbstractView 2022-04-06 12:47:50 +02:00
AbstractView.h LibGUI: Register many properties of AbstractView 2022-04-06 12:47:50 +02:00
AbstractZoomPanWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
AbstractZoomPanWidget.h
Action.cpp LibGUI+WindowServer: Propagate action icon changes to buttons and menus 2022-06-01 12:33:06 +01:00
Action.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ActionGroup.cpp
ActionGroup.h
Application.cpp LibGUI: Remove usages of deprecated implicit conversions 2022-06-28 17:52:42 +01:00
Application.h LibGUI: Add on_theme_change callback to Application 2022-06-17 19:46:30 +01:00
AutocompleteProvider.cpp LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
AutocompleteProvider.h LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
BoxLayout.cpp LibGUI: Grow spacers after doing layout 2022-06-28 17:52:42 +01:00
BoxLayout.h LibGUI: Change preferred_size in Layout to new layout system 2022-06-28 17:52:42 +01:00
Breadcrumbbar.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
Breadcrumbbar.h
Button.cpp LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
Button.h LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
Calendar.cpp LibGUI: Remove Tile.date_time member from Calendar 2022-04-20 18:37:56 +02:00
Calendar.h LibGUI: Remove Tile.date_time member from Calendar 2022-04-20 18:37:56 +02:00
CheckBox.cpp LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
CheckBox.h LibGUI: Add ability to position checkboxes to the right of their text 2022-05-21 22:25:33 +02:00
Clipboard.cpp
Clipboard.h
CMakeLists.txt LibGUI: Fix typo in ConnectionToWindowManagerServer 2022-06-01 19:31:34 +02:00
ColorInput.cpp LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
ColorInput.h LibGUI: Add AllowCallback parameter to ColorInput::set_color() 2022-04-29 20:06:39 +02:00
ColorPicker.cpp LibGUI: Use new DialogButton for consistency 2022-06-10 23:02:07 +01:00
ColorPicker.h
ColumnsView.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ColumnsView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ComboBox.cpp LibGUI: Support typing to search for ComboBox 2022-07-08 11:40:19 +01:00
ComboBox.h LibGUI: Add clear_selection helper for ComboBox 2022-06-17 19:46:30 +01:00
Command.h
CommandPalette.cpp LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
CommandPalette.h LibGUI: Make Dialog::ScreenPosition an enum class 2022-05-13 16:27:43 +02:00
CommonActions.cpp LibGUI: Add side mouse buttons as an alternate shortcut for back/forward 2022-05-30 00:13:27 +01:00
CommonLocationsProvider.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CommonLocationsProvider.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ConnectionToWindowManagerServer.cpp Taskbar+Desktop: Add super+D keyboard shortcut 2022-06-01 19:31:34 +02:00
ConnectionToWindowManagerServer.h Taskbar+Desktop: Add super+D keyboard shortcut 2022-06-01 19:31:34 +02:00
ConnectionToWindowServer.cpp LibGUI: Add on_theme_change callback to Application 2022-06-17 19:46:30 +01:00
ConnectionToWindowServer.h WindowServer+LibGUI: Notify windows when their maximized state changes 2022-04-05 17:45:07 +02:00
Desktop.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Desktop.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Dialog.cpp LibGUI: Prevent CenterWithinParent Dialogs from appearing offscreen 2022-06-20 16:50:25 +01:00
Dialog.h LibGUI: Make Dialog::ScreenPosition an enum class 2022-05-13 16:27:43 +02:00
DisplayLink.cpp
DisplayLink.h
DragOperation.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DragOperation.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
EditingEngine.cpp LibGUI: Remove unused functions in EditingEngine class 2022-04-23 17:04:39 -07:00
EditingEngine.h LibGUI: Remove unused functions in EditingEngine class 2022-04-23 17:04:39 -07:00
EmojiInputDialog.cpp LibGUI: Close EmojiDialog on active window change 2022-06-29 03:29:02 +00:00
EmojiInputDialog.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Event.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Event.h Taskbar+Desktop: Add super+D keyboard shortcut 2022-06-01 19:31:34 +02:00
FileIconProvider.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FileIconProvider.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FilePicker.cpp LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
FilePicker.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FilePickerDialog.gml LibGUI: Use new layout system in FilePickerDialog 2022-06-28 17:52:42 +01:00
FileSystemModel.cpp FileManager: Don't show new dotfiles if the option is disabled 2022-05-07 20:31:40 +02:00
FileSystemModel.h LibGUI: Return Optional<Node const&> from node_for_path() 2022-04-04 12:48:31 +02:00
FilteringProxyModel.cpp LibGUI: Show column names when using FilteringProxyModel with TableView 2022-05-07 20:07:48 +02:00
FilteringProxyModel.h LibGUI: Show column names when using FilteringProxyModel with TableView 2022-05-07 20:07:48 +02:00
FocusPolicy.h
FocusSource.h
FontPicker.cpp LibGUI: Use default buttons in ColorPicker and FontPicker 2022-06-02 22:33:00 +02:00
FontPicker.h LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
FontPickerDialog.gml LibGUI: Use new DialogButton for consistency 2022-06-10 23:02:07 +01:00
Forward.h LibGUI: Add DialogButton convenience class 2022-06-10 23:02:07 +01:00
Frame.cpp
Frame.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GitCommitLexer.cpp
GitCommitLexer.h
GitCommitSyntaxHighlighter.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GitCommitSyntaxHighlighter.h
GlyphMapWidget.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
GlyphMapWidget.h LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
GroupBox.cpp LibGUI: Add layout change propagation to Widget 2022-06-30 11:53:50 +02:00
GroupBox.h
HeaderView.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
HeaderView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Icon.cpp Applications: Add a new NetworkSettings application 2022-07-09 09:22:25 +01:00
Icon.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IconView.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IconView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ImageWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ImageWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
INILexer.cpp
INILexer.h
INISyntaxHighlighter.cpp
INISyntaxHighlighter.h
InputBox.cpp LibGUI: Use new layout system in InputBox 2022-06-28 17:52:42 +01:00
InputBox.h LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
ItemListModel.h
JsonArrayModel.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
JsonArrayModel.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Label.cpp LibGUI: Change Label standard preferred height to opportunistic grow 2022-06-30 11:51:25 +02:00
Label.h LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
Layout.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Layout.h LibGUI: Change preferred_size in Layout to new layout system 2022-06-28 17:52:42 +01:00
LazyWidget.cpp LibGUI: Register LazyWidget 2022-04-03 12:21:05 +02:00
LazyWidget.h
LinkLabel.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
LinkLabel.h
ListView.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ListView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Margins.h LibGUI: Add horizontal and vertical totals to Margins 2022-07-04 11:15:40 +02:00
Menu.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Menu.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Menubar.cpp
Menubar.h
MenuItem.cpp LibGUI+WindowServer: Propagate action icon changes to buttons and menus 2022-06-01 12:33:06 +01:00
MenuItem.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MessageBox.cpp LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
MessageBox.h LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
Model.cpp
Model.h
ModelEditingDelegate.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ModelIndex.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ModelIndex.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ModelRole.h
ModelSelection.cpp AK+LibGUI: Pass predicate to *_matching() methods by const reference 2022-05-08 17:02:00 +02:00
ModelSelection.h AK+LibGUI: Pass predicate to *_matching() methods by const reference 2022-05-08 17:02:00 +02:00
MouseTracker.cpp
MouseTracker.h
MultiView.cpp
MultiView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Notification.cpp
Notification.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
OpacitySlider.cpp LibGUI: Fix {Value,Opacity}Slider value changes for values less than 0 2022-05-08 17:17:56 +02:00
OpacitySlider.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Painter.cpp
Painter.h
PasswordInputDialog.cpp LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
PasswordInputDialog.gml Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +02:00
PasswordInputDialog.h LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
PersistentModelIndex.cpp
PersistentModelIndex.h
Process.cpp LibGUI: Add GUI::Process::spawn_or_show_error() 2022-05-25 23:14:22 +01:00
Process.h LibGUI: Add GUI::Process::spawn_or_show_error() 2022-05-25 23:14:22 +01:00
ProcessChooser.cpp LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
ProcessChooser.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Progressbar.cpp
Progressbar.h
RadioButton.cpp LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
RadioButton.h LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
RegularEditingEngine.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
RegularEditingEngine.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ResizeCorner.cpp
ResizeCorner.h
RunningProcessesModel.cpp
RunningProcessesModel.h
ScreenLayout.cpp
ScrollableContainerWidget.cpp LibGUI: Add custom layout change handling to ScrollableContainerWidget 2022-06-30 11:53:50 +02:00
ScrollableContainerWidget.h LibGUI: Add custom layout change handling to ScrollableContainerWidget 2022-06-30 11:53:50 +02:00
Scrollbar.cpp LibGUI: Implement new layout system for Scrollbar 2022-06-28 17:52:42 +01:00
Scrollbar.h LibGUI: Implement new layout system for Scrollbar 2022-06-28 17:52:42 +01:00
SeparatorWidget.cpp
SeparatorWidget.h
SettingsWindow.cpp LibGUI+Applications: Use the new layout system in the settings screens 2022-06-28 17:52:42 +01:00
SettingsWindow.h LibGUI: Support "modified" window state in SettingsWindow 2022-05-12 13:10:49 +02:00
Shortcut.cpp LibGUI: Allow Shortcuts to have a mouse button associated with them 2022-05-30 00:13:27 +01:00
Shortcut.h LibGUI: Allow Shortcuts to have a mouse button associated with them 2022-05-30 00:13:27 +01:00
Slider.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Slider.h
SortingProxyModel.cpp
SortingProxyModel.h LibGUI: Delegate the tree column in SortingProxyModel 2022-04-06 12:47:50 +02:00
SpinBox.cpp LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
SpinBox.h LibGUI: Add on_return_pressed function to SpinBox 2022-05-23 00:12:19 +02:00
Splitter.cpp LibGUI: Use new layout system in Splitter 2022-06-28 17:52:42 +01:00
Splitter.h
StackWidget.cpp
StackWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Statusbar.cpp LibGUI: Remove usages of deprecated implicit conversions 2022-06-28 17:52:42 +01:00
Statusbar.h
TableView.cpp LibGUI: Disable editing cell when ctrl key is pressed 2022-04-13 09:26:44 +04:30
TableView.h
TabWidget.cpp LibGUI: Notify the layout system of more relevant events in TabWidget 2022-07-04 11:15:40 +02:00
TabWidget.h LibGUI: Implement calculated min/preferred sizes for TabWidget 2022-07-04 11:15:40 +02:00
TextBox.cpp LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
TextBox.h LibGUI: Add button to PasswordBox to reveal the password 2022-05-08 16:36:53 +02:00
TextDocument.cpp LibGUI: Unindent selected text on shift+tab press 2022-07-08 11:47:56 +01:00
TextDocument.h LibGUI: Unindent selected text on shift+tab press 2022-07-08 11:47:56 +01:00
TextEditor.cpp LibGUI: Disallow selection identation in readonly text editors 2022-07-10 16:23:40 +02:00
TextEditor.h LibGUI: Unindent selected text on shift+tab press 2022-07-08 11:47:56 +01:00
TextPosition.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TextRange.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Toolbar.cpp LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
Toolbar.h LibGUI: Use new layout system for basic widgets 2022-06-28 17:52:42 +01:00
ToolbarContainer.cpp
ToolbarContainer.h
Tray.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
Tray.h
TreeView.cpp LibGUI: Don't stringify non-textlike data in TreeView's tree column 2022-04-06 12:47:50 +02:00
TreeView.h LibGUI: Add is_toggled getter for TreeView 2022-04-06 12:47:50 +02:00
TreeViewModel.cpp LibGUI: Add TreeViewModel as a simpler interface for building TreeViews 2022-05-13 16:31:03 +02:00
TreeViewModel.h LibGUI: Add TreeViewModel as a simpler interface for building TreeViews 2022-05-13 16:31:03 +02:00
UIDimensions.h LibGUI: Add read-only effective size properties for debugging 2022-06-28 17:52:42 +01:00
UndoStack.cpp LibGUI: Add fallible try_push() variant to UndoStack 2022-07-06 14:25:30 +02:00
UndoStack.h LibGUI: Add fallible try_push() variant to UndoStack 2022-07-06 14:25:30 +02:00
ValueSlider.cpp LibGUI: Fix {Value,Opacity}Slider value changes for values less than 0 2022-05-08 17:17:56 +02:00
ValueSlider.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Variant.cpp LibGUI: Make GUI::Variant an actual Variant 2022-04-20 00:15:23 +04:30
Variant.h LibGUI: Make GUI::Variant an actual Variant 2022-04-20 00:15:23 +04:30
VimEditingEngine.cpp LibGUI: Implement case inversion in Vim emulation 2022-05-26 21:51:23 +01:00
VimEditingEngine.h LibGUI: Implement case inversion in Vim emulation 2022-05-26 21:51:23 +01:00
Widget.cpp LibGUI: Don't ignore invisible widgets during layout changes 2022-07-05 21:26:04 +02:00
Widget.h LibGUI: Add layout change propagation to Widget 2022-06-30 11:53:50 +02:00
Window.cpp LibGUI: Calculate Window min_size on show 2022-07-04 11:15:40 +02:00
Window.h LibGUI: Calculate Window min_size on show 2022-07-04 11:15:40 +02:00
WindowType.h