.. |
AboutDialog.cpp
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 tahun lalu |
AboutDialog.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 tahun lalu |
AbstractButton.cpp
|
3edcaa9b99
LibGUI: Implement set_property() on Widget and AbstractButton
|
5 tahun lalu |
AbstractButton.h
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
5 tahun lalu |
AbstractTableView.cpp
|
ac53af6b7b
LibGUI: Mouse events didn't hit table headers when vertically scrolled
|
5 tahun lalu |
AbstractTableView.h
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 tahun lalu |
AbstractView.cpp
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 tahun lalu |
AbstractView.h
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 tahun lalu |
Action.cpp
|
3fe2640c8c
LibGfx: Add forward declaration header
|
5 tahun lalu |
Action.h
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
ActionGroup.cpp
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 tahun lalu |
ActionGroup.h
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
Application.cpp
|
30964ba7d0
LibGUI: Remove remaining G prefixes
|
5 tahun lalu |
Application.h
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
BoxLayout.cpp
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 tahun lalu |
BoxLayout.h
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 tahun lalu |
Button.cpp
|
a26b63a958
LibGUI: Remove Button& parameter from Button::on_click hook
|
5 tahun lalu |
Button.h
|
a26b63a958
LibGUI: Remove Button& parameter from Button::on_click hook
|
5 tahun lalu |
CheckBox.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
CheckBox.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
Clipboard.cpp
|
f72e5bbb17
Kernel+LibC: Rename shared buffer syscalls to use a prefix
|
5 tahun lalu |
Clipboard.h
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
ColorPicker.cpp
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 tahun lalu |
ColorPicker.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 tahun lalu |
ColumnsView.cpp
|
423c48b355
LibGUI: Fix ColumnsView.cpp build
|
5 tahun lalu |
ColumnsView.h
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 tahun lalu |
ComboBox.cpp
|
7194b4823e
LibGUI: ComboBox, add "set_selected_index" method
|
5 tahun lalu |
ComboBox.h
|
7194b4823e
LibGUI: ComboBox, add "set_selected_index" method
|
5 tahun lalu |
Command.cpp
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 tahun lalu |
Command.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 tahun lalu |
CppLexer.cpp
|
d8a73dd979
LibGUI: Parse #include statements separately
|
5 tahun lalu |
CppLexer.h
|
d8a73dd979
LibGUI: Parse #include statements separately
|
5 tahun lalu |
CppSyntaxHighlighter.cpp
|
2b162ef794
LibGUI: Use themes for syntax highlighting
|
5 tahun lalu |
CppSyntaxHighlighter.h
|
2b162ef794
LibGUI: Use themes for syntax highlighting
|
5 tahun lalu |
Desktop.cpp
|
f88b90f6fd
LibGUI: Desktop, add methods for set background color and wallpaper mode
|
5 tahun lalu |
Desktop.h
|
f88b90f6fd
LibGUI: Desktop, add methods for set background color and wallpaper mode
|
5 tahun lalu |
Dialog.cpp
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 tahun lalu |
Dialog.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 tahun lalu |
DisplayLink.cpp
|
424a3f5ac3
WindowServer+LibGUI: Add a way to get notified at display refresh rate
|
5 tahun lalu |
DisplayLink.h
|
424a3f5ac3
WindowServer+LibGUI: Add a way to get notified at display refresh rate
|
5 tahun lalu |
DragOperation.cpp
|
f72e5bbb17
Kernel+LibC: Rename shared buffer syscalls to use a prefix
|
5 tahun lalu |
DragOperation.h
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
Event.cpp
|
5884ef8425
LibGUI: Add missing Event.cpp file
|
5 tahun lalu |
Event.h
|
2a32330257
LibGUI: Add a ThemeChange event
|
5 tahun lalu |
FilePicker.cpp
|
37fc6c117c
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
5 tahun lalu |
FilePicker.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 tahun lalu |
FileSystemModel.cpp
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
5 tahun lalu |
FileSystemModel.h
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
5 tahun lalu |
FontDatabase.cpp
|
cebf6a7039
LibGUI: Skip non-font files in the FontDatabase constructor
|
5 tahun lalu |
FontDatabase.h
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
5 tahun lalu |
Forward.h
|
1b2b35cc40
LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView"
|
5 tahun lalu |
Frame.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
Frame.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
GroupBox.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
GroupBox.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
Icon.cpp
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
5 tahun lalu |
Icon.h
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
5 tahun lalu |
InputBox.cpp
|
30964ba7d0
LibGUI: Remove remaining G prefixes
|
5 tahun lalu |
InputBox.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 tahun lalu |
ItemView.cpp
|
b58893cfe1
LibGUI: Take scroll offset into account on ItemView rubberband selection
|
5 tahun lalu |
ItemView.h
|
b58893cfe1
LibGUI: Take scroll offset into account on ItemView rubberband selection
|
5 tahun lalu |
JSSyntaxHighlighter.cpp
|
2b162ef794
LibGUI: Use themes for syntax highlighting
|
5 tahun lalu |
JSSyntaxHighlighter.h
|
2b162ef794
LibGUI: Use themes for syntax highlighting
|
5 tahun lalu |
JsonArrayModel.cpp
|
4d50398f02
LibGUI: Add store(), add() and remove() methods to JsonArrayModel
|
5 tahun lalu |
JsonArrayModel.h
|
4d50398f02
LibGUI: Add store(), add() and remove() methods to JsonArrayModel
|
5 tahun lalu |
Label.cpp
|
ae9fe60412
LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*
|
5 tahun lalu |
Label.h
|
ae9fe60412
LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*
|
5 tahun lalu |
Layout.cpp
|
b1058b33fb
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
|
5 tahun lalu |
Layout.h
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 tahun lalu |
LazyWidget.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
LazyWidget.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
ListView.cpp
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 tahun lalu |
ListView.h
|
8e1645423f
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
|
5 tahun lalu |
Makefile
|
424a3f5ac3
WindowServer+LibGUI: Add a way to get notified at display refresh rate
|
5 tahun lalu |
Margins.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 tahun lalu |
Menu.cpp
|
f72e5bbb17
Kernel+LibC: Rename shared buffer syscalls to use a prefix
|
5 tahun lalu |
Menu.h
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 tahun lalu |
MenuBar.cpp
|
b011ea9962
LibGUI: Reduce menu-related header dependencies
|
5 tahun lalu |
MenuBar.h
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
MenuItem.cpp
|
b011ea9962
LibGUI: Reduce menu-related header dependencies
|
5 tahun lalu |
MenuItem.h
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
MessageBox.cpp
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 tahun lalu |
MessageBox.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 tahun lalu |
Model.cpp
|
6e7ca44dee
LibGUI: Add GUI::Model::accepts_drag(index, data_type)
|
5 tahun lalu |
Model.h
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
ModelEditingDelegate.h
|
ca110a6e54
LibGUI: Make the ModelEditingDelegate constructor protected
|
5 tahun lalu |
ModelIndex.cpp
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
ModelIndex.h
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
ModelSelection.cpp
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
ModelSelection.h
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
MultiView.cpp
|
3523071bb7
LibGUI: Disable the ColumnsView subview in MultiView for now
|
5 tahun lalu |
MultiView.h
|
3523071bb7
LibGUI: Disable the ColumnsView subview in MultiView for now
|
5 tahun lalu |
Notification.cpp
|
faedb763ca
NotificationServer: Allow showing an icon in notifications
|
5 tahun lalu |
Notification.h
|
faedb763ca
NotificationServer: Allow showing an icon in notifications
|
5 tahun lalu |
Painter.cpp
|
3fe2640c8c
LibGfx: Add forward declaration header
|
5 tahun lalu |
Painter.h
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
ProgressBar.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
ProgressBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
RadioButton.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
RadioButton.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
ResizeCorner.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
ResizeCorner.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
ScrollBar.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
ScrollBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
ScrollableWidget.cpp
|
5f913c67d9
LibGUI: Implement keyboard and mouse wheel events for SpinBox
|
5 tahun lalu |
ScrollableWidget.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
Shortcut.cpp
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 tahun lalu |
Shortcut.h
|
2143da6434
LibGUI: Add forwarding header
|
5 tahun lalu |
Slider.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
Slider.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
SortingProxyModel.cpp
|
686ade6b5a
AK: Make quick_sort() a little more ergonomic
|
5 tahun lalu |
SortingProxyModel.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 tahun lalu |
SpinBox.cpp
|
a26b63a958
LibGUI: Remove Button& parameter from Button::on_click hook
|
5 tahun lalu |
SpinBox.h
|
5f913c67d9
LibGUI: Implement keyboard and mouse wheel events for SpinBox
|
5 tahun lalu |
Splitter.cpp
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 tahun lalu |
Splitter.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
StackWidget.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
StackWidget.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
StatusBar.cpp
|
028c011760
LibCore: Make Core::Object::add<ChildType> return a ChildType&
|
5 tahun lalu |
StatusBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
SyntaxHighlighter.cpp
|
b4381be0ba
LibGUI: Add missing copyright headers
|
5 tahun lalu |
SyntaxHighlighter.h
|
2b162ef794
LibGUI: Use themes for syntax highlighting
|
5 tahun lalu |
TabWidget.cpp
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 tahun lalu |
TabWidget.h
|
6c5100b644
LibGUI: Add helper for constructing new TabWidget tabs
|
5 tahun lalu |
TableView.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
TableView.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
TextBox.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
TextBox.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
TextDocument.cpp
|
0d17e3bfa6
LibGUI: Fix null-termination of TextDocumentLine
|
5 tahun lalu |
TextDocument.h
|
9570efa698
LibGUI: Remove friend classes of TextDocumentLine
|
5 tahun lalu |
TextEditor.cpp
|
9e6e731a78
LibGUI: Remove G prefix from macros
|
5 tahun lalu |
TextEditor.h
|
2a32330257
LibGUI: Add a ThemeChange event
|
5 tahun lalu |
TextPosition.h
|
30964ba7d0
LibGUI: Remove remaining G prefixes
|
5 tahun lalu |
TextRange.h
|
30964ba7d0
LibGUI: Remove remaining G prefixes
|
5 tahun lalu |
ToolBar.cpp
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 tahun lalu |
ToolBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 tahun lalu |
TreeView.cpp
|
8e8e8c801c
LibGUI: Fix broken TreeView rendering with more than two columns
|
5 tahun lalu |
TreeView.h
|
a115702746
HackStudio: Expand project tree view by default
|
5 tahun lalu |
UndoStack.cpp
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 tahun lalu |
UndoStack.h
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 tahun lalu |
Variant.cpp
|
7f8dc347b5
LibGUI: Allow constructing Variant from FlyString
|
5 tahun lalu |
Variant.h
|
7f8dc347b5
LibGUI: Allow constructing Variant from FlyString
|
5 tahun lalu |
Widget.cpp
|
9e6e731a78
LibGUI: Remove G prefix from macros
|
5 tahun lalu |
Widget.h
|
9e6e731a78
LibGUI: Remove G prefix from macros
|
5 tahun lalu |
Window.cpp
|
ec6e55cfc6
LibGUI: Don't spam WindowServer with SetWindowOverrideCursor messages
|
5 tahun lalu |
Window.h
|
ec6e55cfc6
LibGUI: Don't spam WindowServer with SetWindowOverrideCursor messages
|
5 tahun lalu |
WindowServerConnection.cpp
|
424a3f5ac3
WindowServer+LibGUI: Add a way to get notified at display refresh rate
|
5 tahun lalu |
WindowServerConnection.h
|
424a3f5ac3
WindowServer+LibGUI: Add a way to get notified at display refresh rate
|
5 tahun lalu |
WindowType.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 tahun lalu |