index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
AK: Add Utf8View to Forward.h
Andreas Kling
2020-02-14
AK: Add LogStream and DebugLogStream to Forward.h
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-14
AK: Add SharedBuffer to Forward.h
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
Userland: Fix typos in setting user id
Shannon Booth
2020-02-14
Userland: Fix error handling in rm program
Shannon Booth
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
FileManager: Copy item(s) when dragging and dropping them :^)
Andreas Kling
2020-02-13
FileManager: Run clang-format on main.cpp
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
WebServer: Ensure directory listing URLs end with a slash
Bogdan
2020-02-13
LibGUI: Don't assert when hovering spacing around single-child Splitter
Andreas Kling
2020-02-13
WebServer: Remove debug spam in directory listing code
Andreas Kling
2020-02-13
WebServer: Escape HTML entities in path names in directory listings
Andreas Kling
2020-02-13
AK: Move escape_html_entities() from LibHTML to AK
Andreas Kling
2020-02-12
WebServer: Show file size and modification time in directory listings
Andreas Kling
2020-02-12
WebServer: Add basic directory listings
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-12
WindowServer: Move some menu related code into MenuManager
Shannon Booth
2020-02-11
IRCClient: Use Core::DateTime
Andreas Kling
2020-02-11
LibGUI: Use Core::DateTime in FileSystemModel
Andreas Kling
2020-02-11
Userland: Use Core::DateTime
Andreas Kling
2020-02-11
LibCore: Add DateTime::from_timestamp(time_t)
Andreas Kling
2020-02-11
WebServer: Use Core::DateTime for logging timestamps
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
WebServer: Add copyright headers
Andreas Kling
2020-02-11
WindowServer: Make some WindowSwitcher members private
Andreas Kling
2020-02-11
WindowServer: Remove unused WindowManager::draw_window_switcher()
Andreas Kling
2020-02-11
WindowServer: Draw a coolbar border around the hovered switcher item
Andreas Kling
2020-02-11
WindowServer: Update window switcher when moving window to front
Andreas Kling
2020-02-11
WindowServer: Allow clicking on windows in the window switcher
Andreas Kling
2020-02-11
LibC: Remove isfoo() declarations from ctype.h
Andreas Kling
[next]