index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-04-01
LibJS: Make Value::as_object() return Object&
Andreas Kling
2020-04-01
LibJS: Add NaN to global object
Linus Groh
2020-04-01
LibJS: Add Interpreter::create<GlobalObjectType>()
Andreas Kling
2020-04-01
LibJS: Add GlobalObject to the forwarding header
Andreas Kling
2020-04-01
LibJS: Implement Error function/constructor
Linus Groh
2020-04-01
LibJS: Implement constructor/non-constructor function calls
Linus Groh
2020-04-01
LibWeb: Remove debug spam in WindowObject
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling
2020-04-01
LibJS: Reorganize computing of |this| for CallExpressions
Andreas Kling
2020-04-01
Browser: Add error page
Linus Groh
2020-04-01
LibLine: Fix Shell crashing (due to write() EFAULT) on <tab><tab>
Andreas Kling
2020-03-31
js: Implement print function for Date objects
Linus Groh
2020-03-31
LibJS: Use "%d" to stringify numeric values that are whole integers
Andreas Kling
2020-03-31
LibLine: Fix build in Linux environment
Andreas Kling
2020-03-31
LibLine: Rename on_char_input() => register_character_input_callback()
Andreas Kling
2020-03-31
LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}
Andreas Kling
2020-03-31
LibLine: Rename LineEditor to Line::Editor
Andreas Kling
2020-03-31
LibLine: Rename from LibLineEdit
Andreas Kling
2020-03-31
LibLineEdit + Shell: Handle Termios internally and give a copy if asked
AnotherTest
2020-03-31
LibLinEdit + Shell: handle signals
AnotherTest
2020-03-31
LibLineEdit: Add a new Line Editor library
AnotherTest
2020-03-30
LibGUI: Fix index invalidation
Sergey Bugaev
2020-03-30
LibJS: Implement Date.prototype.to{Date,Time}String()
Linus Groh
2020-03-30
LibJS: Implement Date.prototype.toString()
Linus Groh
2020-03-30
LibGUI: Brighten icons when hovering items in item views
Andreas Kling
2020-03-30
LibGUI: Brighten buttons when hovering over them :^)
Andreas Kling
2020-03-30
LibGfx: Add Painter::blit_filtered() and blit_brightened()
Andreas Kling
2020-03-30
WindowServer+NotificationServer: Vertical title bar for notifications
Andreas Kling
2020-03-30
LibGfx: Support vertical gradient fill (not just horizontal) :^)
Andreas Kling
2020-03-30
LibJS: Add support for arrow functions
Jack Karamanian
2020-03-30
LibJS: Add Parser save_state() and load_state() functions
Jack Karamanian
2020-03-30
LibJS: Throw TypeError when calling non-function object
Linus Groh
2020-03-30
LibJS: Start implementing Date :^)
Linus Groh
2020-03-30
LibVT: Don't scroll-to-bottom when pressing the Logo key
Andreas Kling
2020-03-30
LibJS: Use some macro magic to avoid duplicating all the token types
Andreas Kling
2020-03-30
LibCore: Add a static Core::File::open() convenience function
Andreas Kling
2020-03-30
LibWeb: Support more advanced selectors in document.querySelectorAll()
Andreas Kling
2020-03-30
LibWeb: Add Element.id property to the bindings
Andreas Kling
2020-03-30
LibWeb: Add naive support for document.querySelectorAll()
Andreas Kling
2020-03-30
LibGUI: AboutDialog now inherits the icon of its parent window
Tibor Nagy
2020-03-29
WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmap
Andreas Kling
2020-03-29
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
Andreas Kling
2020-03-29
LibIPC+LibGfx: Pass the IPC::Decoder to decoding helpers
Andreas Kling
2020-03-29
LibIPC: Add forwarding header for LibIPC
Andreas Kling
2020-03-29
LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*
Andreas Kling
2020-03-29
LibJS: Implement String.prototype.startsWith()
Linus Groh
2020-03-29
LibGUI: Desktop, add methods for set background color and wallpaper mode
Hüseyin ASLITÜRK
2020-03-29
LibGUI: ComboBox, add "set_selected_index" method
Hüseyin ASLITÜRK
2020-03-29
LibJS: Add tests for Math constants
Linus Groh
2020-03-29
LibJS: Add constant properties to MathObject
Linus Groh
[next]