summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-01LibJS: Make Value::as_object() return Object&Andreas Kling
2020-04-01LibJS: Add NaN to global objectLinus Groh
2020-04-01LibJS: Add Interpreter::create<GlobalObjectType>()Andreas Kling
2020-04-01LibJS: Add GlobalObject to the forwarding headerAndreas Kling
2020-04-01LibJS: Implement Error function/constructorLinus Groh
2020-04-01LibJS: Implement constructor/non-constructor function callsLinus Groh
2020-04-01LibWeb: Remove debug spam in WindowObjectAndreas Kling
2020-04-01LibWeb+LibJS: Move DOM Window object to dedicated classesAndreas Kling
2020-04-01LibJS: Reorganize computing of |this| for CallExpressionsAndreas Kling
2020-04-01Browser: Add error pageLinus Groh
2020-04-01LibLine: Fix Shell crashing (due to write() EFAULT) on <tab><tab>Andreas Kling
2020-03-31js: Implement print function for Date objectsLinus Groh
2020-03-31LibJS: Use "%d" to stringify numeric values that are whole integersAndreas Kling
2020-03-31LibLine: Fix build in Linux environmentAndreas Kling
2020-03-31LibLine: Rename on_char_input() => register_character_input_callback()Andreas Kling
2020-03-31LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}Andreas Kling
2020-03-31LibLine: Rename LineEditor to Line::EditorAndreas Kling
2020-03-31LibLine: Rename from LibLineEditAndreas Kling
2020-03-31LibLineEdit + Shell: Handle Termios internally and give a copy if askedAnotherTest
2020-03-31LibLinEdit + Shell: handle signalsAnotherTest
2020-03-31LibLineEdit: Add a new Line Editor libraryAnotherTest
2020-03-30LibGUI: Fix index invalidationSergey Bugaev
2020-03-30LibJS: Implement Date.prototype.to{Date,Time}String()Linus Groh
2020-03-30LibJS: Implement Date.prototype.toString()Linus Groh
2020-03-30LibGUI: Brighten icons when hovering items in item viewsAndreas Kling
2020-03-30LibGUI: Brighten buttons when hovering over them :^)Andreas Kling
2020-03-30LibGfx: Add Painter::blit_filtered() and blit_brightened()Andreas Kling
2020-03-30WindowServer+NotificationServer: Vertical title bar for notificationsAndreas Kling
2020-03-30LibGfx: Support vertical gradient fill (not just horizontal) :^)Andreas Kling
2020-03-30LibJS: Add support for arrow functionsJack Karamanian
2020-03-30LibJS: Add Parser save_state() and load_state() functionsJack Karamanian
2020-03-30LibJS: Throw TypeError when calling non-function objectLinus Groh
2020-03-30LibJS: Start implementing Date :^)Linus Groh
2020-03-30LibVT: Don't scroll-to-bottom when pressing the Logo keyAndreas Kling
2020-03-30LibJS: Use some macro magic to avoid duplicating all the token typesAndreas Kling
2020-03-30LibCore: Add a static Core::File::open() convenience functionAndreas Kling
2020-03-30LibWeb: Support more advanced selectors in document.querySelectorAll()Andreas Kling
2020-03-30LibWeb: Add Element.id property to the bindingsAndreas Kling
2020-03-30LibWeb: Add naive support for document.querySelectorAll()Andreas Kling
2020-03-30LibGUI: AboutDialog now inherits the icon of its parent windowTibor Nagy
2020-03-29WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmapAndreas Kling
2020-03-29LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usageAndreas Kling
2020-03-29LibIPC+LibGfx: Pass the IPC::Decoder to decoding helpersAndreas Kling
2020-03-29LibIPC: Add forwarding header for LibIPCAndreas Kling
2020-03-29LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*Andreas Kling
2020-03-29LibJS: Implement String.prototype.startsWith()Linus Groh
2020-03-29LibGUI: Desktop, add methods for set background color and wallpaper modeHüseyin ASLITÜRK
2020-03-29LibGUI: ComboBox, add "set_selected_index" methodHüseyin ASLITÜRK
2020-03-29LibJS: Add tests for Math constantsLinus Groh
2020-03-29LibJS: Add constant properties to MathObjectLinus Groh