Allow TABS in config
[clinton/Smoothieware.git] / src / modules / utils / panel / screens / WatchScreen.cpp
2014-03-30 Jim MorrisAllow TABS in config
2014-02-19 LogxenMerge branch 'switch' into edge
2014-01-24 Michael MoonMerge branch 'master' into edge
2014-01-19 Michael MoonMerge branch 'feature/ActionQueue_redux' into edge
2014-01-17 Michael MoonMisc cleanups: turns out, conveyor can quite happily...
2013-12-27 Michael MoonReplace all doubles with floats including some constants
2013-12-23 Jim MorrisMerge pull request #298 from wolfmanjm/upstreamedge
2013-12-23 Jim MorrisPanel displays Printing when getting gcodes from pronte...
2013-12-22 Jim MorrisMerge pull request #295 from wolfmanjm/feature/uip...
2013-12-22 Jim MorrisMerge Network code with webserver etc
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-11-07 Jim MorrisMerge pull request #271 from wolfmanjm/fix/panel-scrolling
2013-11-07 Jim MorrisChange the way the panel scrolls with long lists like...
2013-11-07 Jim MorrisMerge pull request #270 from wolfmanjm/upstreamedge
2013-11-07 Jim Morrisreformat and cleanup panel screen code
2013-10-03 Jim MorrisMerge pull request #244 from wolfmanjm/fix/lcd-progress
2013-10-03 Jim Morrisfix typo
2013-10-03 Jim MorrisShow printed sd filename even if started from console
2013-10-03 Jim Morrisconvert playing counts to unsigne dlong
2013-10-03 Jim MorrisMerge pull request #234 from TopherMan/feature/M26
2013-09-24 Jim MorrisMerge pull request #240 from wolfmanjm/upstreamedge
2013-09-24 Jim Morrisadd M117 to add an arbitrary LCD message
2013-09-13 Jim MorrisMerge pull request #230 from TopherMan/feature/M27more
2013-09-13 Jim MorrisMerge pull request #229 from wolfmanjm/upstreamedge
2013-09-13 Jim MorrisFix speed changing via panel, just donlt swicth away...
2013-08-27 Jim MorrisMerge pull request #219 from wolfmanjm/fix/pid2
2013-08-27 Jim MorrisMake PID work like arduino pid library and more like...
2013-08-08 Jim MorrisMerge pull request #215 from wolfmanjm/upstreamedge
2013-08-08 Jim Morrismake minimum M220 speed 10% otherwise wierd things...
2013-08-07 Jim MorrisMerge pull request #212 from wolfmanjm/fix/glcd-frambuffer
2013-08-07 Jim Morrismove glcd framebuffer into USB RAM as there is not...
2013-08-03 Jim MorrisMerge pull request #207 from wolfmanjm/optimize/glcd...
2013-08-03 Jim MorrisOptimize graphic font rendering for glc, using x aligne...
2013-08-02 Arthur WolfMerge pull request #206 from Extent421/edge
2013-08-02 Jim MorrisMerge pull request #205 from wolfmanjm/feature/add...
2013-08-02 Jim Morrisadd glyph blit operatin to gcld
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-08-01 Jim Morriscap speed override to not less than 1%
2013-07-03 Logxenadded pause to Panel and added led support for a button...
2013-07-02 Jim MorrisMerge pull request #199 from wolfmanjm/upstreamedge
2013-07-02 Jim MorrisAdd motors off to prepare screen
2013-06-27 LogxenMerge branch 'edge' into smoothiepanel
2013-06-26 Jim MorrisMerge pull request #192 from wolfmanjm/feature/change...
2013-06-26 Jim Morrischange the led api
2013-06-26 Jim MorrisMerge pull request #190 from wolfmanjm/add/panel-pause...
2013-06-26 Jim MorrisShow paused status if paused
2013-06-24 Jim MorrisMerge pull request #186 from wolfmanjm/upstreamedge
2013-06-24 Jim Morrisallow for watchscreen to handle temperature being disabled.
2013-06-24 Jim MorrisMerge pull request #185 from wolfmanjm/fix/panel-play
2013-06-24 Jim MorrisFix watch screen update when file played from console
2013-06-23 Jim MorrisMerge pull request #183 from wolfmanjm/add/panel
2013-06-23 Jim Morrisfix tab to space
2013-06-23 Jim MorrisAdded new Panel stuff