Andreas Kling a2bdcfabc9 LibGUI: Grant focus when activating a new stack/tab child widget 5 gadi atpakaļ
..
AboutDialog.cpp 317a0d666b LibGUI: AboutDialog now inherits the icon of its parent window 5 gadi atpakaļ
AboutDialog.h b29ff7b821 LibGUI: Don't use Core::Object::add() to instantiate dialogs 5 gadi atpakaļ
AbstractButton.cpp 3edcaa9b99 LibGUI: Implement set_property() on Widget and AbstractButton 5 gadi atpakaļ
AbstractButton.h 6a3b12664a LibGUI: Move Icon and FontDatabase into the GUI namespace 5 gadi atpakaļ
AbstractTableView.cpp 705cee528a LibGUI: Make it easier to create checkable GUI::Actions 5 gadi atpakaļ
AbstractTableView.h 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 gadi atpakaļ
AbstractView.cpp e0a16f8752 FileManager+LibGUI: Allow drop on entire DirectoryView 5 gadi atpakaļ
AbstractView.h 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 gadi atpakaļ
Action.cpp 705cee528a LibGUI: Make it easier to create checkable GUI::Actions 5 gadi atpakaļ
Action.h 705cee528a LibGUI: Make it easier to create checkable GUI::Actions 5 gadi atpakaļ
ActionGroup.cpp 6a9cc66b97 LibGUI: Remove leading G from filenames 5 gadi atpakaļ
ActionGroup.h 2143da6434 LibGUI: Add forwarding header 5 gadi atpakaļ
Application.cpp 52a250cb61 LibGUI: Make MenuBar a Core::Object 5 gadi atpakaļ
Application.h 52a250cb61 LibGUI: Make MenuBar a Core::Object 5 gadi atpakaļ
BoxLayout.cpp 849fdc1c0b LibGUI: Make Layout a Core::Object and add basic serialization 5 gadi atpakaļ
BoxLayout.h 849fdc1c0b LibGUI: Make Layout a Core::Object and add basic serialization 5 gadi atpakaļ
Button.cpp add93bf593 LibGUI: Brighten buttons when hovering over them :^) 5 gadi atpakaļ
Button.h a26b63a958 LibGUI: Remove Button& parameter from Button::on_click hook 5 gadi atpakaļ
CheckBox.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
CheckBox.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
Clipboard.cpp f72e5bbb17 Kernel+LibC: Rename shared buffer syscalls to use a prefix 5 gadi atpakaļ
Clipboard.h 2143da6434 LibGUI: Add forwarding header 5 gadi atpakaļ
ColorInput.cpp bc323c488e LibGUI: Add ColorInput component 5 gadi atpakaļ
ColorInput.h bc323c488e LibGUI: Add ColorInput component 5 gadi atpakaļ
ColorPicker.cpp 2463a285ee LibGUI: Make GUI::TabWidget::add_tab<T>() return a T& 5 gadi atpakaļ
ColorPicker.h 9430918026 LibGUI: Move ColorPicker's helper classes fully into ColorPicker.cpp 5 gadi atpakaļ
ColumnsView.cpp 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 gadi atpakaļ
ColumnsView.h 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 gadi atpakaļ
ComboBox.cpp 7194b4823e LibGUI: ComboBox, add "set_selected_index" method 5 gadi atpakaļ
ComboBox.h 7194b4823e LibGUI: ComboBox, add "set_selected_index" method 5 gadi atpakaļ
Command.cpp 6a9cc66b97 LibGUI: Remove leading G from filenames 5 gadi atpakaļ
Command.h 6a9cc66b97 LibGUI: Remove leading G from filenames 5 gadi atpakaļ
CppLexer.cpp 37af1d74cc LibGUI: Fix CppLexer assertion on incomplete #include statements 5 gadi atpakaļ
CppLexer.h d8a73dd979 LibGUI: Parse #include statements separately 5 gadi atpakaļ
CppSyntaxHighlighter.cpp 2b162ef794 LibGUI: Use themes for syntax highlighting 5 gadi atpakaļ
CppSyntaxHighlighter.h 2b162ef794 LibGUI: Use themes for syntax highlighting 5 gadi atpakaļ
Desktop.cpp f88b90f6fd LibGUI: Desktop, add methods for set background color and wallpaper mode 5 gadi atpakaļ
Desktop.h f88b90f6fd LibGUI: Desktop, add methods for set background color and wallpaper mode 5 gadi atpakaļ
Dialog.cpp b29ff7b821 LibGUI: Don't use Core::Object::add() to instantiate dialogs 5 gadi atpakaļ
Dialog.h b29ff7b821 LibGUI: Don't use Core::Object::add() to instantiate dialogs 5 gadi atpakaļ
DisplayLink.cpp 424a3f5ac3 WindowServer+LibGUI: Add a way to get notified at display refresh rate 5 gadi atpakaļ
DisplayLink.h 424a3f5ac3 WindowServer+LibGUI: Add a way to get notified at display refresh rate 5 gadi atpakaļ
DragOperation.cpp 7cfe712f4d LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage 5 gadi atpakaļ
DragOperation.h 2143da6434 LibGUI: Add forwarding header 5 gadi atpakaļ
Event.cpp 5884ef8425 LibGUI: Add missing Event.cpp file 5 gadi atpakaļ
Event.h 2a32330257 LibGUI: Add a ThemeChange event 5 gadi atpakaļ
FilePicker.cpp c45e16f605 LibCore: Add StandardPaths thing to retrieve various standard locations 5 gadi atpakaļ
FilePicker.h c45e16f605 LibCore: Add StandardPaths thing to retrieve various standard locations 5 gadi atpakaļ
FileSystemModel.cpp 451b3fa73c LibGUI: Added error events to FileSystemModel 5 gadi atpakaļ
FileSystemModel.h 451b3fa73c LibGUI: Added error events to FileSystemModel 5 gadi atpakaļ
FontDatabase.cpp cebf6a7039 LibGUI: Skip non-font files in the FontDatabase constructor 5 gadi atpakaļ
FontDatabase.h 6a3b12664a LibGUI: Move Icon and FontDatabase into the GUI namespace 5 gadi atpakaļ
Forward.h 1b2b35cc40 LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView" 5 gadi atpakaļ
Frame.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
Frame.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
GroupBox.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
GroupBox.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
Icon.cpp 6a3b12664a LibGUI: Move Icon and FontDatabase into the GUI namespace 5 gadi atpakaļ
Icon.h 6a3b12664a LibGUI: Move Icon and FontDatabase into the GUI namespace 5 gadi atpakaļ
InputBox.cpp 30964ba7d0 LibGUI: Remove remaining G prefixes 5 gadi atpakaļ
InputBox.h b29ff7b821 LibGUI: Don't use Core::Object::add() to instantiate dialogs 5 gadi atpakaļ
ItemView.cpp d17b42b28d LibGUI: Make view widgets fill background by default 5 gadi atpakaļ
ItemView.h 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 gadi atpakaļ
JSSyntaxHighlighter.cpp 95b51e857d LibJS: Add TokenType::TemplateLiteral 5 gadi atpakaļ
JSSyntaxHighlighter.h 2b162ef794 LibGUI: Use themes for syntax highlighting 5 gadi atpakaļ
JsonArrayModel.cpp 4d50398f02 LibGUI: Add store(), add() and remove() methods to JsonArrayModel 5 gadi atpakaļ
JsonArrayModel.h 4d50398f02 LibGUI: Add store(), add() and remove() methods to JsonArrayModel 5 gadi atpakaļ
Label.cpp ae9fe60412 LibGUI: Make Label::set_icon() take a const Gfx::Bitmap* 5 gadi atpakaļ
Label.h ae9fe60412 LibGUI: Make Label::set_icon() take a const Gfx::Bitmap* 5 gadi atpakaļ
Layout.cpp b1058b33fb AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) 5 gadi atpakaļ
Layout.h 849fdc1c0b LibGUI: Make Layout a Core::Object and add basic serialization 5 gadi atpakaļ
LazyWidget.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
LazyWidget.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
ListView.cpp d17b42b28d LibGUI: Make view widgets fill background by default 5 gadi atpakaļ
ListView.h 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 gadi atpakaļ
Makefile ab336e895f LibGUI: Add a ToolBarContainer widget and put most ToolBars in one 5 gadi atpakaļ
Margins.h 6a9cc66b97 LibGUI: Remove leading G from filenames 5 gadi atpakaļ
Menu.cpp f72e5bbb17 Kernel+LibC: Rename shared buffer syscalls to use a prefix 5 gadi atpakaļ
Menu.h ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 gadi atpakaļ
MenuBar.cpp 52a250cb61 LibGUI: Make MenuBar a Core::Object 5 gadi atpakaļ
MenuBar.h 52a250cb61 LibGUI: Make MenuBar a Core::Object 5 gadi atpakaļ
MenuItem.cpp b011ea9962 LibGUI: Reduce menu-related header dependencies 5 gadi atpakaļ
MenuItem.h 2143da6434 LibGUI: Add forwarding header 5 gadi atpakaļ
MessageBox.cpp 74cc0560e8 LibGUI: MessageBox min width control for show messages 5 gadi atpakaļ
MessageBox.h b29ff7b821 LibGUI: Don't use Core::Object::add() to instantiate dialogs 5 gadi atpakaļ
Model.cpp 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 gadi atpakaļ
Model.h 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 gadi atpakaļ
ModelEditingDelegate.h ca110a6e54 LibGUI: Make the ModelEditingDelegate constructor protected 5 gadi atpakaļ
ModelIndex.cpp 2143da6434 LibGUI: Add forwarding header 5 gadi atpakaļ
ModelIndex.h 2143da6434 LibGUI: Add forwarding header 5 gadi atpakaļ
ModelSelection.cpp a06548eaf7 LibGUI: Keep still-valid indexes in selection after a model update 5 gadi atpakaļ
ModelSelection.h a06548eaf7 LibGUI: Keep still-valid indexes in selection after a model update 5 gadi atpakaļ
MultiView.cpp 705cee528a LibGUI: Make it easier to create checkable GUI::Actions 5 gadi atpakaļ
MultiView.h 3523071bb7 LibGUI: Disable the ColumnsView subview in MultiView for now 5 gadi atpakaļ
Notification.cpp e323246517 Meta: Add missing copyright headers 5 gadi atpakaļ
Notification.h e323246517 Meta: Add missing copyright headers 5 gadi atpakaļ
Painter.cpp 3fe2640c8c LibGfx: Add forward declaration header 5 gadi atpakaļ
Painter.h 2143da6434 LibGUI: Add forwarding header 5 gadi atpakaļ
ProgressBar.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
ProgressBar.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
RadioButton.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
RadioButton.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
ResizeCorner.cpp 5b6c2f3bd6 LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBar 5 gadi atpakaļ
ResizeCorner.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
ScrollBar.cpp 933cf365e8 LibGUI: Tweak default ScrollBar size to make arrow icons centered :^) 5 gadi atpakaļ
ScrollBar.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
ScrollableWidget.cpp 5f913c67d9 LibGUI: Implement keyboard and mouse wheel events for SpinBox 5 gadi atpakaļ
ScrollableWidget.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
Shortcut.cpp ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 gadi atpakaļ
Shortcut.h 2143da6434 LibGUI: Add forwarding header 5 gadi atpakaļ
Slider.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
Slider.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
SortingProxyModel.cpp 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 gadi atpakaļ
SortingProxyModel.h 6a9cc66b97 LibGUI: Remove leading G from filenames 5 gadi atpakaļ
SpinBox.cpp a26b63a958 LibGUI: Remove Button& parameter from Button::on_click hook 5 gadi atpakaļ
SpinBox.h 5f913c67d9 LibGUI: Implement keyboard and mouse wheel events for SpinBox 5 gadi atpakaļ
Splitter.cpp 849fdc1c0b LibGUI: Make Layout a Core::Object and add basic serialization 5 gadi atpakaļ
Splitter.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
StackWidget.cpp a2bdcfabc9 LibGUI: Grant focus when activating a new stack/tab child widget 5 gadi atpakaļ
StackWidget.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
StatusBar.cpp 108c08eb49 LibGUI: Make StatusBar 2px shorter vertically for a snugger fit 5 gadi atpakaļ
StatusBar.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
SyntaxHighlighter.cpp b4381be0ba LibGUI: Add missing copyright headers 5 gadi atpakaļ
SyntaxHighlighter.h 2b162ef794 LibGUI: Use themes for syntax highlighting 5 gadi atpakaļ
TabWidget.cpp a2bdcfabc9 LibGUI: Grant focus when activating a new stack/tab child widget 5 gadi atpakaļ
TabWidget.h 4087e3cfb9 LibGUI: Add TabWidget functions to activate next/previous tab 5 gadi atpakaļ
TableView.cpp d17b42b28d LibGUI: Make view widgets fill background by default 5 gadi atpakaļ
TableView.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
TextBox.cpp c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
TextBox.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
TextDocument.cpp 0d17e3bfa6 LibGUI: Fix null-termination of TextDocumentLine 5 gadi atpakaļ
TextDocument.h 9570efa698 LibGUI: Remove friend classes of TextDocumentLine 5 gadi atpakaļ
TextEditor.cpp 3339a77f6c LibGUI: Don't accelerate TextEditor autoscroll on wiggle (#1897) 5 gadi atpakaļ
TextEditor.h 441c2715bb LibGUI: Add Select all action to TextEditor 5 gadi atpakaļ
TextPosition.h 30964ba7d0 LibGUI: Remove remaining G prefixes 5 gadi atpakaļ
TextRange.h 30964ba7d0 LibGUI: Remove remaining G prefixes 5 gadi atpakaļ
ToolBar.cpp ab336e895f LibGUI: Add a ToolBarContainer widget and put most ToolBars in one 5 gadi atpakaļ
ToolBar.h c5d913970a LibGUI: Remove parent parameter to GUI::Widget constructor 5 gadi atpakaļ
ToolBarContainer.cpp ab336e895f LibGUI: Add a ToolBarContainer widget and put most ToolBars in one 5 gadi atpakaļ
ToolBarContainer.h ab336e895f LibGUI: Add a ToolBarContainer widget and put most ToolBars in one 5 gadi atpakaļ
TreeView.cpp d17b42b28d LibGUI: Make view widgets fill background by default 5 gadi atpakaļ
TreeView.h 8e4751a963 LibGUI: Add a way for models to update without invalidating indexes 5 gadi atpakaļ
UndoStack.cpp ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 gadi atpakaļ
UndoStack.h ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 gadi atpakaļ
Variant.cpp 154dcd1ed6 AK: Allow %m.nf specifier for double/float in printf to set fraction with 5 gadi atpakaļ
Variant.h 7f8dc347b5 LibGUI: Allow constructing Variant from FlyString 5 gadi atpakaļ
Widget.cpp 9e6e731a78 LibGUI: Remove G prefix from macros 5 gadi atpakaļ
Widget.h 9e6e731a78 LibGUI: Remove G prefix from macros 5 gadi atpakaļ
Window.cpp 3474d7c88e WindowServer/LibGUI: Enforce minimum window size 5 gadi atpakaļ
Window.h 228ace854c LibGfx: Don't allow creating bitmaps whose sizes would overflow 5 gadi atpakaļ
WindowServerConnection.cpp d0578bfa32 LibGUI: Search the entire focus chain for shortcut actions 5 gadi atpakaļ
WindowServerConnection.h 5326eebb1b WindowServer+LibGUI: Notify DisplayLinks at 60 fps no matter what 5 gadi atpakaļ
WindowType.h 3d31f2e44b WindowServer: Add WindowType::Desktop 5 gadi atpakaļ