Revision 42c71359
Added by skyjake almost 12 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- dep_shell.pri
- libdeng1
- tools
- shell
- libshell
- shell-text
- shell-text.pro (diff)
- src
- commandlinewidget.cpp (diff)
- commandlinewidget.h (diff)
- cursesapp.cpp (diff)
- cursesapp.h (diff)
- cursestextcanvas.h (diff)
- logwidget.cpp (diff)
- logwidget.h (diff)
- textcanvas.cpp
- textcanvas.h
- textrootwidget.cpp
- textrootwidget.h
- textwidget.cpp
- textwidget.h
- shell
Shell|libshell: Set up libshell as a sub-library of libdeng2
As a sub-library, libshell uses the namespace de::shell, and the
public header folder "de/shell".
The classes TextCanvas, TextWidget, and TextRootWidget were moved to
libshell so they can be used also in shell-gui and other executables.