Andreas Kling bde9c2bc65 LibGUI: Add GUI::Window::try_add_menu() 3 years ago
..
Wizards e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 years ago
AboutDialog.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
AboutDialog.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
AbstractButton.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
AbstractButton.h 34844dd547 LibGUI: Refine AbstractButton pressing behaviour 3 years ago
AbstractScrollableWidget.cpp dab7ec190e LibGUI: Margins for AbstractScrollableWidget 3 years ago
AbstractScrollableWidget.h dab7ec190e LibGUI: Margins for AbstractScrollableWidget 3 years ago
AbstractSlider.cpp 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 years ago
AbstractSlider.h 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 years ago
AbstractTableView.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
AbstractTableView.h d660e86d13 LibGUI: Implement automatic scrolling in AbstractView 3 years ago
AbstractView.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
AbstractView.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
Action.cpp d8fd4eee9b LibGUI: Move common action definitions to CommonActions.cpp 4 years ago
Action.h 578318ca0f Browser: Use CommonActions where possible and various fixes 3 years ago
ActionGroup.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ActionGroup.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Application.cpp 24ea6a8ce7 LibGUI: Add GUI::Application::in_teardown() 3 years ago
Application.h a0ef655451 LibGUI: Let Application constructor accept in Main::Arguments 3 years ago
AutocompleteProvider.cpp 221a32577e LibGUI: Support applying AutocompleteBox suggestions with mouse 3 years ago
AutocompleteProvider.h d5baf1c1fa LibGUI: Allow autocomplete to stay open after applying 3 years ago
BoxLayout.cpp 70e5a77794 LibGUI: Consider content_margins for BoxLayout 3 years ago
BoxLayout.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors 3 years ago
Breadcrumbbar.cpp e2c32a6c65 Everywhere: Use my shiny new serenityos.org email :^) 3 years ago
Breadcrumbbar.h 71f345bbb8 LibGUI: Adjust BreadcrumbButtons width on resize 3 years ago
Button.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 years ago
Button.h 0ee7991dca LibGUI: Tweak GUI::Button::on_context_menu_event hook signature 4 years ago
CMakeLists.txt bc79be362d LibGUI: Add GUI::Menubar::try_add_menu() 3 years ago
Calendar.cpp d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 years ago
Calendar.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors 3 years ago
CheckBox.cpp 4c9c85ac01 Userland: Make TextWrapping::Wrap opt-in 4 years ago
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Clipboard.cpp 768915bbcd LibGUI: Make clipboard bitmap parsing more robust 3 years ago
Clipboard.h f22c0ffe0c LibGUI+Everywhere: Make sync requests to Clipboard server more obvious 3 years ago
ColorInput.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
ColorInput.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ColorPicker.cpp 0de33b3d6c LibGfx: Use ErrorOr<T> for Bitmap::try_create() 3 years ago
ColorPicker.h 253eb5c6d7 ColorPicker: Add ability to select a color on the screen 3 years ago
ColumnsView.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
ColumnsView.h df96380121 LibGUI: Tighten paint invalidation rects in item views :^) 4 years ago
ComboBox.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
ComboBox.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
Command.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Command.h 0bfbee4596 LibGUI: Make Command::action_text() virtual 4 years ago
CommonActions.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 years ago
CommonLocationsProvider.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 years ago
CommonLocationsProvider.h 9d2e06b039 LibGUI: Add missing headers 3 years ago
Desktop.cpp d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" 3 years ago
Desktop.h d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" 3 years ago
Dialog.cpp 84ee95c346 LibGUI: Allow to specify position on screen for Dialog window 4 years ago
Dialog.h 84ee95c346 LibGUI: Allow to specify position on screen for Dialog window 4 years ago
DisplayLink.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 years ago
DisplayLink.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
DragOperation.cpp 6e255b262f LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer() 3 years ago
DragOperation.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
EditingEngine.cpp 3647001c93 LibGUI: Don't update selection twice after Ctrl-Right 3 years ago
EditingEngine.h 3647001c93 LibGUI: Don't update selection twice after Ctrl-Right 3 years ago
EmojiInputDialog.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
EmojiInputDialog.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Event.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Event.h d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" 3 years ago
FileIconProvider.cpp 58fb3ebf66 LibCore+AK: Move MappedFile from AK to LibCore 3 years ago
FileIconProvider.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
FilePicker.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
FilePicker.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
FilePickerDialog.gml c1576aca11 LibGUI: Use the new GUI::Tray widget in GUI::FilePicker 3 years ago
FileSystemModel.cpp 8e4eebe9b1 LibGUI: Use ErrorOr<T> in the file system thumbnail generator 3 years ago
FileSystemModel.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
FilteringProxyModel.cpp 2189cc6bf1 LibGUI: Reverse FilteringProxyModel update propagation flow 3 years ago
FilteringProxyModel.h 2189cc6bf1 LibGUI: Reverse FilteringProxyModel update propagation flow 3 years ago
FocusPolicy.h d621534511 LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment 3 years ago
FocusSource.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
FontPicker.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 years ago
FontPicker.h 4d2f349710 LibGUI: Categorize font families by variant instead of weight 3 years ago
FontPickerDialog.gml 4d2f349710 LibGUI: Categorize font families by variant instead of weight 3 years ago
Forward.h 9d2e06b039 LibGUI: Add missing headers 3 years ago
Frame.cpp 8249ea792e LibGUI+FileManager: Clarify Widget margins name 3 years ago
Frame.h 6964c2a2db LibGUI: Implement content margins for Frame 3 years ago
GMLAutocompleteProvider.cpp 82d7934959 LibGUI: ScrollableContainerWidget GML autocomplete 3 years ago
GMLAutocompleteProvider.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
GMLFormatter.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
GMLFormatter.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
GMLLexer.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
GMLLexer.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
GMLParser.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 years ago
GMLParser.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
GMLSyntaxHighlighter.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 years ago
GMLSyntaxHighlighter.h 71b4433b0d LibWeb+LibSyntax: Implement nested syntax highlighters 4 years ago
GroupBox.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
GroupBox.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
HeaderView.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
HeaderView.h 3f5eb6446b LibGUI: Make HeaderView act only on the visible sections 4 years ago
INILexer.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
INILexer.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
INISyntaxHighlighter.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 years ago
INISyntaxHighlighter.h 71b4433b0d LibWeb+LibSyntax: Implement nested syntax highlighters 4 years ago
Icon.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
Icon.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
IconView.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
IconView.h 0583f75926 LibGUI: Dynamically resize editing content rect in IconView 3 years ago
ImageWidget.cpp 58fb3ebf66 LibCore+AK: Move MappedFile from AK to LibCore 3 years ago
ImageWidget.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
InputBox.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
InputBox.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
ItemListModel.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
JsonArrayModel.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 years ago
JsonArrayModel.h ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() 4 years ago
Label.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 years ago
Label.h 667124dc22 LibGUI: Do not wrap text in statusbar segments 4 years ago
Layout.cpp 6dc2749795 LibGUI: Register GUI::Layout 3 years ago
Layout.h 416988cc7f LibGUI: Register layouts with inheritance 3 years ago
LazyWidget.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
LazyWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
LinkLabel.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 years ago
LinkLabel.h 9bf6d51aec LibGUI: Make links only clickable where the text is 3 years ago
ListView.cpp 4bad2bf100 LibGUI: Reuse draw_item_text function in ListView 3 years ago
ListView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Margins.h a08685b9a4 LibGUI: Add utility functions to Margins 3 years ago
Menu.cpp 611370e7dc LibGUI, WindowServer: Greatly simplify menubar logic 4 years ago
Menu.h 611370e7dc LibGUI, WindowServer: Greatly simplify menubar logic 4 years ago
MenuItem.cpp a8a899adbf WindowServer+LibGUI: Make much of menu construction asynchronous 4 years ago
MenuItem.h 9d2e06b039 LibGUI: Add missing headers 3 years ago
Menubar.cpp bc79be362d LibGUI: Add GUI::Menubar::try_add_menu() 3 years ago
Menubar.h bc79be362d LibGUI: Add GUI::Menubar::try_add_menu() 3 years ago
MessageBox.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
MessageBox.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
Model.cpp 484b9c1ba3 LibGUI: West Const to East Const refactor 3 years ago
Model.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
ModelEditingDelegate.h 0583f75926 LibGUI: Dynamically resize editing content rect in IconView 3 years ago
ModelIndex.cpp 7a4445a1fe LibGUI/TreeView: Select parent on collapse 4 years ago
ModelIndex.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 years ago
ModelRole.h 8ba47facf6 LibGUI: Add ModelRole::IconOpacity and support it in all views :^) 4 years ago
ModelSelection.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 years ago
ModelSelection.h 3d4afe7614 Everywhere: "indexes" => "indices" 4 years ago
MouseTracker.cpp 45126655cd LibGUI+WindowServer: Introduce new mouse tracking mechanism 3 years ago
MouseTracker.h 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList 3 years ago
MultiView.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 years ago
MultiView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Notification.cpp ac650d2362 Userland: Remove dummy IPC methods 4 years ago
Notification.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
OpacitySlider.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
OpacitySlider.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Painter.cpp 381dcca2f6 Revert "LibGfx: Add directional floating-point scaling to Painter" 4 years ago
Painter.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
PasswordInputDialog.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 years ago
PasswordInputDialog.gml e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 years ago
PasswordInputDialog.h 1f51b72e6d LibGUI: Add a simple GUI::PasswordInputDialog 4 years ago
PersistentModelIndex.cpp d73116e5d5 LibGUI: Implement persistent indices for models 4 years ago
PersistentModelIndex.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 years ago
ProcessChooser.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
ProcessChooser.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
Progressbar.cpp 8d5eb075d8 LibGUI: Convert StringBuilder::appendf() => AK::Format 4 years ago
Progressbar.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
RadioButton.cpp d91732f959 LibGUI: Mark GUI::RadioButton as "checkable" 3 years ago
RadioButton.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
RegularEditingEngine.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
RegularEditingEngine.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
ResizeCorner.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
ResizeCorner.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
RunningProcessesModel.cpp 7e77a2ec40 Everywhere: Improve CPU usage calculation 4 years ago
RunningProcessesModel.h ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() 4 years ago
ScreenLayout.cpp aa15bf81e4 WindowServer: Add API to set/get screen layouts 4 years ago
ScrollableContainerWidget.cpp 54f459e020 LibGUI: AbstractScrollableWidget GML/JSON 3 years ago
ScrollableContainerWidget.h 54f459e020 LibGUI: AbstractScrollableWidget GML/JSON 3 years ago
Scrollbar.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
Scrollbar.h 3159e548a5 LibGUI: Calculate unclamped_scrubber_size() as float 3 years ago
SeparatorWidget.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
SeparatorWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
SettingsWindow.cpp 23341f35cb LibGUI: Add SettingsWindow class 3 years ago
SettingsWindow.h 23341f35cb LibGUI: Add SettingsWindow class 3 years ago
Shortcut.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Shortcut.h a7364eef3c LibGUI: Use default instead of an empty constructor/destructor 3 years ago
Slider.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
Slider.h dabbe4ee27 LibGUI: Add track_margin() to Sliders 3 years ago
SortingProxyModel.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
SortingProxyModel.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
SpinBox.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 years ago
SpinBox.h 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 years ago
Splitter.cpp 8249ea792e LibGUI+FileManager: Clarify Widget margins name 3 years ago
Splitter.h 8249ea792e LibGUI+FileManager: Clarify Widget margins name 3 years ago
StackWidget.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
StackWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Statusbar.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 years ago
Statusbar.h ee1a4a06e0 LibGUI: Allow specifying GUI::Statusbar segment count in GML 4 years ago
TabWidget.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
TabWidget.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
TableView.cpp 16ac3bbfd7 LibGUI+Applications: Rename Model::is_valid to is_within_range 4 years ago
TableView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
TextBox.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
TextBox.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors 3 years ago
TextDocument.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
TextDocument.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
TextEditor.cpp f22c0ffe0c LibGUI+Everywhere: Make sync requests to Clipboard server more obvious 3 years ago
TextEditor.h 22e80bae29 LibGUI: Change delete key handling from action to keydown_event 3 years ago
TextPosition.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 years ago
TextRange.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 years ago
Toolbar.cpp 25475f7003 LibGUI: Make toolbar buttons non-focusable by default 3 years ago
Toolbar.h 5daf7bd2ef LibGUI: Make GUI::Toolbar::add_action() return the toolbar button 4 years ago
ToolbarContainer.cpp a4eeb6f9eb LibGUI: ToolbarContainer account for frame width 3 years ago
ToolbarContainer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Tray.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
Tray.h ae2579d8b5 LibGUI: Add a GUI::Tray widget for the FilePicker common locations 3 years ago
TreeView.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 years ago
TreeView.h 1408aa1295 LibGUI: Do not allow tree column to shrink beyond indent and icon 4 years ago
UndoStack.cpp 964249a5b0 LibGUI: Fixes modified indicator behavior after saving 3 years ago
UndoStack.h c670d8c56d LibGUI: Add UndoStack::{undo,redo}_action_text() 4 years ago
ValueSlider.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 years ago
ValueSlider.h 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 years ago
Variant.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
Variant.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
VimEditingEngine.cpp 2f023acf78 LibGUI: Convert always-valid pointer to reference 3 years ago
VimEditingEngine.h 7b7548ce9d VimEditingEngine: Allow repeats for dd, yy and x 4 years ago
Widget.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
Widget.h 6b79745aa4 LibGUI: Add GUI::Widget::try_set_layout<T>(...) 3 years ago
Window.cpp bde9c2bc65 LibGUI: Add GUI::Window::try_add_menu() 3 years ago
Window.h bde9c2bc65 LibGUI: Add GUI::Window::try_add_menu() 3 years ago
WindowManagerServerConnection.cpp d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" 3 years ago
WindowManagerServerConnection.h d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" 3 years ago
WindowServerConnection.cpp d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" 3 years ago
WindowServerConnection.h 45126655cd LibGUI+WindowServer: Introduce new mouse tracking mechanism 3 years ago
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago