Truly independent web browser
Go to file
Andreas Kling 31f44481f3 Add /dev/{stdin,stdout,stderr} as symlinks to /proc/self/fd/{0,1,2}
Also change /bin/cat to open /dev/stdin if no arguments are provided.
2019-02-03 12:38:03 +01:00
AK Support font files. 2019-02-02 23:13:12 +01:00
Base Liza8x10: Tweak some glyphs. 2019-02-03 03:06:43 +01:00
FontEditor FontEditor: Add text box for editing the font name. 2019-02-03 03:06:58 +01:00
Kernel Add /dev/{stdin,stdout,stderr} as symlinks to /proc/self/fd/{0,1,2} 2019-02-03 12:38:03 +01:00
LibC Kernel: Rewrite ProcFS. 2019-02-03 12:33:11 +01:00
LibGUI FontEditor: Add text box for editing the font name. 2019-02-03 03:06:58 +01:00
SharedGraphics SharedGraphics: Font::load_from_file() forgot to close() the font file. 2019-02-03 08:18:16 +01:00
Terminal Terminal: Constrain the cursor inside the terminal rect. 2019-02-03 04:04:42 +01:00
Userland Add /dev/{stdin,stdout,stderr} as symlinks to /proc/self/fd/{0,1,2} 2019-02-03 12:38:03 +01:00
WindowServer Kernel: Rewrite ProcFS. 2019-02-03 12:33:11 +01:00
.gitignore Tweak .gitignore. 2019-01-28 20:38:53 +01:00