summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-01Kernel: Align read operation in HPET registers' blockLiav A
2020-04-01IRCClient: Add Channel application menu and LIST and KICK commandsBrendan Coles
2020-04-01HackStudio: Move the "Find in files" button in line with the search boxTibor Nagy
2020-04-01LibLine: Fix Shell crashing (due to write() EFAULT) on <tab><tab>Andreas Kling
2020-04-01Clock menu applet: launch the new Calendar on clickAnotherTest
2020-03-31js: Implement print function for Date objectsLinus Groh
2020-03-31Base: Tweak the canvas demo page to stop using fractional RGB valuesAndreas Kling
2020-03-31LibJS: Use "%d" to stringify numeric values that are whole integersAndreas Kling
2020-03-31js: Don't construct a Line::Editor unless we're going into the REPLAndreas Kling
2020-03-31LibLine: Fix build in Linux environmentAndreas Kling
2020-03-31Lagom: Build LibLine since "js" depends on itAndreas Kling
2020-03-31IRCClient: Add support for /HOP and /TOPIC commandsBrendan Coles
2020-03-31WindowServer: Remove applets from AppletManager on client disconnectionAndreas Kling
2020-03-31AK: A few JSON improvementsEmanuel Sprung
2020-03-31AK: Print double numbers with printfEmanuel Sprung
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-31js: Don't exit the REPL when pressing enter on an empty lineAndreas Kling
2020-03-31Userland/js: Use the new line editor in replAnotherTest
2020-03-31LibLineEdit + Shell: Handle Termios internally and give a copy if askedAnotherTest
2020-03-31LibLinEdit + Shell: handle signalsAnotherTest
2020-03-31Shell: Move LineEdit out and add it as a dependencyAnotherTest
2020-03-31LibLineEdit: Add a new Line Editor libraryAnotherTest
2020-03-31Browser: Refuse to run as rootAndreas Kling
2020-03-31IRCClient: Refuse to run as rootAndreas Kling
2020-03-31Base: Change root user home directory from `/` to `/root`Brendan Coles
2020-03-31Userland: Add optional human readable output to /bin/dfBrendan Coles
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-30Shell: Shorten $HOME to '~' in shell promptsAndreas 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-30HackStudio: Add icon for the Find actionTibor Nagy
2020-03-30HackStudio: Add an upscaled 32x32 icon to the About dialogTibor Nagy
2020-03-30HackStudio: Fix the labels of project opening menu and dialogTibor Nagy