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