index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
Age
Commit message (
Expand
)
Author
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-19
PixelPaint: Enable more text tool keyboard shortcuts
Tim Ledbetter
2023-02-19
FileManager: Use PathBreadcrumbbar instead of Breadcrumbbar :^)
Sam Atkins
2023-02-19
LibGUI+FileManager: Move `has_{parent,child}_segment` logic into BCB
Sam Atkins
2023-02-18
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-18
Userland: Use Widget::add_spacer() everywhere
Sam Atkins
2023-02-17
PixelPaint: Propagate errors from making filter settings widgets
Karol Kosek
2023-02-17
TextEditor: Replace DeprecatedString for String
Fausto Tommasi
2023-02-17
LibJS+Everywhere: Convert JS::Error to String
Timothy Flynn
2023-02-16
PixelPaint: Propagate errors from making tool property widgets
Karol Kosek
2023-02-16
LibFileSystemAccessClient: Remove the deprecated API
Lucas CHOLLET
2023-02-16
Assistant+Spreadsheet: Convert usages of Value::TDSWOSE to Value::TSWOSE
Timothy Flynn
2023-02-16
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
Timothy Flynn
2023-02-16
ImageViewer: Rename "Go Back" and "Go Forward" actions
Tim Ledbetter
2023-02-16
ImageViewer: Make arrow key shortcuts work
Tim Ledbetter
2023-02-16
3DFileViewer: Don't unveil "/home/anon/Documents/3D Models"
Lucas CHOLLET
2023-02-16
3DFileViewer: Set the window title name in `load_file()`
Lucas CHOLLET
2023-02-16
3DFileViewer: Don't try to open textures without `LibFSASC`
Lucas CHOLLET
2023-02-16
3DFileViewer: Port to `Core::File`
Lucas CHOLLET
2023-02-16
3DFileViewer: Remove unnecessary tests when loading files
Lucas CHOLLET
2023-02-16
3DFileViewer: Use `LibFSAC` in `GLContextWidget::load_path()`
Lucas CHOLLET
2023-02-16
3DFileViewer: Port `MeshLoader` and its child to the new `Core::File`
Lucas CHOLLET
2023-02-16
PixelPaint: Add an option for making a Gradient with a secondary color
Karol Kosek
2023-02-16
PixelPaint: Put the main gradient color at the cursor
Karol Kosek
2023-02-16
PixelPaint: Set Tool on_*_color_change logic using virtual functions
Karol Kosek
2023-02-15
HexEditor: Add selection strings to the value inspector
MetallicSquid
2023-02-15
Piano: Fix insertion and deletion of notes
Florian Kaiser
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
Userland: Use default initializer instead of an empty string for Buttons
Karol Kosek
2023-02-13
Userland: Replace usages of AbstractButton::text_deprecated with text()
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-02-13
LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String
Karol Kosek
2023-02-12
LibVideo/VideoPlayer: Dispatch state change events and update play icon
Zaggy1024
2023-02-11
Assistant: Allow arguments in AppProvider queries
Tim Ledbetter
2023-02-11
FileManager: Show directory size and file count in PropertiesWindow
Tim Ledbetter
2023-02-11
FileManager: Propagate errors from PropertiesWindow initialization
Tim Ledbetter
2023-02-11
FileManager: Factorize code to handle drag-and-drop
Lucas CHOLLET
2023-02-10
DisplaySettings: Capitalize fallback display mode when loading settings
Julian Offenhäuser
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-10
Spreadsheet: Don't recalculate column sizes when no data has changed
Tim Ledbetter
2023-02-09
SoundPlayer: Fix logic bug in bars visualization
Julian Offenhäuser
2023-02-08
Piano: Show a progress window when exporting WAV
kleines Filmröllchen
2023-02-08
VideoPlayer/LibVideo: Seek accurately when scrolling in the seek bar
Zaggy1024
2023-02-08
LibVideo/PlaybackManager: Organize playback states into virtual classes
Zaggy1024
2023-02-08
LibVideo: Rename Status -> State in `PlaybackStatusChangeEvent` class
Zaggy1024
[next]