.. |
GML
|
406a7ea577
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
|
2 years ago |
Wizards
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 years ago |
AboutDialog.cpp
|
d0977ac566
LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog
|
2 years ago |
AboutDialog.gml
|
65c8dfe923
LibGUI: Convert AboutDialog layout to GML
|
2 years ago |
AboutDialog.h
|
d0977ac566
LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog
|
2 years ago |
AbstractButton.cpp
|
858e55b653
LibCore: Add new REGISTER_STRING_PROPERTY macro
|
2 years ago |
AbstractButton.h
|
8f717927f2
LibGUI: Add Button double-click callback
|
2 years ago |
AbstractScrollableWidget.cpp
|
33fd9ea5b3
LibGUI: Prevent "hide unnecessary scrollbars" from showing unwanted bars
|
2 years ago |
AbstractScrollableWidget.h
|
70885a3dee
LibGUI: Automatically scroll to a new column on adding it in ColumnsView
|
2 years ago |
AbstractSlider.cpp
|
d4c33a7134
LibGUI: Only redraw sliders after the `on_change` callback has finished
|
2 years ago |
AbstractSlider.h
|
88bbbe12ba
LibGUI: Remove declarations for non-existent methods
|
2 years ago |
AbstractTableView.cpp
|
59855e49df
LibGUI: Add a DontResizeColumns option to Model::UpdateFlag
|
2 years ago |
AbstractTableView.h
|
b71c7a6e44
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
|
2 years ago |
AbstractThemePreview.cpp
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
AbstractThemePreview.h
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
AbstractView.cpp
|
207409c925
LibGUI: Don't hover AbstractView indicies outside visible content
|
2 years ago |
AbstractView.h
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
AbstractZoomPanWidget.cpp
|
7b0adee487
LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`
|
2 years ago |
AbstractZoomPanWidget.h
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
Action.cpp
|
5ed78d39dd
LibGUI: Don't invoke non-visible shortcuts
|
2 years ago |
Action.h
|
153218ed76
LibGUI: Allow overriding toolbar button tooltips
|
2 years ago |
ActionGroup.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
ActionGroup.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 years ago |
Application.cpp
|
b71c7a6e44
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
|
2 years ago |
Application.h
|
544366ff2a
LibGUI: Add a simple "recently open files" feature
|
2 years ago |
AutocompleteProvider.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
AutocompleteProvider.h
|
b35293d945
LibCodeComprehension: Re-organize code comprehension related code
|
3 years ago |
BoxLayout.cpp
|
43dddafd16
LibGUI: Allow specifying Layout margins and spacing in the constructor
|
2 years ago |
BoxLayout.h
|
43dddafd16
LibGUI: Allow specifying Layout margins and spacing in the constructor
|
2 years ago |
Breadcrumbbar.cpp
|
5b77346f53
LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path
|
2 years ago |
Breadcrumbbar.h
|
5b77346f53
LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit path
|
2 years ago |
Button.cpp
|
479e67212a
LibGUI: Implement calculated_min_size() for DialogButton
|
2 years ago |
Button.h
|
479e67212a
LibGUI: Implement calculated_min_size() for DialogButton
|
2 years ago |
CMakeLists.txt
|
1d24f394c6
Everywhere: Use `LibFileSystem` where trivial
|
2 years ago |
Calendar.cpp
|
b71c7a6e44
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
|
2 years ago |
Calendar.h
|
b5cb9a9ebb
LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>
|
2 years ago |
CheckBox.cpp
|
55423b4ed0
LibGfx+Userland: Add width_rounded_up() helper
|
2 years ago |
CheckBox.h
|
ee001cc417
LibGUI: Make CheckBox height adapt to the current font size
|
2 years ago |
Clipboard.cpp
|
c63f70d0fd
LibGUI: Allow clipboard items to have no associated data
|
2 years ago |
Clipboard.h
|
61b49daf0a
LibGUI: Make Clipboard::set_plain_text take text as a StringView
|
2 years ago |
ColorFilterer.h
|
032ca748c6
LibGUI: Add ColorFilterer class
|
2 years ago |
ColorInput.cpp
|
ee5838084d
LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro
|
2 years ago |
ColorInput.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
ColorPicker.cpp
|
797968c310
LibGUI+Userland: Make TabWidget::*add_tab() take title using new string
|
2 years ago |
ColorPicker.h
|
e647ad2ce3
LibGUI: Add OpacitySlider to ColorPicker dialog
|
2 years ago |
ColumnsView.cpp
|
70885a3dee
LibGUI: Automatically scroll to a new column on adding it in ColumnsView
|
2 years ago |
ColumnsView.h
|
35e3df7f13
LibGUI: Teach ColumnsView where indexes are placed (and scroll to them)
|
2 years ago |
ComboBox.cpp
|
1097f3066e
LibGUI: Open and increment ComboBox ListViews by exact steps
|
2 years ago |
ComboBox.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Command.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
CommandPalette.cpp
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 years ago |
CommandPalette.h
|
cd5210a87a
LibGUI: Make Dialog::ScreenPosition an enum class
|
3 years ago |
CommonActions.cpp
|
d0977ac566
LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog
|
2 years ago |
CommonLocationsProvider.cpp
|
1d24f394c6
Everywhere: Use `LibFileSystem` where trivial
|
2 years ago |
CommonLocationsProvider.h
|
41691a7fcb
LibGUI: Make CommonLocationsProvider::load_from_json() failable
|
2 years ago |
CommonMenus.cpp
|
f31a56d086
LibGUI: Add CommonMenus
|
2 years ago |
ConnectionToWindowManagerServer.cpp
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
2 years ago |
ConnectionToWindowManagerServer.h
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 years ago |
ConnectionToWindowServer.cpp
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 years ago |
ConnectionToWindowServer.h
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 years ago |
Desktop.cpp
|
c9ad252e33
LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView>
|
2 years ago |
Desktop.h
|
c9ad252e33
LibGUI: Make Desktop::set_wallpaper accept an Optional<StringView>
|
2 years ago |
Dialog.cpp
|
5c923977b7
LibGUI: Always close() Dialogs no matter the execution result
|
2 years ago |
Dialog.h
|
5b31a3dbc7
LibGUI: Allow more programmatic control over GUI::InputBox
|
2 years ago |
DisplayLink.cpp
|
935d023967
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
|
3 years ago |
DisplayLink.h
|
935d023967
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
|
3 years ago |
DragOperation.cpp
|
6ea3c1659a
LibGfx: Propagate errors from serializing bitmaps
|
2 years ago |
DragOperation.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
EditingEngine.cpp
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 years ago |
EditingEngine.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
EmojiInputDialog.cpp
|
bc0bb98c01
LibGUI: Paint emoji using text in the EmojiInputDialog
|
2 years ago |
EmojiInputDialog.gml
|
2f6fd56631
LibGUI: Set EmojiInputDialog's FrameShape to "Window"
|
2 years ago |
EmojiInputDialog.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Event.cpp
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
Event.h
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
FileIconProvider.cpp
|
c048cf2004
Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`
|
2 years ago |
FileIconProvider.h
|
c048cf2004
Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`
|
2 years ago |
FilePicker.cpp
|
1d24f394c6
Everywhere: Use `LibFileSystem` where trivial
|
2 years ago |
FilePicker.h
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 years ago |
FilePickerDialog.gml
|
be464c357a
LibGUI: Add allowed file types to FilePicker
|
2 years ago |
FileSystemModel.cpp
|
c048cf2004
Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`
|
2 years ago |
FileSystemModel.h
|
21db2b7b90
Everywhere: Remove NonnullOwnPtr.h includes
|
2 years ago |
FileTypeFilter.h
|
106ad6bb13
LibGUI: Add IPC encode and decode for FileTypeFilter
|
2 years ago |
FilteringProxyModel.cpp
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
FilteringProxyModel.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
FocusPolicy.h
|
d621534511
LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment
|
3 years ago |
FocusSource.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
FontPicker.cpp
|
2bc8cbfe8f
LibGUI: Add 9 and 11 to the list of suggested sizes in FontPicker
|
2 years ago |
FontPicker.h
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
FontPickerDialog.gml
|
a58d72656d
Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`
|
2 years ago |
Forward.h
|
f0c2dcdbac
LibGUI: Add PathBreadcrumbbar
|
2 years ago |
Frame.cpp
|
30309bac1b
LibGUI: Force re-layout on Frame thickness changes
|
2 years ago |
Frame.h
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
2 years ago |
GitCommitLexer.cpp
|
8e8d24fe29
LibGUI: Add a GitCommit SyntaxHighlighter implementation
|
3 years ago |
GitCommitLexer.h
|
8b39074078
Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere
|
3 years ago |
GitCommitSyntaxHighlighter.cpp
|
406a7ea577
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
|
2 years ago |
GitCommitSyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
2 years ago |
GlyphMapWidget.cpp
|
b71c7a6e44
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
|
2 years ago |
GlyphMapWidget.h
|
804baa42f9
LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget
|
2 years ago |
GroupBox.cpp
|
55423b4ed0
LibGfx+Userland: Add width_rounded_up() helper
|
2 years ago |
GroupBox.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
HeaderView.cpp
|
55423b4ed0
LibGfx+Userland: Add width_rounded_up() helper
|
2 years ago |
HeaderView.h
|
32642394a9
LibGUI: Programatically draw table header sorting arrows
|
2 years ago |
INILexer.cpp
|
ae6a84c261
LibGUI: Lex INI files as Utf8
|
2 years ago |
INILexer.h
|
ae6a84c261
LibGUI: Lex INI files as Utf8
|
2 years ago |
INISyntaxHighlighter.cpp
|
406a7ea577
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
|
2 years ago |
INISyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
2 years ago |
Icon.cpp
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
Icon.h
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
IconView.cpp
|
55423b4ed0
LibGfx+Userland: Add width_rounded_up() helper
|
2 years ago |
IconView.h
|
dd607fc619
LibGUI: Invalidate IconView cache on font change
|
2 years ago |
ImageWidget.cpp
|
496b7ffb2b
LibGfx: Move all image loaders and writers to a subdirectory
|
2 years ago |
ImageWidget.h
|
496b7ffb2b
LibGfx: Move all image loaders and writers to a subdirectory
|
2 years ago |
IncrementalSearchBanner.cpp
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 years ago |
IncrementalSearchBanner.gml
|
741138c585
LibGUI: Add a prefix to `IncrementalSearchBanner`'s widgets name
|
2 years ago |
IncrementalSearchBanner.h
|
8231bd9bc3
LibGUI: Add IncrementalSearchBanner
|
2 years ago |
InputBox.cpp
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 years ago |
InputBox.h
|
71f5bbab42
LibGUI: Verify NonemptyText InputBox doesn't result in an empty string
|
2 years ago |
ItemListModel.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
JsonArrayModel.cpp
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 years ago |
JsonArrayModel.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Label.cpp
|
cfac3be0b3
LibGUI: Resize Label on font changes
|
2 years ago |
Label.h
|
cfac3be0b3
LibGUI: Resize Label on font changes
|
2 years ago |
Layout.cpp
|
43dddafd16
LibGUI: Allow specifying Layout margins and spacing in the constructor
|
2 years ago |
Layout.h
|
43dddafd16
LibGUI: Allow specifying Layout margins and spacing in the constructor
|
2 years ago |
LazyWidget.cpp
|
e6fe66594e
LibGUI: Register LazyWidget
|
3 years ago |
LazyWidget.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 years ago |
LinkLabel.cpp
|
55423b4ed0
LibGfx+Userland: Add width_rounded_up() helper
|
2 years ago |
LinkLabel.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
ListView.cpp
|
1097f3066e
LibGUI: Open and increment ComboBox ListViews by exact steps
|
2 years ago |
ListView.h
|
99f28cf4ac
LibGUI: Remove calculated_min_size() for ListViews
|
2 years ago |
Margins.h
|
309874b4fb
LibGUI: Add horizontal and vertical totals to Margins
|
3 years ago |
Menu.cpp
|
a2d333ff4a
LibGUI: Allow updating the names of menus and submenus
|
2 years ago |
Menu.h
|
a2d333ff4a
LibGUI: Allow updating the names of menus and submenus
|
2 years ago |
MenuItem.cpp
|
a2d333ff4a
LibGUI: Allow updating the names of menus and submenus
|
2 years ago |
MenuItem.h
|
a2d333ff4a
LibGUI: Allow updating the names of menus and submenus
|
2 years ago |
Menubar.cpp
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Menubar.h
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 years ago |
MessageBox.cpp
|
c9404c3a63
LibGUI+Userland: Convert MessageBox to fallible construction
|
2 years ago |
MessageBox.h
|
c9404c3a63
LibGUI+Userland: Convert MessageBox to fallible construction
|
2 years ago |
Model.cpp
|
e76394d96c
AK: Remove infallible version of StringBuilder::to_byte_buffer
|
2 years ago |
Model.h
|
59855e49df
LibGUI: Add a DontResizeColumns option to Model::UpdateFlag
|
2 years ago |
ModelEditingDelegate.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
ModelIndex.cpp
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
2 years ago |
ModelIndex.h
|
4296425bd8
Everywhere: Remove redundant inequality comparison operators
|
2 years ago |
ModelRole.h
|
8ba47facf6
LibGUI: Add ModelRole::IconOpacity and support it in all views :^)
|
4 years ago |
ModelSelection.cpp
|
a0a4d169f4
AK+LibGUI: Pass predicate to *_matching() methods by const reference
|
3 years ago |
ModelSelection.h
|
a0a4d169f4
AK+LibGUI: Pass predicate to *_matching() methods by const reference
|
3 years ago |
MouseTracker.cpp
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 years ago |
MouseTracker.h
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 years ago |
MultiView.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
MultiView.h
|
88bbbe12ba
LibGUI: Remove declarations for non-existent methods
|
2 years ago |
Notification.cpp
|
ba8bd2e558
LibGUI: Do not attempt to close non-existent notifications
|
2 years ago |
Notification.h
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
OpacitySlider.cpp
|
cb872f5c9a
LibGUI: Adjust OpacitySlider min size for consistency
|
2 years ago |
OpacitySlider.h
|
f828bf6479
LibGUI: Add base color to OpacitySlider
|
2 years ago |
Painter.cpp
|
381dcca2f6
Revert "LibGfx: Add directional floating-point scaling to Painter"
|
4 years ago |
Painter.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
PasswordInputDialog.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
PasswordInputDialog.gml
|
a58d72656d
Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`
|
2 years ago |
PasswordInputDialog.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
PathBreadcrumbbar.cpp
|
c048cf2004
Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`
|
2 years ago |
PathBreadcrumbbar.h
|
f0c2dcdbac
LibGUI: Add PathBreadcrumbbar
|
2 years ago |
PersistentModelIndex.cpp
|
d73116e5d5
LibGUI: Implement persistent indices for models
|
3 years ago |
PersistentModelIndex.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Process.cpp
|
b3edd83e0a
LibGUI: Allow passing working directory to spawn_or_show_error()
|
2 years ago |
Process.h
|
b3edd83e0a
LibGUI: Allow passing working directory to spawn_or_show_error()
|
2 years ago |
ProcessChooser.cpp
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 years ago |
ProcessChooser.h
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 years ago |
Progressbar.cpp
|
ee5838084d
LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro
|
2 years ago |
Progressbar.h
|
f1271c7860
LibGUI: Use calculated_preferred_size for Progressbar default size
|
2 years ago |
RadioButton.cpp
|
55423b4ed0
LibGfx+Userland: Add width_rounded_up() helper
|
2 years ago |
RadioButton.h
|
fdcdc14fce
LibGUI: Make RadioButton height adapt to the current font size
|
2 years ago |
RegularEditingEngine.cpp
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 years ago |
RegularEditingEngine.h
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
ResizeCorner.cpp
|
8202beeb2b
WindowServer+LibGUI: Shrink window edge resize hot-spots
|
2 years ago |
ResizeCorner.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 years ago |
ResizeDirection.h
|
8202beeb2b
WindowServer+LibGUI: Shrink window edge resize hot-spots
|
2 years ago |
RunningProcessesModel.cpp
|
8940f2da7f
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
|
2 years ago |
RunningProcessesModel.h
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
ScreenLayout.cpp
|
aa15bf81e4
WindowServer: Add API to set/get screen layouts
|
4 years ago |
ScrollableContainerWidget.cpp
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
ScrollableContainerWidget.h
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
Scrollbar.cpp
|
b79b70f197
LibGUI: Paint Scrollbar buttons with appropriate thread highlighting
|
2 years ago |
Scrollbar.h
|
d938b9effe
LibGUI+Applications: Rename automatic scrolling timer functions
|
2 years ago |
SeparatorWidget.cpp
|
64eb326f26
LibGUI: Give SeparatorWidget a minimum size
|
2 years ago |
SeparatorWidget.h
|
64eb326f26
LibGUI: Give SeparatorWidget a minimum size
|
2 years ago |
SettingsWindow.cpp
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 years ago |
SettingsWindow.h
|
446c600d09
LibGUI+Applications: Port SettingsWindow::add_tab() to the new string
|
2 years ago |
Shortcut.cpp
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Shortcut.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Slider.cpp
|
c943ab823d
LibGUI: Paint slider track shorter to ensure the knob covers it
|
2 years ago |
Slider.h
|
6d79d932f9
LibGUI: Implement calculated sizes for Slider
|
2 years ago |
SortingProxyModel.cpp
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
SortingProxyModel.h
|
14d78e10d1
LibGUI+CertificateSettings: Use custom SortingProxy
|
2 years ago |
SpinBox.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
SpinBox.h
|
abaecb878b
LibGUI: Add on_return_pressed function to SpinBox
|
3 years ago |
Splitter.cpp
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 years ago |
Splitter.h
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 years ago |
StackWidget.cpp
|
cbd9cf93be
LibGUI: Implement calculated_min_size() for StackWidget
|
2 years ago |
StackWidget.h
|
cbd9cf93be
LibGUI: Implement calculated_min_size() for StackWidget
|
2 years ago |
Statusbar.cpp
|
ee5838084d
LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro
|
2 years ago |
Statusbar.h
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 years ago |
SystemEffects.h
|
8904a61d71
LibGUI+WindowServer: Add a SystemEffects wrapper and helpers
|
2 years ago |
TabWidget.cpp
|
55423b4ed0
LibGfx+Userland: Add width_rounded_up() helper
|
2 years ago |
TabWidget.h
|
66402b0666
LibGUI+Userland: Port TabWidget set_tab_title to new string
|
2 years ago |
TableView.cpp
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
TableView.h
|
2612d23032
LibGUI: Implement rubber band selection in table view
|
2 years ago |
TextBox.cpp
|
cb96c892cc
LibGUI: Add highlighting to `UrlBox`
|
2 years ago |
TextBox.h
|
cb96c892cc
LibGUI: Add highlighting to `UrlBox`
|
2 years ago |
TextDocument.cpp
|
6d8f046fd0
LibGfx+Userland: Make TextAttributes::underline_style optional
|
2 years ago |
TextDocument.h
|
21db2b7b90
Everywhere: Remove NonnullOwnPtr.h includes
|
2 years ago |
TextEditor.cpp
|
4b29702fee
LibGUI: Add gutter indicators to TextEditor :^)
|
2 years ago |
TextEditor.h
|
3e1626acdc
Spreadsheet+LibSyntax: Never insert spans directly
|
2 years ago |
TextPosition.h
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
2 years ago |
TextRange.h
|
96cf9355b2
LibGUI: Add TextRange::line_count()
|
2 years ago |
Toolbar.cpp
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 years ago |
Toolbar.h
|
21db2b7b90
Everywhere: Remove NonnullOwnPtr.h includes
|
2 years ago |
ToolbarContainer.cpp
|
77ad0fdb07
Userland: Specify margins and spacing in the GUI::Layout constructor
|
2 years ago |
ToolbarContainer.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Tray.cpp
|
508fb7e1e9
Userland: Use Font::pixel_size_rounded_up() in more places
|
2 years ago |
Tray.h
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
TreeView.cpp
|
eb9d2c64c8
LibGUI: Center TreeView item icons vertically
|
2 years ago |
TreeView.h
|
ff0766056b
LibGUI: Don't hard-code TreeView row height
|
2 years ago |
TreeViewModel.cpp
|
2fe4be40af
LibGUI: Store correct address in TreeViewModel's ModelIndices
|
2 years ago |
TreeViewModel.h
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 years ago |
UIDimensions.h
|
2fce19a451
LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2 years ago |
UndoStack.cpp
|
21db2b7b90
Everywhere: Remove NonnullOwnPtr.h includes
|
2 years ago |
UndoStack.h
|
21db2b7b90
Everywhere: Remove NonnullOwnPtr.h includes
|
2 years ago |
ValueSlider.cpp
|
0e4586dd3e
LibGUI: Fix slightly wrong value slider knob position
|
2 years ago |
ValueSlider.h
|
caf6dd5680
LibGUI: Implement calculated sizes for ValueSlider
|
2 years ago |
Variant.cpp
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Variant.h
|
faa1a09042
LibGUI: Fix const-correctness issues
|
2 years ago |
VimEditingEngine.cpp
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
2 years ago |
VimEditingEngine.h
|
88bbbe12ba
LibGUI: Remove declarations for non-existent methods
|
2 years ago |
Widget.cpp
|
3805e4e3a9
LibGUI+HackStudio+PixelPaint: Port Widget title to the new String
|
2 years ago |
Widget.h
|
3805e4e3a9
LibGUI+HackStudio+PixelPaint: Port Widget title to the new String
|
2 years ago |
Window.cpp
|
aa94b944de
LibGUI: Allow Windows to auto shrink
|
2 years ago |
Window.h
|
aa94b944de
LibGUI: Allow Windows to auto shrink
|
2 years ago |
WindowMode.h
|
3027cf7e99
LibGUI+WindowServer: Remove InputPreemptor concept
|
2 years ago |
WindowType.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |