summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-15LibGUI: Remove more header dependencies from Widget.hAndreas Kling
2020-02-15LibCore: Replace manual forward declarations with <LibCore/Forward.h>Andreas Kling
2020-02-15AK: Remove manual forward declarations with <AK/Forward.h>Andreas Kling
2020-02-15LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>Andreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-14LibGfx: More work on header dependency reductionAndreas Kling
2020-02-14AK: Add Utf8View to Forward.hAndreas Kling
2020-02-14AK: Add LogStream and DebugLogStream to Forward.hAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-14AK: Add SharedBuffer to Forward.hAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-02-14Userland: Fix typos in setting user idShannon Booth
2020-02-14Userland: Fix error handling in rm programShannon Booth
2020-02-14LibGUI: Add missing Event.cpp fileAndreas Kling
2020-02-14LibGUI: Port the drag&drop code to Core::MimeDataAndreas Kling
2020-02-14LibCore: Add Core::MimeData classAndreas Kling
2020-02-13FileManager: Copy item(s) when dragging and dropping them :^)Andreas Kling
2020-02-13FileManager: Run clang-format on main.cppAndreas Kling
2020-02-13LibGUI: Indicate ItemView drag acceptance with a little rectangleAndreas Kling
2020-02-13LibGUI: Allow dropping drags on AbstractViewAndreas Kling
2020-02-13LibGUI: Have FileSystemModel accept url-list drags onto directoriesAndreas Kling
2020-02-13LibGUI: Add GUI::Model::accepts_drag(index, data_type)Andreas Kling
2020-02-13WindowServer+LibGUI: Add a "drag move" eventAndreas Kling
2020-02-13WebServer: Ensure directory listing URLs end with a slashBogdan
2020-02-13LibGUI: Don't assert when hovering spacing around single-child SplitterAndreas Kling
2020-02-13WebServer: Remove debug spam in directory listing codeAndreas Kling
2020-02-13WebServer: Escape HTML entities in path names in directory listingsAndreas Kling
2020-02-13AK: Move escape_html_entities() from LibHTML to AKAndreas Kling
2020-02-12WebServer: Show file size and modification time in directory listingsAndreas Kling
2020-02-12WebServer: Add basic directory listingsAndreas Kling
2020-02-12LibCore: Add "static bool Core::File::exists(filename)"Andreas Kling
2020-02-12LibGUI: Always unhighlight table view column headers when cursor leavesAndreas Kling
2020-02-12LibGUI: Make last auto-sized widget in a BoxLayout fill remaining spaceAndreas Kling
2020-02-12WindowServer: Move some menu related code into MenuManagerShannon Booth
2020-02-11IRCClient: Use Core::DateTimeAndreas Kling
2020-02-11LibGUI: Use Core::DateTime in FileSystemModelAndreas Kling
2020-02-11Userland: Use Core::DateTimeAndreas Kling
2020-02-11LibCore: Add DateTime::from_timestamp(time_t)Andreas Kling
2020-02-11WebServer: Use Core::DateTime for logging timestampsAndreas Kling
2020-02-11LibCore: Add a basic Core::DateTime classAndreas Kling
2020-02-11LibC: Add localtime_r()Andreas Kling
2020-02-11Revert "LibC: Remove isfoo() declarations from ctype.h"Andreas Kling
2020-02-11WebServer: Add copyright headersAndreas Kling
2020-02-11WindowServer: Make some WindowSwitcher members privateAndreas Kling
2020-02-11WindowServer: Remove unused WindowManager::draw_window_switcher()Andreas Kling
2020-02-11WindowServer: Draw a coolbar border around the hovered switcher itemAndreas Kling
2020-02-11WindowServer: Update window switcher when moving window to frontAndreas Kling
2020-02-11WindowServer: Allow clicking on windows in the window switcherAndreas Kling
2020-02-11LibC: Remove isfoo() declarations from ctype.hAndreas Kling