Andreas Kling 6060c7444b LibGUI: Fix crash in TextDocument::remove(TextRange) 5 년 전
..
AboutDialog.cpp 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 년 전
AboutDialog.h b29ff7b821 LibGUI: Don't use Core::Object::add() to instantiate dialogs 5 년 전
AbstractButton.cpp 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 년 전
AbstractButton.h 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 년 전
AbstractTableView.cpp 3fe5dc35f2 LibGUI: Add AbstractTableView::move_selection(int steps) 5 년 전
AbstractTableView.h 3fe5dc35f2 LibGUI: Add AbstractTableView::move_selection(int steps) 5 년 전
AbstractView.cpp e0a16f8752 FileManager+LibGUI: Allow drop on entire DirectoryView 5 년 전
AbstractView.h 55ff392835 LibGUI: Remove unneeded access rights 5 년 전
Action.cpp 45a932a600 Base: New "cut" action icon 5 년 전
Action.h 705cee528a LibGUI: Make it easier to create checkable GUI::Actions 5 년 전
ActionGroup.cpp 6a9cc66b97 LibGUI: Remove leading G from filenames 5 년 전
ActionGroup.h 2143da6434 LibGUI: Add forwarding header 5 년 전
Application.cpp 244efe050a Clipboard: Move the system clipboard to a dedicated service process :^) 5 년 전
Application.h 39d55d1d76 LibGUI: Add a way to highlight the focused widget for debugging 5 년 전
BoxLayout.cpp 849fdc1c0b LibGUI: Make Layout a Core::Object and add basic serialization 5 년 전
BoxLayout.h 849fdc1c0b LibGUI: Make Layout a Core::Object and add basic serialization 5 년 전
Button.cpp 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 년 전
Button.h 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 년 전
CMakeLists.txt 4173905198 LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^) 5 년 전
CheckBox.cpp 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 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 cdbc252190 LibGUI: Require a full click on ColorInput's color rect to open picker 5 년 전
ColorInput.h cdbc252190 LibGUI: Require a full click on ColorInput's color rect to open picker 5 년 전
ColorPicker.cpp 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 년 전
ColorPicker.h f8069418e1 LibGUI: Transfer "color has alpha channel" state 5 년 전
ColumnsView.cpp 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 년 전
ColumnsView.h 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 년 전
ComboBox.cpp 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 년 전
ComboBox.h e064999e0d LibGUI: Allow scrolling through a ComboBox with the mouse wheel 5 년 전
Command.cpp 6a9cc66b97 LibGUI: Remove leading G from filenames 5 년 전
Command.h 6a9cc66b97 LibGUI: Remove leading G from filenames 5 년 전
CppLexer.cpp 37af1d74cc LibGUI: Fix CppLexer assertion on incomplete #include statements 5 년 전
CppLexer.h d8a73dd979 LibGUI: Parse #include statements separately 5 년 전
CppSyntaxHighlighter.cpp 2b162ef794 LibGUI: Use themes for syntax highlighting 5 년 전
CppSyntaxHighlighter.h 2b162ef794 LibGUI: Use themes for syntax highlighting 5 년 전
Desktop.cpp f88b90f6fd LibGUI: Desktop, add methods for set background color and wallpaper mode 5 년 전
Desktop.h f88b90f6fd LibGUI: Desktop, add methods for set background color and wallpaper mode 5 년 전
Dialog.cpp b29ff7b821 LibGUI: Don't use Core::Object::add() to instantiate dialogs 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 7cfe712f4d LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage 5 년 전
DragOperation.h 2143da6434 LibGUI: Add forwarding header 5 년 전
EmojiInputDialog.cpp 4173905198 LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^) 5 년 전
EmojiInputDialog.h 4173905198 LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^) 5 년 전
Event.cpp 479f16bb6c LibGUI: Add KeyEvent::to_string() 5 년 전
Event.h 7dd8f1b921 LibGUI: Add missing Vector.h include to Event.h 5 년 전
FilePicker.cpp 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 년 전
FilePicker.h c45e16f605 LibCore: Add StandardPaths thing to retrieve various standard locations 5 년 전
FileSystemModel.cpp c9c1d1fae0 LibGUI: Create thumnail for gif files 5 년 전
FileSystemModel.h 5267ccbc22 LibGUI: Icon for INI file type 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 ef433cb367 LibGUI: The UI calls it 'Icon view', fix the name in the code 5 년 전
Frame.cpp 42f0b2522b LibGUI: Introduce widget content margins + improve splitters 5 년 전
Frame.h 42f0b2522b LibGUI: Introduce widget content margins + improve splitters 5 년 전
GroupBox.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 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 ef433cb367 LibGUI: The UI calls it 'Icon view', fix the name in the code 5 년 전
IconView.h ef433cb367 LibGUI: The UI calls it 'Icon view', fix the name in the code 5 년 전
InputBox.cpp 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 년 전
InputBox.h b29ff7b821 LibGUI: Don't use Core::Object::add() to instantiate dialogs 5 년 전
JSSyntaxHighlighter.cpp a2e1f1a872 LibJS: Implement exponentiation assignment operator (**=) 5 년 전
JSSyntaxHighlighter.h 7571e9e460 LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript} 5 년 전
JsonArrayModel.cpp 4d50398f02 LibGUI: Add store(), add() and remove() methods to JsonArrayModel 5 년 전
JsonArrayModel.h 4d50398f02 LibGUI: Add store(), add() and remove() methods to JsonArrayModel 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 e064999e0d LibGUI: Allow scrolling through a ComboBox with the mouse wheel 5 년 전
ListView.h e064999e0d LibGUI: Allow scrolling through a ComboBox with the mouse wheel 5 년 전
Margins.h 6a9cc66b97 LibGUI: Remove leading G from filenames 5 년 전
Menu.cpp f0cde70c18 LibGUI: Simplify submenu construction 5 년 전
Menu.h f0cde70c18 LibGUI: Simplify submenu construction 5 년 전
MenuBar.cpp 52a250cb61 LibGUI: Make MenuBar a Core::Object 5 년 전
MenuBar.h 52a250cb61 LibGUI: Make MenuBar a Core::Object 5 년 전
MenuItem.cpp f0cde70c18 LibGUI: Simplify submenu construction 5 년 전
MenuItem.h f0cde70c18 LibGUI: Simplify submenu construction 5 년 전
MessageBox.cpp 14aa7f2d44 LibGUI: Add GUI::MessageBox::show_error() convenience function 5 년 전
MessageBox.h 14aa7f2d44 LibGUI: Add GUI::MessageBox::show_error() convenience function 5 년 전
Model.cpp 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 년 전
Model.h 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 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 a06548eaf7 LibGUI: Keep still-valid indexes in selection after a model update 5 년 전
ModelSelection.h a06548eaf7 LibGUI: Keep still-valid indexes in selection after a model update 5 년 전
MultiView.cpp 1b140d1b5b LibGUI: FilePicker: Make icon view button initially checked 5 년 전
MultiView.h 1b140d1b5b LibGUI: FilePicker: Make icon view button initially checked 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 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 년 전
RadioButton.h 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 년 전
ResizeCorner.cpp 5b6c2f3bd6 LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBar 5 년 전
ResizeCorner.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 년 전
ScrollBar.cpp 9e74793ce2 LibGUI+LibGfx: Paint scollbar tracks with a dithered pattern 5 년 전
ScrollBar.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 년 전
ScrollableWidget.cpp b6bea3d25b LibGUI: Fix off-by-one in ScrollableWidget 5 년 전
ScrollableWidget.h 8fae4ee931 LibGUI: Add ScrollableWidget::viewport_rect_in_content_coordinates() 5 년 전
Shortcut.cpp 90eec0a3d7 LibGUI: Use KeyCode stringification helper in Shortcut::to_string() 5 년 전
Shortcut.h 2143da6434 LibGUI: Add forwarding header 5 년 전
Slider.cpp 57fe4d19ac LibGUI: Remove unnecessary is_enabled() checks in mouse event handlers 5 년 전
Slider.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 년 전
SortingProxyModel.cpp 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 년 전
SortingProxyModel.h 6a9cc66b97 LibGUI: Remove leading G from filenames 5 년 전
SpinBox.cpp 977863ea07 LibGUI: Include keyboard modifier state with button on_click calls 5 년 전
SpinBox.h 0f0d73d1b5 LibGUI: Make the "enabled" widget state propagate to child widgets 5 년 전
Splitter.cpp 344e66caaa LibGUI: Shrink GUI::Splitter by 1 pixel to make it look just right 5 년 전
Splitter.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 년 전
StackWidget.cpp a2bdcfabc9 LibGUI: Grant focus when activating a new stack/tab child widget 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 bb6258229a LibGUI: Add hook when a tab is middle clicked 5 년 전
TabWidget.h bb6258229a LibGUI: Add hook when a tab is middle clicked 5 년 전
TableView.cpp d17b42b28d LibGUI: Make view widgets fill background by default 5 년 전
TableView.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 년 전
TextBox.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 년 전
TextBox.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 년 전
TextDocument.cpp 6060c7444b LibGUI: Fix crash in TextDocument::remove(TextRange) 5 년 전
TextDocument.h 6060c7444b LibGUI: Fix crash in TextDocument::remove(TextRange) 5 년 전
TextEditor.cpp 604fb278c1 LibGUI: TextEditor now opts in to emoji input by default :^) 5 년 전
TextEditor.h 393560d8a2 HackStudio: GUI support for setting breakpoints on source code lines 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 7670e5ccf0 LibCore+LibHTTP: Move out the HTTP handler and add HTTPS 5 년 전
TreeView.cpp b478c5f86c LibGUI: Properly draw the background of the selected TreeView line 5 년 전
TreeView.h 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 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 154dcd1ed6 AK: Allow %m.nf specifier for double/float in printf to set fraction with 5 년 전
Variant.h 7f8dc347b5 LibGUI: Allow constructing Variant from FlyString 5 년 전
Widget.cpp 39d55d1d76 LibGUI: Add a way to highlight the focused widget for debugging 5 년 전
Widget.h 4173905198 LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^) 5 년 전
Window.cpp df43e09433 LibGUI+WindowServer: Allow applications to set custom cursor bitmaps 5 년 전
Window.h df43e09433 LibGUI+WindowServer: Allow applications to set custom cursor bitmaps 5 년 전
WindowServerConnection.cpp 4173905198 LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^) 5 년 전
WindowServerConnection.h 244efe050a Clipboard: Move the system clipboard to a dedicated service process :^) 5 년 전
WindowType.h 3d31f2e44b WindowServer: Add WindowType::Desktop 5 년 전