tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
Libraries
/
LibGUI
/
at
portability
145 files
Andreas Kling
LibGUI: Remove leading G from filenames
6y ago
6a9cc66b
AboutDialog.cpp
LibGUI: Use Core::Object::add() a whole bunch
6 years ago
AboutDialog.h
LibGUI: Remove leading G from filenames
6 years ago
AbstractButton.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
AbstractButton.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
AbstractTableView.cpp
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
6 years ago
AbstractTableView.h
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
6 years ago
AbstractView.cpp
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
6 years ago
AbstractView.h
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
6 years ago
Action.cpp
LibGfx: Add forward declaration header
6 years ago
Action.h
LibGUI: Add forwarding header
6 years ago
ActionGroup.cpp
LibGUI: Remove leading G from filenames
6 years ago
ActionGroup.h
LibGUI: Add forwarding header
6 years ago
Application.cpp
LibGUI: Add forwarding header
6 years ago
Application.h
LibGUI: Add forwarding header
6 years ago
BoxLayout.cpp
Libraries: Use %zu in format strings for size_t arguments
6 years ago
BoxLayout.h
LibGUI: Add forwarding header
6 years ago
Button.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
Button.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
CheckBox.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
CheckBox.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
Clipboard.cpp
LibGUI: Add forwarding header
6 years ago
Clipboard.h
LibGUI: Add forwarding header
6 years ago
ColorPicker.cpp
LibGUI: Use Core::Object::add() a whole bunch
6 years ago
ColorPicker.h
LibGUI: Add forwarding header
6 years ago
ColumnsView.cpp
LibGUI: Fix ColumnsView.cpp build
6 years ago
ColumnsView.h
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
6 years ago
ComboBox.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
ComboBox.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
Command.cpp
LibGUI: Remove leading G from filenames
6 years ago
Command.h
LibGUI: Remove leading G from filenames
6 years ago
CppLexer.cpp
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
6 years ago
CppLexer.h
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
6 years ago
CppSyntaxHighlighter.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
CppSyntaxHighlighter.h
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
6 years ago
Desktop.cpp
LibGUI: Add forwarding header
6 years ago
Desktop.h
LibGUI: Add forwarding header
6 years ago
Dialog.cpp
LibGUI: Add forwarding header
6 years ago
Dialog.h
LibGUI: Add Yes/No and Yes/No/Cancel MessageBoxes
6 years ago
DragOperation.cpp
LibGUI: Add forwarding header
6 years ago
DragOperation.h
LibGUI: Add forwarding header
6 years ago
Event.cpp
LibGUI: Add missing Event.cpp file
6 years ago
Event.h
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
6 years ago
FilePicker.cpp
LibGUI: Show the columns view action in the toolbar (but disable it)
6 years ago
FilePicker.h
LibGUI: Use MultiView in FilePicker
6 years ago
FileSystemModel.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
FileSystemModel.h
LibGUI: Port the drag&drop code to Core::MimeData
6 years ago
FontDatabase.cpp
LibGUI: Remove leading G from filenames
6 years ago
FontDatabase.h
LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>
6 years ago
Forward.h
LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView"
6 years ago
Frame.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
Frame.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
GroupBox.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
GroupBox.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
Icon.cpp
LibGUI: Add forwarding header
6 years ago
Icon.h
LibGUI: Add forwarding header
6 years ago
InputBox.cpp
LibGUI: Use Core::Object::add() a whole bunch
6 years ago
InputBox.h
LibGUI: Add forwarding header
6 years ago
ItemView.cpp
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
6 years ago
ItemView.h
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
6 years ago
JsonArrayModel.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
JsonArrayModel.h
LibGUI: Remove leading G from filenames
6 years ago
Label.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
Label.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
Layout.cpp
LibGUI: Add forwarding header
6 years ago
Layout.h
LibGUI: Add forwarding header
6 years ago
LazyWidget.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
LazyWidget.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
ListView.cpp
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
6 years ago
ListView.h
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
6 years ago
Makefile
LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView"
6 years ago
Margins.h
LibGUI: Remove leading G from filenames
6 years ago
Menu.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
Menu.h
AK: Make Vector use size_t for its size and capacity
6 years ago
MenuBar.cpp
LibGUI: Reduce menu-related header dependencies
6 years ago
MenuBar.h
LibGUI: Add forwarding header
6 years ago
MenuItem.cpp
LibGUI: Reduce menu-related header dependencies
6 years ago
MenuItem.h
LibGUI: Add forwarding header
6 years ago
MessageBox.cpp
LibGUI: Fix silly nullptr dereference in MessageBox::show()
6 years ago
MessageBox.h
LibGUI: Add Yes/No and Yes/No/Cancel MessageBoxes
6 years ago
Model.cpp
LibGUI: Add GUI::Model::accepts_drag(index, data_type)
6 years ago
Model.h
LibGUI: Add forwarding header
6 years ago
ModelEditingDelegate.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
ModelIndex.cpp
LibGUI: Add forwarding header
6 years ago
ModelIndex.h
LibGUI: Add forwarding header
6 years ago
ModelSelection.cpp
LibGUI: Add forwarding header
6 years ago
ModelSelection.h
LibGUI: Add forwarding header
6 years ago
MultiView.cpp
LibGUI: Actually store the column in MultiView::set_model_column()
6 years ago
MultiView.h
LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView"
6 years ago
Notification.cpp
NotificationServer: Add a system service for desktop notifications
6 years ago
Notification.h
NotificationServer: Add a system service for desktop notifications
6 years ago
Painter.cpp
LibGfx: Add forward declaration header
6 years ago
Painter.h
LibGUI: Add forwarding header
6 years ago
ProgressBar.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
ProgressBar.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
RadioButton.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
RadioButton.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
ResizeCorner.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
ResizeCorner.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
ScrollBar.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
ScrollBar.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
ScrollableWidget.cpp
LibGUI: Implement keyboard and mouse wheel events for SpinBox
6 years ago
ScrollableWidget.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
Shortcut.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
Shortcut.h
LibGUI: Add forwarding header
6 years ago
Slider.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
Slider.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
SortingProxyModel.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
SortingProxyModel.h
LibGUI: Remove leading G from filenames
6 years ago
SpinBox.cpp
LibGUI: Implement keyboard and mouse wheel events for SpinBox
6 years ago
SpinBox.h
LibGUI: Implement keyboard and mouse wheel events for SpinBox
6 years ago
Splitter.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
Splitter.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
StackWidget.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
StackWidget.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
StatusBar.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
StatusBar.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
SyntaxHighlighter.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
SyntaxHighlighter.h
LibGUI: Add forwarding header
6 years ago
TabWidget.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
TabWidget.h
LibGUI: Add helper for constructing new TabWidget tabs
6 years ago
TableView.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
TableView.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
TextBox.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
TextBox.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
TextDocument.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
TextDocument.h
LibGUI: Add forwarding header
6 years ago
TextEditor.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
TextEditor.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
TextPosition.h
LibGUI: Remove leading G from filenames
6 years ago
TextRange.h
LibGUI: Remove leading G from filenames
6 years ago
ToolBar.cpp
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
ToolBar.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
TreeView.cpp
LibGUI: Scroll selected treeview entries into view
6 years ago
TreeView.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
UndoStack.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
UndoStack.h
AK: Make Vector use size_t for its size and capacity
6 years ago
Variant.cpp
LibGUI: Remove leading G from filenames
6 years ago
Variant.h
AK: Remove manual forward declarations with <AK/Forward.h>
6 years ago
Widget.cpp
AK: Make Vector use size_t for its size and capacity
6 years ago
Widget.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
Window.cpp
WindowServer+LibGUI: Allow changing a window's base size and increment
6 years ago
Window.h
WindowServer+LibGUI: Allow changing a window's base size and increment
6 years ago
WindowServerConnection.cpp
LibGUI: Add forwarding header
6 years ago
WindowServerConnection.h
LibGUI: Remove leading G from filenames
6 years ago
WindowType.h
LibGUI: Remove leading G from filenames
6 years ago