.. |
AboutDialog.cpp
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 vuotta sitten |
AboutDialog.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 vuotta sitten |
AbstractButton.cpp
|
3edcaa9b99
LibGUI: Implement set_property() on Widget and AbstractButton
|
5 vuotta sitten |
AbstractButton.h
|
3edcaa9b99
LibGUI: Implement set_property() on Widget and AbstractButton
|
5 vuotta sitten |
AbstractTableView.cpp
|
ac53af6b7b
LibGUI: Mouse events didn't hit table headers when vertically scrolled
|
5 vuotta sitten |
AbstractTableView.h
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 vuotta sitten |
AbstractView.cpp
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 vuotta sitten |
AbstractView.h
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 vuotta sitten |
Action.cpp
|
3fe2640c8c
LibGfx: Add forward declaration header
|
5 vuotta sitten |
Action.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
ActionGroup.cpp
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 vuotta sitten |
ActionGroup.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
Application.cpp
|
0f3e57a6fb
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
|
5 vuotta sitten |
Application.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
BoxLayout.cpp
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 vuotta sitten |
BoxLayout.h
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 vuotta sitten |
Button.cpp
|
a26b63a958
LibGUI: Remove Button& parameter from Button::on_click hook
|
5 vuotta sitten |
Button.h
|
a26b63a958
LibGUI: Remove Button& parameter from Button::on_click hook
|
5 vuotta sitten |
CheckBox.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
CheckBox.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
Clipboard.cpp
|
f72e5bbb17
Kernel+LibC: Rename shared buffer syscalls to use a prefix
|
5 vuotta sitten |
Clipboard.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
ColorPicker.cpp
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 vuotta sitten |
ColorPicker.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 vuotta sitten |
ColumnsView.cpp
|
423c48b355
LibGUI: Fix ColumnsView.cpp build
|
5 vuotta sitten |
ColumnsView.h
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 vuotta sitten |
ComboBox.cpp
|
0f3e57a6fb
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
|
5 vuotta sitten |
ComboBox.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
Command.cpp
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 vuotta sitten |
Command.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 vuotta sitten |
CppLexer.cpp
|
bb8e65be41
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
|
5 vuotta sitten |
CppLexer.h
|
bb8e65be41
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
|
5 vuotta sitten |
CppSyntaxHighlighter.cpp
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 vuotta sitten |
CppSyntaxHighlighter.h
|
bb8e65be41
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
|
5 vuotta sitten |
Desktop.cpp
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
Desktop.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
Dialog.cpp
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 vuotta sitten |
Dialog.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 vuotta sitten |
DragOperation.cpp
|
f72e5bbb17
Kernel+LibC: Rename shared buffer syscalls to use a prefix
|
5 vuotta sitten |
DragOperation.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
Event.cpp
|
5884ef8425
LibGUI: Add missing Event.cpp file
|
5 vuotta sitten |
Event.h
|
69400c2ca1
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
|
5 vuotta sitten |
FilePicker.cpp
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 vuotta sitten |
FilePicker.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 vuotta sitten |
FileSystemModel.cpp
|
c69686f1b2
LibGUI: Fix group name columns in FileSystemModel
|
5 vuotta sitten |
FileSystemModel.h
|
814d59f462
LibGUI: Port the drag&drop code to Core::MimeData
|
5 vuotta sitten |
FontDatabase.cpp
|
686ade6b5a
AK: Make quick_sort() a little more ergonomic
|
5 vuotta sitten |
FontDatabase.h
|
a368cf7d51
LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>
|
5 vuotta sitten |
Forward.h
|
1b2b35cc40
LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView"
|
5 vuotta sitten |
Frame.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
Frame.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
GroupBox.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
GroupBox.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
Icon.cpp
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
Icon.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
InputBox.cpp
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 vuotta sitten |
InputBox.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 vuotta sitten |
ItemView.cpp
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 vuotta sitten |
ItemView.h
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 vuotta sitten |
JsonArrayModel.cpp
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 vuotta sitten |
JsonArrayModel.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 vuotta sitten |
Label.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
Label.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
Layout.cpp
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 vuotta sitten |
Layout.h
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 vuotta sitten |
LazyWidget.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
LazyWidget.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
ListView.cpp
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 vuotta sitten |
ListView.h
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 vuotta sitten |
Makefile
|
1b2b35cc40
LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView"
|
5 vuotta sitten |
Margins.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 vuotta sitten |
Menu.cpp
|
f72e5bbb17
Kernel+LibC: Rename shared buffer syscalls to use a prefix
|
5 vuotta sitten |
Menu.h
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 vuotta sitten |
MenuBar.cpp
|
b011ea9962
LibGUI: Reduce menu-related header dependencies
|
5 vuotta sitten |
MenuBar.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
MenuItem.cpp
|
b011ea9962
LibGUI: Reduce menu-related header dependencies
|
5 vuotta sitten |
MenuItem.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
MessageBox.cpp
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 vuotta sitten |
MessageBox.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 vuotta sitten |
Model.cpp
|
6e7ca44dee
LibGUI: Add GUI::Model::accepts_drag(index, data_type)
|
5 vuotta sitten |
Model.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
ModelEditingDelegate.h
|
ca110a6e54
LibGUI: Make the ModelEditingDelegate constructor protected
|
5 vuotta sitten |
ModelIndex.cpp
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
ModelIndex.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
ModelSelection.cpp
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
ModelSelection.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
MultiView.cpp
|
3523071bb7
LibGUI: Disable the ColumnsView subview in MultiView for now
|
5 vuotta sitten |
MultiView.h
|
3523071bb7
LibGUI: Disable the ColumnsView subview in MultiView for now
|
5 vuotta sitten |
Notification.cpp
|
9f54ea9bcd
NotificationServer: Add a system service for desktop notifications
|
5 vuotta sitten |
Notification.h
|
9f54ea9bcd
NotificationServer: Add a system service for desktop notifications
|
5 vuotta sitten |
Painter.cpp
|
3fe2640c8c
LibGfx: Add forward declaration header
|
5 vuotta sitten |
Painter.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
ProgressBar.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
ProgressBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
RadioButton.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
RadioButton.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
ResizeCorner.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
ResizeCorner.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
ScrollBar.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
ScrollBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
ScrollableWidget.cpp
|
5f913c67d9
LibGUI: Implement keyboard and mouse wheel events for SpinBox
|
5 vuotta sitten |
ScrollableWidget.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
Shortcut.cpp
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 vuotta sitten |
Shortcut.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
Slider.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
Slider.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
SortingProxyModel.cpp
|
686ade6b5a
AK: Make quick_sort() a little more ergonomic
|
5 vuotta sitten |
SortingProxyModel.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 vuotta sitten |
SpinBox.cpp
|
a26b63a958
LibGUI: Remove Button& parameter from Button::on_click hook
|
5 vuotta sitten |
SpinBox.h
|
5f913c67d9
LibGUI: Implement keyboard and mouse wheel events for SpinBox
|
5 vuotta sitten |
Splitter.cpp
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 vuotta sitten |
Splitter.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
StackWidget.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
StackWidget.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
StatusBar.cpp
|
028c011760
LibCore: Make Core::Object::add<ChildType> return a ChildType&
|
5 vuotta sitten |
StatusBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
SyntaxHighlighter.cpp
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 vuotta sitten |
SyntaxHighlighter.h
|
2143da6434
LibGUI: Add forwarding header
|
5 vuotta sitten |
TabWidget.cpp
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 vuotta sitten |
TabWidget.h
|
6c5100b644
LibGUI: Add helper for constructing new TabWidget tabs
|
5 vuotta sitten |
TableView.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
TableView.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
TextBox.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
TextBox.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
TextDocument.cpp
|
22d0a6d92f
AK: Remove unnecessary casts to size_t, after Vector changes
|
5 vuotta sitten |
TextDocument.h
|
22d0a6d92f
AK: Remove unnecessary casts to size_t, after Vector changes
|
5 vuotta sitten |
TextEditor.cpp
|
3a34323a78
LibGUI: TextEditor should paint text with disabled color when disabled
|
5 vuotta sitten |
TextEditor.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
TextPosition.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 vuotta sitten |
TextRange.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 vuotta sitten |
ToolBar.cpp
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 vuotta sitten |
ToolBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 vuotta sitten |
TreeView.cpp
|
8e8e8c801c
LibGUI: Fix broken TreeView rendering with more than two columns
|
5 vuotta sitten |
TreeView.h
|
8e8e8c801c
LibGUI: Fix broken TreeView rendering with more than two columns
|
5 vuotta sitten |
UndoStack.cpp
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 vuotta sitten |
UndoStack.h
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 vuotta sitten |
Variant.cpp
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 vuotta sitten |
Variant.h
|
6a3cd11a80
AK: Remove manual forward declarations with <AK/Forward.h>
|
5 vuotta sitten |
Widget.cpp
|
3edcaa9b99
LibGUI: Implement set_property() on Widget and AbstractButton
|
5 vuotta sitten |
Widget.h
|
3edcaa9b99
LibGUI: Implement set_property() on Widget and AbstractButton
|
5 vuotta sitten |
Window.cpp
|
4d5e144a6b
LibGUI: Forget some of Window's widgets eagerly on widget unparenting
|
5 vuotta sitten |
Window.h
|
4d5e144a6b
LibGUI: Forget some of Window's widgets eagerly on widget unparenting
|
5 vuotta sitten |
WindowServerConnection.cpp
|
f72e5bbb17
Kernel+LibC: Rename shared buffer syscalls to use a prefix
|
5 vuotta sitten |
WindowServerConnection.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 vuotta sitten |
WindowType.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 vuotta sitten |