summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-03-30Shell: Stop making shell history files world-readableAndreas Kling
2020-03-30LibCore: Add a static Core::File::open() convenience functionAndreas Kling
2020-03-30Documentation: Inform people that `anon` can `su` to `root` by defaultAndreas 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-30SoundPlayer: Set parent window for AboutDialogTibor Nagy
2020-03-30Solitaire: Set parent window for AboutDialogTibor Nagy
2020-03-30LibGUI: AboutDialog now inherits the icon of its parent windowTibor Nagy
2020-03-30Taskbar: Show default window icons when no icons are setTibor 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-29DisplayProperties: Add options to set the background color and wallpaper mode.Hüseyin ASLITÜRK