index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-17
Meta+Ports: Make 'package.sh showproperty' report multiple properties
Ali Mohammad Pur
2022-01-17
Ports/git: Update git to the latest 2.34.1 release
Brian Gianforcaro
2022-01-17
Meta: Optimized lint-ports.py by avoiding duplicate execs of package.sh
Brian Gianforcaro
2022-01-17
Meta: Skip shellcheck for Ports in pre-commit hook
Brian Gianforcaro
2022-01-17
Kernel: Remove non existent friend class from Process.h
Brian Gianforcaro
2022-01-17
Revert "Base: Add icons to man pages for GUI applications"
Brian Gianforcaro
2022-01-16
Base: Add icons to man pages for GUI applications
electrikmilk
2022-01-16
readelf: Fall back to default interpreter path on empty path
Thijs Waalen
2022-01-17
WindowServer: Pick font with glyphs for digits for ScreenNumberOverlay
Tom
2022-01-16
Base: Add more emojis
electrikmilk
2022-01-16
Documentation: Swap 'Right' and 'Wrong' code practice
flyingwombat921
2022-01-16
Tests: Test whether stdio streams are flushed correctly on exit
Daniel Bertalan
2022-01-16
LibC: Flush all file streams on exit
Daniel Bertalan
2022-01-16
LibC: Implement `fflush(nullptr)`
Daniel Bertalan
2022-01-16
Kernel: Make Process::m_list_node non-mutable
Andreas Kling
2022-01-16
Kernel: Use an IntrusiveRedBlackTree for kernel regions
Andreas Kling
2022-01-16
LibGUI: Allow selecting glyphs by dragging in GlyphMapWidget
thankyouverycool
2022-01-16
FontEditor: Set GlyphEditor glyph on initialization
thankyouverycool
2022-01-16
FontEditor: Disambiguate save function from save-as action
thankyouverycool
2022-01-16
FontEditor: Update GlyphEditor and width widgets on paste and delete
thankyouverycool
2022-01-16
FontEditor: Correct GroupBox height
thankyouverycool
2022-01-16
FontEditor: Calculate GlyphEditor toolbar widths more precisely
thankyouverycool
2022-01-16
FontEditor: Remove unnecessary call during GlyphEditor init
thankyouverycool
2022-01-16
FontEditor: Remove .gitignore artifact from old build system
thankyouverycool
2022-01-16
Kernel: Don't access directory table of uninitialized PageDirectory
creator1creeper1
2022-01-16
Base: Add some symbols to Katica
electrikmilk
2022-01-16
LibJS: Rewrite the Encode AO to handle unpaired UTF-16 surrogates
Idan Horowitz
2022-01-16
LibJS: Check validity of encoded unicode code points in the Decode AO
Idan Horowitz
2022-01-16
Ports: Correct the config.sub path for freetype
Ali Mohammad Pur
2022-01-16
SystemMonitor: Don't display empty CPU graphs when number of CPUs < 4
Marcus Nilsson
2022-01-16
LibJS: Fix that '_' no longer accessed the last value in the REPL
davidot
2022-01-16
LibJS: Fix value of Generator.prototype.constructor
Linus Groh
2022-01-16
LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype
Linus Groh
2022-01-16
groupadd: Port to LibMain and use the new Core::Group abstraction :^)
Kenneth Myhra
2022-01-16
LibCore: Add Core::Group abstraction for group management :^)
Kenneth Myhra
2022-01-16
LibC: Fix `scandir` not checking for allocation failure
Michel Hermier
2022-01-16
LibC: Make `*alloc` return `NULL` in case of failure (POSIX)
Michel Hermier
2022-01-16
LibC: Document some posix `*alloc` urls
Michel Hermier
2022-01-16
AK: Remove `kfree` definition
Michel Hermier
2022-01-16
AK: Remove `kcalloc` definition
Michel Hermier
2022-01-16
LibSQL: Introduce SELECT ... LIMIT xxx OFFSET yyy
Jan de Visser
2022-01-16
LibSQL+SQLServer: Implement first cut of SELECT ... ORDER BY foo
Jan de Visser
2022-01-16
CharacterMap+Base: Give Character Map an icon
Sam Atkins
2022-01-16
CharacterMap+Base: Add man page for Character Map :^)
Sam Atkins
2022-01-16
CharacterMap: Add a find-by-name window
Sam Atkins
2022-01-16
CharacterMap: Add previous, next, and go-to glyph buttons
Sam Atkins
2022-01-16
LibGUI+FontEditor: Move seek-prev/next-glyph logic into GlyphMapWidget
Sam Atkins
2022-01-16
CharacterMap: Add output box for copying arbitrary character sequences
Sam Atkins
2022-01-16
LibGUI: Add on_glyph_double_clicked() callback to GlyphMapWidget
Sam Atkins
2022-01-16
CharacterMap: Add new Character Map application :^)
Sam Atkins
[next]