.. |
GML
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
%!s(int64=3) %!d(string=hai) anos |
Wizards
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
AboutDialog.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
AboutDialog.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
AbstractButton.cpp
|
f9212ac02e
LibGUI: Add button handler for middle mouse clicks
|
%!s(int64=3) %!d(string=hai) anos |
AbstractButton.h
|
f9212ac02e
LibGUI: Add button handler for middle mouse clicks
|
%!s(int64=3) %!d(string=hai) anos |
AbstractScrollableWidget.cpp
|
f743a8c00e
LibGUI: Fix scrollbars not showing after updating content size
|
%!s(int64=3) %!d(string=hai) anos |
AbstractScrollableWidget.h
|
d0a418540e
LibGUI: Fix flickering scrollbars in AbstractScrollableWidget
|
%!s(int64=3) %!d(string=hai) anos |
AbstractSlider.cpp
|
1d522e4b4c
LibGUI: Add DoClamp option to AbstractSlider::set_value()
|
%!s(int64=3) %!d(string=hai) anos |
AbstractSlider.h
|
1d522e4b4c
LibGUI: Add DoClamp option to AbstractSlider::set_value()
|
%!s(int64=3) %!d(string=hai) anos |
AbstractTableView.cpp
|
32642394a9
LibGUI: Programatically draw table header sorting arrows
|
%!s(int64=3) %!d(string=hai) anos |
AbstractTableView.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
AbstractThemePreview.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
AbstractThemePreview.h
|
c76c3e38e6
LibGUI: Support setting an in memory theme in AbstractThemePreview
|
%!s(int64=3) %!d(string=hai) anos |
AbstractView.cpp
|
79a5a1c209
LibGUI: Correct cursor index during mouseup_event
|
%!s(int64=3) %!d(string=hai) anos |
AbstractView.h
|
30d68d71b4
LibGUI: Move range selection calculations into separate function
|
%!s(int64=3) %!d(string=hai) anos |
AbstractZoomPanWidget.cpp
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
AbstractZoomPanWidget.h
|
5c763e9832
LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidget
|
%!s(int64=3) %!d(string=hai) anos |
Action.cpp
|
524f4be5af
LibGUI+WindowServer: Propagate action icon changes to buttons and menus
|
%!s(int64=3) %!d(string=hai) anos |
Action.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
ActionGroup.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
%!s(int64=4) %!d(string=hai) anos |
ActionGroup.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
Application.cpp
|
a74f512f6b
LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffects
|
%!s(int64=3) %!d(string=hai) anos |
Application.h
|
535e1c9152
LibGUI: Add on_theme_change callback to Application
|
%!s(int64=3) %!d(string=hai) anos |
AutocompleteProvider.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
AutocompleteProvider.h
|
b35293d945
LibCodeComprehension: Re-organize code comprehension related code
|
%!s(int64=3) %!d(string=hai) anos |
BoxLayout.cpp
|
bfbaad9f41
LibGUI: Grow spacers after doing layout
|
%!s(int64=3) %!d(string=hai) anos |
BoxLayout.h
|
d825c8ad18
LibGUI: Change preferred_size in Layout to new layout system
|
%!s(int64=3) %!d(string=hai) anos |
Breadcrumbbar.cpp
|
ff37ce7408
LibGUI: Make Breadcrumbbar remember the selected segment index
|
%!s(int64=3) %!d(string=hai) anos |
Breadcrumbbar.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
Button.cpp
|
58955d37cc
LibGUI: Let Buttons set their menu popup position
|
%!s(int64=3) %!d(string=hai) anos |
Button.h
|
58955d37cc
LibGUI: Let Buttons set their menu popup position
|
%!s(int64=3) %!d(string=hai) anos |
CMakeLists.txt
|
7540259b16
LibGUI: Alphabetize CMake sources
|
%!s(int64=3) %!d(string=hai) anos |
Calendar.cpp
|
56081cdb6e
LibGUI: Remove Tile.date_time member from Calendar
|
%!s(int64=3) %!d(string=hai) anos |
Calendar.h
|
56081cdb6e
LibGUI: Remove Tile.date_time member from Calendar
|
%!s(int64=3) %!d(string=hai) anos |
CheckBox.cpp
|
19fac58e49
LibGUI: Use new layout system for basic widgets
|
%!s(int64=3) %!d(string=hai) anos |
CheckBox.h
|
281b319588
LibGUI: Make Checkbox constructor protected
|
%!s(int64=3) %!d(string=hai) anos |
Clipboard.cpp
|
1b36348d8b
LibCore+LibIPC: Recognise %uid in path
|
%!s(int64=3) %!d(string=hai) anos |
Clipboard.h
|
2f61d32f99
LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServer
|
%!s(int64=3) %!d(string=hai) anos |
ColorInput.cpp
|
19fac58e49
LibGUI: Use new layout system for basic widgets
|
%!s(int64=3) %!d(string=hai) anos |
ColorInput.h
|
5fd0140772
LibGUI: Add AllowCallback parameter to ColorInput::set_color()
|
%!s(int64=3) %!d(string=hai) anos |
ColorPicker.cpp
|
23db98d1e9
LibGUI: Sync ColorPicker's color slider with other color widgets
|
%!s(int64=3) %!d(string=hai) anos |
ColorPicker.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
ColumnsView.cpp
|
2d681279d4
LibGUI: Properly handle range selections in ColumnsView
|
%!s(int64=3) %!d(string=hai) anos |
ColumnsView.h
|
2d681279d4
LibGUI: Properly handle range selections in ColumnsView
|
%!s(int64=3) %!d(string=hai) anos |
ComboBox.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
ComboBox.h
|
84780f3ed5
LibGUI: Add clear_selection helper for ComboBox
|
%!s(int64=3) %!d(string=hai) anos |
Command.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
CommandPalette.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
CommandPalette.h
|
cd5210a87a
LibGUI: Make Dialog::ScreenPosition an enum class
|
%!s(int64=3) %!d(string=hai) anos |
CommonActions.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
CommonLocationsProvider.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
CommonLocationsProvider.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
ConnectionToWindowManagerServer.cpp
|
5a3321b899
Taskbar+Desktop: Add super+D keyboard shortcut
|
%!s(int64=3) %!d(string=hai) anos |
ConnectionToWindowManagerServer.h
|
1b36348d8b
LibCore+LibIPC: Recognise %uid in path
|
%!s(int64=3) %!d(string=hai) anos |
ConnectionToWindowServer.cpp
|
841d06f676
LibGUI+WindowServer: Create IPC calls for passing SystemEffects
|
%!s(int64=3) %!d(string=hai) anos |
ConnectionToWindowServer.h
|
1b36348d8b
LibCore+LibIPC: Recognise %uid in path
|
%!s(int64=3) %!d(string=hai) anos |
Desktop.cpp
|
ad060befad
WindowServer+LibGUI: Remove awkward roundtrip for set wallpaper response
|
%!s(int64=3) %!d(string=hai) anos |
Desktop.h
|
e2318dffe3
LibGUI: Let Desktop:the() manage SystemEffects inside LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
Dialog.cpp
|
27f93a3052
LibGUI: Prevent CenterWithinParent Dialogs from appearing offscreen
|
%!s(int64=3) %!d(string=hai) anos |
Dialog.h
|
cd5210a87a
LibGUI: Make Dialog::ScreenPosition an enum class
|
%!s(int64=3) %!d(string=hai) anos |
DisplayLink.cpp
|
935d023967
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
|
%!s(int64=3) %!d(string=hai) anos |
DisplayLink.h
|
935d023967
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
|
%!s(int64=3) %!d(string=hai) anos |
DragOperation.cpp
|
db058a22ae
LibGUI: Put DragOperation dbgln() behind DRAG_DEBUG
|
%!s(int64=3) %!d(string=hai) anos |
DragOperation.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
EditingEngine.cpp
|
7a8104e79b
LibGUI: Add MoveLineUpOrDownCommand
|
%!s(int64=3) %!d(string=hai) anos |
EditingEngine.h
|
7a8104e79b
LibGUI: Add MoveLineUpOrDownCommand
|
%!s(int64=3) %!d(string=hai) anos |
EmojiInputDialog.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
EmojiInputDialog.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
Event.cpp
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
Event.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
FileIconProvider.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
FileIconProvider.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
FilePicker.cpp
|
99a00dc39b
LibGUI: Remove useless frame members from Toolbar
|
%!s(int64=3) %!d(string=hai) anos |
FilePicker.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
FilePickerDialog.gml
|
1d6d074536
LibGUI: Use new layout system in FilePickerDialog
|
%!s(int64=3) %!d(string=hai) anos |
FileSystemModel.cpp
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
%!s(int64=3) %!d(string=hai) anos |
FileSystemModel.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
FilteringProxyModel.cpp
|
d1e6dcfbc2
LibGUI: Show column names when using FilteringProxyModel with TableView
|
%!s(int64=3) %!d(string=hai) anos |
FilteringProxyModel.h
|
d1e6dcfbc2
LibGUI: Show column names when using FilteringProxyModel with TableView
|
%!s(int64=3) %!d(string=hai) anos |
FocusPolicy.h
|
d621534511
LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment
|
%!s(int64=3) %!d(string=hai) anos |
FocusSource.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
%!s(int64=4) %!d(string=hai) anos |
FontPicker.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
FontPicker.h
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
%!s(int64=3) %!d(string=hai) anos |
FontPickerDialog.gml
|
992ff4bd63
LibGUI: Use new DialogButton for consistency
|
%!s(int64=3) %!d(string=hai) anos |
Forward.h
|
4c84e64b2a
LibGUI: Add DialogButton convenience class
|
%!s(int64=3) %!d(string=hai) anos |
Frame.cpp
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
Frame.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
GitCommitLexer.cpp
|
8e8d24fe29
LibGUI: Add a GitCommit SyntaxHighlighter implementation
|
%!s(int64=3) %!d(string=hai) anos |
GitCommitLexer.h
|
8b39074078
Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere
|
%!s(int64=3) %!d(string=hai) anos |
GitCommitSyntaxHighlighter.cpp
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
GitCommitSyntaxHighlighter.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
GlyphMapWidget.cpp
|
014d825472
LibGUI: Allow GlyphMapWidget to highlight modified glyphs
|
%!s(int64=3) %!d(string=hai) anos |
GlyphMapWidget.h
|
014d825472
LibGUI: Allow GlyphMapWidget to highlight modified glyphs
|
%!s(int64=3) %!d(string=hai) anos |
GroupBox.cpp
|
6f9777d35b
LibGUI: Add layout change propagation to Widget
|
%!s(int64=3) %!d(string=hai) anos |
GroupBox.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
HeaderView.cpp
|
32642394a9
LibGUI: Programatically draw table header sorting arrows
|
%!s(int64=3) %!d(string=hai) anos |
HeaderView.h
|
32642394a9
LibGUI: Programatically draw table header sorting arrows
|
%!s(int64=3) %!d(string=hai) anos |
INILexer.cpp
|
1f7e363b74
LibGUI: Use consistent naming scheme in INILexer
|
%!s(int64=3) %!d(string=hai) anos |
INILexer.h
|
8b39074078
Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere
|
%!s(int64=3) %!d(string=hai) anos |
INISyntaxHighlighter.cpp
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
INISyntaxHighlighter.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
Icon.cpp
|
e5f09ea170
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
%!s(int64=3) %!d(string=hai) anos |
Icon.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
IconView.cpp
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
IconView.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
ImageWidget.cpp
|
4d09b5c4ba
LibGUI: Register "bitmap" GML property for ImageWidget
|
%!s(int64=3) %!d(string=hai) anos |
ImageWidget.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
InputBox.cpp
|
00df1c9532
LibGUI: Use new layout system in InputBox
|
%!s(int64=3) %!d(string=hai) anos |
InputBox.h
|
cdffe556c8
LibGUI+Userland: Make Dialog::ExecResult an enum class
|
%!s(int64=3) %!d(string=hai) anos |
ItemListModel.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
JsonArrayModel.cpp
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
JsonArrayModel.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
Label.cpp
|
39c8590720
LibGUI: Change Label standard preferred height to opportunistic grow
|
%!s(int64=3) %!d(string=hai) anos |
Label.h
|
19fac58e49
LibGUI: Use new layout system for basic widgets
|
%!s(int64=3) %!d(string=hai) anos |
Layout.cpp
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
Layout.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
LazyWidget.cpp
|
e6fe66594e
LibGUI: Register LazyWidget
|
%!s(int64=3) %!d(string=hai) anos |
LazyWidget.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
LinkLabel.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
LinkLabel.h
|
9bf6d51aec
LibGUI: Make links only clickable where the text is
|
%!s(int64=3) %!d(string=hai) anos |
ListView.cpp
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
ListView.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
Margins.h
|
309874b4fb
LibGUI: Add horizontal and vertical totals to Margins
|
%!s(int64=3) %!d(string=hai) anos |
Menu.cpp
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
Menu.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
MenuItem.cpp
|
524f4be5af
LibGUI+WindowServer: Propagate action icon changes to buttons and menus
|
%!s(int64=3) %!d(string=hai) anos |
MenuItem.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
Menubar.cpp
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
Menubar.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
MessageBox.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
MessageBox.h
|
cdffe556c8
LibGUI+Userland: Make Dialog::ExecResult an enum class
|
%!s(int64=3) %!d(string=hai) anos |
Model.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
Model.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
ModelEditingDelegate.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
ModelIndex.cpp
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
ModelIndex.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
ModelRole.h
|
8ba47facf6
LibGUI: Add ModelRole::IconOpacity and support it in all views :^)
|
%!s(int64=4) %!d(string=hai) anos |
ModelSelection.cpp
|
a0a4d169f4
AK+LibGUI: Pass predicate to *_matching() methods by const reference
|
%!s(int64=3) %!d(string=hai) anos |
ModelSelection.h
|
a0a4d169f4
AK+LibGUI: Pass predicate to *_matching() methods by const reference
|
%!s(int64=3) %!d(string=hai) anos |
MouseTracker.cpp
|
935d023967
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
|
%!s(int64=3) %!d(string=hai) anos |
MouseTracker.h
|
935d023967
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
|
%!s(int64=3) %!d(string=hai) anos |
MultiView.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
MultiView.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
Notification.cpp
|
b01822bdd4
Base: Launch NotificationServer at session start-up
|
%!s(int64=3) %!d(string=hai) anos |
Notification.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
OpacitySlider.cpp
|
f9ec3b986e
LibGUI: Fix {Value,Opacity}Slider value changes for values less than 0
|
%!s(int64=3) %!d(string=hai) anos |
OpacitySlider.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
Painter.cpp
|
381dcca2f6
Revert "LibGfx: Add directional floating-point scaling to Painter"
|
%!s(int64=4) %!d(string=hai) anos |
Painter.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
%!s(int64=4) %!d(string=hai) anos |
PasswordInputDialog.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
PasswordInputDialog.gml
|
f59c167bb0
Applications+Games+LibGUI: Fix layout problems
|
%!s(int64=3) %!d(string=hai) anos |
PasswordInputDialog.h
|
cdffe556c8
LibGUI+Userland: Make Dialog::ExecResult an enum class
|
%!s(int64=3) %!d(string=hai) anos |
PersistentModelIndex.cpp
|
d73116e5d5
LibGUI: Implement persistent indices for models
|
%!s(int64=4) %!d(string=hai) anos |
PersistentModelIndex.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
Process.cpp
|
2f2671f2d3
LibGUI: Add GUI::Process::spawn_or_show_error()
|
%!s(int64=3) %!d(string=hai) anos |
Process.h
|
2f2671f2d3
LibGUI: Add GUI::Process::spawn_or_show_error()
|
%!s(int64=3) %!d(string=hai) anos |
ProcessChooser.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
ProcessChooser.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
Progressbar.cpp
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
Progressbar.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
RadioButton.cpp
|
19fac58e49
LibGUI: Use new layout system for basic widgets
|
%!s(int64=3) %!d(string=hai) anos |
RadioButton.h
|
19fac58e49
LibGUI: Use new layout system for basic widgets
|
%!s(int64=3) %!d(string=hai) anos |
RegularEditingEngine.cpp
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
RegularEditingEngine.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
ResizeCorner.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
ResizeCorner.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
RunningProcessesModel.cpp
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
RunningProcessesModel.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
ScreenLayout.cpp
|
aa15bf81e4
WindowServer: Add API to set/get screen layouts
|
%!s(int64=4) %!d(string=hai) anos |
ScrollableContainerWidget.cpp
|
247e3ef6e7
LibGUI: Add custom layout change handling to ScrollableContainerWidget
|
%!s(int64=3) %!d(string=hai) anos |
ScrollableContainerWidget.h
|
247e3ef6e7
LibGUI: Add custom layout change handling to ScrollableContainerWidget
|
%!s(int64=3) %!d(string=hai) anos |
Scrollbar.cpp
|
5917545633
LibGUI+LibGfx: Let Desktop::the() set widget effects
|
%!s(int64=3) %!d(string=hai) anos |
Scrollbar.h
|
3978960481
LibGUI: Implement new layout system for Scrollbar
|
%!s(int64=3) %!d(string=hai) anos |
SeparatorWidget.cpp
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
SeparatorWidget.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
SettingsWindow.cpp
|
54ca9b50de
LibGUI: Initially disable the "Apply" button in SettingsWindow
|
%!s(int64=3) %!d(string=hai) anos |
SettingsWindow.h
|
4f9f948b6d
LibGUI: Support "modified" window state in SettingsWindow
|
%!s(int64=3) %!d(string=hai) anos |
Shortcut.cpp
|
a252c3e058
LibGUI: Allow Shortcuts to have a mouse button associated with them
|
%!s(int64=3) %!d(string=hai) anos |
Shortcut.h
|
a252c3e058
LibGUI: Allow Shortcuts to have a mouse button associated with them
|
%!s(int64=3) %!d(string=hai) anos |
Slider.cpp
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
Slider.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
SortingProxyModel.cpp
|
b2e6ba8d7f
LibGUI: Make a copy of source_rows before resizing it in sort_mapping()
|
%!s(int64=3) %!d(string=hai) anos |
SortingProxyModel.h
|
b34b939a03
LibGUI: Delegate the tree column in SortingProxyModel
|
%!s(int64=3) %!d(string=hai) anos |
SpinBox.cpp
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
SpinBox.h
|
abaecb878b
LibGUI: Add on_return_pressed function to SpinBox
|
%!s(int64=3) %!d(string=hai) anos |
Splitter.cpp
|
5917545633
LibGUI+LibGfx: Let Desktop::the() set widget effects
|
%!s(int64=3) %!d(string=hai) anos |
Splitter.h
|
a808cfa75c
LibGUI+Applications: Govern Splitter resizing by opportunistic growth
|
%!s(int64=3) %!d(string=hai) anos |
StackWidget.cpp
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
StackWidget.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
Statusbar.cpp
|
58955d37cc
LibGUI: Let Buttons set their menu popup position
|
%!s(int64=3) %!d(string=hai) anos |
Statusbar.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
SystemEffects.h
|
8904a61d71
LibGUI+WindowServer: Add a SystemEffects wrapper and helpers
|
%!s(int64=3) %!d(string=hai) anos |
TabWidget.cpp
|
5917545633
LibGUI+LibGfx: Let Desktop::the() set widget effects
|
%!s(int64=3) %!d(string=hai) anos |
TabWidget.h
|
ccdccadc24
LibGUI: Implement calculated min/preferred sizes for TabWidget
|
%!s(int64=3) %!d(string=hai) anos |
TableView.cpp
|
daaa8a57f0
LibGUI: Disable editing cell when ctrl key is pressed
|
%!s(int64=3) %!d(string=hai) anos |
TableView.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
TextBox.cpp
|
19fac58e49
LibGUI: Use new layout system for basic widgets
|
%!s(int64=3) %!d(string=hai) anos |
TextBox.h
|
86d5e5a90c
LibGUI: Add button to PasswordBox to reveal the password
|
%!s(int64=3) %!d(string=hai) anos |
TextDocument.cpp
|
cf693136e2
LibGUI: Remove wrong casts in TextDocument.cpp
|
%!s(int64=3) %!d(string=hai) anos |
TextDocument.h
|
d391f1fb2a
LibGUI: Add TextDocument::take_line(size_t line_index)
|
%!s(int64=3) %!d(string=hai) anos |
TextEditor.cpp
|
03e9697975
TextEditor: Change cursor when reaching the ruler area
|
%!s(int64=3) %!d(string=hai) anos |
TextEditor.h
|
03e9697975
TextEditor: Change cursor when reaching the ruler area
|
%!s(int64=3) %!d(string=hai) anos |
TextPosition.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
TextRange.h
|
0bcfbdb072
LibGUI: Explicitly default initialize class members
|
%!s(int64=3) %!d(string=hai) anos |
Toolbar.cpp
|
97b381652a
LibGUI: Let Toolbars collapse into an overflow menu
|
%!s(int64=3) %!d(string=hai) anos |
Toolbar.h
|
97b381652a
LibGUI: Let Toolbars collapse into an overflow menu
|
%!s(int64=3) %!d(string=hai) anos |
ToolbarContainer.cpp
|
a4eeb6f9eb
LibGUI: ToolbarContainer account for frame width
|
%!s(int64=3) %!d(string=hai) anos |
ToolbarContainer.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
%!s(int64=4) %!d(string=hai) anos |
Tray.cpp
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
%!s(int64=3) %!d(string=hai) anos |
Tray.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
%!s(int64=3) %!d(string=hai) anos |
TreeView.cpp
|
32642394a9
LibGUI: Programatically draw table header sorting arrows
|
%!s(int64=3) %!d(string=hai) anos |
TreeView.h
|
4e8cb0508f
LibGUI: Add is_toggled getter for TreeView
|
%!s(int64=3) %!d(string=hai) anos |
TreeViewModel.cpp
|
5bb38296b1
LibGUI: Add TreeViewModel as a simpler interface for building TreeViews
|
%!s(int64=3) %!d(string=hai) anos |
TreeViewModel.h
|
5bb38296b1
LibGUI: Add TreeViewModel as a simpler interface for building TreeViews
|
%!s(int64=3) %!d(string=hai) anos |
UIDimensions.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
%!s(int64=3) %!d(string=hai) anos |
UndoStack.cpp
|
510551bb4f
LibGUI: Add fallible try_push() variant to UndoStack
|
%!s(int64=3) %!d(string=hai) anos |
UndoStack.h
|
510551bb4f
LibGUI: Add fallible try_push() variant to UndoStack
|
%!s(int64=3) %!d(string=hai) anos |
ValueSlider.cpp
|
f9ec3b986e
LibGUI: Fix {Value,Opacity}Slider value changes for values less than 0
|
%!s(int64=3) %!d(string=hai) anos |
ValueSlider.h
|
086969277e
Everywhere: Run clang-format
|
%!s(int64=3) %!d(string=hai) anos |
Variant.cpp
|
7a02d33cd5
LibGUI: Make GUI::Variant an actual Variant
|
%!s(int64=3) %!d(string=hai) anos |
Variant.h
|
7a02d33cd5
LibGUI: Make GUI::Variant an actual Variant
|
%!s(int64=3) %!d(string=hai) anos |
VimEditingEngine.cpp
|
2cfbb9a0e8
LibGUI: Implement case inversion in Vim emulation
|
%!s(int64=3) %!d(string=hai) anos |
VimEditingEngine.h
|
2cfbb9a0e8
LibGUI: Implement case inversion in Vim emulation
|
%!s(int64=3) %!d(string=hai) anos |
Widget.cpp
|
2a386c0b50
LibGUI: Don't let widgets hide tooltips they didn't show
|
%!s(int64=3) %!d(string=hai) anos |
Widget.h
|
6548ae8afd
LibGUI: Retain the active input tracking widget's cursor
|
%!s(int64=3) %!d(string=hai) anos |
Window.cpp
|
6548ae8afd
LibGUI: Retain the active input tracking widget's cursor
|
%!s(int64=3) %!d(string=hai) anos |
Window.h
|
80ea141ffe
LibGUI: Calculate Window min_size on show
|
%!s(int64=3) %!d(string=hai) anos |
WindowType.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
%!s(int64=4) %!d(string=hai) anos |