summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-02-15LibGfx: Remove unused Bitmap::load_from_file() for loading raw RGBAAndreas Kling
2020-02-15LibGfx: Reduce header dependencies of Bitmap and FontAndreas Kling
2020-02-15LibGfx: Move a bunch of LogStream::operator<< to cpp filesAndreas Kling
2020-02-15LibCore: Move LogStream::operator<< overloads into cpp filesAndreas Kling
2020-02-15LibCore: Remove a bunch of unnecessary forward declarationsAndreas Kling
2020-02-15LibGfx: Remove Utf8View.h dependency from Font.hAndreas Kling
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-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
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-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-13LibGUI: Don't assert when hovering spacing around single-child SplitterAndreas Kling
2020-02-13AK: Move escape_html_entities() from LibHTML to AKAndreas 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-11LibGUI: Use Core::DateTime in FileSystemModelAndreas Kling
2020-02-11LibCore: Add DateTime::from_timestamp(time_t)Andreas 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-11LibC: Remove isfoo() declarations from ctype.hAndreas Kling
2020-02-11LibGUI: Tweak C++ syntax highlighting colors a bit :^)Andreas Kling
2020-02-11LibGUI: Splitter should forget resize candidates after cursor leavesAndreas Kling
2020-02-11LibGUI: Make splitters 1px wider as 3px is slightly too narrowAndreas Kling
2020-02-11LibGUI: Only highlight grabbable area between a Splitter's childrenAndreas Kling
2020-02-11LibGfx: Add Rect::operator!=(Rect)Andreas Kling
2020-02-11LibGUI: Add a Widget::did_layout() that gets called after layoutAndreas Kling
2020-02-11LibGUI: Factor out Splitter hit testing into a separate functionAndreas Kling
2020-02-11LibGfx: Assert that an empty bitmap is not createdShannon Booth
2020-02-10LibGUI: Single-line GUI::TextEditor should not have "go to line" actionAndreas Kling
2020-02-10Kernel+LibC: Merge sys$stat() and sys$lstat()Andreas Kling
2020-02-10LibCore: TCP and UDP servers should parent Notifiers to themselvesAndreas Kling
2020-02-10LibAudio/Piano: Replace floats with doublesWilliam McPherson
2020-02-10LibAudio/aplay: Handle WAV header errors properlyWilliam McPherson
2020-02-10AK: Remove bitrotted Traits::dump() mechanismAndreas Kling
2020-02-09LibELF: Use VirtualAddress class from LibBareMetalLiav A
2020-02-09LibBareMetal: Add Memory definitionsLiav A