summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-03-29LibGUI: Desktop, add methods for set background color and wallpaper modeHüseyin ASLITÜRK
2020-03-29WindowServer: 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-29Base: Add icons for color-chooserHüseyin ASLITÜRK
2020-03-29Base: Add tile wallpaperHüseyin ASLITÜRK
2020-03-29Base: Add monitor.pngHüseyin ASLITÜRK
2020-03-29LibJS: Add tests for Math constantsLinus Groh
2020-03-29LibJS: Add constant properties to MathObjectLinus Groh
2020-03-29LibJS: Add tests for value to number conversionLinus Groh
2020-03-29 LibJS: Handle empty strings and arrays in Value::to_number()Linus Groh
2020-03-29LibJS: Implement Math.abs()Andreas Kling
2020-03-29LibJS: Implement basic execution of "switch" statementsAndreas Kling
2020-03-29LibJS: Lexer and parser support for "switch" statementsAndreas Kling
2020-03-29SystemMenu: Sort applications alphabeticallyTibor Nagy
2020-03-29LibJS: Implement Object.getOwnPropertyNames()Andreas Kling