index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
Age
Commit message (
Expand
)
Author
2020-12-26
LibGUI: Rename Link => LinkLabel
Andreas Kling
2020-12-26
TextEditor+HexEditor: Tweak dirty document warning messages
Andreas Kling
2020-12-26
FileManager: Fix missing launch action icons
Linus Groh
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-25
Everywhere: Tweak "2020-2020" => "2020" in copyright headers
Andreas Kling
2020-12-25
LibELF: Remove ELF::Loader and move everyone to ELF::Image
Andreas Kling
2020-12-24
FileManager: Add a button to open links in their real directory
Alex McGrath
2020-12-24
Terminal+LibVT: Use GUI::FileIconProvider for app icons
Linus Groh
2020-12-23
Spreadsheet: Prompt user before closing with unsaved changes
Xavier Cooney
2020-12-23
TextEditor: Rename {Main => TextEditor}Window.gml
Linus Groh
2020-12-22
FileManager: Allow creating desktop shortcut from FileManager
Alex McGrath
2020-12-22
Spreadsheet: Fix invalid check in SheetGlobalObject::column_index()
AnotherTest
2020-12-22
Spreadsheet: Improve sheet update efficiency
AnotherTest
2020-12-22
Spreadsheet: Do not attempt to create columns with "negative" indices
AnotherTest
2020-12-22
Spreadsheet: Override `visit_edges()` and visit stored JS objects
AnotherTest
2020-12-22
Spreadsheet: Make it possible to rename sheets
AnotherTest
2020-12-22
Spreadsheet: struct Cell => class Cell
AnotherTest
2020-12-22
Spreadsheet: Accept (and ignore) invalid 'columns' in json
AnotherTest
2020-12-21
LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)
Andreas Kling
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-12-21
LibVT+Terminal: Add the option to disable the bell
Alex McGrath
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-20
LibGUI: Make GUI::Label auto-sizing declarative
Andreas Kling
2020-12-20
LibGUI: Rename ProgressBar property caption => text and expose to GML
Andreas Kling
2020-12-20
FileManager: Move the main window UI to GML
Andreas Kling
2020-12-20
LibGUI: Introduce GML - a simple GUI Markup Language :^)
Andreas Kling
2020-12-19
LibProtocol: Remove use of ByteBuffer::wrap() in protocol API
Andreas Kling
2020-12-17
LibGUI: Move selection behavior from TableView up to AbstractView
Andreas Kling
2020-12-16
FileManager: Fix assertion when drag&dropping a file to the desktop
Andreas Kling
2020-12-16
IRCClient: Remove unnecessary temporary variable from connect()
Conrad Pankoff
2020-12-16
FileManager: Make symlink icons show up nicely in properties dialog
Andreas Kling
2020-12-16
FileManager+LibGUI: Draw the item text for desktop icons with shadow
Andreas Kling
2020-12-15
FileManager: Simplify breadcrumb bar hook callback
Andreas Kling
2020-12-14
CrashDaemon: Show source position in backtrace
Itamar
2020-12-14
CrashDaemon: Add service that acts on new coredumps
Itamar
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-14
Debugger: Add 'examine' command
Itamar
2020-12-14
Debugger: Fix CLI parsing of breakpoint addresses
Itamar
2020-12-14
FileManager: Use GUI::BreadcrumbBar :^)
Andreas Kling
2020-12-13
LibCore: Make IODevice::read_line() return a String
Andreas Kling
2020-12-13
DisplaySettings: Allow unsetting the wallpaper
Andreas Kling
2020-12-13
DisplaySettings: Remove a bunch of unnecessary "this->"
Andreas Kling
2020-12-13
DisplaySettings: Improve contrast of screen resolution label
Andreas Kling
2020-12-13
Welcome: Fix reading of welcome.txt file
Linus Groh
2020-12-12
Spreadsheet: Reduce top bar default height
Linus Groh
2020-12-11
FileManager: Added context menu for right-clicks on desktop icons.
Zac
2020-12-11
FileManager: focus_dependent_delete_action is correctly enabled/disabled
Zac
2020-12-11
FileManager: TreeView accepts drags from the DirectoryView.
Zac
2020-12-09
DisplaySettings: Ensure wallpaper mode is always initialized
Linus Groh
[next]