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-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-28
PixelPaint: Remove shrink_to_fit property from LevelsDialog GML
Tim Ledbetter
2023-02-28
PixelPaint: Fix clicking on the layer menu with no image loaded
Tim Ledbetter
2023-02-28
PixelPaint: Disable levels dialog action when no image is loaded
Tim Ledbetter
2023-02-27
HexEditor: Add BE decoding for UTF16String column in ValueInspector
Patryk Pilipczuk
2023-02-26
Spreadsheet: Fix column index to number conversion
Tim Ledbetter
2023-02-26
PixelPaint: Add "Apply Mask" action
Tim Ledbetter
2023-02-26
PixelPaint: Add "Delete Mask" action
Tim Ledbetter
2023-02-25
Piano: Move octave controls into main widget
kleines Filmröllchen
2023-02-25
Piano: Clean up code style with help from clang-tidy
kleines Filmröllchen
2023-02-25
Piano: Improve handling of possibly null parameter label
kleines Filmröllchen
2023-02-25
Piano: Rename KnobsWidget to TrackControlsWidget
kleines Filmröllchen
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-25
LibDSP: Get rid of DeprecatedString
kleines Filmröllchen
2023-02-24
Browser+LibWeb+WebContent: Store cookie expiry times in UTC
Timothy Flynn
2023-02-24
PixelPaint: Make "Add Mask" action fallible
Tim Ledbetter
2023-02-24
PixelPaint: Make "Add Mask" action undoable
Tim Ledbetter
2023-02-24
PixelPaint: Save layer mask when adding to the UndoStack
Tim Ledbetter
2023-02-24
VideoPlayer: Add button and menu item to toggle fullscreen
timre13
2023-02-24
SystemMonitor: Add "Debug In HackStudio" action to process context menu
Itamar
2023-02-21
PixelPaint: Make merge up and down actions work with disjoint layers
Tim Ledbetter
2023-02-21
PixelPaint: Make image flattening actions work with disjoint layers
Tim Ledbetter
2023-02-21
Userland: Fix remaining smart pointer const-correctness issues
Andreas Kling
2023-02-21
Assistant: Fix minor const-correctness issues
Andreas Kling
2023-02-21
PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const>
Andreas Kling
2023-02-21
PixelPaint: Make Filter::apply() non-virtual and non-const
Andreas Kling
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
[next]