index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
IRCClient
/
Makefile
Age
Commit message (
Expand
)
Author
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-04-08
LibGUI: Make GSocket connection asynchronous.
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
2019-03-20
Move WindowServer into Servers.
Andreas Kling
2019-03-16
IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo.
Andreas Kling
2019-03-15
IRClient: Add a member list to channel views.
Andreas Kling
2019-03-15
IRCClient: Use a model for the window list.
Andreas Kling
2019-03-15
IRCClient: Rename IRCSubWindow => IRCClientWindow.
Andreas Kling
2019-03-15
IRCClient: Hacking on IRCClient bringup.
Andreas Kling
2019-03-15
IRCClient: Start working on a simple graphical IRC client.
Andreas Kling