ide: First attempt at a toolbar.
authorJuan Sanchez <aldeacity@gmail.com>
Thu, 1 Mar 2012 04:50:47 +0000 (23:50 -0500)
committerJerome St-Louis <jerome@ecere.com>
Thu, 1 Mar 2012 04:53:41 +0000 (23:53 -0500)
commit854a790e08d4b4732716c7296d7a87634cbc57ae
tree3e1feaaadb2eade793079cf5bb0f945181017cbb
parenta28e4e6ea1d35ff249a1c14c57b098f3072b6628
ide: First attempt at a toolbar.
24 files changed:
ecere/src/gui/controls/ToolTip.ec
ide/Makefile
ide/ide.epj
ide/res/actions/build.png [new file with mode: 0644]
ide/res/actions/clean.png [new file with mode: 0644]
ide/res/actions/debug.png [new file with mode: 0644]
ide/res/actions/docOpen.png [new file with mode: 0644]
ide/res/actions/docSave.png [new file with mode: 0644]
ide/res/actions/docSaveAll.png [new file with mode: 0644]
ide/res/actions/pause.png [new file with mode: 0644]
ide/res/actions/projAdd.png [new file with mode: 0644]
ide/res/actions/projNew.png [new file with mode: 0644]
ide/res/actions/projOpen.png [new file with mode: 0644]
ide/res/actions/rebuild.png [new file with mode: 0644]
ide/res/actions/regMakefile.png [new file with mode: 0644]
ide/res/actions/relink.png [new file with mode: 0644]
ide/res/actions/restart.png [new file with mode: 0644]
ide/res/actions/run.png [new file with mode: 0644]
ide/res/actions/skipBreaks.png [new file with mode: 0644]
ide/res/actions/stepInto.png [new file with mode: 0644]
ide/res/actions/stepOut.png [new file with mode: 0644]
ide/res/actions/stepOver.png [new file with mode: 0644]
ide/res/actions/stopDebug.png [new file with mode: 0644]
ide/src/ide.ec