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
2020-04-06
LibGUI: Added the new icons to FileSystemModel.
VAN BOSSUYT Nicolas
2020-04-06
Ressources: Added more file type icon.
VAN BOSSUYT Nicolas
2020-04-06
LibJS: Rename variable "max" to "min" in MathObject::min() (#1665)
Emanuele Torre
2020-04-06
LibJS: Object needs to protect values in its storage
Andreas Kling
2020-04-06
Ports: refresh OpenSSL, make it build its command line utils.
Xiao NuoFu
2020-04-06
Kernel/Net: make setsockopt pretend it understands SO_KEEPALIVE.
Xiao NuoFu
2020-04-06
LibC: create a stub for getrusage.
Xiao NuoFu
2020-04-06
Meta: Add missing copyright headers
Andreas Kling
2020-04-06
DHCPClient: Log errors and cleanup the code
AnotherTest
2020-04-06
Base: Add trigonometry demo webpage
Linus Groh
2020-04-06
LibJS: Add Math.{cos,sin,tan}()
Linus Groh
2020-04-06
LibJS: Simplify MathObject functions
Linus Groh
2020-04-06
AK: Make dbgprintf() and dbgputstr() go to stderr on non-Serenity hosts
Andreas Kling
2020-04-06
AK: Add out() and warn() streams that forward to stdout and stderr
Andreas Kling
2020-04-06
QuickShow: Miscellaneous improvements
Tibor Nagy
2020-04-06
HackStudio: Add new Terminals
Oriko
2020-04-06
LibGUI: Add remove_tab and on_change to TabWidget
Oriko
2020-04-06
Kernel: Support best fit allocation policy in kmalloc()
nimelehin
2020-04-06
Kernel: Implement kmalloc() using AK::Bitmap
nimelehin
2020-04-06
Bitmap: Add Bitmap::find_next_range_of_unset_bits()
nimelehin
2020-04-06
AK: Add count_trailing_zeroes_32()
nimelehin
2020-04-06
AK: Add Bitmap::find_first_fit()
nimelehin
2020-04-06
AK: Add Bitmap::set_range()
nimelehin
2020-04-06
LibJS: Remove unnecessary malloc+free in AssignmentExpression::execute
Andreas Kling
2020-04-06
AK: Make FlyString a little less hilariously unoptimized :^)
Andreas Kling
2020-04-06
LibWeb: Allow window.setTimeout() with no interval
Andreas Kling
2020-04-06
LibJS: Add Math.min()
Andreas Kling
2020-04-05
LibJS: Return -Infinity in Math.max() with no argument
Linus Groh
2020-04-05
LibJS: Make Object::to_string() call the "toString" property if present
Andreas Kling
2020-04-05
LibJS: Add Array.prototype.toString()
Andreas Kling
2020-04-05
LibJS: Fix do..while parsing by consuming parentheses explicitly (#1652)
Maxim Brunnmeier
2020-04-05
JS Repl: Add live syntax highlighting
AnotherTest
2020-04-05
LibJS: Report the start position of a token as its line column
AnotherTest
2020-04-05
LibJS: Allow lexer to run without logging errors
AnotherTest
2020-04-05
LibLine: Add live styling support
AnotherTest
2020-04-05
FileManager: Add properties action to directory context menu
Oriko
2020-04-05
LibJS: Remove assert function from exponentiation-basic.js
Linus Groh
2020-04-05
LibJS: Simplify Math-constants.js test
Linus Groh
2020-04-05
LibJS: Update to-number-basic.js test
Linus Groh
2020-04-05
LibJS: Fix Math.SQRT1_2
Linus Groh
2020-04-05
LibJS: Add numeric literal parsing for different bases and exponents
Stephan Unverwerth
2020-04-05
LibC: Fix strtod() parsing of negative exponents (#1645)
Stephan Unverwerth
2020-04-05
LibJS: Implement exponentiation (** operator)
Linus Groh
2020-04-05
LibJS: Rename BinaryOp::{Plus,Minus,Asterisk,Slash}
Linus Groh
2020-04-05
QuickShow: Use checkerboard background to show transparency
Tibor Nagy
2020-04-05
LibGfx: Implement checkerboard drawing for Gfx::Painter
Tibor Nagy
2020-04-05
Toolchain: Fix trailing white space warnings when gcc.patch is applied
Brian Gianforcaro
2020-04-05
IRCClient: Allow CTCP replies to be user configurable in IRCClient.ini
Brendan Coles
2020-04-05
LibJS: Use the native assert() implementation now avaiable in 'js -t'
Brian Gianforcaro
2020-04-05
js: Add a new --test-mode option, which exposes an assert() function.
Brian Gianforcaro
[next]