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