summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-17LibJS: Implement the TrimString Abstract OperationIdan Horowitz
2022-01-17LibSoftGPU: Add stencil statistic to debug overlayJelle Raaijmakers
2022-01-17LibGL: Use number of lights from stored device infoJelle Raaijmakers
2022-01-17LibGL+LibSoftGPU: Implement the stencil bufferJelle Raaijmakers
2022-01-17LibGL: Convert stencil front/back function and operation to `Array`sJelle Raaijmakers
2022-01-17LibGL+LibSoftGPU: Enumize material front/back face selectionJelle Raaijmakers
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-16LibC: Flush all file streams on exitDaniel Bertalan
2022-01-16LibC: Implement `fflush(nullptr)`Daniel Bertalan
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-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-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-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
2022-01-16LibGUI: Preserve glyph selection when changing fontSam Atkins
2022-01-16LibGUI: Remove unused method definitions from GlyphMapWidgetSam Atkins
2022-01-16LibGUI: Recalculate GlyphMapWidget content size when changing fontSam Atkins
2022-01-16LibGUI: Make GlyphMapWidget work with vector fontsSam Atkins
2022-01-16LibGUI+FontEditor: Move GlyphMapWidget to LibGUISam Atkins
2022-01-16LibGUI: Make button icons settable in GMLSam Atkins
2022-01-16LibJS: Implement Date.prototype.setUTCDateTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCFullYearTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCHoursTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCMillisecondsTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCMinutesTimothy Flynn