index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-02-15
LibGfx: Remove unused Bitmap::load_from_file() for loading raw RGBA
Andreas Kling
2020-02-15
LibGfx: Reduce header dependencies of Bitmap and Font
Andreas Kling
2020-02-15
LibGfx: Move a bunch of LogStream::operator<< to cpp files
Andreas Kling
2020-02-15
LibCore: Move LogStream::operator<< overloads into cpp files
Andreas Kling
2020-02-15
LibCore: Remove a bunch of unnecessary forward declarations
Andreas Kling
2020-02-15
LibGfx: Remove Utf8View.h dependency from Font.h
Andreas Kling
2020-02-15
LibGUI: Remove more header dependencies from Widget.h
Andreas Kling
2020-02-15
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
Andreas Kling
2020-02-15
AK: Remove manual forward declarations with <AK/Forward.h>
Andreas Kling
2020-02-15
LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-14
LibGfx: More work on header dependency reduction
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-14
LibGUI: Add missing Event.cpp file
Andreas Kling
2020-02-14
LibGUI: Port the drag&drop code to Core::MimeData
Andreas Kling
2020-02-14
LibCore: Add Core::MimeData class
Andreas Kling
2020-02-13
LibGUI: Indicate ItemView drag acceptance with a little rectangle
Andreas Kling
2020-02-13
LibGUI: Allow dropping drags on AbstractView
Andreas Kling
2020-02-13
LibGUI: Have FileSystemModel accept url-list drags onto directories
Andreas Kling
2020-02-13
LibGUI: Add GUI::Model::accepts_drag(index, data_type)
Andreas Kling
2020-02-13
WindowServer+LibGUI: Add a "drag move" event
Andreas Kling
2020-02-13
LibGUI: Don't assert when hovering spacing around single-child Splitter
Andreas Kling
2020-02-13
AK: Move escape_html_entities() from LibHTML to AK
Andreas Kling
2020-02-12
LibCore: Add "static bool Core::File::exists(filename)"
Andreas Kling
2020-02-12
LibGUI: Always unhighlight table view column headers when cursor leaves
Andreas Kling
2020-02-12
LibGUI: Make last auto-sized widget in a BoxLayout fill remaining space
Andreas Kling
2020-02-11
LibGUI: Use Core::DateTime in FileSystemModel
Andreas Kling
2020-02-11
LibCore: Add DateTime::from_timestamp(time_t)
Andreas Kling
2020-02-11
LibCore: Add a basic Core::DateTime class
Andreas Kling
2020-02-11
LibC: Add localtime_r()
Andreas Kling
2020-02-11
Revert "LibC: Remove isfoo() declarations from ctype.h"
Andreas Kling
2020-02-11
LibC: Remove isfoo() declarations from ctype.h
Andreas Kling
2020-02-11
LibGUI: Tweak C++ syntax highlighting colors a bit :^)
Andreas Kling
2020-02-11
LibGUI: Splitter should forget resize candidates after cursor leaves
Andreas Kling
2020-02-11
LibGUI: Make splitters 1px wider as 3px is slightly too narrow
Andreas Kling
2020-02-11
LibGUI: Only highlight grabbable area between a Splitter's children
Andreas Kling
2020-02-11
LibGfx: Add Rect::operator!=(Rect)
Andreas Kling
2020-02-11
LibGUI: Add a Widget::did_layout() that gets called after layout
Andreas Kling
2020-02-11
LibGUI: Factor out Splitter hit testing into a separate function
Andreas Kling
2020-02-11
LibGfx: Assert that an empty bitmap is not created
Shannon Booth
2020-02-10
LibGUI: Single-line GUI::TextEditor should not have "go to line" action
Andreas Kling
2020-02-10
Kernel+LibC: Merge sys$stat() and sys$lstat()
Andreas Kling
2020-02-10
LibCore: TCP and UDP servers should parent Notifiers to themselves
Andreas Kling
2020-02-10
LibAudio/Piano: Replace floats with doubles
William McPherson
2020-02-10
LibAudio/aplay: Handle WAV header errors properly
William McPherson
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
LibELF: Use VirtualAddress class from LibBareMetal
Liav A
2020-02-09
LibBareMetal: Add Memory definitions
Liav A
[next]