demostanis eb8c2bde90 LibGUI: Don't show the command palette action in the command palette 2 лет назад
..
GML c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars 3 лет назад
Wizards 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
AboutDialog.cpp cb0b82ec46 Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Version 2 лет назад
AboutDialog.h cb0b82ec46 Userland+LibCore: Remove legacy SERENITY_VERSION from Core::Version 2 лет назад
AbstractButton.cpp 802cf9bc69 Everywhere: Use my very shiny serenityos.org email :^) 2 лет назад
AbstractButton.h f9212ac02e LibGUI: Add button handler for middle mouse clicks 3 лет назад
AbstractScrollableWidget.cpp d495405e53 LibGUI: Implement calculated_min_size() for AbstractScrollableWidget 2 лет назад
AbstractScrollableWidget.h d495405e53 LibGUI: Implement calculated_min_size() for AbstractScrollableWidget 2 лет назад
AbstractSlider.cpp 1d522e4b4c LibGUI: Add DoClamp option to AbstractSlider::set_value() 3 лет назад
AbstractSlider.h 1d522e4b4c LibGUI: Add DoClamp option to AbstractSlider::set_value() 3 лет назад
AbstractTableView.cpp 32642394a9 LibGUI: Programatically draw table header sorting arrows 3 лет назад
AbstractTableView.h 802cf9bc69 Everywhere: Use my very shiny serenityos.org email :^) 2 лет назад
AbstractThemePreview.cpp 0d4fd4e2a6 LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows 2 лет назад
AbstractThemePreview.h c76c3e38e6 LibGUI: Support setting an in memory theme in AbstractThemePreview 3 лет назад
AbstractView.cpp a0ef00cab2 LibGUI: Don't accept drag events in AbstractView if it's not editable 2 лет назад
AbstractView.h 30d68d71b4 LibGUI: Move range selection calculations into separate function 3 лет назад
AbstractZoomPanWidget.cpp 086969277e Everywhere: Run clang-format 3 лет назад
AbstractZoomPanWidget.h 5c763e9832 LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidget 3 лет назад
Action.cpp 524f4be5af LibGUI+WindowServer: Propagate action icon changes to buttons and menus 3 лет назад
Action.h 6bb512d0b2 LibGUI: Add CommonActions::make_command_palette_action() 2 лет назад
ActionGroup.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад
ActionGroup.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
Application.cpp 2e244fc85b WindowServer+LibGUI: Change cursor icon if DragEnter event was accepted 2 лет назад
Application.h 535e1c9152 LibGUI: Add on_theme_change callback to Application 3 лет назад
AutocompleteProvider.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
AutocompleteProvider.h b35293d945 LibCodeComprehension: Re-organize code comprehension related code 3 лет назад
BoxLayout.cpp bfbaad9f41 LibGUI: Grow spacers after doing layout 3 лет назад
BoxLayout.h d825c8ad18 LibGUI: Change preferred_size in Layout to new layout system 3 лет назад
Breadcrumbbar.cpp 29a3ff22d7 LibGUI: Make Breadcrumbbar resizable below current size 2 лет назад
Breadcrumbbar.h a00fa793b3 LibGUI: Add on_segment_change handler to Breadcrumbbar 3 лет назад
Button.cpp 35e557c657 Browser+LibGUI+WindowServer: Open Button menus uniformly 2 лет назад
Button.h 35e557c657 Browser+LibGUI+WindowServer: Open Button menus uniformly 2 лет назад
CMakeLists.txt 166a905951 Userland: Properly populate GENERATED_SOURCES 2 лет назад
Calendar.cpp 4fdd916f26 LibGUI: Shade Weekends in a slightly different background color 2 лет назад
Calendar.h 4fdd916f26 LibGUI: Shade Weekends in a slightly different background color 2 лет назад
CheckBox.cpp 19fac58e49 LibGUI: Use new layout system for basic widgets 3 лет назад
CheckBox.h 281b319588 LibGUI: Make Checkbox constructor protected 3 лет назад
Clipboard.cpp 3197c1793a Base: Launch Clipboard at session start-up 2 лет назад
Clipboard.h 2f61d32f99 LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServer 3 лет назад
ColorInput.cpp 19fac58e49 LibGUI: Use new layout system for basic widgets 3 лет назад
ColorInput.h 5fd0140772 LibGUI: Add AllowCallback parameter to ColorInput::set_color() 3 лет назад
ColorPicker.cpp 23db98d1e9 LibGUI: Sync ColorPicker's color slider with other color widgets 3 лет назад
ColorPicker.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
ColumnsView.cpp 802cf9bc69 Everywhere: Use my very shiny serenityos.org email :^) 2 лет назад
ColumnsView.h 9b6fab264f LibGUI: Implement basic rubber band selections in ColumnsView 2 лет назад
ComboBox.cpp 28c1d7011f LibGUI: Remove Window::set_blocks_command_palette() 2 лет назад
ComboBox.h f86c5b1fa7 LibGUI: Allow setting max visible items for ComboBoxes 2 лет назад
Command.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
CommandPalette.cpp eb8c2bde90 LibGUI: Don't show the command palette action in the command palette 2 лет назад
CommandPalette.h cd5210a87a LibGUI: Make Dialog::ScreenPosition an enum class 3 лет назад
CommonActions.cpp 6bb512d0b2 LibGUI: Add CommonActions::make_command_palette_action() 2 лет назад
CommonLocationsProvider.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
CommonLocationsProvider.h 086969277e Everywhere: Run clang-format 3 лет назад
ConnectionToWindowManagerServer.cpp d815f659cc LibGUI+Taskbar+WindowServer: Prevent minimization when blocked 2 лет назад
ConnectionToWindowManagerServer.h d815f659cc LibGUI+Taskbar+WindowServer: Prevent minimization when blocked 2 лет назад
ConnectionToWindowServer.cpp 28c1d7011f LibGUI: Remove Window::set_blocks_command_palette() 2 лет назад
ConnectionToWindowServer.h 463aff827e LibGUI+WindowServer: Notify Windows on input preemption 2 лет назад
Desktop.cpp ad060befad WindowServer+LibGUI: Remove awkward roundtrip for set wallpaper response 3 лет назад
Desktop.h e2318dffe3 LibGUI: Let Desktop:the() manage SystemEffects inside LibGUI 3 лет назад
Dialog.cpp 51006930da LibGUI: Only react on KeyDown when escaping a Dialog 2 лет назад
Dialog.h cd5210a87a LibGUI: Make Dialog::ScreenPosition an enum class 3 лет назад
DisplayLink.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 лет назад
DisplayLink.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 лет назад
DragOperation.cpp db058a22ae LibGUI: Put DragOperation dbgln() behind DRAG_DEBUG 3 лет назад
DragOperation.h 086969277e Everywhere: Run clang-format 3 лет назад
EditingEngine.cpp 42f36d4865 LibGUI: Make "Home" key behavior comfier on wrapped lines :^) 2 лет назад
EditingEngine.h 7a8104e79b LibGUI: Add MoveLineUpOrDownCommand 3 лет назад
EmojiInputDialog.cpp 28c1d7011f LibGUI: Remove Window::set_blocks_command_palette() 2 лет назад
EmojiInputDialog.gml 2f6fd56631 LibGUI: Set EmojiInputDialog's FrameShape to "Window" 2 лет назад
EmojiInputDialog.h e5a9f030f2 LibGUI: Insert first displayed emoji on return 2 лет назад
Event.cpp 086969277e Everywhere: Run clang-format 3 лет назад
Event.h d815f659cc LibGUI+Taskbar+WindowServer: Prevent minimization when blocked 2 лет назад
FileIconProvider.cpp 1ab510c4bb Base+LibGUI: Add Git folder icons 2 лет назад
FileIconProvider.h 1ab510c4bb Base+LibGUI: Add Git folder icons 2 лет назад
FilePicker.cpp 99a00dc39b LibGUI: Remove useless frame members from Toolbar 3 лет назад
FilePicker.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
FilePickerDialog.gml 1d6d074536 LibGUI: Use new layout system in FilePickerDialog 3 лет назад
FileSystemModel.cpp 1ab510c4bb Base+LibGUI: Add Git folder icons 2 лет назад
FileSystemModel.h aa466723eb FileManager: Navigate to parent dir when current location is removed 2 лет назад
FilteringProxyModel.cpp d1e6dcfbc2 LibGUI: Show column names when using FilteringProxyModel with TableView 3 лет назад
FilteringProxyModel.h d1e6dcfbc2 LibGUI: Show column names when using FilteringProxyModel with TableView 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 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
FontPicker.h 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 лет назад
FontPickerDialog.gml a58d72656d Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer` 2 лет назад
Forward.h 4c84e64b2a LibGUI: Add DialogButton convenience class 3 лет назад
Frame.cpp fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
Frame.h 086969277e Everywhere: Run clang-format 3 лет назад
GitCommitLexer.cpp 8e8d24fe29 LibGUI: Add a GitCommit SyntaxHighlighter implementation 3 лет назад
GitCommitLexer.h 8b39074078 Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere 3 лет назад
GitCommitSyntaxHighlighter.cpp 086969277e Everywhere: Run clang-format 3 лет назад
GitCommitSyntaxHighlighter.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
GlyphMapWidget.cpp 014d825472 LibGUI: Allow GlyphMapWidget to highlight modified glyphs 3 лет назад
GlyphMapWidget.h 014d825472 LibGUI: Allow GlyphMapWidget to highlight modified glyphs 3 лет назад
GroupBox.cpp 6f9777d35b LibGUI: Add layout change propagation to Widget 3 лет назад
GroupBox.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
HeaderView.cpp 32642394a9 LibGUI: Programatically draw table header sorting arrows 3 лет назад
HeaderView.h 32642394a9 LibGUI: Programatically draw table header sorting arrows 3 лет назад
INILexer.cpp 1f7e363b74 LibGUI: Use consistent naming scheme in INILexer 3 лет назад
INILexer.h 8b39074078 Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere 3 лет назад
INISyntaxHighlighter.cpp fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
INISyntaxHighlighter.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
Icon.cpp e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view 3 лет назад
Icon.h 086969277e Everywhere: Run clang-format 3 лет назад
IconView.cpp e42a9cf957 LibGUI: Properly limit the icon view rubber band rect to the widget 2 лет назад
IconView.h 086969277e Everywhere: Run clang-format 3 лет назад
ImageWidget.cpp 4d09b5c4ba LibGUI: Register "bitmap" GML property for ImageWidget 3 лет назад
ImageWidget.h 086969277e Everywhere: Run clang-format 3 лет назад
InputBox.cpp 802cf9bc69 Everywhere: Use my very shiny serenityos.org email :^) 2 лет назад
InputBox.h 802cf9bc69 Everywhere: Use my very shiny serenityos.org email :^) 2 лет назад
ItemListModel.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
JsonArrayModel.cpp 086969277e Everywhere: Run clang-format 3 лет назад
JsonArrayModel.h 086969277e Everywhere: Run clang-format 3 лет назад
Label.cpp 39c8590720 LibGUI: Change Label standard preferred height to opportunistic grow 3 лет назад
Label.h 19fac58e49 LibGUI: Use new layout system for basic widgets 3 лет назад
Layout.cpp 086969277e Everywhere: Run clang-format 3 лет назад
Layout.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
LazyWidget.cpp e6fe66594e LibGUI: Register LazyWidget 3 лет назад
LazyWidget.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
LinkLabel.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
LinkLabel.h 9bf6d51aec LibGUI: Make links only clickable where the text is 3 лет назад
ListView.cpp f0a5ce6d11 LibGUI: Implement calculated_min_size() for ListView 2 лет назад
ListView.h f0a5ce6d11 LibGUI: Implement calculated_min_size() for ListView 2 лет назад
Margins.h 309874b4fb LibGUI: Add horizontal and vertical totals to Margins 3 лет назад
Menu.cpp 35e557c657 Browser+LibGUI+WindowServer: Open Button menus uniformly 2 лет назад
Menu.h 35e557c657 Browser+LibGUI+WindowServer: Open Button menus uniformly 2 лет назад
MenuItem.cpp 524f4be5af LibGUI+WindowServer: Propagate action icon changes to buttons and menus 3 лет назад
MenuItem.h 086969277e Everywhere: Run clang-format 3 лет назад
Menubar.cpp fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
Menubar.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
MessageBox.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
MessageBox.h cdffe556c8 LibGUI+Userland: Make Dialog::ExecResult an enum class 3 лет назад
Model.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
Model.h d89dc6e24c LibGUI: Add Model::unsafe_create_index() 2 лет назад
ModelEditingDelegate.h 086969277e Everywhere: Run clang-format 3 лет назад
ModelIndex.cpp 086969277e Everywhere: Run clang-format 3 лет назад
ModelIndex.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
ModelRole.h 8ba47facf6 LibGUI: Add ModelRole::IconOpacity and support it in all views :^) 4 лет назад
ModelSelection.cpp a0a4d169f4 AK+LibGUI: Pass predicate to *_matching() methods by const reference 3 лет назад
ModelSelection.h a0a4d169f4 AK+LibGUI: Pass predicate to *_matching() methods by const reference 3 лет назад
MouseTracker.cpp 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 лет назад
MouseTracker.h 935d023967 Userland: Rename WindowServerConnection=>ConnectionToWindowServer 3 лет назад
MultiView.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
MultiView.h 086969277e Everywhere: Run clang-format 3 лет назад
Notification.cpp 7af5eef0dd SystemServer+LoginServer+Userland: Switch to sid-based sockets 2 лет назад
Notification.h 086969277e Everywhere: Run clang-format 3 лет назад
OpacitySlider.cpp f9ec3b986e LibGUI: Fix {Value,Opacity}Slider value changes for values less than 0 3 лет назад
OpacitySlider.h 086969277e Everywhere: Run clang-format 3 лет назад
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 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
PasswordInputDialog.gml a58d72656d Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer` 2 лет назад
PasswordInputDialog.h cdffe556c8 LibGUI+Userland: Make Dialog::ExecResult an enum class 3 лет назад
PersistentModelIndex.cpp d73116e5d5 LibGUI: Implement persistent indices for models 4 лет назад
PersistentModelIndex.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
Process.cpp 2f2671f2d3 LibGUI: Add GUI::Process::spawn_or_show_error() 3 лет назад
Process.h 2f2671f2d3 LibGUI: Add GUI::Process::spawn_or_show_error() 3 лет назад
ProcessChooser.cpp 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
ProcessChooser.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
Progressbar.cpp fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
Progressbar.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
RadioButton.cpp 19fac58e49 LibGUI: Use new layout system for basic widgets 3 лет назад
RadioButton.h 19fac58e49 LibGUI: Use new layout system for basic widgets 3 лет назад
RegularEditingEngine.cpp 086969277e Everywhere: Run clang-format 3 лет назад
RegularEditingEngine.h 086969277e Everywhere: Run clang-format 3 лет назад
ResizeCorner.cpp 8202beeb2b WindowServer+LibGUI: Shrink window edge resize hot-spots 2 лет назад
ResizeCorner.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
ResizeDirection.h 8202beeb2b WindowServer+LibGUI: Shrink window edge resize hot-spots 2 лет назад
RunningProcessesModel.cpp fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
RunningProcessesModel.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
ScreenLayout.cpp aa15bf81e4 WindowServer: Add API to set/get screen layouts 4 лет назад
ScrollableContainerWidget.cpp 247e3ef6e7 LibGUI: Add custom layout change handling to ScrollableContainerWidget 3 лет назад
ScrollableContainerWidget.h 247e3ef6e7 LibGUI: Add custom layout change handling to ScrollableContainerWidget 3 лет назад
Scrollbar.cpp 961a225316 LibGUI: Include scrubber and gutter in Scrollbar's calculated_min_size() 2 лет назад
Scrollbar.h 3978960481 LibGUI: Implement new layout system for Scrollbar 3 лет назад
SeparatorWidget.cpp fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
SeparatorWidget.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
SettingsWindow.cpp 54ca9b50de LibGUI: Initially disable the "Apply" button in SettingsWindow 3 лет назад
SettingsWindow.h 4f9f948b6d LibGUI: Support "modified" window state in SettingsWindow 3 лет назад
Shortcut.cpp a252c3e058 LibGUI: Allow Shortcuts to have a mouse button associated with them 3 лет назад
Shortcut.h a252c3e058 LibGUI: Allow Shortcuts to have a mouse button associated with them 3 лет назад
Slider.cpp 086969277e Everywhere: Run clang-format 3 лет назад
Slider.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
SortingProxyModel.cpp b2e6ba8d7f LibGUI: Make a copy of source_rows before resizing it in sort_mapping() 3 лет назад
SortingProxyModel.h b34b939a03 LibGUI: Delegate the tree column in SortingProxyModel 3 лет назад
SpinBox.cpp 5b46d16b4d LibGUI: Update {in,de}crement buttons when setting a new spin box range 2 лет назад
SpinBox.h abaecb878b LibGUI: Add on_return_pressed function to SpinBox 3 лет назад
Splitter.cpp 5917545633 LibGUI+LibGfx: Let Desktop::the() set widget effects 3 лет назад
Splitter.h a808cfa75c LibGUI+Applications: Govern Splitter resizing by opportunistic growth 3 лет назад
StackWidget.cpp cbd9cf93be LibGUI: Implement calculated_min_size() for StackWidget 2 лет назад
StackWidget.h cbd9cf93be LibGUI: Implement calculated_min_size() for StackWidget 2 лет назад
Statusbar.cpp 35e557c657 Browser+LibGUI+WindowServer: Open Button menus uniformly 2 лет назад
Statusbar.h 00acf56e94 LibGUI: Add Widgets before the ResizeCorner by default in Statusbar 2 лет назад
SystemEffects.h 8904a61d71 LibGUI+WindowServer: Add a SystemEffects wrapper and helpers 3 лет назад
TabWidget.cpp 5917545633 LibGUI+LibGfx: Let Desktop::the() set widget effects 3 лет назад
TabWidget.h ccdccadc24 LibGUI: Implement calculated min/preferred sizes for TabWidget 3 лет назад
TableView.cpp 802cf9bc69 Everywhere: Use my very shiny serenityos.org email :^) 2 лет назад
TableView.h 2612d23032 LibGUI: Implement rubber band selection in table view 2 лет назад
TextBox.cpp 19fac58e49 LibGUI: Use new layout system for basic widgets 3 лет назад
TextBox.h 86d5e5a90c LibGUI: Add button to PasswordBox to reveal the password 3 лет назад
TextDocument.cpp cf693136e2 LibGUI: Remove wrong casts in TextDocument.cpp 3 лет назад
TextDocument.h d391f1fb2a LibGUI: Add TextDocument::take_line(size_t line_index) 3 лет назад
TextEditor.cpp 901b80f988 LibGUI: Update calculated_min_size() for TextEditor 2 лет назад
TextEditor.h 31b2d93038 LibGUI+LibVT: Notify widgets of emoji selection with a callback 2 лет назад
TextPosition.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
TextRange.h 0bcfbdb072 LibGUI: Explicitly default initialize class members 3 лет назад
Toolbar.cpp 02b9461714 LibGUI: Consider spacing for Toolbar overflow calculation 2 лет назад
Toolbar.h eefe6e35ac LibGUI: Add option to move Toolbar items to overflow menu in groups 2 лет назад
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 08f465a47d LibGUI: Blit brightened icon when try item is hovered 2 лет назад
Tray.h fe3b846ac8 Libraries: Use default constructors/destructors in LibGUI 3 лет назад
TreeView.cpp 32642394a9 LibGUI: Programatically draw table header sorting arrows 3 лет назад
TreeView.h 4e8cb0508f LibGUI: Add is_toggled getter for TreeView 3 лет назад
TreeViewModel.cpp 5bb38296b1 LibGUI: Add TreeViewModel as a simpler interface for building TreeViews 3 лет назад
TreeViewModel.h 5bb38296b1 LibGUI: Add TreeViewModel as a simpler interface for building TreeViews 3 лет назад
UIDimensions.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 лет назад
UndoStack.cpp 510551bb4f LibGUI: Add fallible try_push() variant to UndoStack 3 лет назад
UndoStack.h 510551bb4f LibGUI: Add fallible try_push() variant to UndoStack 3 лет назад
ValueSlider.cpp f9ec3b986e LibGUI: Fix {Value,Opacity}Slider value changes for values less than 0 3 лет назад
ValueSlider.h 086969277e Everywhere: Run clang-format 3 лет назад
Variant.cpp 7a02d33cd5 LibGUI: Make GUI::Variant an actual Variant 3 лет назад
Variant.h 7a02d33cd5 LibGUI: Make GUI::Variant an actual Variant 3 лет назад
VimEditingEngine.cpp 6926991a56 LibGUI: Delete from current position to end of line in VimEditingEngine 2 лет назад
VimEditingEngine.h 26a3b42a15 LibGUI: Add visual line mode to VimEditingEngine 2 лет назад
Widget.cpp 5908873b45 LibGUI: Fire Show/Hide events when adding/removing widget from tree 2 лет назад
Widget.h 30815c25a2 LibCore+LibGUI: Make it fast to check if a Core::Object is a Widget 2 лет назад
Window.cpp 63a18aa89e LibGUI+WindowServer: Add Window::set_always_on_top() 2 лет назад
Window.h 28c1d7011f LibGUI: Remove Window::set_blocks_command_palette() 2 лет назад
WindowMode.h 463aff827e LibGUI+WindowServer: Notify Windows on input preemption 2 лет назад
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад