clean up some code, save some more ram
[clinton/Smoothieware.git] / src / modules / utils / panel / Panel.h
2014-11-05 Jim Morrisclean up some code, save some more ram
2014-11-03 Jim MorrisAdd halt status to panel and a way to clear it
2014-11-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-10-26 Jim MorrisMerge pull request #536 from wolfmanjm/feature/more...
2014-10-26 Jim MorrisAdd multiple temps to panel watchscreen if there are...
2014-09-30 Arthur WolfMerge branch 'edge' of https://github.com/Smoothieware...
2014-09-30 Jim MorrisMerge pull request #518 from wolfmanjm/add/external...
2014-09-30 Jim MorrisMerge pull request #517 from wolfmanjm/add/viki2
2014-09-28 Jim Morrisfix a bug in readdir that casued stack overrun (fixed...
2014-09-24 Jim Morrisonly use 5th line in zprobe status if screen has more...
2014-08-20 soldierkamMerge remote-tracking branch 'upstream/master' into...
2014-07-23 Jim MorrisMerge pull request #457 from wolfmanjm/add/limit-switch...
2014-07-23 Jim Morrisfixed use of pause in other modules
2014-06-29 Jim MorrisMerge branch 'edge'
2014-06-15 Jim MorrisMerge pull request #425 from klocs/edge
2014-06-14 Jim MorrisMerge pull request #422 from wolfmanjm/fix/module-event...
2014-06-14 Jim Morrisclean up the way events are handled and use std::function
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 Morrisfix minor update bug after changing a value
2014-05-24 LogxenMerge pull request #399 from Smoothieware/edge
2014-04-23 LogxenMerge branch 'edge' into multitool
2014-04-12 Jim MorrisMerge pull request #368 from wolfmanjm/add/universal...
2014-04-12 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2014-04-11 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2014-04-08 Jim Morristweak with delays
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
2014-01-24 Michael MoonMerge branch 'master' into edge
2013-12-27 Michael MoonReplace all doubles with floats including some constants
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
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 #271 from wolfmanjm/fix/panel-scrolling
2013-11-07 Jim MorrisChange the way the panel scrolls with long lists like...
2013-10-21 Michael MoonMerge branch 'feature/cleanup-clock-init' into edge
2013-10-19 Jim MorrisMerge pull request #255 from wolfmanjm/upstreamedge
2013-10-19 Jim Morrisfix a re entrancy bug in panel affecting menu
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-22 Jim MorrisMerge pull request #235 from TopherMan/feature/extruder...
2013-09-18 Jim MorrisMerge pull request #232 from wuflnor/edge
2013-09-17 wuflnoradd selection of st7565
2013-08-01 Jim MorrisMerge pull request #204 from wolfmanjm/feature/rrd...
2013-07-31 Jim Morrisswitch to graphic fonts
2013-07-31 Jim Morrisreprap discount panel working in character mode.
2013-07-06 Jim MorrisMerge pull request #201 from wolfmanjm/upstreamedge
2013-07-06 Jim Morrisadd Panelolu2 (which is virtually identical to viki)
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-07-01 Logxenadded color settings to Smoothiepanel and a cycling...
2013-06-27 Jim MorrisMerge pull request #194 from wolfmanjm/fix/encoder...
2013-06-27 Jim MorrisFix encoder resolution
2013-06-27 LogxenMerge pull request #193 from logxen/smoothiepanel
2013-06-27 LogxenMerge branch 'edge' into smoothiepanel
2013-06-26 Logxenstarted integrating Smoothiepanel code into Smoothiewar...
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-24 Jim MorrisMerge pull request #184 from wolfmanjm/update/panel
2013-06-24 Jim Morrisimplement preheat and cooldown
2013-06-23 Jim MorrisMerge pull request #183 from wolfmanjm/add/panel
2013-06-23 Jim MorrisAdded new Panel stuff