Andreas Kling 9b89303767 LibGUI: StackWidget should not steal focus when switching active child 4 年之前
..
AboutDialog.cpp 61ba39dfa0 Base: Create /res/graphics/ and relocate system art assets 5 年之前
AboutDialog.h e53fa97cfb LibGUI, About: Implement system-wide W2k-esque About dialog 5 年之前
AbstractButton.cpp e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
AbstractButton.h e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
AbstractTableView.cpp 27687b1c6e LibGUI: Handle cursor keydown events in AbstractView 4 年之前
AbstractTableView.h 9cf37901cd LibGUI: Add a cursor to AbstractView, separate from the selection 5 年之前
AbstractView.cpp 8a21c528ad LibGUI: Minor consistency cleanup in AbstractView::set_cursor() (#3478) 4 年之前
AbstractView.h 27687b1c6e LibGUI: Handle cursor keydown events in AbstractView 4 年之前
Action.cpp ebba297b42 Base: Move 16x16 common icons to /res/icons/16x16/ 5 年之前
Action.h 5568da9a59 LibGUI: Add a save_as common action 5 年之前
ActionGroup.cpp 6a9cc66b97 LibGUI: Remove leading G from filenames 5 年之前
ActionGroup.h 2143da6434 LibGUI: Add forwarding header 5 年之前
Application.cpp 683ae4f7ad LibGUI: Fix crash during HackStudio application teardown 5 年之前
Application.h 47d7faa998 LibGUI: Update active tooltip when source widget changes the label 5 年之前
BoxLayout.cpp e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
BoxLayout.h e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
Button.cpp d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 5 年之前
Button.h 28f74df2e6 LibGUI: Add hook when a context menu is requested on a button 5 年之前
CMakeLists.txt 44e371635e LibGUI: Move table view headers into their own widget 5 年之前
Calendar.cpp f88b2b064c LibGUI: Remove spacing between day labels in Calendar 5 年之前
Calendar.h ab3fff4211 LibGUI+Calendar: Make Calendar a common widget in LibGUI 5 年之前
CheckBox.cpp 1a2b626746 LibGUI+LibGfx: Move check box painting to Gfx::StylePainter 4 年之前
CheckBox.h 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 年之前
Clipboard.cpp 9c3a33762b LibGfx: Saner memory usage of indexed bitmaps 4 年之前
Clipboard.h 158f3b9362 LibGUI: Add a Clipboard API for retrieving a copied Gfx::Bitmap 4 年之前
ColorInput.cpp d76b2d0baa LibGUI: Use widget override cursors in ColorInput 4 年之前
ColorInput.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 年之前
ColorPicker.cpp 1720030625 LibGUI: Don't recalcuate color from hue if it was not set by hue 4 年之前
ColorPicker.h 9e75c124a8 LibGUI: Add spinbox for alpha channel in ColorPicker 5 年之前
ColumnsView.cpp 27687b1c6e LibGUI: Handle cursor keydown events in AbstractView 4 年之前
ColumnsView.h 37df36dbed LibGUI: Implement move_cursor() in ColumnsView 4 年之前
ComboBox.cpp 82696078b0 LibGUI: Fix to ComboBox fields activation 4 年之前
ComboBox.h 8055813ecf LibGUI: Add ComboBox::selected_index() 5 年之前
Command.cpp 6a9cc66b97 LibGUI: Remove leading G from filenames 5 年之前
Command.h 6a9cc66b97 LibGUI: Remove leading G from filenames 5 年之前
ControlBoxButton.cpp bf59cd7ca5 LibGUI: Add ControlBoxButton to LibGUI 5 年之前
ControlBoxButton.h bf59cd7ca5 LibGUI: Add ControlBoxButton to LibGUI 5 年之前
CppLexer.cpp 70dd97c46e AK: Remove FixedArray class. 4 年之前
CppLexer.h 9ee1edae2a CppLexer: Support raw string literals 5 年之前
CppSyntaxHighlighter.cpp 9ee1edae2a CppLexer: Support raw string literals 5 年之前
CppSyntaxHighlighter.h 2b162ef794 LibGUI: Use themes for syntax highlighting 5 年之前
Desktop.cpp c434a91c91 FileManager: Apply wallpaper on startup 5 年之前
Desktop.h c434a91c91 FileManager: Apply wallpaper on startup 5 年之前
Dialog.cpp 55bd54f91f LibGUI: Don't center dialog within parent if window is not visible 5 年之前
Dialog.h b29ff7b821 LibGUI: Don't use Core::Object::add() to instantiate dialogs 5 年之前
DisplayLink.cpp 424a3f5ac3 WindowServer+LibGUI: Add a way to get notified at display refresh rate 5 年之前
DisplayLink.h 424a3f5ac3 WindowServer+LibGUI: Add a way to get notified at display refresh rate 5 年之前
DragOperation.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 年之前
DragOperation.h 2143da6434 LibGUI: Add forwarding header 5 年之前
EmojiInputDialog.cpp ce95628b7f Unicode: Try s/codepoint/code_point/g again 5 年之前
EmojiInputDialog.h 4173905198 LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^) 5 年之前
Event.cpp d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 5 年之前
Event.h b78e13cf2e LibGUI: Make some GUI event getters return const references 4 年之前
FileIconProvider.cpp d89cad7c57 LibGUI: Use FileIconProvider in the FilePicker dialog 4 年之前
FileIconProvider.h 3dd15da7b1 LibGUI: Move file icon lookup into a separate FileIconProvider 5 年之前
FilePicker.cpp d89cad7c57 LibGUI: Use FileIconProvider in the FilePicker dialog 4 年之前
FilePicker.h 686ee2bf04 LibGUI: Rename ModelClient::on_model_update() => model_did_update() 5 年之前
FileSystemModel.cpp 31b65145b6 LibGUI+Base: Add a hard-disk icon and use it for the path "/" 4 年之前
FileSystemModel.h 4d2782db5a LibGUI: Allow FileSystemModel to be rooted one level above "/" 4 年之前
FilteringProxyModel.cpp 9102b624ac LibGUI+DevTools+Applications: Use ModelIndex::data() in many places 5 年之前
FilteringProxyModel.h a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 5 年之前
FocusSource.h 75b8f4e4e6 LibGUI: Make focus events more aware of why focus is changing 5 年之前
FontDatabase.cpp cebf6a7039 LibGUI: Skip non-font files in the FontDatabase constructor 5 年之前
FontDatabase.h 6a3b12664a LibGUI: Move Icon and FontDatabase into the GUI namespace 5 年之前
Forward.h 44e371635e LibGUI: Move table view headers into their own widget 5 年之前
Frame.cpp ac78531756 LibGUI: Clip GUI::Frame children to the frame_inner_rect() 5 年之前
Frame.h ac78531756 LibGUI: Clip GUI::Frame children to the frame_inner_rect() 5 年之前
GroupBox.cpp 4970c448bf LibGUI: Draw contiguous frame if GroupBox title is left empty 5 年之前
GroupBox.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 年之前
HeaderView.cpp d7673b41ef LibGUI: Respect the previously selected sort order in HeaderView (#3522) 4 年之前
HeaderView.h 447b65bf7b LibGUI: Add (optional) row headers to GUI::TableView 5 年之前
INILexer.cpp 5c022ac939 LibGUI: INI file syntax highlighter 5 年之前
INILexer.h 5c022ac939 LibGUI: INI file syntax highlighter 5 年之前
INISyntaxHighlighter.cpp 5c022ac939 LibGUI: INI file syntax highlighter 5 年之前
INISyntaxHighlighter.h 5c022ac939 LibGUI: INI file syntax highlighter 5 年之前
Icon.cpp 9dbab2d05e Misc: Replace "String(string_view)" with "string_view.to_string()" 5 年之前
Icon.h 6a3b12664a LibGUI: Move Icon and FontDatabase into the GUI namespace 5 年之前
IconView.cpp 27687b1c6e LibGUI: Handle cursor keydown events in AbstractView 4 年之前
IconView.h 27e86c03da LibGUI: Implement the virtual IconView::scroll_into_view() 4 年之前
ImageWidget.cpp 9d4cd565e3 LibGUI: Fix build after renaming Image => ImageWidget 5 年之前
ImageWidget.h 299824de73 LibGUI: Rename GUI::Image => GUI::ImageWidget 5 年之前
InputBox.cpp a4b2d6cf1e LibGUI: Set parent icon, margins and disable resize for InputBox 5 年之前
InputBox.h 65a11fb5f9 LibGUI: Add InputBox::show with required parent window argument 5 年之前
ItemListModel.h e75247a75b DisplaySettings+LibGUI: Move ItemListModel into LibGUI 4 年之前
JSSyntaxHighlighter.cpp 4dcdad4cc4 LibGUI: Highlight JS Extends and Super tokens 5 年之前
JSSyntaxHighlighter.h de13c6939d Spreadsheet: Add a syntax highlighter to the cell editor 5 年之前
JsonArrayModel.cpp a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 5 年之前
JsonArrayModel.h a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 5 年之前
Label.cpp ae9fe60412 LibGUI: Make Label::set_icon() take a const Gfx::Bitmap* 5 年之前
Label.h ae9fe60412 LibGUI: Make Label::set_icon() take a const Gfx::Bitmap* 5 年之前
Layout.cpp e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
Layout.h e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
LazyWidget.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 年之前
LazyWidget.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 年之前
ListView.cpp 435c6c6f96 HackStudio: Add basic Git integration 4 年之前
ListView.h 435c6c6f96 HackStudio: Add basic Git integration 4 年之前
Margins.h 6a9cc66b97 LibGUI: Remove leading G from filenames 5 年之前
Menu.cpp d6673b384e LibGfx: Remove redundant bits() method 4 年之前
Menu.h 70fe126d01 LibGUI: Enable icons for SubMenus 5 年之前
MenuBar.cpp 52a250cb61 LibGUI: Make MenuBar a Core::Object 5 年之前
MenuBar.h 52a250cb61 LibGUI: Make MenuBar a Core::Object 5 年之前
MenuItem.cpp 1c1ab71692 WindowServer/LibGUI: Add default menu items and allow default action for context menu 5 年之前
MenuItem.h 1c1ab71692 WindowServer/LibGUI: Add default menu items and allow default action for context menu 5 年之前
MessageBox.cpp 299824de73 LibGUI: Rename GUI::Image => GUI::ImageWidget 5 年之前
MessageBox.h 27bd2eab22 LibWeb: Require parent window argument for MessageBox 5 年之前
Model.cpp 686ee2bf04 LibGUI: Rename ModelClient::on_model_update() => model_did_update() 5 年之前
Model.h a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 5 年之前
ModelEditingDelegate.h 12dfeb9845 LibGUI: Allow rollback of model editing delegate input 5 年之前
ModelIndex.cpp f882424869 LibGUI: Add ModelIndex::data(ModelRole) 5 年之前
ModelIndex.h d396766058 LibGUI: Require a model pointer for ModelIndex::is_valid() 5 年之前
ModelRole.h a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 5 年之前
ModelSelection.cpp b778804d20 LibGUI: Add ModelClient abstract class and allow registering clients 5 年之前
ModelSelection.h b97e42dcaa LibGUI: Make ModelSelection non-copyable and non-movable 5 年之前
MultiView.cpp 4c23e75d2f LibGUI: Enable using a ColumnsView inside MultiView :^) 5 年之前
MultiView.h 4c23e75d2f LibGUI: Enable using a ColumnsView inside MultiView :^) 5 年之前
Notification.cpp e323246517 Meta: Add missing copyright headers 5 年之前
Notification.h e323246517 Meta: Add missing copyright headers 5 年之前
Painter.cpp 3fe2640c8c LibGfx: Add forward declaration header 5 年之前
Painter.h 2143da6434 LibGUI: Add forwarding header 5 年之前
ProcessChooser.cpp 19f2203b53 LibGUI: Set ProcessChooser key column and sort order after set_model (#3521) 4 年之前
ProcessChooser.h 19ee853cd0 LibGUI: Make ProcessChooser accept double clicks on rows as "Ok" click 5 年之前
ProgressBar.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 年之前
ProgressBar.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 年之前
RadioButton.cpp e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 年之前
RadioButton.h e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 年之前
ResizeCorner.cpp 69adaf3308 LibGUI: Use widget override cursors in GUI::ResizeCorner 4 年之前
ResizeCorner.h 69adaf3308 LibGUI: Use widget override cursors in GUI::ResizeCorner 4 年之前
RunningProcessesModel.cpp a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 5 年之前
RunningProcessesModel.h a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 5 年之前
ScrollBar.cpp 01ff17d374 LibGUI: Do not paint scrollbar button highlight for scrollbars without scrubber 4 年之前
ScrollBar.h 23e2944aa4 LibGUI: Make ScrollBar track the currently pressed component 5 年之前
ScrollableWidget.cpp cb2d56b909 GUI: Give MouseEvent shift() / ctrl() / alt() / logo() functions 5 年之前
ScrollableWidget.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 年之前
Shortcut.cpp 6d4016dd01 LibGUI: Use StringBuilder::join() in Shortcut::to_string() 5 年之前
Shortcut.h 11c4a28660 Kernel: Move headers intended for userspace use into Kernel/API/ 5 年之前
Slider.cpp d976b31ef6 LibGUI: Paint slider knob as indented when disabled 5 年之前
Slider.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 年之前
SortingProxyModel.cpp c3b3a078f3 LibGUI: Make SortingProxyModel update all view cursors on resort 4 年之前
SortingProxyModel.h a1e381a0f8 LibGUI: Move GUI::Model::Role to GUI::ModelRole 5 年之前
SpinBox.cpp c90fe7ce93 LibGUI: Use ControlBoxButtons in SpinBox and ComboBox 5 年之前
SpinBox.h c90fe7ce93 LibGUI: Use ControlBoxButtons in SpinBox and ComboBox 5 年之前
Splitter.cpp e2050ea0ce LibGUI: Use widget override cursors in GUI::Splitter 4 年之前
Splitter.h 4463fed398 LibGUI: Splitter should only override cursor if within grabbable area 5 年之前
StackWidget.cpp 9b89303767 LibGUI: StackWidget should not steal focus when switching active child 4 年之前
StackWidget.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 年之前
StatusBar.cpp 199c1da31c LibGUI: Hide ResizeCorner in StatusBar when window is maximized 4 年之前
StatusBar.h 199c1da31c LibGUI: Hide ResizeCorner in StatusBar when window is maximized 4 年之前
SyntaxHighlighter.cpp b4381be0ba LibGUI: Add missing copyright headers 5 年之前
SyntaxHighlighter.h 7571e9e460 LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript} 5 年之前
TabWidget.cpp e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
TabWidget.h e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
TableView.cpp b084411258 LibGUI: Make Del/Backspace clear cell w/ "any key pressed" edit trigger 4 年之前
TableView.h 70d3dd5b87 LibGUI: Make TableView::move_cursor() public 5 年之前
TextBox.cpp 139dbfd5b5 LibGUI: Add up & down arrow hooks and input history to TextBox 5 年之前
TextBox.h 139dbfd5b5 LibGUI: Add up & down arrow hooks and input history to TextBox 5 年之前
TextDocument.cpp aa70d8c217 LibGUI: Implement trailing whitespace visualization in TextEditor 4 年之前
TextDocument.h aa70d8c217 LibGUI: Implement trailing whitespace visualization in TextEditor 4 年之前
TextEditor.cpp 7a2faecc15 LibGUI: Use widget override cursors in GUI::TextEditor 4 年之前
TextEditor.h aa70d8c217 LibGUI: Implement trailing whitespace visualization in TextEditor 4 年之前
TextPosition.h 30964ba7d0 LibGUI: Remove remaining G prefixes 5 年之前
TextRange.h 30964ba7d0 LibGUI: Remove remaining G prefixes 5 年之前
ToolBar.cpp ab336e895f LibGUI: Add a ToolBarContainer widget and put most ToolBars in one 5 年之前
ToolBar.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 年之前
ToolBarContainer.cpp 1887dc6de4 LibGUI: Make ToolBarContainer better at reacting to child events 5 年之前
ToolBarContainer.h c9c7069f9e LibGUI: Remove unnecessary LibHTTP #include 5 年之前
TreeView.cpp f69281573e LibGUI: Double-clicking on a TreeView item should set cursor 4 年之前
TreeView.h 95b6c98435 LibGUI: Fix TreeView scrolling to top when clicking sub-items 4 年之前
UndoStack.cpp ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 年之前
UndoStack.h ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 年之前
Variant.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 年之前
Variant.h fdfda6dec2 AK: Make string-to-number conversion helpers return Optional 5 年之前
Widget.cpp e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
Widget.h e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
Window.cpp e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
Window.h e2f32b8f9d LibCore: Make Core::Object properties more dynamic 4 年之前
WindowServerConnection.cpp e374eb3035 LibGUI+WindowServer: Remove ResizeEvent::old_size() 5 年之前
WindowServerConnection.h ec3737510d WindowServer: Add accessory windows 5 年之前
WindowType.h 3d31f2e44b WindowServer: Add WindowType::Desktop 5 年之前