summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-12-12Spreadsheet: Avoid using Value.to_string_without_side_effects()Ali Mohammad Pur
2021-12-12Spreadsheet: Replace hacky JS VM configuration with a more correct oneAli Mohammad Pur
2021-12-12Spreadsheet: Replace the help button's text with something we can renderAli Mohammad Pur
2021-12-12Spreadsheet: Reimplement ranges as lazy objects instead of arraysAli Mohammad Pur
2021-12-12Spreadsheet: Don't recreate the global environment on every evaluationAli Mohammad Pur
2021-12-12Userland: Use File::lines() range-based for loop where appropriateSahan Fernando
2021-12-12LibCore: Add support for range-based for loops on LineIteratorsSahan Fernando
2021-12-12LibCore: Fix bug in IODevice::LineIterator causing skipped linesSahan Fernando
2021-12-12LibC: Implement sigwait()Idan Horowitz
2021-12-12LibC: Implement sigwaitinfo()Idan Horowitz
2021-12-12Kernel+LibC: Implement sigtimedwait()Idan Horowitz
2021-12-11config: Port to LibMain :^)Kenneth Myhra
2021-12-11dd: Port to LibMain :^)Kenneth Myhra
2021-12-11date: Port to LibMain :^)Kenneth Myhra
2021-12-11LibCore: Add syscall wrapper for clock_settime()Kenneth Myhra
2021-12-11cut: Port to LibMain :^)Kenneth Myhra
2021-12-11cpp-processor: Port to LibMain :^)Kenneth Myhra
2021-12-11cpp-parser: Port to LibMain :^)Kenneth Myhra
2021-12-11cpp-lexer: Port to LibMain :^)Kenneth Myhra
2021-12-11comm: Port to LibMain :^)Kenneth Myhra
2021-12-11clear: Port to LibMain :^)Kenneth Myhra
2021-12-11cksum: Port to LibMain :^)Kenneth Myhra
2021-12-11chres: Port to LibMain :^)Kenneth Myhra
2021-12-11chown: Port to LibMain :^)Kenneth Myhra
2021-12-11LibCore: Add syscall wrapper for getgrnam()Kenneth Myhra
2021-12-11LibCore: Add syscall wrapper for getpwnam()Kenneth Myhra
2021-12-11chgrp: Port to LibMain :^)Kenneth Myhra
2021-12-11LibCore: Add syscall wrapper for chown()Kenneth Myhra
2021-12-11checksum: Port to LibMain :^)Kenneth Myhra
2021-12-11cal: Port to LibMain :^)Kenneth Myhra
2021-12-11Mail: Ask the user if they want to see the mail settingsUndefine
2021-12-11LibGL: Improve mipmap lookup in Texture2DJelle Raaijmakers
2021-12-11LibGL: Always inline `to_rgba32()`Jelle Raaijmakers
2021-12-11LibGL: Fix scissor box coordinate systemJelle Raaijmakers
2021-12-11LibGL: Remove unused default from rasterizer scissor_boxJelle Raaijmakers
2021-12-11LibGL: Use simpler syntax for `GL_SCISSOR_BOX` retrievalJelle Raaijmakers
2021-12-11LibGL: Make `glDeleteTextures` skip over 0 namesJelle Raaijmakers
2021-12-11LibGL: Remove unnecessary `break;` from SoftwareGLContextJelle Raaijmakers
2021-12-11LibGL: Fix a number of enum values in `gl.h`Jelle Raaijmakers
2021-12-11LibGL: Implement `GL_(UN)PACK_ALIGNMENT`Jelle Raaijmakers
2021-12-11LibGL: Use `Array::back()` for last mipmap selectionJelle Raaijmakers
2021-12-11Piano: Add track controls to the player widgetJose Flores
2021-12-11Playground: Remove redundant pledge()bugreport0
2021-12-11Inspector: Update pledge() idiombugreport0
2021-12-11CrashReporter: Remove redundant pledge()bugreport0
2021-12-11passwd: Port to LibMainDavid Lindbom
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-12-11LibJS+LibUnicode: Generate unique numeric symbol listsTimothy Flynn
2021-12-11passwd: Remove redundant pledge()bugreport0
2021-12-10LibJS: Use AK::NaN<double> in Date::date_value() to fix build errorLinus Groh