1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:48:11 +00:00
serenity/Userland/Libraries/LibGUI
sin-ack 16ac3bbfd7 LibGUI+Applications: Rename Model::is_valid to is_within_range
The previous name did not describe what the function checked, and was
easy to confuse with ModelIndex::is_valid.
2021-08-06 21:03:53 +02:00
..
Wizards
AboutDialog.cpp AboutDialog: Fix inconsistent margins 2021-07-27 22:17:23 +02:00
AboutDialog.h
AbstractButton.cpp LibGUI: Redraw button on Key_{Return,Space} up event 2021-08-03 14:02:28 +02:00
AbstractButton.h Userland: Make TextWrapping::Wrap opt-in 2021-07-27 22:05:20 +02:00
AbstractScrollableWidget.cpp
AbstractScrollableWidget.h
AbstractSlider.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
AbstractSlider.h
AbstractTableView.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
AbstractTableView.h
AbstractView.cpp LibGUI+Applications: Rename Model::is_valid to is_within_range 2021-08-06 21:03:53 +02:00
AbstractView.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
Action.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
Action.h
ActionGroup.cpp
ActionGroup.h
Application.cpp LibGUI: Update windows when they become active/inactive 2021-07-28 20:25:14 +02:00
Application.h LibGUI: Add GUI_HOVER_DEBUG runtime debugging flag (environment) 2021-07-28 01:01:02 +02:00
AutocompleteProvider.cpp LibGUI+Applications: Rename Model::is_valid to is_within_range 2021-08-06 21:03:53 +02:00
AutocompleteProvider.h
BoxLayout.cpp
BoxLayout.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Breadcrumbbar.cpp
Breadcrumbbar.h
Button.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
Button.h
Calendar.cpp
Calendar.h
CheckBox.cpp Userland: Make TextWrapping::Wrap opt-in 2021-07-27 22:05:20 +02:00
CheckBox.h
Clipboard.cpp LibGUI: Add a ClipboardClient for GUI::Clipboard 2021-07-27 23:49:25 +02:00
Clipboard.h LibGUI: Add a ClipboardClient for GUI::Clipboard 2021-07-27 23:49:25 +02:00
CMakeLists.txt LibGUI: Add a simple GUI::PasswordInputDialog 2021-08-02 10:13:35 +02:00
ColorInput.cpp
ColorInput.h
ColorPicker.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
ColorPicker.h
ColumnsView.cpp LibGUI+Applications: Rename Model::is_valid to is_within_range 2021-08-06 21:03:53 +02:00
ColumnsView.h
ComboBox.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
ComboBox.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Command.cpp
Command.h
CommonLocationsProvider.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
CommonLocationsProvider.h
Desktop.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
Desktop.h LibGUI: Add callback for screen rect change to Desktop.h 2021-07-19 18:21:40 +02:00
Dialog.cpp LibGUI: Allow to specify position on screen for Dialog window 2021-07-29 09:24:08 +02:00
Dialog.h LibGUI: Allow to specify position on screen for Dialog window 2021-07-29 09:24:08 +02:00
DisplayLink.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
DisplayLink.h
DragOperation.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
DragOperation.h
EditingEngine.cpp VimEditingEngine: Operate on real lines rather than wrapped ones 2021-07-15 10:10:07 +02:00
EditingEngine.h VimEditingEngine: Operate on real lines rather than wrapped ones 2021-07-15 10:10:07 +02:00
EmojiInputDialog.cpp
EmojiInputDialog.h
Event.cpp
Event.h
FileIconProvider.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
FileIconProvider.h
FilePicker.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
FilePicker.h LibGUI: Allow to specify FilePicker window position 2021-07-29 09:24:08 +02:00
FilePickerDialog.gml LibGUI: Align FilePickerDialog's common locations with file list view 2021-07-28 11:15:48 +02:00
FileSystemModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
FileSystemModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
FilteringProxyModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
FilteringProxyModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
FocusSource.h
FontPicker.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
FontPicker.h
FontPickerDialog.gml
FontPickerWeightModel.h
Forward.h
Frame.cpp
Frame.h
GMLAutocompleteProvider.cpp LibGUI+Playground: Move GMLAutocompleteProvider to LibGUI 2021-07-29 11:33:16 +02:00
GMLAutocompleteProvider.h LibGUI+Playground: Move GMLAutocompleteProvider to LibGUI 2021-07-29 11:33:16 +02:00
GMLFormatter.cpp
GMLFormatter.h
GMLLexer.cpp
GMLLexer.h
GMLParser.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
GMLParser.h
GMLSyntaxHighlighter.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
GMLSyntaxHighlighter.h LibWeb+LibSyntax: Implement nested syntax highlighters 2021-06-07 14:45:49 +04:30
GroupBox.cpp LibGUI: Tweak GUI::GroupBox title text position 2021-07-20 21:50:06 +02:00
GroupBox.h
HeaderView.cpp HeaderView: Fix horizonal section size miscalculation 2021-06-30 15:15:25 +02:00
HeaderView.h
Icon.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
Icon.h
IconView.cpp LibGui: Add bounding of rubber band to IconView 2021-07-30 13:21:27 +02:00
IconView.h LibGUI: Add some "fudge factor" around IconView item rects 2021-07-27 18:27:49 +02:00
ImageWidget.cpp LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
ImageWidget.h
INILexer.cpp
INILexer.h
INISyntaxHighlighter.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
INISyntaxHighlighter.h
InputBox.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
InputBox.h LibGUI: Add InputType enum to allow creating a password InputBox dialog 2021-07-26 21:55:18 +04:30
ItemListModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
JsonArrayModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
JsonArrayModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
Label.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
Label.h LibGUI: Do not wrap text in statusbar segments 2021-07-29 22:33:34 +01:00
Layout.cpp
Layout.h
LazyWidget.cpp
LazyWidget.h
LinkLabel.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
LinkLabel.h
ListView.cpp LibGUI: Add ModelRole::IconOpacity and support it in all views :^) 2021-07-27 18:27:49 +02:00
ListView.h
Margins.h
Menu.cpp LibGUI, WindowServer: Greatly simplify menubar logic 2021-08-02 00:39:15 +02:00
Menu.h LibGUI, WindowServer: Greatly simplify menubar logic 2021-08-02 00:39:15 +02:00
Menubar.h LibGUI, WindowServer: Greatly simplify menubar logic 2021-08-02 00:39:15 +02:00
MenuItem.cpp
MenuItem.h
MessageBox.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
MessageBox.h
Model.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
Model.h LibGUI+Applications: Rename Model::is_valid to is_within_range 2021-08-06 21:03:53 +02:00
ModelEditingDelegate.h
ModelIndex.cpp
ModelIndex.h
ModelRole.h LibGUI: Add ModelRole::IconOpacity and support it in all views :^) 2021-07-27 18:27:49 +02:00
ModelSelection.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
ModelSelection.h
MultiView.cpp LibGUI: Put actions in order in MultiView 2021-07-25 17:56:51 +02:00
MultiView.h
Notification.cpp
Notification.h
OpacitySlider.cpp
OpacitySlider.h
Painter.cpp
Painter.h
PasswordInputDialog.cpp LibGUI: Add a simple GUI::PasswordInputDialog 2021-08-02 10:13:35 +02:00
PasswordInputDialog.gml LibGUI: Add a simple GUI::PasswordInputDialog 2021-08-02 10:13:35 +02:00
PasswordInputDialog.h LibGUI: Add a simple GUI::PasswordInputDialog 2021-08-02 10:13:35 +02:00
ProcessChooser.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
ProcessChooser.h
Progressbar.cpp
Progressbar.h
RadioButton.cpp Userland: Make TextWrapping::Wrap opt-in 2021-07-27 22:05:20 +02:00
RadioButton.h
RegularEditingEngine.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RegularEditingEngine.h
ResizeCorner.cpp
ResizeCorner.h
RunningProcessesModel.cpp Everywhere: Improve CPU usage calculation 2021-07-18 22:08:26 +02:00
RunningProcessesModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
ScreenLayout.cpp
ScrollableContainerWidget.cpp Profiler: Fix scrolling behavior 2021-05-08 09:55:24 +02:00
ScrollableContainerWidget.h
Scrollbar.cpp LibGUI: Don't invalidate scrollbar rect if disabled 2021-07-19 16:24:06 +02:00
Scrollbar.h
SeparatorWidget.cpp
SeparatorWidget.h
Shortcut.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Shortcut.h
Slider.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
Slider.h
SortingProxyModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
SortingProxyModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
SpinBox.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
SpinBox.h
Splitter.cpp
Splitter.h
StackWidget.cpp
StackWidget.h
Statusbar.cpp LibGUI: Do not wrap text in statusbar segments 2021-07-29 22:33:34 +01:00
Statusbar.h
TableView.cpp LibGUI+Applications: Rename Model::is_valid to is_within_range 2021-08-06 21:03:53 +02:00
TableView.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
TabWidget.cpp LibGUI: Allow TabWidget to remove all tabs except one 2021-08-06 21:03:34 +02:00
TabWidget.h LibGUI: Allow TabWidget to remove all tabs except one 2021-08-06 21:03:34 +02:00
TextBox.cpp LibGUI: Ensure that edit actions are disabled for password boxes 2021-08-02 12:48:55 +01:00
TextBox.h
TextDocument.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
TextDocument.h LibGUI: Add Ctrl-W to insert mode 2021-07-20 03:22:28 +02:00
TextEditor.cpp LibGUI: Ensure that edit actions are disabled for password boxes 2021-08-02 12:48:55 +01:00
TextEditor.h LibGUI: Ensure that edit actions are disabled for password boxes 2021-08-02 12:48:55 +01:00
TextPosition.h
TextRange.h
Toolbar.cpp
Toolbar.h
ToolbarContainer.cpp
ToolbarContainer.h
TreeView.cpp LibGUI: Add ModelRole::IconOpacity and support it in all views :^) 2021-07-27 18:27:49 +02:00
TreeView.h LibGUI: Tighten paint invalidation rects in item views :^) 2021-07-10 18:30:46 +02:00
UndoStack.cpp
UndoStack.h
Variant.cpp
Variant.h LibGUI: Add Variant::as_float_or(fallback) 2021-07-27 18:27:49 +02:00
VimEditingEngine.cpp LibGUI: Add Ctrl-U to insert mode 2021-07-20 03:22:28 +02:00
VimEditingEngine.h VimEditingEngine: Allow repeats for dd, yy and x 2021-07-15 10:10:07 +02:00
Widget.cpp Revert "LibGUI: Only dispatch Leave if the now-hovered widget isn't a child" 2021-07-28 21:28:56 +02:00
Widget.h Revert "LibGUI: Only dispatch Leave if the now-hovered widget isn't a child" 2021-07-28 21:28:56 +02:00
Window.cpp LibGUI: Add on_active_window_change function object to the Window class 2021-08-05 11:43:12 +02:00
Window.h LibGUI: Add on_active_window_change function object to the Window class 2021-08-05 11:43:12 +02:00
WindowManagerServerConnection.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
WindowManagerServerConnection.h
WindowServerConnection.cpp LibGUI: Remove unused header includes 2021-08-01 08:10:16 +02:00
WindowServerConnection.h LibGUI+WindowServer: Expose WindowServer client id to the client 2021-07-18 17:21:28 +02:00
WindowType.h