.. |
AboutDialog.cpp
|
317a0d666b
LibGUI: AboutDialog now inherits the icon of its parent window
|
5 سال پیش |
AboutDialog.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 سال پیش |
AbstractButton.cpp
|
3edcaa9b99
LibGUI: Implement set_property() on Widget and AbstractButton
|
5 سال پیش |
AbstractButton.h
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
5 سال پیش |
AbstractTableView.cpp
|
705cee528a
LibGUI: Make it easier to create checkable GUI::Actions
|
5 سال پیش |
AbstractTableView.h
|
8e4751a963
LibGUI: Add a way for models to update without invalidating indexes
|
5 سال پیش |
AbstractView.cpp
|
e0a16f8752
FileManager+LibGUI: Allow drop on entire DirectoryView
|
5 سال پیش |
AbstractView.h
|
8e4751a963
LibGUI: Add a way for models to update without invalidating indexes
|
5 سال پیش |
Action.cpp
|
45a932a600
Base: New "cut" action icon
|
5 سال پیش |
Action.h
|
705cee528a
LibGUI: Make it easier to create checkable GUI::Actions
|
5 سال پیش |
ActionGroup.cpp
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 سال پیش |
ActionGroup.h
|
2143da6434
LibGUI: Add forwarding header
|
5 سال پیش |
Application.cpp
|
52a250cb61
LibGUI: Make MenuBar a Core::Object
|
5 سال پیش |
Application.h
|
52a250cb61
LibGUI: Make MenuBar a Core::Object
|
5 سال پیش |
BoxLayout.cpp
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 سال پیش |
BoxLayout.h
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 سال پیش |
Button.cpp
|
add93bf593
LibGUI: Brighten buttons when hovering over them :^)
|
5 سال پیش |
Button.h
|
a26b63a958
LibGUI: Remove Button& parameter from Button::on_click hook
|
5 سال پیش |
CheckBox.cpp
|
711bcff0da
LibGUI: Paint CheckBox background same as widget's if it's not enabled
|
5 سال پیش |
CheckBox.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
Clipboard.cpp
|
f72e5bbb17
Kernel+LibC: Rename shared buffer syscalls to use a prefix
|
5 سال پیش |
Clipboard.h
|
2143da6434
LibGUI: Add forwarding header
|
5 سال پیش |
ColorInput.cpp
|
bc323c488e
LibGUI: Add ColorInput component
|
5 سال پیش |
ColorInput.h
|
bc323c488e
LibGUI: Add ColorInput component
|
5 سال پیش |
ColorPicker.cpp
|
2463a285ee
LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&
|
5 سال پیش |
ColorPicker.h
|
9430918026
LibGUI: Move ColorPicker's helper classes fully into ColorPicker.cpp
|
5 سال پیش |
ColumnsView.cpp
|
8e4751a963
LibGUI: Add a way for models to update without invalidating indexes
|
5 سال پیش |
ColumnsView.h
|
8e4751a963
LibGUI: Add a way for models to update without invalidating indexes
|
5 سال پیش |
ComboBox.cpp
|
7194b4823e
LibGUI: ComboBox, add "set_selected_index" method
|
5 سال پیش |
ComboBox.h
|
7194b4823e
LibGUI: ComboBox, add "set_selected_index" method
|
5 سال پیش |
Command.cpp
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 سال پیش |
Command.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 سال پیش |
CppLexer.cpp
|
37af1d74cc
LibGUI: Fix CppLexer assertion on incomplete #include statements
|
5 سال پیش |
CppLexer.h
|
d8a73dd979
LibGUI: Parse #include statements separately
|
5 سال پیش |
CppSyntaxHighlighter.cpp
|
2b162ef794
LibGUI: Use themes for syntax highlighting
|
5 سال پیش |
CppSyntaxHighlighter.h
|
2b162ef794
LibGUI: Use themes for syntax highlighting
|
5 سال پیش |
Desktop.cpp
|
f88b90f6fd
LibGUI: Desktop, add methods for set background color and wallpaper mode
|
5 سال پیش |
Desktop.h
|
f88b90f6fd
LibGUI: Desktop, add methods for set background color and wallpaper mode
|
5 سال پیش |
Dialog.cpp
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 سال پیش |
Dialog.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 سال پیش |
DisplayLink.cpp
|
424a3f5ac3
WindowServer+LibGUI: Add a way to get notified at display refresh rate
|
5 سال پیش |
DisplayLink.h
|
424a3f5ac3
WindowServer+LibGUI: Add a way to get notified at display refresh rate
|
5 سال پیش |
DragOperation.cpp
|
7cfe712f4d
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
|
5 سال پیش |
DragOperation.h
|
2143da6434
LibGUI: Add forwarding header
|
5 سال پیش |
Event.cpp
|
5884ef8425
LibGUI: Add missing Event.cpp file
|
5 سال پیش |
Event.h
|
2a32330257
LibGUI: Add a ThemeChange event
|
5 سال پیش |
FilePicker.cpp
|
c45e16f605
LibCore: Add StandardPaths thing to retrieve various standard locations
|
5 سال پیش |
FilePicker.h
|
c45e16f605
LibCore: Add StandardPaths thing to retrieve various standard locations
|
5 سال پیش |
FileSystemModel.cpp
|
c9c1d1fae0
LibGUI: Create thumnail for gif files
|
5 سال پیش |
FileSystemModel.h
|
e8f6f655bf
LibGUI: Use filetype-text icon for .md files
|
5 سال پیش |
FontDatabase.cpp
|
cebf6a7039
LibGUI: Skip non-font files in the FontDatabase constructor
|
5 سال پیش |
FontDatabase.h
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
5 سال پیش |
Forward.h
|
dc6b61dbcc
LibGUI: Add ToolBar and ToolBarContainer to Forward.h
|
5 سال پیش |
Frame.cpp
|
42f0b2522b
LibGUI: Introduce widget content margins + improve splitters
|
5 سال پیش |
Frame.h
|
42f0b2522b
LibGUI: Introduce widget content margins + improve splitters
|
5 سال پیش |
GroupBox.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
GroupBox.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
Icon.cpp
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
5 سال پیش |
Icon.h
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
5 سال پیش |
InputBox.cpp
|
30964ba7d0
LibGUI: Remove remaining G prefixes
|
5 سال پیش |
InputBox.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 سال پیش |
ItemView.cpp
|
d17b42b28d
LibGUI: Make view widgets fill background by default
|
5 سال پیش |
ItemView.h
|
8e4751a963
LibGUI: Add a way for models to update without invalidating indexes
|
5 سال پیش |
JSSyntaxHighlighter.cpp
|
95b51e857d
LibJS: Add TokenType::TemplateLiteral
|
5 سال پیش |
JSSyntaxHighlighter.h
|
2b162ef794
LibGUI: Use themes for syntax highlighting
|
5 سال پیش |
JsonArrayModel.cpp
|
4d50398f02
LibGUI: Add store(), add() and remove() methods to JsonArrayModel
|
5 سال پیش |
JsonArrayModel.h
|
4d50398f02
LibGUI: Add store(), add() and remove() methods to JsonArrayModel
|
5 سال پیش |
Label.cpp
|
ae9fe60412
LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*
|
5 سال پیش |
Label.h
|
ae9fe60412
LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*
|
5 سال پیش |
Layout.cpp
|
b1058b33fb
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
|
5 سال پیش |
Layout.h
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 سال پیش |
LazyWidget.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
LazyWidget.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
ListView.cpp
|
d17b42b28d
LibGUI: Make view widgets fill background by default
|
5 سال پیش |
ListView.h
|
8e4751a963
LibGUI: Add a way for models to update without invalidating indexes
|
5 سال پیش |
Makefile
|
ab336e895f
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
|
5 سال پیش |
Margins.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 سال پیش |
Menu.cpp
|
f0cde70c18
LibGUI: Simplify submenu construction
|
5 سال پیش |
Menu.h
|
f0cde70c18
LibGUI: Simplify submenu construction
|
5 سال پیش |
MenuBar.cpp
|
52a250cb61
LibGUI: Make MenuBar a Core::Object
|
5 سال پیش |
MenuBar.h
|
52a250cb61
LibGUI: Make MenuBar a Core::Object
|
5 سال پیش |
MenuItem.cpp
|
f0cde70c18
LibGUI: Simplify submenu construction
|
5 سال پیش |
MenuItem.h
|
f0cde70c18
LibGUI: Simplify submenu construction
|
5 سال پیش |
MessageBox.cpp
|
74cc0560e8
LibGUI: MessageBox min width control for show messages
|
5 سال پیش |
MessageBox.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 سال پیش |
Model.cpp
|
8e4751a963
LibGUI: Add a way for models to update without invalidating indexes
|
5 سال پیش |
Model.h
|
8e4751a963
LibGUI: Add a way for models to update without invalidating indexes
|
5 سال پیش |
ModelEditingDelegate.h
|
ca110a6e54
LibGUI: Make the ModelEditingDelegate constructor protected
|
5 سال پیش |
ModelIndex.cpp
|
2143da6434
LibGUI: Add forwarding header
|
5 سال پیش |
ModelIndex.h
|
2143da6434
LibGUI: Add forwarding header
|
5 سال پیش |
ModelSelection.cpp
|
a06548eaf7
LibGUI: Keep still-valid indexes in selection after a model update
|
5 سال پیش |
ModelSelection.h
|
a06548eaf7
LibGUI: Keep still-valid indexes in selection after a model update
|
5 سال پیش |
MultiView.cpp
|
42f0b2522b
LibGUI: Introduce widget content margins + improve splitters
|
5 سال پیش |
MultiView.h
|
3523071bb7
LibGUI: Disable the ColumnsView subview in MultiView for now
|
5 سال پیش |
Notification.cpp
|
e323246517
Meta: Add missing copyright headers
|
5 سال پیش |
Notification.h
|
e323246517
Meta: Add missing copyright headers
|
5 سال پیش |
Painter.cpp
|
3fe2640c8c
LibGfx: Add forward declaration header
|
5 سال پیش |
Painter.h
|
2143da6434
LibGUI: Add forwarding header
|
5 سال پیش |
ProgressBar.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
ProgressBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
RadioButton.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
RadioButton.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
ResizeCorner.cpp
|
5b6c2f3bd6
LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBar
|
5 سال پیش |
ResizeCorner.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
ScrollBar.cpp
|
933cf365e8
LibGUI: Tweak default ScrollBar size to make arrow icons centered :^)
|
5 سال پیش |
ScrollBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
ScrollableWidget.cpp
|
5f913c67d9
LibGUI: Implement keyboard and mouse wheel events for SpinBox
|
5 سال پیش |
ScrollableWidget.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
Shortcut.cpp
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 سال پیش |
Shortcut.h
|
2143da6434
LibGUI: Add forwarding header
|
5 سال پیش |
Slider.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
Slider.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
SortingProxyModel.cpp
|
8e4751a963
LibGUI: Add a way for models to update without invalidating indexes
|
5 سال پیش |
SortingProxyModel.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 سال پیش |
SpinBox.cpp
|
a26b63a958
LibGUI: Remove Button& parameter from Button::on_click hook
|
5 سال پیش |
SpinBox.h
|
5f913c67d9
LibGUI: Implement keyboard and mouse wheel events for SpinBox
|
5 سال پیش |
Splitter.cpp
|
344e66caaa
LibGUI: Shrink GUI::Splitter by 1 pixel to make it look just right
|
5 سال پیش |
Splitter.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
StackWidget.cpp
|
a2bdcfabc9
LibGUI: Grant focus when activating a new stack/tab child widget
|
5 سال پیش |
StackWidget.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
StatusBar.cpp
|
108c08eb49
LibGUI: Make StatusBar 2px shorter vertically for a snugger fit
|
5 سال پیش |
StatusBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
SyntaxHighlighter.cpp
|
b4381be0ba
LibGUI: Add missing copyright headers
|
5 سال پیش |
SyntaxHighlighter.h
|
2b162ef794
LibGUI: Use themes for syntax highlighting
|
5 سال پیش |
TabWidget.cpp
|
37918d4141
Revert "LibGUI: Use bold font for the currently active TabWidget tab"
|
5 سال پیش |
TabWidget.h
|
d6bbf12b7c
LibGUI: Add "uniform tabs" mode to TabWidget (all tabs have same width)
|
5 سال پیش |
TableView.cpp
|
d17b42b28d
LibGUI: Make view widgets fill background by default
|
5 سال پیش |
TableView.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
TextBox.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
TextBox.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
TextDocument.cpp
|
0d17e3bfa6
LibGUI: Fix null-termination of TextDocumentLine
|
5 سال پیش |
TextDocument.h
|
9570efa698
LibGUI: Remove friend classes of TextDocumentLine
|
5 سال پیش |
TextEditor.cpp
|
be8dc41b9c
LibGUI: Paint TextEditor background same as widget's if it's not enabled
|
5 سال پیش |
TextEditor.h
|
393560d8a2
HackStudio: GUI support for setting breakpoints on source code lines
|
5 سال پیش |
TextPosition.h
|
30964ba7d0
LibGUI: Remove remaining G prefixes
|
5 سال پیش |
TextRange.h
|
30964ba7d0
LibGUI: Remove remaining G prefixes
|
5 سال پیش |
ToolBar.cpp
|
ab336e895f
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
|
5 سال پیش |
ToolBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 سال پیش |
ToolBarContainer.cpp
|
1887dc6de4
LibGUI: Make ToolBarContainer better at reacting to child events
|
5 سال پیش |
ToolBarContainer.h
|
1887dc6de4
LibGUI: Make ToolBarContainer better at reacting to child events
|
5 سال پیش |
TreeView.cpp
|
d17b42b28d
LibGUI: Make view widgets fill background by default
|
5 سال پیش |
TreeView.h
|
8e4751a963
LibGUI: Add a way for models to update without invalidating indexes
|
5 سال پیش |
UndoStack.cpp
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 سال پیش |
UndoStack.h
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 سال پیش |
Variant.cpp
|
154dcd1ed6
AK: Allow %m.nf specifier for double/float in printf to set fraction with
|
5 سال پیش |
Variant.h
|
7f8dc347b5
LibGUI: Allow constructing Variant from FlyString
|
5 سال پیش |
Widget.cpp
|
42f0b2522b
LibGUI: Introduce widget content margins + improve splitters
|
5 سال پیش |
Widget.h
|
42f0b2522b
LibGUI: Introduce widget content margins + improve splitters
|
5 سال پیش |
Window.cpp
|
3474d7c88e
WindowServer/LibGUI: Enforce minimum window size
|
5 سال پیش |
Window.h
|
228ace854c
LibGfx: Don't allow creating bitmaps whose sizes would overflow
|
5 سال پیش |
WindowServerConnection.cpp
|
d0578bfa32
LibGUI: Search the entire focus chain for shortcut actions
|
5 سال پیش |
WindowServerConnection.h
|
5326eebb1b
WindowServer+LibGUI: Notify DisplayLinks at 60 fps no matter what
|
5 سال پیش |
WindowType.h
|
3d31f2e44b
WindowServer: Add WindowType::Desktop
|
5 سال پیش |