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
2022-06-10
LibGUI: Add layout spacer support to GML
FrHun
2022-06-10
Calculator: Replace "Euler's Constant" with "Euler's Number" in menu
redsnout
2022-06-09
Calculator: Add Phi constant
Andrew Dykema
2022-06-08
PixelPaint: Speed up and improve memory usage of bucket fill tool
Aaron J Yoder
2022-06-06
Mail: Fix mail settings not opening after prompt to configure
MacDue
2022-06-06
MouseSettings: Get highlight preview cursor via cursor theme Config.ini
MacDue
2022-06-05
MouseSettings: Add tab to configure cursor highlighting
MacDue
2022-06-05
LibGUI+Browser: Fix crash when activating a "Tab n" action
networkException
2022-06-03
Applications: Use spawn_or_show_error() for common spawn pattern
MacDue
2022-06-02
PixelPaint: Use default buttons in EditGuideDialog
Karol Kosek
2022-06-02
Userland: Use default buttons instead of manually handling return press
Karol Kosek
2022-06-02
PixelPaint: Add rounded rectangles (both with/without antialiasing)
MacDue
2022-06-02
PixelPaint: Add option for antialiased lines
MacDue
2022-06-01
PixelPaint: Enable antialiased option for outline ellipsis
MacDue
2022-06-01
LibGfx: Rename draw_ellipse/circle to fill_ellipse/circle
MacDue
2022-06-01
LibGUI: Fix typo in ConnectionToWindowManagerServer
Olivier De Cannière
2022-05-30
Browser: Always show menu for additional bookmarks when one is hidden
networkException
2022-05-29
SoundPlayer: Insert separator after play/stop and back/next buttons
Linus Groh
2022-05-29
SoundPlayer: Replace two manual key event checks with action shortcut
Linus Groh
2022-05-29
SoundPlayer: Replace regular buttons with action-based toolbar buttons
Linus Groh
2022-05-29
FileManager: Replace '->' with '→' in symlink statusbar info message
Linus Groh
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-05-28
Browser+LibWeb+WebContent: Add ability to inspect session storage
Rafał Babiarz
2022-05-26
Userland: Depend some applications on WebContent if it's being used
Karol Kosek
2022-05-26
Welcome: Depend on Help
Karol Kosek
2022-05-26
Browser: Depend on BrowserSettings
Karol Kosek
2022-05-26
CharacterMap: Mark this component as 'recommended', not 'required'
Karol Kosek
2022-05-26
Piano: Use LibDSP::Keyboard for all keyboard-playing logic
kleines Filmröllchen
2022-05-26
Piano: Make TrackManager::next_track_index const
kleines Filmröllchen
2022-05-26
Piano: Use a real transport in the TrackManager
kleines Filmröllchen
2022-05-25
DisplaySettings: Link to cursor themes from "Themes" tab
MacDue
2022-05-25
Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUI
MacDue
2022-05-25
LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn
MacDue
2022-05-25
ThemeEditor: Use 'open' icon instead of ellipsis on path picker button
Karol Kosek
2022-05-25
ThemeEditor: Show unsaved changes prompt also in the quit action
Karol Kosek
2022-05-24
Spreadsheet: Make save functions take a Core::File instead of a filename
Karol Kosek
2022-05-24
Spreadsheet: Open files using FileSystemAccessClient::try_open_file()
Karol Kosek
2022-05-24
Spreadsheet: Remove unused Workbook::load() function
Karol Kosek
2022-05-24
Spreadsheet: Use TRY() on file load and save
Karol Kosek
2022-05-23
PixelPaint: Allow layer to "scale" location when resizing
Andrew Smith
2022-05-23
PixelPaint: Add Image>Resize Image... dialog. (Front end)
Andrew Smith
2022-05-22
Spreadsheet: Recognize sheets files by mime type, not by file extension
Karol Kosek
2022-05-21
ThemeEditor: Position preview windows based on the title height
Sam Atkins
2022-05-21
ThemeEditor: Make MainWidget responsible for holding the edited Palette
Sam Atkins
2022-05-21
ThemeEditor: Convert the widget-preview layout to GML
Sam Atkins
2022-05-21
ThemeEditor: Arrange the theme properties into groups
Sam Atkins
2022-05-21
ThemeEditor: Give each theme property its own editing widget
Sam Atkins
2022-05-21
ThemeEditor: Actually save alignment roles
Sam Atkins
2022-05-21
ThemeEditor: Extract most logic into a MainWidget class
Sam Atkins
2022-05-21
Browser: Allow usage of vertical tabs
Cameron Youell
[next]