.. |
AboutDialog.cpp
|
0a2dc1f5c0
AboutDialog: Replace Label with Image to show banner and app icon
|
5 lat temu |
AboutDialog.h
|
e53fa97cfb
LibGUI, About: Implement system-wide W2k-esque About dialog
|
5 lat temu |
AbstractButton.cpp
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
AbstractButton.h
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
AbstractTableView.cpp
|
b86a59ec05
LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableView
|
5 lat temu |
AbstractTableView.h
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
AbstractView.cpp
|
6a78db07f1
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
5 lat temu |
AbstractView.h
|
6a78db07f1
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
5 lat temu |
Action.cpp
|
ca93c22ae2
LibGUI: Turn GUI::Application::the() into a pointer
|
5 lat temu |
Action.h
|
50903fd88c
FileManager: Add "Open with" menu if alternative applications are available
|
5 lat temu |
ActionGroup.cpp
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 lat temu |
ActionGroup.h
|
2143da6434
LibGUI: Add forwarding header
|
5 lat temu |
Application.cpp
|
ca93c22ae2
LibGUI: Turn GUI::Application::the() into a pointer
|
5 lat temu |
Application.h
|
ca93c22ae2
LibGUI: Turn GUI::Application::the() into a pointer
|
5 lat temu |
BoxLayout.cpp
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
BoxLayout.h
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 lat temu |
Button.cpp
|
d851863704
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
|
5 lat temu |
Button.h
|
28f74df2e6
LibGUI: Add hook when a context menu is requested on a button
|
5 lat temu |
CMakeLists.txt
|
ccb0d00020
LibGUI: Add a new GUI::Image component for display images
|
5 lat temu |
CheckBox.cpp
|
d851863704
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
|
5 lat temu |
CheckBox.h
|
977863ea07
LibGUI: Include keyboard modifier state with button on_click calls
|
5 lat temu |
Clipboard.cpp
|
244efe050a
Clipboard: Move the system clipboard to a dedicated service process :^)
|
5 lat temu |
Clipboard.h
|
acc107a44f
FileManager+LibGUI+Userland: Switch clipboard to MIME types
|
5 lat temu |
ColorInput.cpp
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
ColorInput.h
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
ColorPicker.cpp
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
ColorPicker.h
|
f8069418e1
LibGUI: Transfer "color has alpha channel" state
|
5 lat temu |
ColumnsView.cpp
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
ColumnsView.h
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
ComboBox.cpp
|
1f8e9727ec
LibGUI: Remove on_activity_change from ComboBox
|
5 lat temu |
ComboBox.h
|
e064999e0d
LibGUI: Allow scrolling through a ComboBox with the mouse wheel
|
5 lat temu |
Command.cpp
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 lat temu |
Command.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 lat temu |
CppLexer.cpp
|
37af1d74cc
LibGUI: Fix CppLexer assertion on incomplete #include statements
|
5 lat temu |
CppLexer.h
|
d8a73dd979
LibGUI: Parse #include statements separately
|
5 lat temu |
CppSyntaxHighlighter.cpp
|
2b162ef794
LibGUI: Use themes for syntax highlighting
|
5 lat temu |
CppSyntaxHighlighter.h
|
2b162ef794
LibGUI: Use themes for syntax highlighting
|
5 lat temu |
Desktop.cpp
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
Desktop.h
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
Dialog.cpp
|
6d078a9ec3
LibGUI: Use dbg() instead of dbgprintf() in GUI::Dialog
|
5 lat temu |
Dialog.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 lat temu |
DisplayLink.cpp
|
424a3f5ac3
WindowServer+LibGUI: Add a way to get notified at display refresh rate
|
5 lat temu |
DisplayLink.h
|
424a3f5ac3
WindowServer+LibGUI: Add a way to get notified at display refresh rate
|
5 lat temu |
DragOperation.cpp
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
DragOperation.h
|
2143da6434
LibGUI: Add forwarding header
|
5 lat temu |
EmojiInputDialog.cpp
|
602c3fdb3a
AK: Rename FileSystemPath -> LexicalPath
|
5 lat temu |
EmojiInputDialog.h
|
4173905198
LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^)
|
5 lat temu |
Event.cpp
|
d851863704
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
|
5 lat temu |
Event.h
|
bbdf0665fc
WindowServer: Expose window parent information and more modal improvements
|
5 lat temu |
FilePicker.cpp
|
65a11fb5f9
LibGUI: Add InputBox::show with required parent window argument
|
5 lat temu |
FilePicker.h
|
6568765e8f
LibGUI: Add parent window argument to FilePicker functions
|
5 lat temu |
FileSystemModel.cpp
|
9710c9742c
LibGUI+FileManager: Add setting for showing/hiding dotfiles
|
5 lat temu |
FileSystemModel.h
|
9710c9742c
LibGUI+FileManager: Add setting for showing/hiding dotfiles
|
5 lat temu |
FontDatabase.cpp
|
cebf6a7039
LibGUI: Skip non-font files in the FontDatabase constructor
|
5 lat temu |
FontDatabase.h
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
5 lat temu |
Forward.h
|
b778804d20
LibGUI: Add ModelClient abstract class and allow registering clients
|
5 lat temu |
Frame.cpp
|
42f0b2522b
LibGUI: Introduce widget content margins + improve splitters
|
5 lat temu |
Frame.h
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
GroupBox.cpp
|
4970c448bf
LibGUI: Draw contiguous frame if GroupBox title is left empty
|
5 lat temu |
GroupBox.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 lat temu |
INILexer.cpp
|
5c022ac939
LibGUI: INI file syntax highlighter
|
5 lat temu |
INILexer.h
|
5c022ac939
LibGUI: INI file syntax highlighter
|
5 lat temu |
INISyntaxHighlighter.cpp
|
5c022ac939
LibGUI: INI file syntax highlighter
|
5 lat temu |
INISyntaxHighlighter.h
|
5c022ac939
LibGUI: INI file syntax highlighter
|
5 lat temu |
Icon.cpp
|
9dbab2d05e
Misc: Replace "String(string_view)" with "string_view.to_string()"
|
5 lat temu |
Icon.h
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
5 lat temu |
IconView.cpp
|
d4c6ae8263
LibGUI: Add ability to disable multiselect for views
|
5 lat temu |
IconView.h
|
f266f0e880
LibGUI: Improve IconView performance with large selections
|
5 lat temu |
Image.cpp
|
671560a844
LibGUI: Bug fix on GUI::Image when image is nullptr
|
5 lat temu |
Image.h
|
ccb0d00020
LibGUI: Add a new GUI::Image component for display images
|
5 lat temu |
InputBox.cpp
|
a4b2d6cf1e
LibGUI: Set parent icon, margins and disable resize for InputBox
|
5 lat temu |
InputBox.h
|
65a11fb5f9
LibGUI: Add InputBox::show with required parent window argument
|
5 lat temu |
JSSyntaxHighlighter.cpp
|
4dcdad4cc4
LibGUI: Highlight JS Extends and Super tokens
|
5 lat temu |
JSSyntaxHighlighter.h
|
7571e9e460
LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript}
|
5 lat temu |
JsonArrayModel.cpp
|
e8e728454c
AK: JsonParser improvements
|
5 lat temu |
JsonArrayModel.h
|
2adb0a07e5
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
|
5 lat temu |
Label.cpp
|
ae9fe60412
LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*
|
5 lat temu |
Label.h
|
ae9fe60412
LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*
|
5 lat temu |
Layout.cpp
|
b1058b33fb
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
|
5 lat temu |
Layout.h
|
849fdc1c0b
LibGUI: Make Layout a Core::Object and add basic serialization
|
5 lat temu |
LazyWidget.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 lat temu |
LazyWidget.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 lat temu |
ListView.cpp
|
6a78db07f1
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
5 lat temu |
ListView.h
|
6a78db07f1
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
5 lat temu |
Margins.h
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 lat temu |
Menu.cpp
|
8ae37bccf1
LibGUI: Fix menu leak when default action changed
|
5 lat temu |
Menu.h
|
1c1ab71692
WindowServer/LibGUI: Add default menu items and allow default action for context menu
|
5 lat temu |
MenuBar.cpp
|
52a250cb61
LibGUI: Make MenuBar a Core::Object
|
5 lat temu |
MenuBar.h
|
52a250cb61
LibGUI: Make MenuBar a Core::Object
|
5 lat temu |
MenuItem.cpp
|
1c1ab71692
WindowServer/LibGUI: Add default menu items and allow default action for context menu
|
5 lat temu |
MenuItem.h
|
1c1ab71692
WindowServer/LibGUI: Add default menu items and allow default action for context menu
|
5 lat temu |
MessageBox.cpp
|
27bd2eab22
LibWeb: Require parent window argument for MessageBox
|
5 lat temu |
MessageBox.h
|
27bd2eab22
LibWeb: Require parent window argument for MessageBox
|
5 lat temu |
Model.cpp
|
b778804d20
LibGUI: Add ModelClient abstract class and allow registering clients
|
5 lat temu |
Model.h
|
b778804d20
LibGUI: Add ModelClient abstract class and allow registering clients
|
5 lat temu |
ModelEditingDelegate.h
|
ca110a6e54
LibGUI: Make the ModelEditingDelegate constructor protected
|
5 lat temu |
ModelIndex.cpp
|
2143da6434
LibGUI: Add forwarding header
|
5 lat temu |
ModelIndex.h
|
2143da6434
LibGUI: Add forwarding header
|
5 lat temu |
ModelSelection.cpp
|
b778804d20
LibGUI: Add ModelClient abstract class and allow registering clients
|
5 lat temu |
ModelSelection.h
|
b778804d20
LibGUI: Add ModelClient abstract class and allow registering clients
|
5 lat temu |
MultiView.cpp
|
d4c6ae8263
LibGUI: Add ability to disable multiselect for views
|
5 lat temu |
MultiView.h
|
d4c6ae8263
LibGUI: Add ability to disable multiselect for views
|
5 lat temu |
Notification.cpp
|
e323246517
Meta: Add missing copyright headers
|
5 lat temu |
Notification.h
|
e323246517
Meta: Add missing copyright headers
|
5 lat temu |
Painter.cpp
|
3fe2640c8c
LibGfx: Add forward declaration header
|
5 lat temu |
Painter.h
|
2143da6434
LibGUI: Add forwarding header
|
5 lat temu |
ProgressBar.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 lat temu |
ProgressBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 lat temu |
RadioButton.cpp
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
RadioButton.h
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
ResizeCorner.cpp
|
5b6c2f3bd6
LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBar
|
5 lat temu |
ResizeCorner.h
|
937d0be762
Meta: Add a script check the presence of "#pragma once" in header files
|
5 lat temu |
ScrollBar.cpp
|
fc568ea13a
LibGUI: Make scrollbar thumb size relative to content size
|
5 lat temu |
ScrollBar.h
|
fc568ea13a
LibGUI: Make scrollbar thumb size relative to content size
|
5 lat temu |
ScrollableWidget.cpp
|
fc568ea13a
LibGUI: Make scrollbar thumb size relative to content size
|
5 lat temu |
ScrollableWidget.h
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
Shortcut.cpp
|
90eec0a3d7
LibGUI: Use KeyCode stringification helper in Shortcut::to_string()
|
5 lat temu |
Shortcut.h
|
11c4a28660
Kernel: Move headers intended for userspace use into Kernel/API/
|
5 lat temu |
Slider.cpp
|
d976b31ef6
LibGUI: Paint slider knob as indented when disabled
|
5 lat temu |
Slider.h
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
SortingProxyModel.cpp
|
5fd8dbacb1
LibGUI+FileManager: Fix forgetting to map sorting proxy model indexes
|
5 lat temu |
SortingProxyModel.h
|
b778804d20
LibGUI: Add ModelClient abstract class and allow registering clients
|
5 lat temu |
SpinBox.cpp
|
951a429268
LibGUI: SpinBox: update the displayed value when set_range() clamps it
|
5 lat temu |
SpinBox.h
|
0f0d73d1b5
LibGUI: Make the "enabled" widget state propagate to child widgets
|
5 lat temu |
Splitter.cpp
|
b86a59ec05
LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableView
|
5 lat temu |
Splitter.h
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
StackWidget.cpp
|
a2bdcfabc9
LibGUI: Grant focus when activating a new stack/tab child widget
|
5 lat temu |
StackWidget.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 lat temu |
StatusBar.cpp
|
108c08eb49
LibGUI: Make StatusBar 2px shorter vertically for a snugger fit
|
5 lat temu |
StatusBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 lat temu |
SyntaxHighlighter.cpp
|
b4381be0ba
LibGUI: Add missing copyright headers
|
5 lat temu |
SyntaxHighlighter.h
|
7571e9e460
LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript}
|
5 lat temu |
TabWidget.cpp
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
TabWidget.h
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
TableView.cpp
|
d851863704
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
|
5 lat temu |
TableView.h
|
80f43ffc27
LibGUI: Move AbstractTableView::keydown_event() down to TableView
|
5 lat temu |
TextBox.cpp
|
139dbfd5b5
LibGUI: Add up & down arrow hooks and input history to TextBox
|
5 lat temu |
TextBox.h
|
139dbfd5b5
LibGUI: Add up & down arrow hooks and input history to TextBox
|
5 lat temu |
TextDocument.cpp
|
4ad891a078
LibGUI: Add flag to TextDocument's word break locator methods
|
5 lat temu |
TextDocument.h
|
4ad891a078
LibGUI: Add flag to TextDocument's word break locator methods
|
5 lat temu |
TextEditor.cpp
|
65a11fb5f9
LibGUI: Add InputBox::show with required parent window argument
|
5 lat temu |
TextEditor.h
|
6a78db07f1
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
5 lat temu |
TextPosition.h
|
30964ba7d0
LibGUI: Remove remaining G prefixes
|
5 lat temu |
TextRange.h
|
30964ba7d0
LibGUI: Remove remaining G prefixes
|
5 lat temu |
ToolBar.cpp
|
ab336e895f
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
|
5 lat temu |
ToolBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 lat temu |
ToolBarContainer.cpp
|
1887dc6de4
LibGUI: Make ToolBarContainer better at reacting to child events
|
5 lat temu |
ToolBarContainer.h
|
7670e5ccf0
LibCore+LibHTTP: Move out the HTTP handler and add HTTPS
|
5 lat temu |
TreeView.cpp
|
332f349e07
LibGUI: Fix keybind conflicts in TreeView
|
5 lat temu |
TreeView.h
|
cbf3c2caeb
LibGUI: Add on_toggle function to TreeView
|
5 lat temu |
UndoStack.cpp
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 lat temu |
UndoStack.h
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 lat temu |
Variant.cpp
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
Variant.h
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
5 lat temu |
Widget.cpp
|
ec3737510d
WindowServer: Add accessory windows
|
5 lat temu |
Widget.h
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 lat temu |
Window.cpp
|
5f0d24cab2
LibGUI: Turn a heap-allocated event into a stack-allocated one
|
5 lat temu |
Window.h
|
ec3737510d
WindowServer: Add accessory windows
|
5 lat temu |
WindowServerConnection.cpp
|
bbdf0665fc
WindowServer: Expose window parent information and more modal improvements
|
5 lat temu |
WindowServerConnection.h
|
ec3737510d
WindowServer: Add accessory windows
|
5 lat temu |
WindowType.h
|
3d31f2e44b
WindowServer: Add WindowType::Desktop
|
5 lat temu |