make the command queue static so it is shared by all screen instances
[clinton/Smoothieware.git] / src / modules / utils / panel / PanelScreen.h
2014-12-07 Jim Morrismake the command queue static so it is shared by all...
2014-12-07 Jim Morrisrefactor send_command to execute in main_loop so all...
2014-08-20 Jim MorrisMerge pull request #491 from soldierkam/edge
2014-08-13 Jim MorrisMerge pull request #485 from wolfmanjm/upstreamedge
2014-08-13 Jim Morrismake dtor virtual
2014-08-13 Jim MorrisMerge pull request #484 from wolfmanjm/features/add...
2014-08-13 Jim Morrisadd on_exit to panelscreen
2014-06-29 Jim MorrisMerge branch 'edge'
2014-05-31 Jim MorrisMerge pull request #407 from wolfmanjm/panel/add-settin...
2014-05-31 Jim MorrisEnumerate hotends for display in panel temperature...
2014-05-30 Jim MorrisInitial addition of settings and temperature control...
2014-05-24 LogxenMerge pull request #399 from Smoothieware/edge
2014-04-23 LogxenMerge branch 'edge' into multitool
2014-03-31 Jim MorrisMerge pull request #353 from wolfmanjm/cleanup/headers
2014-03-31 Jim Morrismore header cleanup, compiles faster now
2014-02-19 LogxenMerge branch 'switch' into edge
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-11-10 Jim MorrisMerge pull request #275 from wolfmanjm/upstreamedge
2013-11-10 Jim Morrisallow _ for panel custom menu comamnds that need spaces...
2013-11-09 Jim MorrisMerge pull request #273 from wolfmanjm/feature/add...
2013-11-09 Jim MorrisAllow custom menu entries and commands be setup in...
2013-11-07 Jim MorrisMerge pull request #270 from wolfmanjm/upstreamedge
2013-11-07 Jim Morrisreformat and cleanup panel screen code
2013-11-07 Jim MorrisMerge pull request #269 from wolfmanjm/fix/panel-commands
2013-11-07 Jim MorrisFix panel issuing commands inidle loop ratherthan main...
2013-08-01 Jim MorrisMerge pull request #204 from wolfmanjm/feature/rrd...
2013-08-01 Jim Morrischane speed changes via panel to issue M220 to avoid...
2013-07-31 Jim Morrisoptimize panel to display lines not characters
2013-06-23 Jim MorrisMerge pull request #183 from wolfmanjm/add/panel
2013-06-23 Jim MorrisAdded new Panel stuff