ladybird/Applications/Taskbar
joshua stein ac25438d54 Build: clean up build system, use one shared Makefile
Allow everything to be built from the top level directory with just
'make', cleaned with 'make clean', and installed with 'make
install'.  Also support these in any particular subdirectory.

Specifying 'make VERBOSE=1' will print each ld/g++/etc. command as
it runs.

Kernel and early host tools (IPCCompiler, etc.) are built as
object.host.o so that they don't conflict with other things built
with the cross-compiler.
2019-12-20 20:20:54 +01:00
..
main.cpp Taskbar: Add a quick launch bar 2019-12-04 14:32:15 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
TaskbarButton.cpp WindowServer+Taskbar: Animate window frames on minimize/unminimize 2019-12-03 21:34:34 +01:00
TaskbarButton.h WindowServer+Taskbar: Animate window frames on minimize/unminimize 2019-12-03 21:34:34 +01:00
TaskbarWindow.cpp Taskbar: Add a quick launch bar 2019-12-04 14:32:15 +01:00
TaskbarWindow.h Taskbar: Add a quick launch bar 2019-12-04 14:32:15 +01:00
WindowIdentifier.h AK: Defer to Traits<T> for equality comparison in container templates. 2019-06-29 19:14:03 +02:00
WindowList.cpp WindowServer: Port to the new IPC system 2019-12-02 11:11:05 +01:00
WindowList.h Taskbar: Remove window buttons from the taskbar when appropriate 2019-09-22 00:41:52 +02:00