.. |
AboutDialog.cpp
|
AboutDialog: Replace Label with Image to show banner and app icon
|
2020-06-18 16:35:57 +02:00 |
AboutDialog.h
|
LibGUI, About: Implement system-wide W2k-esque About dialog
|
2020-05-27 11:44:19 +02:00 |
AbstractButton.cpp
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
AbstractButton.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
AbstractTableView.cpp
|
LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableView
|
2020-07-07 23:11:39 +02:00 |
AbstractTableView.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
AbstractView.cpp
|
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
2020-07-15 13:19:44 +02:00 |
AbstractView.h
|
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
2020-07-15 13:19:44 +02:00 |
Action.cpp
|
LibGUI: Turn GUI::Application::the() into a pointer
|
2020-07-04 16:54:55 +02:00 |
Action.h
|
FileManager: Add "Open with" menu if alternative applications are available
|
2020-07-15 00:11:30 +02:00 |
ActionGroup.cpp
|
|
|
ActionGroup.h
|
|
|
Application.cpp
|
LibGUI: Turn GUI::Application::the() into a pointer
|
2020-07-04 16:54:55 +02:00 |
Application.h
|
LibGUI: Turn GUI::Application::the() into a pointer
|
2020-07-04 16:54:55 +02:00 |
BoxLayout.cpp
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
BoxLayout.h
|
|
|
Button.cpp
|
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
|
2020-07-04 17:25:31 +02:00 |
Button.h
|
LibGUI: Add hook when a context menu is requested on a button
|
2020-05-22 18:23:02 +02:00 |
CheckBox.cpp
|
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
|
2020-07-04 17:25:31 +02:00 |
CheckBox.h
|
LibGUI: Include keyboard modifier state with button on_click calls
|
2020-05-12 20:31:16 +02:00 |
Clipboard.cpp
|
Clipboard: Move the system clipboard to a dedicated service process :^)
|
2020-05-14 22:53:58 +02:00 |
Clipboard.h
|
FileManager+LibGUI+Userland: Switch clipboard to MIME types
|
2020-05-16 09:11:46 +02:00 |
CMakeLists.txt
|
LibGUI: Add a new GUI::Image component for display images
|
2020-06-18 16:35:57 +02:00 |
ColorInput.cpp
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
ColorInput.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
ColorPicker.cpp
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
ColorPicker.h
|
|
|
ColumnsView.cpp
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
ColumnsView.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
ComboBox.cpp
|
LibGUI: Remove on_activity_change from ComboBox
|
2020-07-16 00:45:35 +02:00 |
ComboBox.h
|
|
|
Command.cpp
|
|
|
Command.h
|
|
|
CppLexer.cpp
|
|
|
CppLexer.h
|
|
|
CppSyntaxHighlighter.cpp
|
|
|
CppSyntaxHighlighter.h
|
|
|
Desktop.cpp
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
Desktop.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
Dialog.cpp
|
LibGUI: Use dbg() instead of dbgprintf() in GUI::Dialog
|
2020-05-19 17:46:28 +02:00 |
Dialog.h
|
|
|
DisplayLink.cpp
|
|
|
DisplayLink.h
|
|
|
DragOperation.cpp
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
DragOperation.h
|
|
|
EmojiInputDialog.cpp
|
AK: Rename FileSystemPath -> LexicalPath
|
2020-05-26 14:35:10 +02:00 |
EmojiInputDialog.h
|
LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^)
|
2020-05-17 22:35:25 +02:00 |
Event.cpp
|
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
|
2020-07-04 17:25:31 +02:00 |
Event.h
|
WindowServer: Add accessory windows
|
2020-07-15 17:15:45 +02:00 |
FilePicker.cpp
|
LibGUI: Add Options flags and OpenMultiple mode for FilePicker
|
2020-07-13 19:49:34 +02:00 |
FilePicker.h
|
LibGUI: Add Options flags and OpenMultiple mode for FilePicker
|
2020-07-13 19:49:34 +02:00 |
FileSystemModel.cpp
|
LibGUI+FileManager: Fix forgetting to map sorting proxy model indexes
|
2020-07-15 13:41:46 +02:00 |
FileSystemModel.h
|
FileManager: Show an open folder icon for the selected directory
|
2020-07-10 19:44:18 +02:00 |
FontDatabase.cpp
|
|
|
FontDatabase.h
|
|
|
Forward.h
|
LibGUI: Add ModelClient abstract class and allow registering clients
|
2020-07-13 19:49:34 +02:00 |
Frame.cpp
|
|
|
Frame.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
GroupBox.cpp
|
LibGUI: Draw contiguous frame if GroupBox title is left empty
|
2020-07-14 17:55:39 +02:00 |
GroupBox.h
|
|
|
Icon.cpp
|
|
|
Icon.h
|
|
|
IconView.cpp
|
LibGUI: Add ability to disable multiselect for views
|
2020-07-13 19:49:34 +02:00 |
IconView.h
|
LibGUI: Improve IconView performance with large selections
|
2020-07-13 19:49:34 +02:00 |
Image.cpp
|
LibGUI: Bug fix on GUI::Image when image is nullptr
|
2020-06-21 16:42:46 +02:00 |
Image.h
|
LibGUI: Add a new GUI::Image component for display images
|
2020-06-18 16:35:57 +02:00 |
INILexer.cpp
|
|
|
INILexer.h
|
|
|
INISyntaxHighlighter.cpp
|
|
|
INISyntaxHighlighter.h
|
|
|
InputBox.cpp
|
LibGUI: Include keyboard modifier state with button on_click calls
|
2020-05-12 20:31:16 +02:00 |
InputBox.h
|
|
|
JsonArrayModel.cpp
|
AK: JsonParser improvements
|
2020-06-13 12:43:22 +02:00 |
JsonArrayModel.h
|
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
|
2020-05-21 19:55:44 +02:00 |
JSSyntaxHighlighter.cpp
|
LibGUI: Highlight JS Extends and Super tokens
|
2020-07-01 11:18:44 +02:00 |
JSSyntaxHighlighter.h
|
|
|
Label.cpp
|
|
|
Label.h
|
|
|
Layout.cpp
|
|
|
Layout.h
|
|
|
LazyWidget.cpp
|
|
|
LazyWidget.h
|
|
|
ListView.cpp
|
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
2020-07-15 13:19:44 +02:00 |
ListView.h
|
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
2020-07-15 13:19:44 +02:00 |
Margins.h
|
|
|
Menu.cpp
|
LibGUI: Fix menu leak when default action changed
|
2020-07-15 00:11:30 +02:00 |
Menu.h
|
WindowServer/LibGUI: Add default menu items and allow default action for context menu
|
2020-07-11 11:45:49 +02:00 |
MenuBar.cpp
|
|
|
MenuBar.h
|
|
|
MenuItem.cpp
|
WindowServer/LibGUI: Add default menu items and allow default action for context menu
|
2020-07-11 11:45:49 +02:00 |
MenuItem.h
|
WindowServer/LibGUI: Add default menu items and allow default action for context menu
|
2020-07-11 11:45:49 +02:00 |
MessageBox.cpp
|
LibGUI: Fix MessageBox width calculation not including the icon width
|
2020-06-18 22:18:19 +02:00 |
MessageBox.h
|
LibGUI: Add MessageBox question icon
|
2020-05-20 13:54:10 +02:00 |
Model.cpp
|
LibGUI: Add ModelClient abstract class and allow registering clients
|
2020-07-13 19:49:34 +02:00 |
Model.h
|
LibGUI: Add ModelClient abstract class and allow registering clients
|
2020-07-13 19:49:34 +02:00 |
ModelEditingDelegate.h
|
|
|
ModelIndex.cpp
|
|
|
ModelIndex.h
|
|
|
ModelSelection.cpp
|
LibGUI: Add ModelClient abstract class and allow registering clients
|
2020-07-13 19:49:34 +02:00 |
ModelSelection.h
|
LibGUI: Add ModelClient abstract class and allow registering clients
|
2020-07-13 19:49:34 +02:00 |
MultiView.cpp
|
LibGUI: Add ability to disable multiselect for views
|
2020-07-13 19:49:34 +02:00 |
MultiView.h
|
LibGUI: Add ability to disable multiselect for views
|
2020-07-13 19:49:34 +02:00 |
Notification.cpp
|
|
|
Notification.h
|
|
|
Painter.cpp
|
|
|
Painter.h
|
|
|
ProgressBar.cpp
|
|
|
ProgressBar.h
|
|
|
RadioButton.cpp
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
RadioButton.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
ResizeCorner.cpp
|
|
|
ResizeCorner.h
|
Meta: Add a script check the presence of "#pragma once" in header files
|
2020-05-29 07:59:45 +02:00 |
ScrollableWidget.cpp
|
LibGUI: Make scrollbar thumb size relative to content size
|
2020-07-09 21:56:45 +02:00 |
ScrollableWidget.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
ScrollBar.cpp
|
LibGUI: Make scrollbar thumb size relative to content size
|
2020-07-09 21:56:45 +02:00 |
ScrollBar.h
|
LibGUI: Make scrollbar thumb size relative to content size
|
2020-07-09 21:56:45 +02:00 |
Shortcut.cpp
|
LibGUI: Use KeyCode stringification helper in Shortcut::to_string()
|
2020-05-12 17:02:33 +02:00 |
Shortcut.h
|
Kernel: Move headers intended for userspace use into Kernel/API/
|
2020-07-04 17:22:23 +02:00 |
Slider.cpp
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
Slider.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
SortingProxyModel.cpp
|
LibGUI+FileManager: Fix forgetting to map sorting proxy model indexes
|
2020-07-15 13:41:46 +02:00 |
SortingProxyModel.h
|
LibGUI: Add ModelClient abstract class and allow registering clients
|
2020-07-13 19:49:34 +02:00 |
SpinBox.cpp
|
LibGUI: SpinBox: update the displayed value when set_range() clamps it
|
2020-06-29 14:57:36 +02:00 |
SpinBox.h
|
|
|
Splitter.cpp
|
LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableView
|
2020-07-07 23:11:39 +02:00 |
Splitter.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
StackWidget.cpp
|
|
|
StackWidget.h
|
|
|
StatusBar.cpp
|
|
|
StatusBar.h
|
|
|
SyntaxHighlighter.cpp
|
|
|
SyntaxHighlighter.h
|
|
|
TableView.cpp
|
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
|
2020-07-04 17:25:31 +02:00 |
TableView.h
|
LibGUI: Move AbstractTableView::keydown_event() down to TableView
|
2020-05-21 13:40:52 +02:00 |
TabWidget.cpp
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
TabWidget.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
TextBox.cpp
|
LibGUI: Add up & down arrow hooks and input history to TextBox
|
2020-05-27 20:04:52 +02:00 |
TextBox.h
|
LibGUI: Add up & down arrow hooks and input history to TextBox
|
2020-05-27 20:04:52 +02:00 |
TextDocument.cpp
|
LibGUI: Add flag to TextDocument's word break locator methods
|
2020-05-25 11:33:39 +02:00 |
TextDocument.h
|
LibGUI: Add flag to TextDocument's word break locator methods
|
2020-05-25 11:33:39 +02:00 |
TextEditor.cpp
|
LibGUI: Disallow typing in DisplayOnly TextEditors
|
2020-07-16 00:06:18 +02:00 |
TextEditor.h
|
LibGUI: Add hover highlighting and keyboard controls to ComboBox
|
2020-07-15 13:19:44 +02:00 |
TextPosition.h
|
|
|
TextRange.h
|
|
|
ToolBar.cpp
|
|
|
ToolBar.h
|
|
|
ToolBarContainer.cpp
|
|
|
ToolBarContainer.h
|
|
|
TreeView.cpp
|
LibGUI: Fix keybind conflicts in TreeView
|
2020-07-13 14:27:23 +02:00 |
TreeView.h
|
LibGUI: Add on_toggle function to TreeView
|
2020-07-07 13:38:35 +02:00 |
UndoStack.cpp
|
|
|
UndoStack.h
|
|
|
Variant.cpp
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
Variant.h
|
AK: Make string-to-number conversion helpers return Optional
|
2020-06-12 21:28:55 +02:00 |
Widget.cpp
|
WindowServer: Add accessory windows
|
2020-07-15 17:15:45 +02:00 |
Widget.h
|
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
2020-06-10 10:59:04 +02:00 |
Window.cpp
|
WindowServer: Add accessory windows
|
2020-07-15 17:15:45 +02:00 |
Window.h
|
WindowServer: Add accessory windows
|
2020-07-15 17:15:45 +02:00 |
WindowServerConnection.cpp
|
WindowServer: Add accessory windows
|
2020-07-15 17:15:45 +02:00 |
WindowServerConnection.h
|
WindowServer: Add accessory windows
|
2020-07-15 17:15:45 +02:00 |
WindowType.h
|
|
|