thislooksfun eb3ca64819 LibGUI: Dynamically process layouts from GML files 3 年之前
..
Wizards e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 3 年之前
AboutDialog.cpp eb6f9d469a AboutDialog: Accept a version string 3 年之前
AboutDialog.h eb6f9d469a AboutDialog: Accept a version string 3 年之前
AbstractButton.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年之前
AbstractButton.h 34844dd547 LibGUI: Refine AbstractButton pressing behaviour 3 年之前
AbstractScrollableWidget.cpp 53cfc6ec9f LibGUI: Account for scrollbar width when calculating autoscroll delta 3 年之前
AbstractScrollableWidget.h d660e86d13 LibGUI: Implement automatic scrolling in AbstractView 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 d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年之前
AbstractView.h d660e86d13 LibGUI: Implement automatic scrolling in AbstractView 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 d46c3896c6 LibGUI: Add show_tooltip_immediately() 3 年之前
Application.h d46c3896c6 LibGUI: Add show_tooltip_immediately() 3 年之前
AutocompleteProvider.cpp f7f9d09e72 LibGUI: Remove GUI::AutocompleteProvider::Entry::kind 3 年之前
AutocompleteProvider.h f7f9d09e72 LibGUI: Remove GUI::AutocompleteProvider::Entry::kind 3 年之前
BoxLayout.cpp 416988cc7f LibGUI: Register layouts with inheritance 3 年之前
BoxLayout.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
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 ae2579d8b5 LibGUI: Add a GUI::Tray widget for the FilePicker common locations 3 年之前
Calendar.cpp d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 年之前
Calendar.h 649d2faeab Everywhere: Use "the SerenityOS developers." in copyright headers 4 年之前
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 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 年之前
Clipboard.h 0c53c2dfa2 LibGUI: Add a ClipboardClient for GUI::Clipboard 4 年之前
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 d6a0726302 Everywhere: Rename left/right-click to primary/secondary 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 8ea22121ac Userland: Migrate to argument-less deferred_invoke 3 年之前
ComboBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
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 578318ca0f Browser: Use CommonActions where possible and various fixes 3 年之前
CommonLocationsProvider.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 年之前
CommonLocationsProvider.h 9d2e06b039 LibGUI: Add missing headers 3 年之前
Desktop.cpp d276657f85 LibGUI/Desktop: Use LibConfig instead of Core::ConfigFile 3 年之前
Desktop.h b8f3441300 LibGUI: Add callback for screen rect change to Desktop.h 4 年之前
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 c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 年之前
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 e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 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 c6247fe414 Everywhere: Rename back-click to backward-click 3 年之前
FileIconProvider.cpp ac055554f6 LibGUI: Reduce amount we init for FileIconProvider::filetype_image_icon 3 年之前
FileIconProvider.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
FilePicker.cpp c1576aca11 LibGUI: Use the new GUI::Tray widget in GUI::FilePicker 3 年之前
FilePicker.h c1576aca11 LibGUI: Use the new GUI::Tray widget in GUI::FilePicker 3 年之前
FilePickerDialog.gml c1576aca11 LibGUI: Use the new GUI::Tray widget in GUI::FilePicker 3 年之前
FileSystemModel.cpp 59619572d6 LibThreading: Remove redundant method 3 年之前
FileSystemModel.h 05630d2d5d LibGUI: Add 'on_rename_successful' callback to FileSystemModel 3 年之前
FilteringProxyModel.cpp 484b9c1ba3 LibGUI: West Const to East Const refactor 3 年之前
FilteringProxyModel.h 484b9c1ba3 LibGUI: West Const to East Const refactor 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 4d2f349710 LibGUI: Categorize font families by variant instead of weight 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 e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 3 年之前
Frame.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
GMLAutocompleteProvider.cpp 03b52e26f0 LibGUI: Use fuzzy matching for GML suggestions 3 年之前
GMLAutocompleteProvider.h 2b5566d7cc LibGUI+Playground: Move GMLAutocompleteProvider to LibGUI 4 年之前
GMLFormatter.cpp ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 年之前
GMLFormatter.h ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 年之前
GMLLexer.cpp cb5a50d3f7 LibGUI: Fix off-by-one error in Lexer tokens 4 年之前
GMLLexer.h cb5a50d3f7 LibGUI: Fix off-by-one error in Lexer tokens 4 年之前
GMLParser.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 年之前
GMLParser.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
GMLSyntaxHighlighter.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 年之前
GMLSyntaxHighlighter.h 71b4433b0d LibWeb+LibSyntax: Implement nested syntax highlighters 4 年之前
GroupBox.cpp 3652ab8b2a LibGUI: Tweak GUI::GroupBox title text position 4 年之前
GroupBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
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 cb5a50d3f7 LibGUI: Fix off-by-one error in Lexer tokens 4 年之前
INILexer.h cb5a50d3f7 LibGUI: Fix off-by-one error in Lexer tokens 4 年之前
INISyntaxHighlighter.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 年之前
INISyntaxHighlighter.h 71b4433b0d LibWeb+LibSyntax: Implement nested syntax highlighters 4 年之前
Icon.cpp c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 年之前
Icon.h b91c49364d AK: Rename adopt() to adopt_ref() 4 年之前
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 751cb094ff LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 4 年之前
ImageWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
InputBox.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 3 年之前
InputBox.h 81c183e06a LibGUI: Add InputType enum to allow creating a password InputBox dialog 4 年之前
ItemListModel.h 097902bd06 LibGUI: Convert ItemListModel's Display Role to string during search 3 年之前
JsonArrayModel.cpp ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() 4 年之前
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 d6a0726302 Everywhere: Rename left/right-click to primary/secondary 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 a7364eef3c LibGUI: Use default instead of an empty constructor/destructor 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.h 611370e7dc LibGUI, WindowServer: Greatly simplify menubar logic 4 年之前
MessageBox.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 3 年之前
MessageBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
Model.cpp 484b9c1ba3 LibGUI: West Const to East Const refactor 3 年之前
Model.h 484b9c1ba3 LibGUI: West Const to East Const refactor 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 a7364eef3c LibGUI: Use default instead of an empty constructor/destructor 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 e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 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 1f51b72e6d LibGUI: Add a simple GUI::PasswordInputDialog 4 年之前
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 3 年之前
PersistentModelIndex.h d73116e5d5 LibGUI: Implement persistent indices for models 3 年之前
ProcessChooser.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 3 年之前
ProcessChooser.h 99dfab08c9 LibGUI: Correctly call update() in ProcessChooser 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 eed6ce8b8b Profiler: Fix scrolling behavior 4 年之前
ScrollableContainerWidget.h 18d344609f LibGUI: Add ScrollableContainerWidget :^) 4 年之前
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 年之前
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 484b9c1ba3 LibGUI: West Const to East Const refactor 3 年之前
SortingProxyModel.h 484b9c1ba3 LibGUI: West Const to East Const refactor 3 年之前
SpinBox.cpp 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 年之前
SpinBox.h 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 年之前
Splitter.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年之前
Splitter.h 89272e810a LibGUI: Have GUI::Splitter track all grabbable areas 4 年之前
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 05aeff1c4d LibGUI: Focus next tab after closing active tab 3 年之前
TabWidget.h e1684860a3 LibGUI: Support drag-to-reorder in TabWidget 3 年之前
TableView.cpp 16ac3bbfd7 LibGUI+Applications: Rename Model::is_valid to is_within_range 3 年之前
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 34a64ed25b LibGUI+Browser: Add UrlBox class 3 年之前
TextDocument.cpp a8930997f0 LibGUI: Make Ctrl-Right at the end of a span work 3 年之前
TextDocument.h 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 年之前
TextEditor.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年之前
TextEditor.h 2f023acf78 LibGUI: Convert always-valid pointer to reference 3 年之前
TextPosition.h a7364eef3c LibGUI: Use default instead of an empty constructor/destructor 3 年之前
TextRange.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
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 e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 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 d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 年之前
TreeView.h 1408aa1295 LibGUI: Do not allow tree column to shrink beyond indent and icon 3 年之前
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 859975f6bd LibGUI: Add MetricRole and PathRole to GUI::Variant 3 年之前
Variant.h 859975f6bd LibGUI: Add MetricRole and PathRole to GUI::Variant 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 eb3ca64819 LibGUI: Dynamically process layouts from GML files 3 年之前
Widget.h 116bb4888f LibGUI: Support using a bitmap as override cursor 3 年之前
Window.cpp 116bb4888f LibGUI: Support using a bitmap as override cursor 3 年之前
Window.h 116bb4888f LibGUI: Support using a bitmap as override cursor 3 年之前
WindowManagerServerConnection.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 年之前
WindowManagerServerConnection.h 7984c2836d WindowServer: Add API to change virtual desktop settings 4 年之前
WindowServerConnection.cpp c6247fe414 Everywhere: Rename back-click to backward-click 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 年之前