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-03-16
PixelPaint: Rename Layer::resize() to Layer::scale()
Tim Ledbetter
2023-03-16
PixelPaint: Always specify a new bounding rect when resizing layers
Tim Ledbetter
2023-03-16
PixelPaint: Make Resize Image scale each layer to the correct size
Tim Ledbetter
2023-03-16
PixelPaint: Don't resize layers when resizing the canvas
Tim Ledbetter
2023-03-16
ThemeEditor: Store tab title in PropertyTabs as StringView
Karol Kosek
2023-03-16
LibGUI+Userland: Port TabWidget set_tab_title to new string
Karol Kosek
2023-03-16
LibGUI+Applications: Port SettingsWindow::add_tab() to the new string
Karol Kosek
2023-03-16
LibGUI+Userland: Make TabWidget::*add_tab() take title using new string
Karol Kosek
2023-03-16
PixelPaint: Port ImageEditor title to new string
Karol Kosek
2023-03-16
LibGUI+HackStudio+PixelPaint: Port Widget title to the new String
Karol Kosek
2023-03-16
LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro
Karol Kosek
2023-03-16
SpaceAnalyzer: Make "Open in File Manager" shortcut behave correctly
Tim Ledbetter
2023-03-15
PixelPaint: Make the clone tool brush size consistent with other tools
Tim Ledbetter
2023-03-15
PixelPaint: Scale the clone tool sample marker size with zoom level
Tim Ledbetter
2023-03-15
PixelPaint: Repaint clone tool sample marker on size change
Tim Ledbetter
2023-03-15
PixelPaint: Minimize clone tool sample marker repaints
Tim Ledbetter
2023-03-15
LibGfx+Userland: Make TextAttributes::underline_style optional
Sam Atkins
2023-03-15
PartitionEditor: Add missing unveils
MacDue
2023-03-15
Spreadsheet: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-13
SoundPlayer: Display title and artist in the window title if available
kleines Filmröllchen
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
LibAudio+Piano: Correct header style
kleines Filmröllchen
2023-03-13
LibThreading: Register BackgroundAction with EventLoop
kleines Filmröllchen
2023-03-13
LibCore+Userland: Make Promise's on_resolve fallible
kleines Filmröllchen
2023-03-13
LibCore+Userland: Allow canceling promises
kleines Filmröllchen
2023-03-12
PixelPaint: Display color information on mousemove with the PickerTool
Lucas CHOLLET
2023-03-12
LibGfx: Change BMPWriter API to be consistent with other image writers
Nico Weber
2023-03-12
LibGfx: Make QOIWriter use ErrorOr
Nico Weber
2023-03-10
ThemeEditor: Support more color scheme-related roles
implicitfield
2023-03-10
Everywhere: Support overriding the system color scheme
implicitfield
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-09
PixelPaint: Add list of recently opened files to the file menu
Tim Ledbetter
2023-03-09
PixelPaint: Propagate errors from menu initialization
Tim Ledbetter
2023-03-09
AK: Remove infallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
CrashReporter: Handle backtrace OOM errors
Linus Groh
2023-03-09
LibIMAP: Propagate OOM errors from decode_quoted_printable()
Linus Groh
2023-03-09
BrowserSettings: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-08
TextEditor: Enable CMakeCache.txt highlighting
Sam Atkins
2023-03-07
Browser: Handle close event in WebContentView
Aliaksandr Kalenik
2023-03-07
Help: Don't defer tree view selection updates
Mathis Wiehl
2023-03-06
Settings: Remove outdated comment about NonnullPtrVector
Andreas Kling
2023-03-06
Assistant: Remove outdated comment about NonnullPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-06
VideoPlayer: Create submenu to set sizing mode
timre13
[next]