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
Age
Commit message (
Expand
)
Author
2021-08-22
HackStudio: Update every editor with matching filename on 'Save as...'
Karol Kosek
2021-08-22
HackStudio: Convert selected path to a relative path on 'Save as...'
Karol Kosek
2021-08-22
Games: Make cpath appear once in the pledge promises
Ralf Donau
2021-08-22
LibJS: Add missing builtin calendar check to ParseTemporalCalendarString
Linus Groh
2021-08-22
Utilities: Add -d option to gzip
Itamar
2021-08-22
SQLServer: Use m_client_id instead of client_id in callback
Robert Stefanic
2021-08-22
LibGUI: Make Ctrl+Shift+Right select text
Andrew January
2021-08-22
LibC: Support getsignalbyname() with full signal name
Maciej Zygmanowski
2021-08-22
HackStudio: Warn about unsaved changes on opening different project
Lennon Donaghy
2021-08-22
HackStudio: Fix editor not marking file with unsaved changes as dirty
Lennon Donaghy
2021-08-22
HackStudio: Fix GitWidget issues with switching between projects
Lennon Donaghy
2021-08-22
HackStudio: Moved code closing project from open_project to own method
Lennon Donaghy
2021-08-22
HackStudio: Call update_gml_preview() to reset when opening new project
Lennon Donaghy
2021-08-22
HackStudio: Make FindInFilesWidget reset when opening new project
Lennon Donaghy
2021-08-22
HackStudio: Stop debugger when opening new project
Lennon Donaghy
2021-08-22
HackStudio: Clear embedded terminal upon opening a different project
Lennon Donaghy
2021-08-22
HackStudio: Clear ToDo entries upon opening new project
Lennon Donaghy
2021-08-22
HackStudio: Move handle_external_file_deletion logic into own method
Lennon Donaghy
2021-08-22
LibGUI: Always resize the mapping rows when sorting
Karol Kosek
2021-08-22
LibC: Add <sys/poll.h> as an alias for <poll.h>
Peter Elliott
2021-08-22
Kernel+LibC: Implement FIONREAD ioctl
Peter Elliott
2021-08-22
LibC: Make <netinet/in.h> more POSIX compliant
Peter Elliott
2021-08-22
LibC: Add LINK_MAX and _PC_LINK_MAX
Peter Elliott
2021-08-22
LibC: Modify fd_set to be compatible with X/OPEN
Peter Elliott
2021-08-22
Utilities: Use File.error_string() instead of perror(3) in cpp-*
Ralf Donau
2021-08-22
ThemeEditor: Add Actions to save preview_palette to theme file
networkException
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-22
LibCore: Convert ConfigFile to east const
networkException
2021-08-22
LibCore: Support using a file descriptor for opening ConfigFile
networkException
2021-08-21
LibJS: Implement Promise.all on the Promise constructor
Timothy Flynn
2021-08-21
LibJS: Fix copy-paste mistake in GetCapabilitiesExecutor
Timothy Flynn
2021-08-21
LibCpp: Use lex_iterable() where applicable
Itamar
2021-08-21
LibCpp: Add lex_iterable() method to the Lexer
Itamar
2021-08-21
LibCpp: Lex before processing the source in the Preprocessor
Itamar
2021-08-21
LibCpp: Allow whitespace between # and preprocessor directive
Itamar
2021-08-21
Utilities: Add cpp-lexer
Itamar
2021-08-21
LibSQL: Introduce Serializer as a mediator between Heap and client code
Jan de Visser
2021-08-21
Utilities: Some minor changes in sql REPL tool
Jan de Visser
2021-08-21
LibSQL+SQLServer: Bare bones INSERT and SELECT statements
Jan de Visser
2021-08-21
LibSQL: Added 'nullable' and 'default value' option to ColumnDef
Jan de Visser
2021-08-21
LibSQL: Redesign Value implementation and add new types
Jan de Visser
2021-08-21
LibSQL: Make TupleDescriptor a shared pointer instead of a stack object
Jan de Visser
2021-08-21
LibGL: Use integer comparison for GL_EQUAL and GL_NOTEQUAL
Jesse Buhagiar
2021-08-21
HackStudio: Fix ds => fs typo in fs changed check in RegistersModel
Luke Wilde
2021-08-21
FlappyBug: Flap less aggressively
Mitchel Humpherys
2021-08-20
LibCore: Show version and help before parsing positional arguments
TheFightingCatfish
2021-08-20
LibJS: Implement RegExp.prototype.compile
Timothy Flynn
2021-08-20
LibRegex: Treat pattern string characters as unsigned
Timothy Flynn
2021-08-20
LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize
Timothy Flynn
[next]