Marcus Nilsson 5a8cc85328 LibGUI/FileIconProvider: Return s_file_icon when stat() fails 4 년 전
..
Wizards 6a012ad79f LibGfx: Remove Gfx::FontDatabase::default_bold_font() 4 년 전
AboutDialog.cpp 6a012ad79f LibGfx: Remove Gfx::FontDatabase::default_bold_font() 4 년 전
AboutDialog.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
AbstractButton.cpp af72b5ec82 LibGUI: Show pressed state for Space and Return key events 4 년 전
AbstractButton.h af72b5ec82 LibGUI: Show pressed state for Space and Return key events 4 년 전
AbstractScrollableWidget.cpp f7de453716 LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cpp 4 년 전
AbstractScrollableWidget.h d47f15ab8b LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 4 년 전
AbstractSlider.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
AbstractSlider.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
AbstractTableView.cpp 8360079cac LibGUI: Fix logic typo in AbstractTableView::update_row_sizes() 4 년 전
AbstractTableView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
AbstractView.cpp e7cfa9bf8e LibGUI: Properly wrap multiple lines in IconView search highlighting 4 년 전
AbstractView.h e7cfa9bf8e LibGUI: Properly wrap multiple lines in IconView search highlighting 4 년 전
Action.cpp 229414b002 Applications: Use titlecase and distinct underlined characters in menus 4 년 전
Action.h 55dead60b5 LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom" 4 년 전
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 f0e9fd09b4 LibGUI: Tooltip no longer exceeds screen width, now truncates 4 년 전
Application.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
AutocompleteProvider.cpp 8f6b496fed LibGUI: Add a FIXME about race in AutocompleteBox::apply_suggestion() 4 년 전
AutocompleteProvider.h c003c3c76d CppLanguageServer+LibGUI: Autocomplete #include paths 4 년 전
BoxLayout.cpp 07e3934f01 LibGUI: Distribute remaining pixels in BoxLayout to fill the entire area 4 년 전
BoxLayout.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Breadcrumbbar.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Breadcrumbbar.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Button.cpp 6a012ad79f LibGfx: Remove Gfx::FontDatabase::default_bold_font() 4 년 전
Button.h 0ee7991dca LibGUI: Tweak GUI::Button::on_context_menu_event hook signature 4 년 전
CMakeLists.txt b5d73c834f Userland: Rename LibThread => LibThreading 4 년 전
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 d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 년 전
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Clipboard.cpp a345a1f4a1 Userland: Mark subclasses of IPC::{Client,Server}Connection final 4 년 전
Clipboard.h f15f03376b LibGUI: Add Clipboard::clear() 4 년 전
ColorInput.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
ColorInput.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
ColorPicker.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
ColorPicker.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
ColumnsView.cpp d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 년 전
ColumnsView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
ComboBox.cpp ef92493aba LibGUI: ComboBox now goes upwards when running out of room to render 4 년 전
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 년 전
CommonLocationsProvider.cpp a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice 4 년 전
CommonLocationsProvider.h 91c210c39a LibGUI: Make common locations configurable 4 년 전
Desktop.cpp eb21aa65d1 Userland: Make IPC results with one return value available directly 4 년 전
Desktop.h 6c520fab87 LibGUI: Desktop.h should get actual value from TaskbarWindow.h 4 년 전
Dialog.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Dialog.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
DisplayLink.cpp 5bb79ea0a7 Userland: Update IPC calls to use proxies 4 년 전
DisplayLink.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
DragOperation.cpp eb21aa65d1 Userland: Make IPC results with one return value available directly 4 년 전
DragOperation.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
EditingEngine.cpp bc8d16ad28 Everywhere: Replace ctype.h to avoid narrowing conversions 4 년 전
EditingEngine.h d6dc81874d EditingEngine: Split selection from movement functions 4 년 전
EmojiInputDialog.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
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 cc6db526a6 WindowServer+LibGUI+Taskbar: Store window progress as Optional<int> 4 년 전
FileIconProvider.cpp 5a8cc85328 LibGUI/FileIconProvider: Return s_file_icon when stat() fails 4 년 전
FileIconProvider.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
FilePicker.cpp 54f6ac1854 LibGUI: Don't mark "open" FilePicker as done if the file is not found 4 년 전
FilePicker.h 3773e72752 LibGUI: Tweak API for getting the selected path 4 년 전
FilePickerDialog.gml 8fac7a1d5d LibGUI: Bump up common locations width from 90 to 95 4 년 전
FileSystemModel.cpp 628c7f094f LibGUI+Shell+bt+ls: Use proper APIs for creating file URLs 4 년 전
FileSystemModel.h 2159f90e00 Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0 4 년 전
FilteringProxyModel.cpp 3d4afe7614 Everywhere: "indexes" => "indices" 4 년 전
FilteringProxyModel.h b91c49364d AK: Rename adopt() to adopt_ref() 4 년 전
FocusSource.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
FontPicker.cpp 2c772d1848 LibGUI/AbstractView: Remove `on_selection` 4 년 전
FontPicker.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
FontPickerDialog.gml c9196995be LibGUI: Allow arbitrary font size in FontPicker 4 년 전
FontPickerWeightModel.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Forward.h 3aaffa2c47 LibGUI: Move widget registration to LibCore 4 년 전
Frame.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Frame.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 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 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
GMLLexer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
GMLParser.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
GMLParser.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
GMLSyntaxHighlighter.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
GMLSyntaxHighlighter.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
GroupBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
GroupBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
HeaderView.cpp 3f5eb6446b LibGUI: Make HeaderView act only on the visible sections 4 년 전
HeaderView.h 3f5eb6446b LibGUI: Make HeaderView act only on the visible sections 4 년 전
INILexer.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
INILexer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
INISyntaxHighlighter.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
INISyntaxHighlighter.h 45f97e577e Userland: Fix two misaligned copyright headers 4 년 전
Icon.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Icon.h b91c49364d AK: Rename adopt() to adopt_ref() 4 년 전
IconView.cpp e7cfa9bf8e LibGUI: Properly wrap multiple lines in IconView search highlighting 4 년 전
IconView.h 8ebb9d350c LibGUI: Remove some unused cruft from GUI::IconView 4 년 전
ImageWidget.cpp 3168a4afe8 ImageViewer: Rename QSWidget => ImageViewer::ViewWidget 4 년 전
ImageWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
InputBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
InputBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
ItemListModel.h b91c49364d AK: Rename adopt() to adopt_ref() 4 년 전
JsonArrayModel.cpp a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice 4 년 전
JsonArrayModel.h b91c49364d AK: Rename adopt() to adopt_ref() 4 년 전
Label.cpp 88cfaf7bf0 LibGfx: Unify Rect, Point, and Size 4 년 전
Label.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Layout.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Layout.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
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 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
LinkLabel.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
ListView.cpp d47f15ab8b LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 4 년 전
ListView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Margins.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Menu.cpp baab0a5bef WindowServer+LibGUI: Make menu allocation asynchronous 4 년 전
Menu.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
MenuItem.cpp a8a899adbf WindowServer+LibGUI: Make much of menu construction asynchronous 4 년 전
MenuItem.h bfd2ec88f4 LibGUI: Make Action::set_text() update any associated menu items 4 년 전
Menubar.cpp 7e799529b9 WindowServer+LibGUI: Make menubar allocation asynchronous 4 년 전
Menubar.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
MessageBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
MessageBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Model.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Model.h 3d4afe7614 Everywhere: "indexes" => "indices" 4 년 전
ModelEditingDelegate.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
ModelIndex.cpp 7a4445a1fe LibGUI/TreeView: Select parent on collapse 4 년 전
ModelIndex.h 7a4445a1fe LibGUI/TreeView: Select parent on collapse 4 년 전
ModelRole.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
ModelSelection.cpp 3d4afe7614 Everywhere: "indexes" => "indices" 4 년 전
ModelSelection.h 3d4afe7614 Everywhere: "indexes" => "indices" 4 년 전
MultiView.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
MultiView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Notification.cpp a345a1f4a1 Userland: Mark subclasses of IPC::{Client,Server}Connection final 4 년 전
Notification.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
OpacitySlider.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
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 년 전
ProcessChooser.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
ProcessChooser.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
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 3c831b146c LibGUI: Put some more space between radio buttons and their label text 4 년 전
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 d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 년 전
ResizeCorner.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
RunningProcessesModel.cpp a1e133cc6b LibCore: Make ProcessStatisticsReader return results in a Vector 4 년 전
RunningProcessesModel.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
ScrollableContainerWidget.cpp eed6ce8b8b Profiler: Fix scrolling behavior 4 년 전
ScrollableContainerWidget.h 18d344609f LibGUI: Add ScrollableContainerWidget :^) 4 년 전
Scrollbar.cpp d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 년 전
Scrollbar.h 0c1d1d97d5 LibGUI: Remove unused Scrollbar::{de,in}crement_gutter_rect() 4 년 전
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 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Slider.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Slider.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
SortingProxyModel.cpp 3d4afe7614 Everywhere: "indexes" => "indices" 4 년 전
SortingProxyModel.h 3d4afe7614 Everywhere: "indexes" => "indices" 4 년 전
SpinBox.cpp 99e7ad4b76 LibGUI: Allow bypassing hook when setting SpinBox range 4 년 전
SpinBox.h 99e7ad4b76 LibGUI: Allow bypassing hook when setting SpinBox range 4 년 전
Splitter.cpp 7a24a60e72 LibGUI: Paint some knurling in the middle of GUI::Splitter 4 년 전
Splitter.h 89272e810a LibGUI: Have GUI::Splitter track all grabbable areas 4 년 전
StackWidget.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
StackWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Statusbar.cpp dfd8598bf7 LibGUI: Don't show resize corner in non-resizable window's statusbar 4 년 전
Statusbar.h ee1a4a06e0 LibGUI: Allow specifying GUI::Statusbar segment count in GML 4 년 전
TabWidget.cpp 88cfaf7bf0 LibGfx: Unify Rect, Point, and Size 4 년 전
TabWidget.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
TableView.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
TableView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
TextBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
TextBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
TextDocument.cpp bc8d16ad28 Everywhere: Replace ctype.h to avoid narrowing conversions 4 년 전
TextDocument.h 194a90884c LibGUI: Remove now-unused undo coalescing timer from GUI::TextEditor 4 년 전
TextEditor.cpp bc8d16ad28 Everywhere: Replace ctype.h to avoid narrowing conversions 4 년 전
TextEditor.h 11fa3e4f92 Terminal/LibGUI::TextEditor: Add shift+return to search forwards 4 년 전
TextPosition.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
TextRange.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
Toolbar.cpp 5daf7bd2ef LibGUI: Make GUI::Toolbar::add_action() return the toolbar button 4 년 전
Toolbar.h 5daf7bd2ef LibGUI: Make GUI::Toolbar::add_action() return the toolbar button 4 년 전
ToolbarContainer.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
ToolbarContainer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
TreeView.cpp 7a4445a1fe LibGUI/TreeView: Select parent on collapse 4 년 전
TreeView.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
UndoStack.cpp c670d8c56d LibGUI: Add UndoStack::{undo,redo}_action_text() 4 년 전
UndoStack.h c670d8c56d LibGUI: Add UndoStack::{undo,redo}_action_text() 4 년 전
Variant.cpp 786275feb8 LibGUI: Add u64 type to LibGUI::Variant 4 년 전
Variant.h 786275feb8 LibGUI: Add u64 type to LibGUI::Variant 4 년 전
VimEditingEngine.cpp 03d8ee1082 VimEditingEngine: allow selection of the endline character 4 년 전
VimEditingEngine.h 12a42edd13 Everywhere: codepoint => code point 4 년 전
Widget.cpp 123848f0c1 LibGUI: Fixes Widget->set_visible(false) still maintains focus bug 4 년 전
Widget.h 3aaffa2c47 LibGUI: Move widget registration to LibCore 4 년 전
Window.cpp ea4116f5bd LibGUI+LibGfx+WindowServer: Sanity check window size dimensions 4 년 전
Window.h 123848f0c1 LibGUI: Fixes Widget->set_visible(false) still maintains focus bug 4 년 전
WindowManagerServerConnection.cpp c1c252ddb2 LibIPC: Remove unnecessary IPC::ServerConnection::handshake() 4 년 전
WindowManagerServerConnection.h a345a1f4a1 Userland: Mark subclasses of IPC::{Client,Server}Connection final 4 년 전
WindowServerConnection.cpp c1c252ddb2 LibIPC: Remove unnecessary IPC::ServerConnection::handshake() 4 년 전
WindowServerConnection.h a345a1f4a1 Userland: Mark subclasses of IPC::{Client,Server}Connection final 4 년 전
WindowType.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전