.. |
AboutDialog.cpp
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
AboutDialog.h
|
e53fa97cfb
LibGUI, About: Implement system-wide W2k-esque About dialog
|
vor 5 Jahren |
AbstractButton.cpp
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
vor 4 Jahren |
AbstractButton.h
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
vor 4 Jahren |
AbstractTableView.cpp
|
d3adbed231
LibGUI: Move keyboard item activation up to AbstractView
|
vor 4 Jahren |
AbstractTableView.h
|
9cf37901cd
LibGUI: Add a cursor to AbstractView, separate from the selection
|
vor 5 Jahren |
AbstractView.cpp
|
e250591ff3
LibGUI: Do not clear the selection on right-click
|
vor 4 Jahren |
AbstractView.h
|
d8553a6406
LibGUI: Stop editing in views when the view is hidden
|
vor 4 Jahren |
Action.cpp
|
ebba297b42
Base: Move 16x16 common icons to /res/icons/16x16/
|
vor 5 Jahren |
Action.h
|
5568da9a59
LibGUI: Add a save_as common action
|
vor 5 Jahren |
ActionGroup.cpp
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
vor 5 Jahren |
ActionGroup.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
Application.cpp
|
683ae4f7ad
LibGUI: Fix crash during HackStudio application teardown
|
vor 5 Jahren |
Application.h
|
47d7faa998
LibGUI: Update active tooltip when source widget changes the label
|
vor 5 Jahren |
BoxLayout.cpp
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
vor 4 Jahren |
BoxLayout.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
Button.cpp
|
d851863704
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
|
vor 5 Jahren |
Button.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
CMakeLists.txt
|
bf53d7ff64
LibCpp: Add library for working with c++ code
|
vor 4 Jahren |
Calendar.cpp
|
f88b2b064c
LibGUI: Remove spacing between day labels in Calendar
|
vor 5 Jahren |
Calendar.h
|
ab3fff4211
LibGUI+Calendar: Make Calendar a common widget in LibGUI
|
vor 5 Jahren |
CheckBox.cpp
|
1a2b626746
LibGUI+LibGfx: Move check box painting to Gfx::StylePainter
|
vor 4 Jahren |
CheckBox.h
|
977863ea07
LibGUI: Include keyboard modifier state with button on_click calls
|
vor 5 Jahren |
Clipboard.cpp
|
9c3a33762b
LibGfx: Saner memory usage of indexed bitmaps
|
vor 4 Jahren |
Clipboard.h
|
b7a4c4482f
AK: Resolve format related circular dependencies properly.
|
vor 4 Jahren |
ColorInput.cpp
|
d76b2d0baa
LibGUI: Use widget override cursors in ColorInput
|
vor 4 Jahren |
ColorInput.h
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
vor 5 Jahren |
ColorPicker.cpp
|
8b293119ab
LibGUI: Update color widgets when has_alpha is toggled in ColorPicker
|
vor 4 Jahren |
ColorPicker.h
|
8b293119ab
LibGUI: Update color widgets when has_alpha is toggled in ColorPicker
|
vor 4 Jahren |
ColumnsView.cpp
|
9225bfa95e
LibGUI: Correct inline editor placement in ColumnsView
|
vor 4 Jahren |
ColumnsView.h
|
d3adbed231
LibGUI: Move keyboard item activation up to AbstractView
|
vor 4 Jahren |
ComboBox.cpp
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
ComboBox.h
|
8055813ecf
LibGUI: Add ComboBox::selected_index()
|
vor 5 Jahren |
Command.cpp
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
vor 5 Jahren |
Command.h
|
863f14788f
HackStudio: Add C++ Language Server
|
vor 4 Jahren |
ControlBoxButton.cpp
|
bf59cd7ca5
LibGUI: Add ControlBoxButton to LibGUI
|
vor 5 Jahren |
ControlBoxButton.h
|
bf59cd7ca5
LibGUI: Add ControlBoxButton to LibGUI
|
vor 5 Jahren |
CppSyntaxHighlighter.cpp
|
bf53d7ff64
LibCpp: Add library for working with c++ code
|
vor 4 Jahren |
CppSyntaxHighlighter.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
Desktop.cpp
|
c434a91c91
FileManager: Apply wallpaper on startup
|
vor 5 Jahren |
Desktop.h
|
c434a91c91
FileManager: Apply wallpaper on startup
|
vor 5 Jahren |
Dialog.cpp
|
55bd54f91f
LibGUI: Don't center dialog within parent if window is not visible
|
vor 5 Jahren |
Dialog.h
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
vor 5 Jahren |
DisplayLink.cpp
|
424a3f5ac3
WindowServer+LibGUI: Add a way to get notified at display refresh rate
|
vor 5 Jahren |
DisplayLink.h
|
424a3f5ac3
WindowServer+LibGUI: Add a way to get notified at display refresh rate
|
vor 5 Jahren |
DragOperation.cpp
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
vor 5 Jahren |
DragOperation.h
|
2143da6434
LibGUI: Add forwarding header
|
vor 5 Jahren |
EmojiInputDialog.cpp
|
ce95628b7f
Unicode: Try s/codepoint/code_point/g again
|
vor 5 Jahren |
EmojiInputDialog.h
|
4173905198
LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^)
|
vor 5 Jahren |
Event.cpp
|
d851863704
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
|
vor 5 Jahren |
Event.h
|
b78e13cf2e
LibGUI: Make some GUI event getters return const references
|
vor 4 Jahren |
FileIconProvider.cpp
|
e4c23b0151
iLibGUI+Base: Show inaccessible directories with special icon in views
|
vor 4 Jahren |
FileIconProvider.h
|
3dd15da7b1
LibGUI: Move file icon lookup into a separate FileIconProvider
|
vor 5 Jahren |
FilePicker.cpp
|
d89cad7c57
LibGUI: Use FileIconProvider in the FilePicker dialog
|
vor 4 Jahren |
FilePicker.h
|
686ee2bf04
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
|
vor 5 Jahren |
FileSystemModel.cpp
|
701787b906
LibGUI: Support editing filenames through FileSystemModel :^)
|
vor 4 Jahren |
FileSystemModel.h
|
701787b906
LibGUI: Support editing filenames through FileSystemModel :^)
|
vor 4 Jahren |
FilteringProxyModel.cpp
|
9102b624ac
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
|
vor 5 Jahren |
FilteringProxyModel.h
|
a1e381a0f8
LibGUI: Move GUI::Model::Role to GUI::ModelRole
|
vor 5 Jahren |
FocusSource.h
|
75b8f4e4e6
LibGUI: Make focus events more aware of why focus is changing
|
vor 5 Jahren |
FontDatabase.cpp
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
FontDatabase.h
|
6a3b12664a
LibGUI: Move Icon and FontDatabase into the GUI namespace
|
vor 5 Jahren |
Forward.h
|
44e371635e
LibGUI: Move table view headers into their own widget
|
vor 5 Jahren |
Frame.cpp
|
ac78531756
LibGUI: Clip GUI::Frame children to the frame_inner_rect()
|
vor 5 Jahren |
Frame.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
GroupBox.cpp
|
4970c448bf
LibGUI: Draw contiguous frame if GroupBox title is left empty
|
vor 5 Jahren |
GroupBox.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
vor 5 Jahren |
HeaderView.cpp
|
3ce97b9c0e
LibGUI: Pad row/column headers of AbstractTableView
|
vor 4 Jahren |
HeaderView.h
|
447b65bf7b
LibGUI: Add (optional) row headers to GUI::TableView
|
vor 5 Jahren |
INILexer.cpp
|
5c022ac939
LibGUI: INI file syntax highlighter
|
vor 5 Jahren |
INILexer.h
|
5c022ac939
LibGUI: INI file syntax highlighter
|
vor 5 Jahren |
INISyntaxHighlighter.cpp
|
5c022ac939
LibGUI: INI file syntax highlighter
|
vor 5 Jahren |
INISyntaxHighlighter.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
Icon.cpp
|
9dbab2d05e
Misc: Replace "String(string_view)" with "string_view.to_string()"
|
vor 5 Jahren |
Icon.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
IconView.cpp
|
d3adbed231
LibGUI: Move keyboard item activation up to AbstractView
|
vor 4 Jahren |
IconView.h
|
d3adbed231
LibGUI: Move keyboard item activation up to AbstractView
|
vor 4 Jahren |
ImageWidget.cpp
|
9d4cd565e3
LibGUI: Fix build after renaming Image => ImageWidget
|
vor 5 Jahren |
ImageWidget.h
|
299824de73
LibGUI: Rename GUI::Image => GUI::ImageWidget
|
vor 5 Jahren |
InputBox.cpp
|
a4b2d6cf1e
LibGUI: Set parent icon, margins and disable resize for InputBox
|
vor 5 Jahren |
InputBox.h
|
65a11fb5f9
LibGUI: Add InputBox::show with required parent window argument
|
vor 5 Jahren |
ItemListModel.h
|
e75247a75b
DisplaySettings+LibGUI: Move ItemListModel into LibGUI
|
vor 5 Jahren |
JSSyntaxHighlighter.cpp
|
7d83665635
LibJS+LibGUI+js: Handle UnterminatedRegexLiteral in syntax highlighters
|
vor 4 Jahren |
JSSyntaxHighlighter.h
|
de13c6939d
Spreadsheet: Add a syntax highlighter to the cell editor
|
vor 5 Jahren |
JsonArrayModel.cpp
|
03a27bc693
LibGUI: Remove unnecessary type cast in JsonArrayModel.
|
vor 4 Jahren |
JsonArrayModel.h
|
03a27bc693
LibGUI: Remove unnecessary type cast in JsonArrayModel.
|
vor 4 Jahren |
Label.cpp
|
a5878175e2
LibGUI: Register the "text" property on GUI::Label
|
vor 4 Jahren |
Label.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
Layout.cpp
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
vor 4 Jahren |
Layout.h
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
vor 4 Jahren |
LazyWidget.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
vor 5 Jahren |
LazyWidget.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
vor 5 Jahren |
ListView.cpp
|
d3adbed231
LibGUI: Move keyboard item activation up to AbstractView
|
vor 4 Jahren |
ListView.h
|
435c6c6f96
HackStudio: Add basic Git integration
|
vor 4 Jahren |
Margins.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
Menu.cpp
|
d6673b384e
LibGfx: Remove redundant bits() method
|
vor 4 Jahren |
Menu.h
|
70fe126d01
LibGUI: Enable icons for SubMenus
|
vor 5 Jahren |
MenuBar.cpp
|
52a250cb61
LibGUI: Make MenuBar a Core::Object
|
vor 5 Jahren |
MenuBar.h
|
52a250cb61
LibGUI: Make MenuBar a Core::Object
|
vor 5 Jahren |
MenuItem.cpp
|
1c1ab71692
WindowServer/LibGUI: Add default menu items and allow default action for context menu
|
vor 5 Jahren |
MenuItem.h
|
1c1ab71692
WindowServer/LibGUI: Add default menu items and allow default action for context menu
|
vor 5 Jahren |
MessageBox.cpp
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
MessageBox.h
|
27bd2eab22
LibWeb: Require parent window argument for MessageBox
|
vor 5 Jahren |
Model.cpp
|
686ee2bf04
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
|
vor 5 Jahren |
Model.h
|
a1e381a0f8
LibGUI: Move GUI::Model::Role to GUI::ModelRole
|
vor 5 Jahren |
ModelEditingDelegate.h
|
12dfeb9845
LibGUI: Allow rollback of model editing delegate input
|
vor 5 Jahren |
ModelIndex.cpp
|
f882424869
LibGUI: Add ModelIndex::data(ModelRole)
|
vor 5 Jahren |
ModelIndex.h
|
d396766058
LibGUI: Require a model pointer for ModelIndex::is_valid()
|
vor 5 Jahren |
ModelRole.h
|
a1e381a0f8
LibGUI: Move GUI::Model::Role to GUI::ModelRole
|
vor 5 Jahren |
ModelSelection.cpp
|
b778804d20
LibGUI: Add ModelClient abstract class and allow registering clients
|
vor 5 Jahren |
ModelSelection.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
MultiView.cpp
|
4c23e75d2f
LibGUI: Enable using a ColumnsView inside MultiView :^)
|
vor 5 Jahren |
MultiView.h
|
4c23e75d2f
LibGUI: Enable using a ColumnsView inside MultiView :^)
|
vor 5 Jahren |
Notification.cpp
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
Notification.h
|
e323246517
Meta: Add missing copyright headers
|
vor 5 Jahren |
Painter.cpp
|
3fe2640c8c
LibGfx: Add forward declaration header
|
vor 5 Jahren |
Painter.h
|
2143da6434
LibGUI: Add forwarding header
|
vor 5 Jahren |
ProcessChooser.cpp
|
19f2203b53
LibGUI: Set ProcessChooser key column and sort order after set_model (#3521)
|
vor 4 Jahren |
ProcessChooser.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
ProgressBar.cpp
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
vor 5 Jahren |
ProgressBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
vor 5 Jahren |
RadioButton.cpp
|
e0b8b4ac67
LibCore+LibGUI: Switch to using AK::is and AK::downcast
|
vor 5 Jahren |
RadioButton.h
|
e0b8b4ac67
LibCore+LibGUI: Switch to using AK::is and AK::downcast
|
vor 5 Jahren |
ResizeCorner.cpp
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
ResizeCorner.h
|
69adaf3308
LibGUI: Use widget override cursors in GUI::ResizeCorner
|
vor 4 Jahren |
RunningProcessesModel.cpp
|
a1e381a0f8
LibGUI: Move GUI::Model::Role to GUI::ModelRole
|
vor 5 Jahren |
RunningProcessesModel.h
|
a1e381a0f8
LibGUI: Move GUI::Model::Role to GUI::ModelRole
|
vor 5 Jahren |
ScrollBar.cpp
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
ScrollBar.h
|
23e2944aa4
LibGUI: Make ScrollBar track the currently pressed component
|
vor 5 Jahren |
ScrollableWidget.cpp
|
cb2d56b909
GUI: Give MouseEvent shift() / ctrl() / alt() / logo() functions
|
vor 5 Jahren |
ScrollableWidget.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
ShellSyntaxHighlighter.cpp
|
72b68221cc
LibGUI: Add a Shell syntax highlighter
|
vor 4 Jahren |
ShellSyntaxHighlighter.h
|
72b68221cc
LibGUI: Add a Shell syntax highlighter
|
vor 4 Jahren |
Shortcut.cpp
|
6d4016dd01
LibGUI: Use StringBuilder::join() in Shortcut::to_string()
|
vor 5 Jahren |
Shortcut.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
Slider.cpp
|
eeb3ef405c
LibGUI: Increase slider acceleration with Ctrl (#3499)
|
vor 4 Jahren |
Slider.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
SortingProxyModel.cpp
|
7f8e18b86a
LibGUI: Make SortingProxyModel forward is_editable() and set_data()
|
vor 4 Jahren |
SortingProxyModel.h
|
7f8e18b86a
LibGUI: Make SortingProxyModel forward is_editable() and set_data()
|
vor 4 Jahren |
SpinBox.cpp
|
1fa5a526e8
LibGUI: Use on_up_pressed/on_down_pressed events in SpinBox
|
vor 4 Jahren |
SpinBox.h
|
1fa5a526e8
LibGUI: Use on_up_pressed/on_down_pressed events in SpinBox
|
vor 4 Jahren |
Splitter.cpp
|
e2050ea0ce
LibGUI: Use widget override cursors in GUI::Splitter
|
vor 4 Jahren |
Splitter.h
|
4463fed398
LibGUI: Splitter should only override cursor if within grabbable area
|
vor 5 Jahren |
StackWidget.cpp
|
9b89303767
LibGUI: StackWidget should not steal focus when switching active child
|
vor 4 Jahren |
StackWidget.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
vor 5 Jahren |
StatusBar.cpp
|
199c1da31c
LibGUI: Hide ResizeCorner in StatusBar when window is maximized
|
vor 5 Jahren |
StatusBar.h
|
199c1da31c
LibGUI: Hide ResizeCorner in StatusBar when window is maximized
|
vor 5 Jahren |
SyntaxHighlighter.cpp
|
b4381be0ba
LibGUI: Add missing copyright headers
|
vor 5 Jahren |
SyntaxHighlighter.h
|
72b68221cc
LibGUI: Add a Shell syntax highlighter
|
vor 4 Jahren |
TabWidget.cpp
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
vor 4 Jahren |
TabWidget.h
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
vor 4 Jahren |
TableView.cpp
|
d3adbed231
LibGUI: Move keyboard item activation up to AbstractView
|
vor 4 Jahren |
TableView.h
|
70d3dd5b87
LibGUI: Make TableView::move_cursor() public
|
vor 5 Jahren |
TextBox.cpp
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
TextBox.h
|
139dbfd5b5
LibGUI: Add up & down arrow hooks and input history to TextBox
|
vor 5 Jahren |
TextDocument.cpp
|
863f14788f
HackStudio: Add C++ Language Server
|
vor 4 Jahren |
TextDocument.h
|
863f14788f
HackStudio: Add C++ Language Server
|
vor 4 Jahren |
TextEditor.cpp
|
863f14788f
HackStudio: Add C++ Language Server
|
vor 4 Jahren |
TextEditor.h
|
a39c4cc340
HackStudio: Integrate with C++ Language Server
|
vor 4 Jahren |
TextPosition.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
TextRange.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
ToolBar.cpp
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
ToolBar.h
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
vor 5 Jahren |
ToolBarContainer.cpp
|
1887dc6de4
LibGUI: Make ToolBarContainer better at reacting to child events
|
vor 5 Jahren |
ToolBarContainer.h
|
c9c7069f9e
LibGUI: Remove unnecessary LibHTTP #include
|
vor 5 Jahren |
TreeView.cpp
|
3bccd99fe9
LibGUI: Add TreeView::expand_all_parents_of(ModelIndex)
|
vor 4 Jahren |
TreeView.h
|
3bccd99fe9
LibGUI: Add TreeView::expand_all_parents_of(ModelIndex)
|
vor 4 Jahren |
UndoStack.cpp
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
vor 5 Jahren |
UndoStack.h
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
vor 5 Jahren |
Variant.cpp
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
vor 5 Jahren |
Variant.h
|
ede5dbd7b3
Meta+LibC through LibHTTP: Make clang-format-10 clean
|
vor 4 Jahren |
Widget.cpp
|
6902a09e47
LibGUI: Register the 'ColorInput' and 'Frame' widgets
|
vor 4 Jahren |
Widget.h
|
a5878175e2
LibGUI: Register the "text" property on GUI::Label
|
vor 4 Jahren |
Window.cpp
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
vor 4 Jahren |
Window.h
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
vor 4 Jahren |
WindowServerConnection.cpp
|
e374eb3035
LibGUI+WindowServer: Remove ResizeEvent::old_size()
|
vor 5 Jahren |
WindowServerConnection.h
|
ec3737510d
WindowServer: Add accessory windows
|
vor 5 Jahren |
WindowType.h
|
3d31f2e44b
WindowServer: Add WindowType::Desktop
|
vor 5 Jahren |