.. |
GML
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 år sedan |
Wizards
|
e39adc4772
Userland: Set Button text using the new String class
|
2 år sedan |
AboutDialog.cpp
|
89b8d346fe
LibGUI+About: Make AboutDialog creation fallible
|
2 år sedan |
AboutDialog.gml
|
65c8dfe923
LibGUI: Convert AboutDialog layout to GML
|
2 år sedan |
AboutDialog.h
|
89b8d346fe
LibGUI+About: Make AboutDialog creation fallible
|
2 år sedan |
AbstractButton.cpp
|
14951b92ca
LibGUI: Remove deprecated text and set_text functions in AbstractButton
|
2 år sedan |
AbstractButton.h
|
14951b92ca
LibGUI: Remove deprecated text and set_text functions in AbstractButton
|
2 år sedan |
AbstractScrollableWidget.cpp
|
33fd9ea5b3
LibGUI: Prevent "hide unnecessary scrollbars" from showing unwanted bars
|
2 år sedan |
AbstractScrollableWidget.h
|
70885a3dee
LibGUI: Automatically scroll to a new column on adding it in ColumnsView
|
2 år sedan |
AbstractSlider.cpp
|
1d522e4b4c
LibGUI: Add DoClamp option to AbstractSlider::set_value()
|
3 år sedan |
AbstractSlider.h
|
88bbbe12ba
LibGUI: Remove declarations for non-existent methods
|
2 år sedan |
AbstractTableView.cpp
|
59855e49df
LibGUI: Add a DontResizeColumns option to Model::UpdateFlag
|
2 år sedan |
AbstractTableView.h
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 år sedan |
AbstractThemePreview.cpp
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 år sedan |
AbstractThemePreview.h
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 år sedan |
AbstractView.cpp
|
a1726b1ba5
LibGfx: Avoid rounding/truncating glyph positions till blitting
|
2 år sedan |
AbstractView.h
|
d938b9effe
LibGUI+Applications: Rename automatic scrolling timer functions
|
2 år sedan |
AbstractZoomPanWidget.cpp
|
7b0adee487
LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`
|
2 år sedan |
AbstractZoomPanWidget.h
|
e011eafd37
Meta+Userland: Pass Gfx::FloatPoint by value
|
2 år sedan |
Action.cpp
|
e39adc4772
Userland: Set Button text using the new String class
|
2 år sedan |
Action.h
|
49f5767789
LibGUI+WindowServer: Add "visible" state to GUI actions
|
2 år sedan |
ActionGroup.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 år sedan |
ActionGroup.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 år sedan |
Application.cpp
|
a8cf0c9371
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
|
2 år sedan |
Application.h
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 år sedan |
AutocompleteProvider.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 år sedan |
AutocompleteProvider.h
|
b35293d945
LibCodeComprehension: Re-organize code comprehension related code
|
3 år sedan |
BoxLayout.cpp
|
43dddafd16
LibGUI: Allow specifying Layout margins and spacing in the constructor
|
2 år sedan |
BoxLayout.h
|
43dddafd16
LibGUI: Allow specifying Layout margins and spacing in the constructor
|
2 år sedan |
Breadcrumbbar.cpp
|
e39adc4772
Userland: Set Button text using the new String class
|
2 år sedan |
Breadcrumbbar.h
|
be3a9048be
LibGUI: Relayout Breadcrumbbar on font change
|
2 år sedan |
Button.cpp
|
14951b92ca
LibGUI: Remove deprecated text and set_text functions in AbstractButton
|
2 år sedan |
Button.h
|
14951b92ca
LibGUI: Remove deprecated text and set_text functions in AbstractButton
|
2 år sedan |
CMakeLists.txt
|
65c8dfe923
LibGUI: Convert AboutDialog layout to GML
|
2 år sedan |
Calendar.cpp
|
b5cb9a9ebb
LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>
|
2 år sedan |
Calendar.h
|
b5cb9a9ebb
LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>
|
2 år sedan |
CheckBox.cpp
|
14951b92ca
LibGUI: Remove deprecated text and set_text functions in AbstractButton
|
2 år sedan |
CheckBox.h
|
14951b92ca
LibGUI: Remove deprecated text and set_text functions in AbstractButton
|
2 år sedan |
Clipboard.cpp
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 år sedan |
Clipboard.h
|
61b49daf0a
LibGUI: Make Clipboard::set_plain_text take text as a StringView
|
2 år sedan |
ColorFilterer.h
|
032ca748c6
LibGUI: Add ColorFilterer class
|
2 år sedan |
ColorInput.cpp
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 år sedan |
ColorInput.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
ColorPicker.cpp
|
e39adc4772
Userland: Set Button text using the new String class
|
2 år sedan |
ColorPicker.h
|
e647ad2ce3
LibGUI: Add OpacitySlider to ColorPicker dialog
|
2 år sedan |
ColumnsView.cpp
|
70885a3dee
LibGUI: Automatically scroll to a new column on adding it in ColumnsView
|
2 år sedan |
ColumnsView.h
|
35e3df7f13
LibGUI: Teach ColumnsView where indexes are placed (and scroll to them)
|
2 år sedan |
ComboBox.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 år sedan |
ComboBox.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
Command.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
CommandPalette.cpp
|
0c24522635
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
|
2 år sedan |
CommandPalette.h
|
cd5210a87a
LibGUI: Make Dialog::ScreenPosition an enum class
|
3 år sedan |
CommonActions.cpp
|
89b8d346fe
LibGUI+About: Make AboutDialog creation fallible
|
2 år sedan |
CommonLocationsProvider.cpp
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 år sedan |
CommonLocationsProvider.h
|
41691a7fcb
LibGUI: Make CommonLocationsProvider::load_from_json() failable
|
2 år sedan |
CommonMenus.cpp
|
f31a56d086
LibGUI: Add CommonMenus
|
2 år sedan |
ConnectionToWindowManagerServer.cpp
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
2 år sedan |
ConnectionToWindowManagerServer.h
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 år sedan |
ConnectionToWindowServer.cpp
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 år sedan |
ConnectionToWindowServer.h
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 år sedan |
Desktop.cpp
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
Desktop.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
Dialog.cpp
|
5c923977b7
LibGUI: Always close() Dialogs no matter the execution result
|
2 år sedan |
Dialog.h
|
5b31a3dbc7
LibGUI: Allow more programmatic control over GUI::InputBox
|
2 år sedan |
DisplayLink.cpp
|
935d023967
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
|
3 år sedan |
DisplayLink.h
|
935d023967
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
|
3 år sedan |
DragOperation.cpp
|
6ea3c1659a
LibGfx: Propagate errors from serializing bitmaps
|
2 år sedan |
DragOperation.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
EditingEngine.cpp
|
8a94c7a7f7
LibGUI: Skip over grapheme clusters on left/right arrow key presses
|
2 år sedan |
EditingEngine.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
EmojiInputDialog.cpp
|
f0395a2042
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
|
2 år sedan |
EmojiInputDialog.gml
|
2f6fd56631
LibGUI: Set EmojiInputDialog's FrameShape to "Window"
|
2 år sedan |
EmojiInputDialog.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
Event.cpp
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 år sedan |
Event.h
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
2 år sedan |
FileIconProvider.cpp
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 år sedan |
FileIconProvider.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
FilePicker.cpp
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 år sedan |
FilePicker.h
|
e39adc4772
Userland: Set Button text using the new String class
|
2 år sedan |
FilePickerDialog.gml
|
be464c357a
LibGUI: Add allowed file types to FilePicker
|
2 år sedan |
FileSystemModel.cpp
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 år sedan |
FileSystemModel.h
|
fe5dfe4cd5
LibGUI: Add allowed file extensions to FileSystemModel
|
2 år sedan |
FileTypeFilter.h
|
be464c357a
LibGUI: Add allowed file types to FilePicker
|
2 år sedan |
FilteringProxyModel.cpp
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
FilteringProxyModel.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
FocusPolicy.h
|
d621534511
LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment
|
3 år sedan |
FocusSource.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 år sedan |
FontPicker.cpp
|
2bc8cbfe8f
LibGUI: Add 9 and 11 to the list of suggested sizes in FontPicker
|
2 år sedan |
FontPicker.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
FontPickerDialog.gml
|
a58d72656d
Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`
|
2 år sedan |
Forward.h
|
59028515c0
LibGUI: Split OpacitySlider into vertical and horizontal helper classes
|
2 år sedan |
Frame.cpp
|
30309bac1b
LibGUI: Force re-layout on Frame thickness changes
|
2 år sedan |
Frame.h
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
2 år sedan |
GitCommitLexer.cpp
|
8e8d24fe29
LibGUI: Add a GitCommit SyntaxHighlighter implementation
|
3 år sedan |
GitCommitLexer.h
|
8b39074078
Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere
|
3 år sedan |
GitCommitSyntaxHighlighter.cpp
|
086969277e
Everywhere: Run clang-format
|
3 år sedan |
GitCommitSyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
2 år sedan |
GlyphMapWidget.cpp
|
804baa42f9
LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget
|
2 år sedan |
GlyphMapWidget.h
|
804baa42f9
LibGUI: Standardize automatic scrolling in TextEditor+GlyphMapWidget
|
2 år sedan |
GroupBox.cpp
|
3407ab0fd1
LibGfx: Make Font::width() return a float
|
2 år sedan |
GroupBox.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
HeaderView.cpp
|
3407ab0fd1
LibGfx: Make Font::width() return a float
|
2 år sedan |
HeaderView.h
|
32642394a9
LibGUI: Programatically draw table header sorting arrows
|
2 år sedan |
INILexer.cpp
|
ae6a84c261
LibGUI: Lex INI files as Utf8
|
2 år sedan |
INILexer.h
|
ae6a84c261
LibGUI: Lex INI files as Utf8
|
2 år sedan |
INISyntaxHighlighter.cpp
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 år sedan |
INISyntaxHighlighter.h
|
31290c8527
LibSyntax: Teach each highlighter about it's comment syntax
|
2 år sedan |
Icon.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 år sedan |
Icon.h
|
086969277e
Everywhere: Run clang-format
|
3 år sedan |
IconView.cpp
|
dd607fc619
LibGUI: Invalidate IconView cache on font change
|
2 år sedan |
IconView.h
|
dd607fc619
LibGUI: Invalidate IconView cache on font change
|
2 år sedan |
ImageWidget.cpp
|
6e6999ce57
LibGfx: Re-work the abstractions of sending image for decoding over IPC
|
2 år sedan |
ImageWidget.h
|
086969277e
Everywhere: Run clang-format
|
3 år sedan |
IncrementalSearchBanner.cpp
|
e39adc4772
Userland: Set Button text using the new String class
|
2 år sedan |
IncrementalSearchBanner.gml
|
741138c585
LibGUI: Add a prefix to `IncrementalSearchBanner`'s widgets name
|
2 år sedan |
IncrementalSearchBanner.h
|
8231bd9bc3
LibGUI: Add IncrementalSearchBanner
|
2 år sedan |
InputBox.cpp
|
e39adc4772
Userland: Set Button text using the new String class
|
2 år sedan |
InputBox.h
|
71f5bbab42
LibGUI: Verify NonemptyText InputBox doesn't result in an empty string
|
2 år sedan |
ItemListModel.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 år sedan |
JsonArrayModel.cpp
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 år sedan |
JsonArrayModel.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
Label.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 år sedan |
Label.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
Layout.cpp
|
43dddafd16
LibGUI: Allow specifying Layout margins and spacing in the constructor
|
2 år sedan |
Layout.h
|
43dddafd16
LibGUI: Allow specifying Layout margins and spacing in the constructor
|
2 år sedan |
LazyWidget.cpp
|
e6fe66594e
LibGUI: Register LazyWidget
|
3 år sedan |
LazyWidget.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 år sedan |
LinkLabel.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 år sedan |
LinkLabel.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
ListView.cpp
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 år sedan |
ListView.h
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 år sedan |
Margins.h
|
309874b4fb
LibGUI: Add horizontal and vertical totals to Margins
|
3 år sedan |
Menu.cpp
|
49f5767789
LibGUI+WindowServer: Add "visible" state to GUI actions
|
2 år sedan |
Menu.h
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 år sedan |
MenuItem.cpp
|
49f5767789
LibGUI+WindowServer: Add "visible" state to GUI actions
|
2 år sedan |
MenuItem.h
|
49f5767789
LibGUI+WindowServer: Add "visible" state to GUI actions
|
2 år sedan |
Menubar.cpp
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
Menubar.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
MessageBox.cpp
|
e39adc4772
Userland: Set Button text using the new String class
|
2 år sedan |
MessageBox.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
Model.cpp
|
6ea3c1659a
LibGfx: Propagate errors from serializing bitmaps
|
2 år sedan |
Model.h
|
59855e49df
LibGUI: Add a DontResizeColumns option to Model::UpdateFlag
|
2 år sedan |
ModelEditingDelegate.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 år sedan |
ModelIndex.cpp
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
ModelIndex.h
|
4296425bd8
Everywhere: Remove redundant inequality comparison operators
|
2 år sedan |
ModelRole.h
|
8ba47facf6
LibGUI: Add ModelRole::IconOpacity and support it in all views :^)
|
4 år sedan |
ModelSelection.cpp
|
a0a4d169f4
AK+LibGUI: Pass predicate to *_matching() methods by const reference
|
3 år sedan |
ModelSelection.h
|
a0a4d169f4
AK+LibGUI: Pass predicate to *_matching() methods by const reference
|
3 år sedan |
MouseTracker.cpp
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 år sedan |
MouseTracker.h
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 år sedan |
MultiView.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 år sedan |
MultiView.h
|
88bbbe12ba
LibGUI: Remove declarations for non-existent methods
|
2 år sedan |
Notification.cpp
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 år sedan |
Notification.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
OpacitySlider.cpp
|
cb872f5c9a
LibGUI: Adjust OpacitySlider min size for consistency
|
2 år sedan |
OpacitySlider.h
|
f828bf6479
LibGUI: Add base color to OpacitySlider
|
2 år sedan |
Painter.cpp
|
381dcca2f6
Revert "LibGfx: Add directional floating-point scaling to Painter"
|
4 år sedan |
Painter.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 år sedan |
PasswordInputDialog.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 år sedan |
PasswordInputDialog.gml
|
a58d72656d
Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`
|
2 år sedan |
PasswordInputDialog.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
PersistentModelIndex.cpp
|
d73116e5d5
LibGUI: Implement persistent indices for models
|
3 år sedan |
PersistentModelIndex.h
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 år sedan |
Process.cpp
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 år sedan |
Process.h
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 år sedan |
ProcessChooser.cpp
|
e39adc4772
Userland: Set Button text using the new String class
|
2 år sedan |
ProcessChooser.h
|
e39adc4772
Userland: Set Button text using the new String class
|
2 år sedan |
Progressbar.cpp
|
f1271c7860
LibGUI: Use calculated_preferred_size for Progressbar default size
|
2 år sedan |
Progressbar.h
|
f1271c7860
LibGUI: Use calculated_preferred_size for Progressbar default size
|
2 år sedan |
RadioButton.cpp
|
14951b92ca
LibGUI: Remove deprecated text and set_text functions in AbstractButton
|
2 år sedan |
RadioButton.h
|
14951b92ca
LibGUI: Remove deprecated text and set_text functions in AbstractButton
|
2 år sedan |
RegularEditingEngine.cpp
|
086969277e
Everywhere: Run clang-format
|
3 år sedan |
RegularEditingEngine.h
|
086969277e
Everywhere: Run clang-format
|
3 år sedan |
ResizeCorner.cpp
|
8202beeb2b
WindowServer+LibGUI: Shrink window edge resize hot-spots
|
2 år sedan |
ResizeCorner.h
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 år sedan |
ResizeDirection.h
|
8202beeb2b
WindowServer+LibGUI: Shrink window edge resize hot-spots
|
2 år sedan |
RunningProcessesModel.cpp
|
8940f2da7f
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
|
2 år sedan |
RunningProcessesModel.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
ScreenLayout.cpp
|
aa15bf81e4
WindowServer: Add API to set/get screen layouts
|
4 år sedan |
ScrollableContainerWidget.cpp
|
703da34947
LibGUI: Create an alias for Widget UnregisteredChildHandler
|
2 år sedan |
ScrollableContainerWidget.h
|
703da34947
LibGUI: Create an alias for Widget UnregisteredChildHandler
|
2 år sedan |
Scrollbar.cpp
|
7b0adee487
LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`
|
2 år sedan |
Scrollbar.h
|
d938b9effe
LibGUI+Applications: Rename automatic scrolling timer functions
|
2 år sedan |
SeparatorWidget.cpp
|
b6d45f9c1f
LibGUI: Use calculated_preferred_size in SeparatorWidget
|
2 år sedan |
SeparatorWidget.h
|
b6d45f9c1f
LibGUI: Use calculated_preferred_size in SeparatorWidget
|
2 år sedan |
SettingsWindow.cpp
|
e39adc4772
Userland: Set Button text using the new String class
|
2 år sedan |
SettingsWindow.h
|
27a1798dd9
LibGUI: Add GUI::SettingsWindow::add_tab() that takes a constructed tab
|
2 år sedan |
Shortcut.cpp
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 år sedan |
Shortcut.h
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 år sedan |
Slider.cpp
|
6d79d932f9
LibGUI: Implement calculated sizes for Slider
|
2 år sedan |
Slider.h
|
6d79d932f9
LibGUI: Implement calculated sizes for Slider
|
2 år sedan |
SortingProxyModel.cpp
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
SortingProxyModel.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
SpinBox.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 år sedan |
SpinBox.h
|
abaecb878b
LibGUI: Add on_return_pressed function to SpinBox
|
3 år sedan |
Splitter.cpp
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 år sedan |
Splitter.h
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 år sedan |
StackWidget.cpp
|
cbd9cf93be
LibGUI: Implement calculated_min_size() for StackWidget
|
2 år sedan |
StackWidget.h
|
cbd9cf93be
LibGUI: Implement calculated_min_size() for StackWidget
|
2 år sedan |
Statusbar.cpp
|
b5cb9a9ebb
LibGUI+TaskBar: Make Calendar::formatted_date() return ErrorOr<String>
|
2 år sedan |
Statusbar.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
SystemEffects.h
|
8904a61d71
LibGUI+WindowServer: Add a SystemEffects wrapper and helpers
|
2 år sedan |
TabWidget.cpp
|
3407ab0fd1
LibGfx: Make Font::width() return a float
|
2 år sedan |
TabWidget.h
|
61789de11d
LibGUI: Add GUI::TabWidget::add_tab() that takes a constructed tab
|
2 år sedan |
TableView.cpp
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 år sedan |
TableView.h
|
2612d23032
LibGUI: Implement rubber band selection in table view
|
2 år sedan |
TextBox.cpp
|
cb96c892cc
LibGUI: Add highlighting to `UrlBox`
|
2 år sedan |
TextBox.h
|
cb96c892cc
LibGUI: Add highlighting to `UrlBox`
|
2 år sedan |
TextDocument.cpp
|
f7458b3e17
LibGUI: Update TextEditor to delete emoji based on gbp cluster
|
2 år sedan |
TextDocument.h
|
f7458b3e17
LibGUI: Update TextEditor to delete emoji based on gbp cluster
|
2 år sedan |
TextEditor.cpp
|
f7458b3e17
LibGUI: Update TextEditor to delete emoji based on gbp cluster
|
2 år sedan |
TextEditor.h
|
606a3982f3
LibCore: Move Stream-based file into the `Core` namespace
|
2 år sedan |
TextPosition.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
TextRange.h
|
0bcfbdb072
LibGUI: Explicitly default initialize class members
|
3 år sedan |
Toolbar.cpp
|
e39adc4772
Userland: Set Button text using the new String class
|
2 år sedan |
Toolbar.h
|
eefe6e35ac
LibGUI: Add option to move Toolbar items to overflow menu in groups
|
2 år sedan |
ToolbarContainer.cpp
|
a4eeb6f9eb
LibGUI: ToolbarContainer account for frame width
|
3 år sedan |
ToolbarContainer.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 år sedan |
Tray.cpp
|
9347db6f91
LibGUI: Make Tray item height honor the current font size
|
2 år sedan |
Tray.h
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 år sedan |
TreeView.cpp
|
eb9d2c64c8
LibGUI: Center TreeView item icons vertically
|
2 år sedan |
TreeView.h
|
ff0766056b
LibGUI: Don't hard-code TreeView row height
|
2 år sedan |
TreeViewModel.cpp
|
5bb38296b1
LibGUI: Add TreeViewModel as a simpler interface for building TreeViews
|
3 år sedan |
TreeViewModel.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
UIDimensions.h
|
2fce19a451
LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2 år sedan |
UndoStack.cpp
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
UndoStack.h
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 år sedan |
ValueSlider.cpp
|
caf6dd5680
LibGUI: Implement calculated sizes for ValueSlider
|
2 år sedan |
ValueSlider.h
|
caf6dd5680
LibGUI: Implement calculated sizes for ValueSlider
|
2 år sedan |
Variant.cpp
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 år sedan |
Variant.h
|
99570cb0c4
LibGUI: Speed up Variant string conversion for string data
|
2 år sedan |
VimEditingEngine.cpp
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 år sedan |
VimEditingEngine.h
|
88bbbe12ba
LibGUI: Remove declarations for non-existent methods
|
2 år sedan |
Widget.cpp
|
ab6ef53247
LibGUI: Add Widget::add_spacer() wrapper
|
2 år sedan |
Widget.h
|
ab6ef53247
LibGUI: Add Widget::add_spacer() wrapper
|
2 år sedan |
Window.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 år sedan |
Window.h
|
634d1e0197
LibGUI+WindowServer: Improve window resizing performance
|
2 år sedan |
WindowMode.h
|
3027cf7e99
LibGUI+WindowServer: Remove InputPreemptor concept
|
2 år sedan |
WindowType.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 år sedan |