Andreas Kling e0b60d56a5 LibGUI: Make FilteringProxyModel::data() support multi-column data 3 yıl önce
..
Wizards e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 yıl önce
AboutDialog.cpp 2cfd7cbeda LibGUI: Update the AboutDialog copyright year :^) 3 yıl önce
AboutDialog.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
AbstractButton.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 yıl önce
AbstractButton.h 34844dd547 LibGUI: Refine AbstractButton pressing behaviour 3 yıl önce
AbstractScrollableWidget.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 yıl önce
AbstractScrollableWidget.h dab7ec190e LibGUI: Margins for AbstractScrollableWidget 3 yıl önce
AbstractSlider.cpp 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 yıl önce
AbstractSlider.h 8b8f404146 LibGUI: Add movement methods to AbstractSlider 3 yıl önce
AbstractTableView.cpp 8eb8949d9c LibGUI: Calculate row position for scroll into view 3 yıl önce
AbstractTableView.h 8eb8949d9c LibGUI: Calculate row position for scroll into view 3 yıl önce
AbstractView.cpp 4459cb33ed LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_if 3 yıl önce
AbstractView.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
AbstractZoomPanWidget.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 yıl önce
AbstractZoomPanWidget.h 5d7f2086b0 LibGUI: Add `AbstractZoomPanWidget` widget :^) 3 yıl önce
Action.cpp 6c049ea4c4 LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcut 3 yıl önce
Action.h 6c049ea4c4 LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcut 3 yıl önce
ActionGroup.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
ActionGroup.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
Application.cpp 24ea6a8ce7 LibGUI: Add GUI::Application::in_teardown() 3 yıl önce
Application.h a0ef655451 LibGUI: Let Application constructor accept in Main::Arguments 3 yıl önce
AutocompleteProvider.cpp 221a32577e LibGUI: Support applying AutocompleteBox suggestions with mouse 3 yıl önce
AutocompleteProvider.h d5baf1c1fa LibGUI: Allow autocomplete to stay open after applying 3 yıl önce
BoxLayout.cpp 70e5a77794 LibGUI: Consider content_margins for BoxLayout 3 yıl önce
BoxLayout.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors 3 yıl önce
Breadcrumbbar.cpp e2c32a6c65 Everywhere: Use my shiny new serenityos.org email :^) 3 yıl önce
Breadcrumbbar.h 71f345bbb8 LibGUI: Adjust BreadcrumbButtons width on resize 3 yıl önce
Button.cpp f77ac3a73c LibGUI: Allow Buttons to set themselves as default 3 yıl önce
Button.h f77ac3a73c LibGUI: Allow Buttons to set themselves as default 3 yıl önce
CMakeLists.txt 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation 3 yıl önce
Calendar.cpp d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 yıl önce
Calendar.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors 3 yıl önce
CheckBox.cpp 4c9c85ac01 Userland: Make TextWrapping::Wrap opt-in 4 yıl önce
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
Clipboard.cpp 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 3 yıl önce
Clipboard.h f22c0ffe0c LibGUI+Everywhere: Make sync requests to Clipboard server more obvious 3 yıl önce
ColorInput.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 yıl önce
ColorInput.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
ColorPicker.cpp b46ea5158d WindowsServer+LibGUI: Avoid getting color under cursor outside screen 3 yıl önce
ColorPicker.h 253eb5c6d7 ColorPicker: Add ability to select a color on the screen 3 yıl önce
ColumnsView.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 yıl önce
ColumnsView.h df96380121 LibGUI: Tighten paint invalidation rects in item views :^) 4 yıl önce
ComboBox.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 yıl önce
ComboBox.h 298a6b9937 LibGUI+FontEditor: Allow ComboBox on_change callback to be toggled 3 yıl önce
Command.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
Command.h 0bfbee4596 LibGUI: Make Command::action_text() virtual 4 yıl önce
CommonActions.cpp 10e473bf26 Base+Browser: Add Browser icons 3 yıl önce
CommonLocationsProvider.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 yıl önce
CommonLocationsProvider.h 9d2e06b039 LibGUI: Add missing headers 3 yıl önce
Desktop.cpp d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" 3 yıl önce
Desktop.h d21dc1f451 Everywhere: Replace "virtual desktop" => "workspace" 3 yıl önce
Dialog.cpp 84ee95c346 LibGUI: Allow to specify position on screen for Dialog window 4 yıl önce
Dialog.h 84ee95c346 LibGUI: Allow to specify position on screen for Dialog window 4 yıl önce
DisplayLink.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 yıl önce
DisplayLink.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
DragOperation.cpp 6e255b262f LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer() 3 yıl önce
DragOperation.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
EditingEngine.cpp 3647001c93 LibGUI: Don't update selection twice after Ctrl-Right 3 yıl önce
EditingEngine.h fa94978a7e LibGUI: Add EngineType to EditingEngine classes 3 yıl önce
EmojiInputDialog.cpp ab02e3981e EmojiInputDialog: Increase size of buttons and dialog 3 yıl önce
EmojiInputDialog.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
Event.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
Event.h 1662213737 Userland: Add horizontal mouse scroll support 3 yıl önce
FileIconProvider.cpp 13acf603d8 LibGUI: Avoid unnecessary copies in FileIconProvider 3 yıl önce
FileIconProvider.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
FilePicker.cpp d375904978 Base+LibGUI: Add unique "Save As" icon 3 yıl önce
FilePicker.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
FilePickerDialog.gml c1576aca11 LibGUI: Use the new GUI::Tray widget in GUI::FilePicker 3 yıl önce
FileSystemModel.cpp a0ba21e442 LibGUI: Print error when failing to load thumbnail in FileSystemModel 3 yıl önce
FileSystemModel.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
FilteringProxyModel.cpp e0b60d56a5 LibGUI: Make FilteringProxyModel::data() support multi-column data 3 yıl önce
FilteringProxyModel.h 8fb52c6962 LibGUI: Make FilteringProxyModel reference-count its parent model 3 yıl önce
FocusPolicy.h d621534511 LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment 3 yıl önce
FocusSource.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
FontPicker.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 yıl önce
FontPicker.h 4d2f349710 LibGUI: Categorize font families by variant instead of weight 3 yıl önce
FontPickerDialog.gml 4d2f349710 LibGUI: Categorize font families by variant instead of weight 3 yıl önce
Forward.h 9d2e06b039 LibGUI: Add missing headers 3 yıl önce
Frame.cpp 8249ea792e LibGUI+FileManager: Clarify Widget margins name 3 yıl önce
Frame.h 6964c2a2db LibGUI: Implement content margins for Frame 3 yıl önce
GMLAutocompleteProvider.cpp 82d7934959 LibGUI: ScrollableContainerWidget GML autocomplete 3 yıl önce
GMLAutocompleteProvider.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
GMLFormatter.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
GMLFormatter.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
GMLLexer.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
GMLLexer.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
GMLParser.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 yıl önce
GMLParser.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
GMLSyntaxHighlighter.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 yıl önce
GMLSyntaxHighlighter.h 71b4433b0d LibWeb+LibSyntax: Implement nested syntax highlighters 4 yıl önce
GitCommitLexer.cpp 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation 3 yıl önce
GitCommitLexer.h 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation 3 yıl önce
GitCommitSyntaxHighlighter.cpp 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation 3 yıl önce
GitCommitSyntaxHighlighter.h 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation 3 yıl önce
GlyphMapWidget.cpp 66e72ed5e6 LibGUI: Allow selecting glyphs by dragging in GlyphMapWidget 3 yıl önce
GlyphMapWidget.h 66e72ed5e6 LibGUI: Allow selecting glyphs by dragging in GlyphMapWidget 3 yıl önce
GroupBox.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
GroupBox.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
HeaderView.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 yıl önce
HeaderView.h 3f5eb6446b LibGUI: Make HeaderView act only on the visible sections 4 yıl önce
INILexer.cpp 1f7e363b74 LibGUI: Use consistent naming scheme in INILexer 3 yıl önce
INILexer.h 1f7e363b74 LibGUI: Use consistent naming scheme in INILexer 3 yıl önce
INISyntaxHighlighter.cpp cd92b73845 LibGUI: Convert INISyntaxHighlighter to east-const 3 yıl önce
INISyntaxHighlighter.h cd92b73845 LibGUI: Convert INISyntaxHighlighter to east-const 3 yıl önce
Icon.cpp 186de9fe4d LibGUI: Make GUI::try_create_default_icon() tolerate single-size icons 3 yıl önce
Icon.h 61fed26400 LibGUI: Add ErrorOr wrapper for default icon creation 3 yıl önce
IconView.cpp 28a2a01dc3 LibGUI: Use autoscroll from AbstractView when rubberbanding in IconView 3 yıl önce
IconView.h 28a2a01dc3 LibGUI: Use autoscroll from AbstractView when rubberbanding in IconView 3 yıl önce
ImageWidget.cpp 58fb3ebf66 LibCore+AK: Move MappedFile from AK to LibCore 3 yıl önce
ImageWidget.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
InputBox.cpp 7beea36052 LibGUI+LoginServer: Use default buttons in InputBox and LoginWindow 3 yıl önce
InputBox.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
ItemListModel.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
JsonArrayModel.cpp 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 yıl önce
JsonArrayModel.h ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() 4 yıl önce
Label.cpp 8623cec0d7 LibGUI: Remove unused header includes 4 yıl önce
Label.h 667124dc22 LibGUI: Do not wrap text in statusbar segments 4 yıl önce
Layout.cpp 037fbbf5d9 LibGUI: Add existing children widgets when layout manager changed 3 yıl önce
Layout.h 56c4f0aff5 LibGUI: Add fallible variants of the GUI::Layout add/insert APIs 3 yıl önce
LazyWidget.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
LazyWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
LinkLabel.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 yıl önce
LinkLabel.h 9bf6d51aec LibGUI: Make links only clickable where the text is 3 yıl önce
ListView.cpp 4bad2bf100 LibGUI: Reuse draw_item_text function in ListView 3 yıl önce
ListView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
Margins.h a08685b9a4 LibGUI: Add utility functions to Margins 3 yıl önce
Menu.cpp 708ec90bba LibGUI: Add Menu::set_children_actions_enabled() helper 3 yıl önce
Menu.h 708ec90bba LibGUI: Add Menu::set_children_actions_enabled() helper 3 yıl önce
MenuItem.cpp a8a899adbf WindowServer+LibGUI: Make much of menu construction asynchronous 4 yıl önce
MenuItem.h 6c049ea4c4 LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcut 3 yıl önce
Menubar.cpp bc79be362d LibGUI: Add GUI::Menubar::try_add_menu() 3 yıl önce
Menubar.h bc79be362d LibGUI: Add GUI::Menubar::try_add_menu() 3 yıl önce
MessageBox.cpp 3132ce1d36 LibGUI: Show hours and minutes in "unsaved changes" dialogs 3 yıl önce
MessageBox.h e5e109a556 LibGUI: Add optional unmodified timestamp to "unsaved changes" dialogs 3 yıl önce
Model.cpp 484b9c1ba3 LibGUI: West Const to East Const refactor 3 yıl önce
Model.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
ModelEditingDelegate.h 0583f75926 LibGUI: Dynamically resize editing content rect in IconView 3 yıl önce
ModelIndex.cpp 7a4445a1fe LibGUI/TreeView: Select parent on collapse 4 yıl önce
ModelIndex.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 yıl önce
ModelRole.h 8ba47facf6 LibGUI: Add ModelRole::IconOpacity and support it in all views :^) 4 yıl önce
ModelSelection.cpp a433727961 LibGUI: Avoid double hash lookup in ModelSelection::add() 3 yıl önce
ModelSelection.h 2375e1bcda LibGUI: Rename ModelSelection::remove_matching => remove_all_matching 3 yıl önce
MouseTracker.cpp 45126655cd LibGUI+WindowServer: Introduce new mouse tracking mechanism 3 yıl önce
MouseTracker.h 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList 3 yıl önce
MultiView.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 yıl önce
MultiView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
Notification.cpp 2e1bbcb0fa LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 3 yıl önce
Notification.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
OpacitySlider.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 yıl önce
OpacitySlider.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
Painter.cpp 381dcca2f6 Revert "LibGfx: Add directional floating-point scaling to Painter" 4 yıl önce
Painter.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
PasswordInputDialog.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 yıl önce
PasswordInputDialog.gml e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 yıl önce
PasswordInputDialog.h 1f51b72e6d LibGUI: Add a simple GUI::PasswordInputDialog 4 yıl önce
PersistentModelIndex.cpp d73116e5d5 LibGUI: Implement persistent indices for models 4 yıl önce
PersistentModelIndex.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 yıl önce
ProcessChooser.cpp f6633a1026 LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr 3 yıl önce
ProcessChooser.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
Progressbar.cpp 8d5eb075d8 LibGUI: Convert StringBuilder::appendf() => AK::Format 4 yıl önce
Progressbar.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
RadioButton.cpp d91732f959 LibGUI: Mark GUI::RadioButton as "checkable" 3 yıl önce
RadioButton.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
RegularEditingEngine.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
RegularEditingEngine.h fa94978a7e LibGUI: Add EngineType to EditingEngine classes 3 yıl önce
ResizeCorner.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 yıl önce
ResizeCorner.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
RunningProcessesModel.cpp 7e77a2ec40 Everywhere: Improve CPU usage calculation 4 yıl önce
RunningProcessesModel.h ca2c81251a Everywhere: Replace Model::update() with Model::invalidate() 4 yıl önce
ScreenLayout.cpp aa15bf81e4 WindowServer: Add API to set/get screen layouts 4 yıl önce
ScrollableContainerWidget.cpp 54f459e020 LibGUI: AbstractScrollableWidget GML/JSON 3 yıl önce
ScrollableContainerWidget.h 54f459e020 LibGUI: AbstractScrollableWidget GML/JSON 3 yıl önce
Scrollbar.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 yıl önce
Scrollbar.h 86363ffe6e LibGUI: Add visual clue to Scrollbar gutter 3 yıl önce
SeparatorWidget.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
SeparatorWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
SettingsWindow.cpp d95e50643e LibGUI: Cast unused smart-pointer return values to void 3 yıl önce
SettingsWindow.h 60c132d7d3 LibGUI: Move GUI::SettingsWindow setup out of the constructor 3 yıl önce
Shortcut.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
Shortcut.h a7364eef3c LibGUI: Use default instead of an empty constructor/destructor 3 yıl önce
Slider.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 yıl önce
Slider.h dabbe4ee27 LibGUI: Add track_margin() to Sliders 3 yıl önce
SortingProxyModel.cpp 938380e88b LibGUI: Table View navigating with arrow keys continuity after update 3 yıl önce
SortingProxyModel.h f6633a1026 LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr 3 yıl önce
SpinBox.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 yıl önce
SpinBox.h 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 yıl önce
Splitter.cpp 8249ea792e LibGUI+FileManager: Clarify Widget margins name 3 yıl önce
Splitter.h 8249ea792e LibGUI+FileManager: Clarify Widget margins name 3 yıl önce
StackWidget.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 yıl önce
StackWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
Statusbar.cpp e11d177618 Userland+LibGUI: Add shorthand versions of the Margins constructor 4 yıl önce
Statusbar.h ee1a4a06e0 LibGUI: Allow specifying GUI::Statusbar segment count in GML 4 yıl önce
TabWidget.cpp 0cfe446d3f LibGUI: Allow double clicking on tabwidgets 3 yıl önce
TabWidget.h 0cfe446d3f LibGUI: Allow double clicking on tabwidgets 3 yıl önce
TableView.cpp 6c10e9e121 LibGUI: Make Tableview handle multi-selected indexes when deleting 3 yıl önce
TableView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
TextBox.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 yıl önce
TextBox.h b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors 3 yıl önce
TextDocument.cpp 9ec826144f LibGUI: Don't skip non-skipable spans on ctrl+right 3 yıl önce
TextDocument.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 yıl önce
TextEditor.cpp 92e337de21 LibGUI: Fix typo in TextEditor 3 yıl önce
TextEditor.h f674102447 TextEditor: Use FileSystemAccessClient::try_* APIs 3 yıl önce
TextPosition.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 yıl önce
TextRange.h 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 3 yıl önce
Toolbar.cpp d95e50643e LibGUI: Cast unused smart-pointer return values to void 3 yıl önce
Toolbar.h e623e73f63 LibGUI: Add GUI::Toolbar::try_add_separator() 3 yıl önce
ToolbarContainer.cpp a4eeb6f9eb LibGUI: ToolbarContainer account for frame width 3 yıl önce
ToolbarContainer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
Tray.cpp d6a0726302 Everywhere: Rename left/right-click to primary/secondary 3 yıl önce
Tray.h ae2579d8b5 LibGUI: Add a GUI::Tray widget for the FilePicker common locations 3 yıl önce
TreeView.cpp 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 yıl önce
TreeView.h 1408aa1295 LibGUI: Do not allow tree column to shrink beyond indent and icon 4 yıl önce
UndoStack.cpp c4cc796f86 LibGUI: Make GUI::UndoStack remember time it was last set to unmodified 3 yıl önce
UndoStack.h c4cc796f86 LibGUI: Make GUI::UndoStack remember time it was last set to unmodified 3 yıl önce
ValueSlider.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 yıl önce
ValueSlider.h 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 3 yıl önce
Variant.cpp 35dac843b4 Theming: Add alignment section 3 yıl önce
Variant.h 35dac843b4 Theming: Add alignment section 3 yıl önce
VimEditingEngine.cpp dbd40e4c2a LibGUI: Implement vim motions for LeftBrace and RightBrace 3 yıl önce
VimEditingEngine.h fa94978a7e LibGUI: Add EngineType to EditingEngine classes 3 yıl önce
Widget.cpp 4459cb33ed LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_if 3 yıl önce
Widget.h 6b79745aa4 LibGUI: Add GUI::Widget::try_set_layout<T>(...) 3 yıl önce
Window.cpp aefe3ef539 LibGUI: Allow Windows to set a default return key widget 3 yıl önce
Window.h aefe3ef539 LibGUI: Allow Windows to set a default return key widget 3 yıl önce
WindowManagerServerConnection.cpp 2e1bbcb0fa LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 3 yıl önce
WindowManagerServerConnection.h 2e1bbcb0fa LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 3 yıl önce
WindowServerConnection.cpp 1662213737 Userland: Add horizontal mouse scroll support 3 yıl önce
WindowServerConnection.h 1662213737 Userland: Add horizontal mouse scroll support 3 yıl önce
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce