summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-182048: Separate game logic from the view :^)Sergey Bugaev
2020-08-182048: Automatically pick an appropriate font sizeSergey Bugaev
2020-08-182048: Use the original colorsSergey Bugaev
2020-08-182048: Tweak cell metricsSergey Bugaev
2020-08-18LibWeb: Implement Element.innerTextNico Weber
2020-08-18LibWeb: Simplify Node::text_content()Nico Weber
2020-08-18Shell: Document the use of environment/local variablesAnotherTest
2020-08-18Shell: Update manpage about for loop behaviour around signalsAnotherTest
2020-08-18Shell: Respect the 'PROMPT_EOL_MARK' environment variableAnotherTest
2020-08-18LibLine: Make actual_rendered_string_metrics() staticAnotherTest
2020-08-18Kernel: ProcessorInfo.cpp remove unused headersMuhammad Zahalqa
2020-08-18LibLine: Setup the keybindings after initialisationAnotherTest
2020-08-18WindowServer: Fix flickeringTom
2020-08-18LibGfx: Add convenience helpers for RectTom
2020-08-18LibGfx: Add convenience method Point::constrainedTom
2020-08-18LibGfx: Add a few convenience methods to DisjointRectSetTom
2020-08-18LibLine: Allow the user to override (or add) keybinds in the config fileAnotherTest
2020-08-18LibLine: Make (almost) all key actions configurableAnotherTest
2020-08-18LibLine: Read configuration from a config fileAnotherTest
2020-08-18LibCore: Add ConfigFile::get_for_lib()AnotherTest
2020-08-17Meta: Explain how to build with ninjaBen Wiederhake
2020-08-17Kernel: Remove unneeded header (#3196)Muhammad Zahalqa
2020-08-17LibWeb: Add more document tests, add comment, text and mixin testsLuke
2020-08-17LibWeb: Add Comment and DocumentFragment bindings, move querySelector...Luke
2020-08-17LibWeb: Make HTMLPreElement's is_type match "listing" and "xmp"Luke
2020-08-17FileManager: Make DirectoryView vend indexes from view modelAndreas Kling
2020-08-17LibGUI: Don't require passing model to FileSystemModel::Node APIsAndreas Kling
2020-08-17FileManager: Move the "create new file" action into DirectoryViewAndreas Kling
2020-08-17FileManager: Move "create new directory" action into DirectoryViewAndreas Kling
2020-08-17FileManager: Partially bring back the desktop context menuAndreas Kling
2020-08-17FileManager: Don't pass DirectoryView subview to hooks that don't careAndreas Kling
2020-08-17FileManager: Use DirectoryView for both windowed and desktop modeAndreas Kling
2020-08-17LibWeb: Add Node.textContentNico Weber
2020-08-17Clock MenuApplet: Use Core::DateTime to simplify the codeNico Weber
2020-08-17LibJS: Add toLocaleString(), toLocaleDateString(), toLocaleTimeString() to DateNico Weber
2020-08-17LibJS: Implement basic functionality of Array.from()Nico Weber
2020-08-17WindowServer: Close the framebuffer fd in ~Screen()Andreas Kling
2020-08-17Kernel: Bump process thread count to a 32-bit valueAndreas Kling
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-17LibDebug: Don't include <Libraries/...>Andreas Kling
2020-08-17LibCrypto: Don't include <Libraries/...>Andreas Kling
2020-08-17HackStudio: Move everything into the HackStudio namespaceAndreas Kling
2020-08-17LibGUI: Add WidgetClassRegistration to Forward.hAndreas Kling
2020-08-17FileManager: Apply wallpaper on startupLuke
2020-08-17Shell: Ensure that the cursor starts on a new lineAnotherTest
2020-08-17LibLine: Add a getter for num_lines/num_colsAnotherTest
2020-08-17Solitaire: Rename "Restart game" menu item to "New game"Tibor Nagy
2020-08-17Games: Add missing separators to the application menusTibor Nagy
2020-08-17FileManager: Don't close() twice when copying a fileAndreas Kling