ladybird/Userland/Libraries/LibGUI
Andreas Kling 775ae27a55 Revert "StatusBar: Allow GML files to set the number of labels to create"
This reverts commit e11ec20650.

Broke FileManager, Browser, etc.
2021-02-02 19:02:01 +01:00
..
AboutDialog.cpp
AboutDialog.h
AbstractButton.cpp
AbstractButton.h
AbstractSlider.cpp
AbstractSlider.h
AbstractTableView.cpp AbstractTableView: prevent setting an invalid index 2021-01-25 22:26:18 +01:00
AbstractTableView.h
AbstractView.cpp
AbstractView.h
Action.cpp
Action.h
ActionGroup.cpp
ActionGroup.h
Application.cpp WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer 2021-01-16 17:20:53 +01:00
Application.h WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer 2021-01-16 17:20:53 +01:00
AutocompleteProvider.cpp HackStudio: Integate with C++ parser-based autocomplete 2021-01-27 21:10:57 +01:00
AutocompleteProvider.h
BoxLayout.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
BoxLayout.h
BreadcrumbBar.cpp
BreadcrumbBar.h
Button.cpp
Button.h
Calendar.cpp
Calendar.h
CheckBox.cpp
CheckBox.h
Clipboard.cpp LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
Clipboard.h
CMakeLists.txt
ColorInput.cpp
ColorInput.h
ColorPicker.cpp
ColorPicker.h
ColumnsView.cpp
ColumnsView.h
ComboBox.cpp
ComboBox.h
Command.cpp
Command.h
ControlBoxButton.cpp
ControlBoxButton.h
CppSyntaxHighlighter.cpp Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
CppSyntaxHighlighter.h
Desktop.cpp
Desktop.h
Dialog.cpp
Dialog.h
DisplayLink.cpp
DisplayLink.h
DragOperation.cpp Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes 2021-01-16 11:26:53 +01:00
DragOperation.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
EditingEngine.cpp Vim: Add change word and delete word functionality 2021-01-28 08:17:02 +01:00
EditingEngine.h Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
EmojiInputDialog.cpp
EmojiInputDialog.h
Event.cpp
Event.h WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmap 2021-01-15 23:24:07 +01:00
FileIconProvider.cpp
FileIconProvider.h
FilePicker.cpp LibGUI: Switch cancel/confirm button order on file picker dialog 2021-01-26 21:02:46 +01:00
FilePicker.h
FileSystemModel.cpp
FileSystemModel.h
FilteringProxyModel.cpp
FilteringProxyModel.h
FocusSource.h
FontPicker.cpp
FontPicker.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
FontPickerDialog.gml
Forward.h
Frame.cpp
Frame.h
GMLFormatter.cpp
GMLFormatter.h
GMLLexer.cpp
GMLLexer.h
GMLParser.cpp
GMLParser.h
GMLSyntaxHighlighter.cpp
GMLSyntaxHighlighter.h
GroupBox.cpp
GroupBox.h
HeaderView.cpp
HeaderView.h
Icon.cpp
Icon.h
IconView.cpp Everywhere: Remove unnecessary debug comments. 2021-01-25 09:47:36 +01:00
IconView.h
ImageWidget.cpp
ImageWidget.h
INILexer.cpp
INILexer.h
INISyntaxHighlighter.cpp
INISyntaxHighlighter.h
InputBox.cpp
InputBox.h
ItemListModel.h
JsonArrayModel.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-22 22:14:30 +01:00
JsonArrayModel.h
JSSyntaxHighlighter.cpp Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
JSSyntaxHighlighter.h
Label.cpp
Label.h
Layout.cpp
Layout.h
LazyWidget.cpp
LazyWidget.h
LinkLabel.cpp
LinkLabel.h
ListView.cpp
ListView.h
Margins.h
Menu.cpp Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
Menu.h
MenuBar.cpp
MenuBar.h
MenuItem.cpp
MenuItem.h
MessageBox.cpp
MessageBox.h
Model.cpp
Model.h
ModelEditingDelegate.h
ModelIndex.cpp
ModelIndex.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
ModelRole.h
ModelSelection.cpp
ModelSelection.h
MultiView.cpp
MultiView.h
Notification.cpp LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
Notification.h
OpacitySlider.cpp LibGUI: Fix OpacitySlider hairline disappearing towards the left 2021-01-15 23:24:07 +01:00
OpacitySlider.h
Painter.cpp
Painter.h
ProcessChooser.cpp
ProcessChooser.h
ProgressBar.cpp
ProgressBar.h
RadioButton.cpp
RadioButton.h
RegularEditingEngine.cpp Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
RegularEditingEngine.h Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
ResizeCorner.cpp LibGUI+WindowServer: Don't use a WM IPC to initiate own window resize 2021-02-01 11:23:54 +01:00
ResizeCorner.h
RunningProcessesModel.cpp Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes 2021-01-16 11:26:53 +01:00
RunningProcessesModel.h
ScrollableWidget.cpp
ScrollableWidget.h
ScrollBar.cpp
ScrollBar.h
SeparatorWidget.cpp
SeparatorWidget.h
ShellSyntaxHighlighter.cpp Shell: Make the parser read consecutive sequences without recursing 2021-01-23 08:28:58 +01:00
ShellSyntaxHighlighter.h
Shortcut.cpp
Shortcut.h
Slider.cpp
Slider.h
SortingProxyModel.cpp
SortingProxyModel.h
SpinBox.cpp
SpinBox.h
Splitter.cpp
Splitter.h
StackWidget.cpp
StackWidget.h
StatusBar.cpp Revert "StatusBar: Allow GML files to set the number of labels to create" 2021-02-02 19:02:01 +01:00
StatusBar.h Revert "StatusBar: Allow GML files to set the number of labels to create" 2021-02-02 19:02:01 +01:00
SyntaxHighlighter.cpp
SyntaxHighlighter.h
TableView.cpp
TableView.h
TabWidget.cpp
TabWidget.h
TextBox.cpp
TextBox.h
TextDocument.cpp
TextDocument.h
TextEditor.cpp Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
TextEditor.h Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
TextPosition.h
TextRange.h
ToolBar.cpp
ToolBar.h
ToolBarContainer.cpp
ToolBarContainer.h
TreeView.cpp Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
TreeView.h
UndoStack.cpp
UndoStack.h
Variant.cpp
Variant.h
VimEditingEngine.cpp Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
VimEditingEngine.h Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
Widget.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-16 11:54:35 +01:00
Widget.h LibGUI: Resolve cyclic inclusion 2021-01-22 21:49:54 +01:00
Window.cpp LibGUI+WindowServer: Don't use a WM IPC to initiate own window resize 2021-02-01 11:23:54 +01:00
Window.h LibGUI+WindowServer: Don't use a WM IPC to initiate own window resize 2021-02-01 11:23:54 +01:00
WindowServerConnection.cpp LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
WindowServerConnection.h
WindowType.h