aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/ViewerToolBar.h
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-38/+0
| | | | | | Windows part should be complete. For the Unix part, more changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@592 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added TBSTYLE_TOOLTIPS window style to the toolbar window.george822005-12-011-0/+2
| | | | | | | | Added ViewerToolBar::processWM_NOTIFY() method. It process WM_NOTIFY messages from the vnc viewer toolbar (TTN_NEEDTEXT and etc). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@426 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Overrided the base methods ToolBar::show() and ToolBar::hide() in ↵george822005-11-271-0/+3
| | | | | | ViewerToolBar class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@416 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Moved methods ViewerToolBar::show() and ViewerToolBar::hide into ↵george822005-11-051-3/+0
| | | | | | rfb_win32::ToolBar class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@374 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed unnecessary method ViewerToolBar::processWM_COMMAND().george822005-11-041-2/+0
| | | | | | | Removed unnecessary space symbol in the expression. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@373 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new methods ViewerToolBar::show() and ViewerToolBar::hide().george822005-11-041-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@372 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed unnecessary methods ViewerToolBar::enable() and ↵george822005-11-041-3/+0
| | | | | | ViewerToolBar::disable(). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@371 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ViewerToolBar class implementation.george822005-11-031-0/+38
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@370 3789f03b-4d11-0410-bbf8-ca57d06f2519