Nico Weber 01ff17d374 LibGUI: Do not paint scrollbar button highlight for scrollbars without scrubber 4 éve
..
AboutDialog.cpp 61ba39dfa0 Base: Create /res/graphics/ and relocate system art assets 4 éve
AboutDialog.h e53fa97cfb LibGUI, About: Implement system-wide W2k-esque About dialog 5 éve
AbstractButton.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 éve
AbstractButton.h e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 éve
AbstractTableView.cpp 27687b1c6e LibGUI: Handle cursor keydown events in AbstractView 4 éve
AbstractTableView.h 9cf37901cd LibGUI: Add a cursor to AbstractView, separate from the selection 4 éve
AbstractView.cpp 27687b1c6e LibGUI: Handle cursor keydown events in AbstractView 4 éve
AbstractView.h 27687b1c6e LibGUI: Handle cursor keydown events in AbstractView 4 éve
Action.cpp ebba297b42 Base: Move 16x16 common icons to /res/icons/16x16/ 4 éve
Action.h 5568da9a59 LibGUI: Add a save_as common action 4 éve
ActionGroup.cpp 6a9cc66b97 LibGUI: Remove leading G from filenames 5 éve
ActionGroup.h 2143da6434 LibGUI: Add forwarding header 5 éve
Application.cpp 683ae4f7ad LibGUI: Fix crash during HackStudio application teardown 4 éve
Application.h 47d7faa998 LibGUI: Update active tooltip when source widget changes the label 4 éve
BoxLayout.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 éve
BoxLayout.h 849fdc1c0b LibGUI: Make Layout a Core::Object and add basic serialization 5 éve
Button.cpp d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 5 éve
Button.h 28f74df2e6 LibGUI: Add hook when a context menu is requested on a button 5 éve
CMakeLists.txt 44e371635e LibGUI: Move table view headers into their own widget 4 éve
Calendar.cpp f88b2b064c LibGUI: Remove spacing between day labels in Calendar 4 éve
Calendar.h ab3fff4211 LibGUI+Calendar: Make Calendar a common widget in LibGUI 4 éve
CheckBox.cpp d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 5 éve
CheckBox.h 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 éve
Clipboard.cpp 02f251bb4a LibGUI: Fix OOB read in Clipboard::set_data() 4 éve
Clipboard.h 158f3b9362 LibGUI: Add a Clipboard API for retrieving a copied Gfx::Bitmap 4 éve
ColorInput.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 éve
ColorInput.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 éve
ColorPicker.cpp 777b298880 LibGUI: Change window size and margin in ColorPicker 4 éve
ColorPicker.h 9e75c124a8 LibGUI: Add spinbox for alpha channel in ColorPicker 4 éve
ColumnsView.cpp 27687b1c6e LibGUI: Handle cursor keydown events in AbstractView 4 éve
ColumnsView.h 37df36dbed LibGUI: Implement move_cursor() in ColumnsView 4 éve
ComboBox.cpp 4ba12e9c23 LibGUI: Simplify ListView hover highlighting 4 éve
ComboBox.h 8055813ecf LibGUI: Add ComboBox::selected_index() 4 éve
Command.cpp 6a9cc66b97 LibGUI: Remove leading G from filenames 5 éve
Command.h 6a9cc66b97 LibGUI: Remove leading G from filenames 5 éve
ControlBoxButton.cpp bf59cd7ca5 LibGUI: Add ControlBoxButton to LibGUI 5 éve
ControlBoxButton.h bf59cd7ca5 LibGUI: Add ControlBoxButton to LibGUI 5 éve
CppLexer.cpp 70dd97c46e AK: Remove FixedArray class. 4 éve
CppLexer.h 9ee1edae2a CppLexer: Support raw string literals 5 éve
CppSyntaxHighlighter.cpp 9ee1edae2a CppLexer: Support raw string literals 5 éve
CppSyntaxHighlighter.h 2b162ef794 LibGUI: Use themes for syntax highlighting 5 éve
Desktop.cpp c434a91c91 FileManager: Apply wallpaper on startup 4 éve
Desktop.h c434a91c91 FileManager: Apply wallpaper on startup 4 éve
Dialog.cpp 55bd54f91f LibGUI: Don't center dialog within parent if window is not visible 4 éve
Dialog.h b29ff7b821 LibGUI: Don't use Core::Object::add() to instantiate dialogs 5 éve
DisplayLink.cpp 424a3f5ac3 WindowServer+LibGUI: Add a way to get notified at display refresh rate 5 éve
DisplayLink.h 424a3f5ac3 WindowServer+LibGUI: Add a way to get notified at display refresh rate 5 éve
DragOperation.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 éve
DragOperation.h 2143da6434 LibGUI: Add forwarding header 5 éve
EmojiInputDialog.cpp ce95628b7f Unicode: Try s/codepoint/code_point/g again 5 éve
EmojiInputDialog.h 4173905198 LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^) 5 éve
Event.cpp d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 5 éve
Event.h 6020a4f274 LibGUI: Remove unused String member 4 éve
FileIconProvider.cpp 2f9a071072 Base+LibGUI: Refresh filetype icons for consistency 4 éve
FileIconProvider.h 3dd15da7b1 LibGUI: Move file icon lookup into a separate FileIconProvider 4 éve
FilePicker.cpp f0349323c4 LibGUI: Don't require passing model to FileSystemModel::Node APIs 4 éve
FilePicker.h 686ee2bf04 LibGUI: Rename ModelClient::on_model_update() => model_did_update() 4 éve
FileSystemModel.cpp f0349323c4 LibGUI: Don't require passing model to FileSystemModel::Node APIs 4 éve
FileSystemModel.h f0349323c4 LibGUI: Don't require passing model to FileSystemModel::Node APIs 4 éve
FilteringProxyModel.cpp 9102b624ac LibGUI+DevTools+Applications: Use ModelIndex::data() in many places 4 éve
FilteringProxyModel.h a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 4 éve
FocusSource.h 75b8f4e4e6 LibGUI: Make focus events more aware of why focus is changing 4 éve
FontDatabase.cpp cebf6a7039 LibGUI: Skip non-font files in the FontDatabase constructor 5 éve
FontDatabase.h 6a3b12664a LibGUI: Move Icon and FontDatabase into the GUI namespace 5 éve
Forward.h 44e371635e LibGUI: Move table view headers into their own widget 4 éve
Frame.cpp ac78531756 LibGUI: Clip GUI::Frame children to the frame_inner_rect() 4 éve
Frame.h ac78531756 LibGUI: Clip GUI::Frame children to the frame_inner_rect() 4 éve
GroupBox.cpp 4970c448bf LibGUI: Draw contiguous frame if GroupBox title is left empty 5 éve
GroupBox.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 éve
HeaderView.cpp 447b65bf7b LibGUI: Add (optional) row headers to GUI::TableView 4 éve
HeaderView.h 447b65bf7b LibGUI: Add (optional) row headers to GUI::TableView 4 éve
INILexer.cpp 5c022ac939 LibGUI: INI file syntax highlighter 5 éve
INILexer.h 5c022ac939 LibGUI: INI file syntax highlighter 5 éve
INISyntaxHighlighter.cpp 5c022ac939 LibGUI: INI file syntax highlighter 5 éve
INISyntaxHighlighter.h 5c022ac939 LibGUI: INI file syntax highlighter 5 éve
Icon.cpp 9dbab2d05e Misc: Replace "String(string_view)" with "string_view.to_string()" 5 éve
Icon.h 6a3b12664a LibGUI: Move Icon and FontDatabase into the GUI namespace 5 éve
IconView.cpp 27687b1c6e LibGUI: Handle cursor keydown events in AbstractView 4 éve
IconView.h 27e86c03da LibGUI: Implement the virtual IconView::scroll_into_view() 4 éve
ImageWidget.cpp 9d4cd565e3 LibGUI: Fix build after renaming Image => ImageWidget 5 éve
ImageWidget.h 299824de73 LibGUI: Rename GUI::Image => GUI::ImageWidget 5 éve
InputBox.cpp a4b2d6cf1e LibGUI: Set parent icon, margins and disable resize for InputBox 5 éve
InputBox.h 65a11fb5f9 LibGUI: Add InputBox::show with required parent window argument 5 éve
ItemListModel.h e75247a75b DisplaySettings+LibGUI: Move ItemListModel into LibGUI 4 éve
JSSyntaxHighlighter.cpp 4dcdad4cc4 LibGUI: Highlight JS Extends and Super tokens 5 éve
JSSyntaxHighlighter.h de13c6939d Spreadsheet: Add a syntax highlighter to the cell editor 4 éve
JsonArrayModel.cpp a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 4 éve
JsonArrayModel.h a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 4 éve
Label.cpp ae9fe60412 LibGUI: Make Label::set_icon() take a const Gfx::Bitmap* 5 éve
Label.h ae9fe60412 LibGUI: Make Label::set_icon() take a const Gfx::Bitmap* 5 éve
Layout.cpp b1058b33fb AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) 5 éve
Layout.h 849fdc1c0b LibGUI: Make Layout a Core::Object and add basic serialization 5 éve
LazyWidget.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 éve
LazyWidget.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 éve
ListView.cpp 27687b1c6e LibGUI: Handle cursor keydown events in AbstractView 4 éve
ListView.h 4ba12e9c23 LibGUI: Simplify ListView hover highlighting 4 éve
Margins.h 6a9cc66b97 LibGUI: Remove leading G from filenames 5 éve
Menu.cpp 70fe126d01 LibGUI: Enable icons for SubMenus 5 éve
Menu.h 70fe126d01 LibGUI: Enable icons for SubMenus 5 éve
MenuBar.cpp 52a250cb61 LibGUI: Make MenuBar a Core::Object 5 éve
MenuBar.h 52a250cb61 LibGUI: Make MenuBar a Core::Object 5 éve
MenuItem.cpp 1c1ab71692 WindowServer/LibGUI: Add default menu items and allow default action for context menu 5 éve
MenuItem.h 1c1ab71692 WindowServer/LibGUI: Add default menu items and allow default action for context menu 5 éve
MessageBox.cpp 299824de73 LibGUI: Rename GUI::Image => GUI::ImageWidget 5 éve
MessageBox.h 27bd2eab22 LibWeb: Require parent window argument for MessageBox 5 éve
Model.cpp 686ee2bf04 LibGUI: Rename ModelClient::on_model_update() => model_did_update() 4 éve
Model.h a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 4 éve
ModelEditingDelegate.h 12dfeb9845 LibGUI: Allow rollback of model editing delegate input 4 éve
ModelIndex.cpp f882424869 LibGUI: Add ModelIndex::data(ModelRole) 4 éve
ModelIndex.h d396766058 LibGUI: Require a model pointer for ModelIndex::is_valid() 4 éve
ModelRole.h a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 4 éve
ModelSelection.cpp b778804d20 LibGUI: Add ModelClient abstract class and allow registering clients 5 éve
ModelSelection.h b97e42dcaa LibGUI: Make ModelSelection non-copyable and non-movable 4 éve
MultiView.cpp 4c23e75d2f LibGUI: Enable using a ColumnsView inside MultiView :^) 4 éve
MultiView.h 4c23e75d2f LibGUI: Enable using a ColumnsView inside MultiView :^) 4 éve
Notification.cpp e323246517 Meta: Add missing copyright headers 5 éve
Notification.h e323246517 Meta: Add missing copyright headers 5 éve
Painter.cpp 3fe2640c8c LibGfx: Add forward declaration header 5 éve
Painter.h 2143da6434 LibGUI: Add forwarding header 5 éve
ProcessChooser.cpp 9102b624ac LibGUI+DevTools+Applications: Use ModelIndex::data() in many places 4 éve
ProcessChooser.h 19ee853cd0 LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" click 4 éve
ProgressBar.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 éve
ProgressBar.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 éve
RadioButton.cpp e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 éve
RadioButton.h e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 éve
ResizeCorner.cpp 5b6c2f3bd6 LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBar 5 éve
ResizeCorner.h 937d0be762 Meta: Add a script check the presence of "#pragma once" in header files 5 éve
RunningProcessesModel.cpp a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 4 éve
RunningProcessesModel.h a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 4 éve
ScrollBar.cpp 01ff17d374 LibGUI: Do not paint scrollbar button highlight for scrollbars without scrubber 4 éve
ScrollBar.h 23e2944aa4 LibGUI: Make ScrollBar track the currently pressed component 4 éve
ScrollableWidget.cpp cb2d56b909 GUI: Give MouseEvent shift() / ctrl() / alt() / logo() functions 4 éve
ScrollableWidget.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 éve
Shortcut.cpp 6d4016dd01 LibGUI: Use StringBuilder::join() in Shortcut::to_string() 4 éve
Shortcut.h 11c4a28660 Kernel: Move headers intended for userspace use into Kernel/API/ 5 éve
Slider.cpp d976b31ef6 LibGUI: Paint slider knob as indented when disabled 5 éve
Slider.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 éve
SortingProxyModel.cpp c3b3a078f3 LibGUI: Make SortingProxyModel update all view cursors on resort 4 éve
SortingProxyModel.h a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 4 éve
SpinBox.cpp c90fe7ce93 LibGUI: Use ControlBoxButtons in SpinBox and ComboBox 5 éve
SpinBox.h c90fe7ce93 LibGUI: Use ControlBoxButtons in SpinBox and ComboBox 5 éve
Splitter.cpp 4463fed398 LibGUI: Splitter should only override cursor if within grabbable area 4 éve
Splitter.h 4463fed398 LibGUI: Splitter should only override cursor if within grabbable area 4 éve
StackWidget.cpp e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 éve
StackWidget.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 éve
StatusBar.cpp 199c1da31c LibGUI: Hide ResizeCorner in StatusBar when window is maximized 4 éve
StatusBar.h 199c1da31c LibGUI: Hide ResizeCorner in StatusBar when window is maximized 4 éve
SyntaxHighlighter.cpp b4381be0ba LibGUI: Add missing copyright headers 5 éve
SyntaxHighlighter.h 7571e9e460 LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript} 5 éve
TabWidget.cpp 638c6b7547 LibGUI: Fix an unsightly pixel glitch in bottom-side tabs 4 éve
TabWidget.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 éve
TableView.cpp b084411258 LibGUI: Make Del/Backspace clear cell w/ "any key pressed" edit trigger 4 éve
TableView.h 70d3dd5b87 LibGUI: Make TableView::move_cursor() public 4 éve
TextBox.cpp 139dbfd5b5 LibGUI: Add up & down arrow hooks and input history to TextBox 5 éve
TextBox.h 139dbfd5b5 LibGUI: Add up & down arrow hooks and input history to TextBox 5 éve
TextDocument.cpp aa70d8c217 LibGUI: Implement trailing whitespace visualization in TextEditor 4 éve
TextDocument.h aa70d8c217 LibGUI: Implement trailing whitespace visualization in TextEditor 4 éve
TextEditor.cpp 51146e3075 LibGUI: Make the Clipboard API deal in raw byte buffers a bit more 4 éve
TextEditor.h aa70d8c217 LibGUI: Implement trailing whitespace visualization in TextEditor 4 éve
TextPosition.h 30964ba7d0 LibGUI: Remove remaining G prefixes 5 éve
TextRange.h 30964ba7d0 LibGUI: Remove remaining G prefixes 5 éve
ToolBar.cpp ab336e895f LibGUI: Add a ToolBarContainer widget and put most ToolBars in one 5 éve
ToolBar.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 éve
ToolBarContainer.cpp 1887dc6de4 LibGUI: Make ToolBarContainer better at reacting to child events 5 éve
ToolBarContainer.h c9c7069f9e LibGUI: Remove unnecessary LibHTTP #include 5 éve
TreeView.cpp 9cf37901cd LibGUI: Add a cursor to AbstractView, separate from the selection 4 éve
TreeView.h 9cf37901cd LibGUI: Add a cursor to AbstractView, separate from the selection 4 éve
UndoStack.cpp ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 éve
UndoStack.h ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 éve
Variant.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 éve
Variant.h fdfda6dec2 AK: Make string-to-number conversion helpers return Optional 5 éve
Widget.cpp a265d40d6e LibGUI: Allow widgets to clip their child widgets 4 éve
Widget.h 9f7ec33180 Meta: Force semi-colon after MAKE_AK_NONXXXABLE() 4 éve
Window.cpp 45ed58865e LibGUI+WindowServer: Add resize_aspect_ratio() 4 éve
Window.h 45ed58865e LibGUI+WindowServer: Add resize_aspect_ratio() 4 éve
WindowServerConnection.cpp e374eb3035 LibGUI+WindowServer: Remove ResizeEvent::old_size() 4 éve
WindowServerConnection.h ec3737510d WindowServer: Add accessory windows 5 éve
WindowType.h 3d31f2e44b WindowServer: Add WindowType::Desktop 5 éve