index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
Age
Commit message (
Expand
)
Author
2020-02-15
LibCore: Reduce header dependencies of EventLoop
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
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-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
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-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
WindowServer: Move some menu related code into MenuManager
Shannon Booth
2020-02-11
WebServer: Use Core::DateTime for logging timestamps
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
WindowServer: Ensure on a menu key press invalid items are not hovered
Shannon Booth
2020-02-11
WindowServer: Assert that a window is not being set as empty
Shannon Booth
2020-02-11
WindowServer: Remove unimplemented header function
Shannon Booth
2020-02-11
WindowServer: Use early return to reduce nesting
Shannon Booth
2020-02-10
WindowServer: Move applet code from MenuManager to AppletManager.
asliturk
2020-02-09
WebServer: Add missing space to HTTP error responses
Andreas Kling
2020-02-09
WebServer: Send the HTTP response headers in a single packet
Andreas Kling
2020-02-09
WebServer: Tighten things up with pledge() and unveil()
Andreas Kling
2020-02-09
WebServer: Implement a very basic HTTP server :^)
Andreas Kling
2020-02-09
WindowServer: Remove username from MenuManager.
Hüseyin ASLITÜRK
2020-02-08
TelnetServer: Protect the Client object during drain_socket()
Andreas Kling
2020-02-07
WindowServer: Move some menu related functions to MenuManager
Andreas Kling
2020-02-07
SystemServer: Limit service restarts
Sergey Bugaev
2020-02-07
WindowServer: Don't try to load unspecified icons
Sergey Bugaev
2020-02-07
WindowServer: Process multiple mouse packets at the same time
Andreas Kling
2020-02-07
WindowServer: Fix wrong-sized read() from keyboard
Andreas Kling
2020-02-06
IPCCompiler: Put message classes in the Messages namespace
Andreas Kling
2020-02-06
WindowServer: Fix assertion on key press
Andreas Kling
2020-02-06
WindowServer: Move classes into WindowServer namespace
Andreas Kling
2020-02-06
LibAudio: Remove leading A from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibIPC: Remove leading I from filenames
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
[next]