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
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-02
TextEditor: Specify the starting line and column number using colons
ry755
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
PixelPaint: Add fill mode for the ellipse tool
Valtteri Koskivuori
2021-05-01
TextEditor: Make sure to mark the Window as unmodified after saving
Andreas Kling
2021-05-01
TextEditor: Use an automatic "modified" marker in the window title
Andreas Kling
2021-05-01
WindowServer+LibGfx: Automatic "modified" markers in window titles
Andreas Kling
2021-05-01
TextEditor: Plumb modified state from GUI::TextDocument to GUI::Window
Andreas Kling
2021-05-01
TextEditor: Add some missing curly braces around a nested if statement
Andreas Kling
2021-05-01
TextEditor: Remove some unnecessary #include statements
Andreas Kling
2021-05-01
TextEditor: Rename TextEditorWidget => TextEditor::MainWidget
Andreas Kling
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-05-01
Spreadsheet: Use String::bijective_base_from for column name resolution
Tobias Christiansen
2021-04-30
LibC: Implement openpty(), forkpty() and login_tty()
Gunnar Beutner
2021-04-30
Browser: Add FrogFind search engine
Maciej Zygmanowski
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-29
WindowServer: Move configuration file to /etc/WindowServer.ini
Andreas Kling
2021-04-29
Tests: Enable Spreadsheet unit tests so they actually build
Brian Gianforcaro
2021-04-29
Browser: Display search engine format in statusbar
Maciej Zygmanowski
2021-04-29
Browser: Save search engine setting to preferences
Maciej Zygmanowski
2021-04-29
Browser: Add GitHub and Yandex to search engines
Panagiotis Vasilopoulos
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-29
Everywhere: Add missing comma between copyright year and name
Linus Groh
2021-04-27
Run: Remove useless serenity.h include
Jean-Baptiste Boric
2021-04-26
FontEditor: Don't put invalid clicks on the undo stack
thankyouverycool
2021-04-26
FontEditor: Warn on unsaved changes
thankyouverycool
2021-04-26
Browser: Add basic support for search engines
sppmacd
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
Services: Rename ProtocolServer to RequestServer
DexesTTP
2021-04-25
LibWeb: Add WebSocket bindings
DexesTTP
2021-04-25
Userland+Base: Add "ladyball" logo for the system :^)
Andreas Kling
2021-04-25
FileManager: Unzip from context Menu
TheGeopard
2021-04-25
Piano: Add track Volume and improve QOL
kleines Filmröllchen
2021-04-25
AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake
Andrew Kaster
2021-04-24
LibJS: Consolidate exception function names and source ranges
Linus Groh
2021-04-23
Userland: Piano: Optimize repaints
kleines Filmröllchen
2021-04-23
Help: Run clang-format on main.cpp
Linus Groh
2021-04-23
SystemMonitor: Show action status tips in the statusbar :^)
Andreas Kling
2021-04-23
Help: Add a statusbar and use it for hovered links + action status tips
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
FontEditor: Set proper defaults in NewFontDialog
thankyouverycool
2021-04-23
LibGfx+FontEditor: Account for raw width when painting glyphs
thankyouverycool
2021-04-23
FontEditor: Don't append literal Line Feeds to clipboard metadata
thankyouverycool
2021-04-23
FontEditor: Set correct mean- and baseline ranges for new fonts
thankyouverycool
2021-04-23
FontEditor: Add move glyph tool
thankyouverycool
2021-04-23
FontEditor: Add undo and redo commands
thankyouverycool
2021-04-23
FontEditor: Add adjustable scaling to GlyphEditorWidget
thankyouverycool
2021-04-23
FontEditor: Add status tips and missing Alt shortcuts to actions
thankyouverycool
2021-04-23
FontEditor: Add text refresh button to Preview ToolWindow
thankyouverycool
[next]