summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-17Meta+Ports: Make 'package.sh showproperty' report multiple propertiesAli Mohammad Pur
2022-01-17Ports/git: Update git to the latest 2.34.1 releaseBrian Gianforcaro
2022-01-17Meta: Optimized lint-ports.py by avoiding duplicate execs of package.shBrian Gianforcaro
2022-01-17Meta: Skip shellcheck for Ports in pre-commit hookBrian Gianforcaro
2022-01-17Kernel: Remove non existent friend class from Process.hBrian Gianforcaro
2022-01-17Revert "Base: Add icons to man pages for GUI applications"Brian Gianforcaro
2022-01-16Base: Add icons to man pages for GUI applicationselectrikmilk
2022-01-16readelf: Fall back to default interpreter path on empty pathThijs Waalen
2022-01-17WindowServer: Pick font with glyphs for digits for ScreenNumberOverlayTom
2022-01-16Base: Add more emojiselectrikmilk
2022-01-16Documentation: Swap 'Right' and 'Wrong' code practiceflyingwombat921
2022-01-16Tests: Test whether stdio streams are flushed correctly on exitDaniel Bertalan
2022-01-16LibC: Flush all file streams on exitDaniel Bertalan
2022-01-16LibC: Implement `fflush(nullptr)`Daniel Bertalan
2022-01-16Kernel: Make Process::m_list_node non-mutableAndreas Kling
2022-01-16Kernel: Use an IntrusiveRedBlackTree for kernel regionsAndreas Kling
2022-01-16LibGUI: Allow selecting glyphs by dragging in GlyphMapWidgetthankyouverycool
2022-01-16FontEditor: Set GlyphEditor glyph on initializationthankyouverycool
2022-01-16FontEditor: Disambiguate save function from save-as actionthankyouverycool
2022-01-16FontEditor: Update GlyphEditor and width widgets on paste and deletethankyouverycool
2022-01-16FontEditor: Correct GroupBox heightthankyouverycool
2022-01-16FontEditor: Calculate GlyphEditor toolbar widths more preciselythankyouverycool
2022-01-16FontEditor: Remove unnecessary call during GlyphEditor initthankyouverycool
2022-01-16FontEditor: Remove .gitignore artifact from old build systemthankyouverycool
2022-01-16Kernel: Don't access directory table of uninitialized PageDirectorycreator1creeper1
2022-01-16Base: Add some symbols to Katicaelectrikmilk
2022-01-16LibJS: Rewrite the Encode AO to handle unpaired UTF-16 surrogatesIdan Horowitz
2022-01-16LibJS: Check validity of encoded unicode code points in the Decode AOIdan Horowitz
2022-01-16Ports: Correct the config.sub path for freetypeAli Mohammad Pur
2022-01-16SystemMonitor: Don't display empty CPU graphs when number of CPUs < 4Marcus Nilsson
2022-01-16LibJS: Fix that '_' no longer accessed the last value in the REPLdavidot
2022-01-16LibJS: Fix value of Generator.prototype.constructorLinus Groh
2022-01-16LibJS: Rename GeneratorObjectPrototype to GeneratorPrototypeLinus Groh
2022-01-16groupadd: Port to LibMain and use the new Core::Group abstraction :^)Kenneth Myhra
2022-01-16LibCore: Add Core::Group abstraction for group management :^)Kenneth Myhra
2022-01-16LibC: Fix `scandir` not checking for allocation failureMichel Hermier
2022-01-16LibC: Make `*alloc` return `NULL` in case of failure (POSIX)Michel Hermier
2022-01-16LibC: Document some posix `*alloc` urlsMichel Hermier
2022-01-16AK: Remove `kfree` definitionMichel Hermier
2022-01-16AK: Remove `kcalloc` definitionMichel Hermier
2022-01-16LibSQL: Introduce SELECT ... LIMIT xxx OFFSET yyyJan de Visser
2022-01-16LibSQL+SQLServer: Implement first cut of SELECT ... ORDER BY fooJan de Visser
2022-01-16CharacterMap+Base: Give Character Map an iconSam Atkins
2022-01-16CharacterMap+Base: Add man page for Character Map :^)Sam Atkins
2022-01-16CharacterMap: Add a find-by-name windowSam Atkins
2022-01-16CharacterMap: Add previous, next, and go-to glyph buttonsSam Atkins
2022-01-16LibGUI+FontEditor: Move seek-prev/next-glyph logic into GlyphMapWidgetSam Atkins
2022-01-16CharacterMap: Add output box for copying arbitrary character sequencesSam Atkins
2022-01-16LibGUI: Add on_glyph_double_clicked() callback to GlyphMapWidgetSam Atkins
2022-01-16CharacterMap: Add new Character Map application :^)Sam Atkins