Nico Weber c38b8d63f8 CppLexer: Add token types for "++", "--" 5 년 전
..
AboutDialog.cpp 299824de73 LibGUI: Rename GUI::Image => GUI::ImageWidget 5 년 전
AboutDialog.h e53fa97cfb LibGUI, About: Implement system-wide W2k-esque About dialog 5 년 전
AbstractButton.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 년 전
AbstractButton.h e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 년 전
AbstractTableView.cpp b86a59ec05 LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableView 5 년 전
AbstractTableView.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 년 전
AbstractView.cpp 6a78db07f1 LibGUI: Add hover highlighting and keyboard controls to ComboBox 5 년 전
AbstractView.h 6a78db07f1 LibGUI: Add hover highlighting and keyboard controls to ComboBox 5 년 전
Action.cpp e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 년 전
Action.h e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 년 전
ActionGroup.cpp 6a9cc66b97 LibGUI: Remove leading G from filenames 5 년 전
ActionGroup.h 2143da6434 LibGUI: Add forwarding header 5 년 전
Application.cpp ca93c22ae2 LibGUI: Turn GUI::Application::the() into a pointer 5 년 전
Application.h ca93c22ae2 LibGUI: Turn GUI::Application::the() into a pointer 5 년 전
BoxLayout.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 년 전
BoxLayout.h 849fdc1c0b LibGUI: Make Layout a Core::Object and add basic serialization 5 년 전
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 299824de73 LibGUI: Rename GUI::Image => GUI::ImageWidget 5 년 전
CheckBox.cpp d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 5 년 전
CheckBox.h 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 년 전
Clipboard.cpp 244efe050a Clipboard: Move the system clipboard to a dedicated service process :^) 5 년 전
Clipboard.h acc107a44f FileManager+LibGUI+Userland: Switch clipboard to MIME types 5 년 전
ColorInput.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 년 전
ColorInput.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 년 전
ColorPicker.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 년 전
ColorPicker.h f8069418e1 LibGUI: Transfer "color has alpha channel" state 5 년 전
ColumnsView.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 년 전
ColumnsView.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 년 전
ComboBox.cpp c90fe7ce93 LibGUI: Use ControlBoxButtons in SpinBox and ComboBox 5 년 전
ComboBox.h c90fe7ce93 LibGUI: Use ControlBoxButtons in SpinBox and ComboBox 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 c38b8d63f8 CppLexer: Add token types for "++", "--" 5 년 전
CppLexer.h c38b8d63f8 CppLexer: Add token types for "++", "--" 5 년 전
CppSyntaxHighlighter.cpp 2b162ef794 LibGUI: Use themes for syntax highlighting 5 년 전
CppSyntaxHighlighter.h 2b162ef794 LibGUI: Use themes for syntax highlighting 5 년 전
Desktop.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 년 전
Desktop.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 년 전
Dialog.cpp 6d078a9ec3 LibGUI: Use dbg() instead of dbgprintf() in GUI::Dialog 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 602c3fdb3a AK: Rename FileSystemPath -> LexicalPath 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 bbdf0665fc WindowServer: Expose window parent information and more modal improvements 5 년 전
FilePicker.cpp 299824de73 LibGUI: Rename GUI::Image => GUI::ImageWidget 5 년 전
FilePicker.h 299824de73 LibGUI: Rename GUI::Image => GUI::ImageWidget 5 년 전
FileSystemModel.cpp dc696ba85c LibGUI: Show a special icon for the home directory in FileSystemModel 5 년 전
FileSystemModel.h dc696ba85c LibGUI: Show a special icon for the home directory in FileSystemModel 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 a655cf5b41 LibGUI: Break up Window::event() into many smaller functions 5 년 전
Frame.cpp 42f0b2522b LibGUI: Introduce widget content margins + improve splitters 5 년 전
Frame.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 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 년 전
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 d4c6ae8263 LibGUI: Add ability to disable multiselect for views 5 년 전
IconView.h f266f0e880 LibGUI: Improve IconView performance with large selections 5 년 전
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 년 전
JSSyntaxHighlighter.cpp 4dcdad4cc4 LibGUI: Highlight JS Extends and Super tokens 5 년 전
JSSyntaxHighlighter.h 7571e9e460 LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript} 5 년 전
JsonArrayModel.cpp e8e728454c AK: JsonParser improvements 5 년 전
JsonArrayModel.h 2adb0a07e5 LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 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 b1058b33fb AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) 5 년 전
Layout.h 849fdc1c0b LibGUI: Make Layout a Core::Object and add basic serialization 5 년 전
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 6a78db07f1 LibGUI: Add hover highlighting and keyboard controls to ComboBox 5 년 전
ListView.h 6a78db07f1 LibGUI: Add hover highlighting and keyboard controls to ComboBox 5 년 전
Margins.h 6a9cc66b97 LibGUI: Remove leading G from filenames 5 년 전
Menu.cpp 8ae37bccf1 LibGUI: Fix menu leak when default action changed 5 년 전
Menu.h 1c1ab71692 WindowServer/LibGUI: Add default menu items and allow default action for context menu 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 b778804d20 LibGUI: Add ModelClient abstract class and allow registering clients 5 년 전
Model.h b778804d20 LibGUI: Add ModelClient abstract class and allow registering clients 5 년 전
ModelEditingDelegate.h ca110a6e54 LibGUI: Make the ModelEditingDelegate constructor protected 5 년 전
ModelIndex.cpp 2143da6434 LibGUI: Add forwarding header 5 년 전
ModelIndex.h 2143da6434 LibGUI: Add forwarding header 5 년 전
ModelSelection.cpp b778804d20 LibGUI: Add ModelClient abstract class and allow registering clients 5 년 전
ModelSelection.h b778804d20 LibGUI: Add ModelClient abstract class and allow registering clients 5 년 전
MultiView.cpp d4c6ae8263 LibGUI: Add ability to disable multiselect for views 5 년 전
MultiView.h d4c6ae8263 LibGUI: Add ability to disable multiselect for views 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 년 전
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 5b6c2f3bd6 LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBar 5 년 전
ResizeCorner.h 937d0be762 Meta: Add a script check the presence of "#pragma once" in header files 5 년 전
ScrollBar.cpp fc568ea13a LibGUI: Make scrollbar thumb size relative to content size 5 년 전
ScrollBar.h fc568ea13a LibGUI: Make scrollbar thumb size relative to content size 5 년 전
ScrollableWidget.cpp fc568ea13a LibGUI: Make scrollbar thumb size relative to content size 5 년 전
ScrollableWidget.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 년 전
Shortcut.cpp 90eec0a3d7 LibGUI: Use KeyCode stringification helper 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 5fd8dbacb1 LibGUI+FileManager: Fix forgetting to map sorting proxy model indexes 5 년 전
SortingProxyModel.h b778804d20 LibGUI: Add ModelClient abstract class and allow registering clients 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 b86a59ec05 LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableView 5 년 전
Splitter.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 년 전
StackWidget.cpp e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 년 전
StackWidget.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 년 전
StatusBar.cpp 108c08eb49 LibGUI: Make StatusBar 2px shorter vertically for a snugger fit 5 년 전
StatusBar.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 년 전
SyntaxHighlighter.cpp b4381be0ba LibGUI: Add missing copyright headers 5 년 전
SyntaxHighlighter.h 7571e9e460 LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript} 5 년 전
TabWidget.cpp e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 년 전
TabWidget.h 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 년 전
TableView.cpp d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 5 년 전
TableView.h 80f43ffc27 LibGUI: Move AbstractTableView::keydown_event() down to TableView 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 a2bbacbfc8 TextEditor: Jump to word break when deleting and holding Ctrl modifier 5 년 전
TextDocument.h 4ad891a078 LibGUI: Add flag to TextDocument's word break locator methods 5 년 전
TextEditor.cpp a2bbacbfc8 TextEditor: Jump to word break when deleting and holding Ctrl modifier 5 년 전
TextEditor.h 6a78db07f1 LibGUI: Add hover highlighting and keyboard controls to ComboBox 5 년 전
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 332f349e07 LibGUI: Fix keybind conflicts in TreeView 5 년 전
TreeView.h cbf3c2caeb LibGUI: Add on_toggle function to TreeView 5 년 전
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 e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 년 전
Widget.h e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 년 전
Window.cpp c50f258b7a LibGUI+WindowServer: Allow applets to retrieve their location 5 년 전
Window.h e0b8b4ac67 LibCore+LibGUI: Switch to using AK::is and AK::downcast 5 년 전
WindowServerConnection.cpp bbdf0665fc WindowServer: Expose window parent information and more modal improvements 5 년 전
WindowServerConnection.h ec3737510d WindowServer: Add accessory windows 5 년 전
WindowType.h 3d31f2e44b WindowServer: Add WindowType::Desktop 5 년 전