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
hosted
149 files
Andreas Kling
LibGUI: Remove leading G from filenames
6y ago
6a9cc66b
AboutDialog.cpp
LibGUI: AboutDialog now inherits the icon of its parent window
6 years ago
AboutDialog.h
LibGUI: Don't use Core::Object::add() to instantiate dialogs
6 years ago
AbstractButton.cpp
LibGUI: Implement set_property() on Widget and AbstractButton
6 years ago
AbstractButton.h
LibGUI: Move Icon and FontDatabase into the GUI namespace
6 years ago
AbstractTableView.cpp
LibGUI: Clear any hovered index when the cursor leaves an AbstractView
6 years ago
AbstractTableView.h
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
6 years ago
AbstractView.cpp
LibGUI: Keep still-valid indexes in selection after a model update
6 years ago
AbstractView.h
LibGUI: Clear any hovered index when the cursor leaves an AbstractView
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: Remove remaining G prefixes
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: Make Layout a Core::Object and add basic serialization
6 years ago
Button.cpp
LibGUI: Brighten buttons when hovering over them :^)
6 years ago
Button.h
LibGUI: Remove Button& parameter from Button::on_click hook
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
Kernel+LibC: Rename shared buffer syscalls to use a prefix
6 years ago
Clipboard.h
LibGUI: Add forwarding header
6 years ago
ColorPicker.cpp
LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&
6 years ago
ColorPicker.h
LibGUI: Move ColorPicker's helper classes fully into ColorPicker.cpp
6 years ago
ColumnsView.cpp
LibGUI: Brighten icons when hovering items in item views
6 years ago
ColumnsView.h
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
6 years ago
ComboBox.cpp
LibGUI: ComboBox, add "set_selected_index" method
6 years ago
ComboBox.h
LibGUI: ComboBox, add "set_selected_index" method
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: Fix CppLexer assertion on incomplete #include statements
6 years ago
CppLexer.h
LibGUI: Parse #include statements separately
6 years ago
CppSyntaxHighlighter.cpp
LibGUI: Use themes for syntax highlighting
6 years ago
CppSyntaxHighlighter.h
LibGUI: Use themes for syntax highlighting
6 years ago
Desktop.cpp
LibGUI: Desktop, add methods for set background color and wallpaper mode
6 years ago
Desktop.h
LibGUI: Desktop, add methods for set background color and wallpaper mode
6 years ago
Dialog.cpp
LibGUI: Don't use Core::Object::add() to instantiate dialogs
6 years ago
Dialog.h
LibGUI: Don't use Core::Object::add() to instantiate dialogs
6 years ago
DisplayLink.cpp
WindowServer+LibGUI: Add a way to get notified at display refresh rate
6 years ago
DisplayLink.h
WindowServer+LibGUI: Add a way to get notified at display refresh rate
6 years ago
DragOperation.cpp
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
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
LibGUI: Add a ThemeChange event
6 years ago
FilePicker.cpp
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
6 years ago
FilePicker.h
LibGUI: Don't use Core::Object::add() to instantiate dialogs
6 years ago
FileSystemModel.cpp
LibGUI: Thumbnail keep the aspect ratio of the original file.
6 years ago
FileSystemModel.h
Resources: Added filetype icon for object, library, text and unknown.
6 years ago
FontDatabase.cpp
LibGUI: Skip non-font files in the FontDatabase constructor
6 years ago
FontDatabase.h
LibGUI: Move Icon and FontDatabase into the GUI namespace
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: Move Icon and FontDatabase into the GUI namespace
6 years ago
Icon.h
LibGUI: Move Icon and FontDatabase into the GUI namespace
6 years ago
InputBox.cpp
LibGUI: Remove remaining G prefixes
6 years ago
InputBox.h
LibGUI: Don't use Core::Object::add() to instantiate dialogs
6 years ago
ItemView.cpp
LibGUI: Center the icon in ItemView when smaller than 32px.
6 years ago
ItemView.h
LibGUI: Take scroll offset into account on ItemView rubberband selection Same kind of issue as #1271.
6 years ago
JSSyntaxHighlighter.cpp
LibGUI: Use themes for syntax highlighting
6 years ago
JSSyntaxHighlighter.h
LibGUI: Use themes for syntax highlighting
6 years ago
JsonArrayModel.cpp
LibGUI: Add store(), add() and remove() methods to JsonArrayModel
6 years ago
JsonArrayModel.h
LibGUI: Add store(), add() and remove() methods to JsonArrayModel
6 years ago
Label.cpp
LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*
6 years ago
Label.h
LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*
6 years ago
Layout.cpp
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
6 years ago
Layout.h
LibGUI: Make Layout a Core::Object and add basic serialization
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
WindowServer+LibGUI: Add a way to get notified at display refresh rate
6 years ago
Margins.h
LibGUI: Remove leading G from filenames
6 years ago
Menu.cpp
Kernel+LibC: Rename shared buffer syscalls to use a prefix
6 years ago
Menu.h
AK: Make Vector use size_t for its size and capacity
6 years ago
MenuBar.cpp
LibGUI: Add MenuBar::add_menu(name)
6 years ago
MenuBar.h
LibGUI: Add MenuBar::add_menu(name)
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: Don't use Core::Object::add() to instantiate dialogs
6 years ago
MessageBox.h
LibGUI: Don't use Core::Object::add() to instantiate dialogs
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: Make the ModelEditingDelegate constructor protected
6 years ago
ModelIndex.cpp
LibGUI: Add forwarding header
6 years ago
ModelIndex.h
LibGUI: Add forwarding header
6 years ago
ModelSelection.cpp
LibGUI: Keep still-valid indexes in selection after a model update
6 years ago
ModelSelection.h
LibGUI: Keep still-valid indexes in selection after a model update
6 years ago
MultiView.cpp
LibGUI: Disable the ColumnsView subview in MultiView for now
6 years ago
MultiView.h
LibGUI: Disable the ColumnsView subview in MultiView for now
6 years ago
Notification.cpp
Meta: Add missing copyright headers
6 years ago
Notification.h
Meta: Add missing copyright headers
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 quick_sort() a little more ergonomic
6 years ago
SortingProxyModel.h
LibGUI: Remove leading G from filenames
6 years ago
SpinBox.cpp
LibGUI: Remove Button& parameter from Button::on_click hook
6 years ago
SpinBox.h
LibGUI: Implement keyboard and mouse wheel events for SpinBox
6 years ago
Splitter.cpp
LibGUI: Make Layout a Core::Object and add basic serialization
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
LibCore: Make Core::Object::add<ChildType> return a ChildType&
6 years ago
StatusBar.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
SyntaxHighlighter.cpp
LibGUI: Add missing copyright headers
6 years ago
SyntaxHighlighter.h
LibGUI: Use themes for syntax highlighting
6 years ago
TabWidget.cpp
LibGUI: Add remove_tab and on_change to TabWidget
6 years ago
TabWidget.h
LibGUI: Add remove_tab and on_change to TabWidget
6 years ago
TableView.cpp
LibGUI: Brighten icons when hovering items in item views
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
LibGUI: Fix null-termination of TextDocumentLine
6 years ago
TextDocument.h
LibGUI: Remove friend classes of TextDocumentLine They were unused. Also GTextEditor doesn't exist anymore and GCC was silently ignoring this declaration.
6 years ago
TextEditor.cpp
LibGUI: Remove G prefix from macros
6 years ago
TextEditor.h
LibGUI: Add a ThemeChange event
6 years ago
TextPosition.h
LibGUI: Remove remaining G prefixes
6 years ago
TextRange.h
LibGUI: Remove remaining G prefixes
6 years ago
ToolBar.cpp
LibGUI: Make Layout a Core::Object and add basic serialization
6 years ago
ToolBar.h
LibGUI: Remove parent parameter to GUI::Widget constructor
6 years ago
TreeView.cpp
LibGUI: Brighten icons when hovering items in item views
6 years ago
TreeView.h
HackStudio: Expand project tree view by default
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
AK: Allow %m.nf specifier for double/float in printf to set fraction with
6 years ago
Variant.h
LibGUI: Allow constructing Variant from FlyString
6 years ago
Widget.cpp
LibGUI: Remove G prefix from macros
6 years ago
Widget.h
LibGUI: Remove G prefix from macros
6 years ago
Window.cpp
WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmap
6 years ago
Window.h
LibGUI: Don't spam WindowServer with SetWindowOverrideCursor messages
6 years ago
WindowServerConnection.cpp
WindowServer+LibGUI: Add a way to get notified at display refresh rate
6 years ago
WindowServerConnection.h
WindowServer+LibGUI: Add a way to get notified at display refresh rate
6 years ago
WindowType.h
WindowServer+NotificationServer: Vertical title bar for notifications
6 years ago