add on_exit to panelscreen
[clinton/Smoothieware.git] / src / modules / utils / panel / Panel.cpp
2014-08-13 Jim Morrisadd on_exit to panelscreen
2014-08-12 Jim MorrisMerge pull request #482 from stth1998/fix/menu_mem_savi...
2014-08-12 Jim MorrisMerge pull request #481 from wolfmanjm/cleanup/unused...
2014-08-12 Jim Morrisremove unused I2C based panels
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-19 Jim MorrisMerge pull request #434 from Smoothieware/optimize...
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into optim...
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into optim...
2014-06-18 Jim Morrispack bools in gcode
2014-06-15 Jim MorrisMerge pull request #425 from klocs/edge
2014-06-14 Jim MorrisMerge pull request #423 from wolfmanjm/upstreamedge
2014-06-14 Jim MorrisPublic data does not need to be a module or have an...
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-04-23 LogxenMerge branch 'edge' into multitool
2014-04-12 Jim MorrisMerge pull request #368 from wolfmanjm/add/universal...
2014-04-12 Jim MorrisTune the encoder polling frequency for intelligent...
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-10 Jim Morrisspeed up encoder tick
2014-04-09 Jim Morrisenable led for fan
2014-04-08 Jim Morrisadded busy wait
2014-04-08 Jim Morristweak with delays
2014-04-07 Jim MorrisAdd Universal Panel Adapter driver to panels
2014-03-31 Jim MorrisMerge pull request #353 from wolfmanjm/cleanup/headers
2014-03-31 Jim Morriscleanup all libs/ headers and dependent files
2014-03-31 Jim Morrismore header cleanup, compiles faster now
2014-03-30 Jim MorrisMerge pull request #350 from wolfmanjm/fix/tabs-in...
2014-03-30 Jim MorrisAllow TABS in config
2014-02-19 LogxenMerge branch 'switch' into edge
2014-02-18 Logxenmade new longpress_delay apply only to up and down...
2014-02-16 Arkadiusz Śpiewakadd panel config for longpress
2014-01-24 Michael MoonMerge branch 'master' into edge
2013-12-27 Michael MoonReplace all doubles with floats including some constants
2013-12-27 Michael MoonUse static kernel singleton pointer instead of per...
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-12-20 Jim MorrisMerge pull request #294 from wolfmanjm/upstreamedge
2013-12-20 Jim MorrisAllow config setting of encoder resolution to override...
2013-12-10 Jim MorrisMerge pull request #288 from wolfmanjm/upstreamedge
2013-12-10 Jim MorrisFix menu movement in panel when menu_offset != 0, this...
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 #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-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-04 Jim MorrisMerge pull request #209 from wolfmanjm/upstreamedge
2013-08-04 Jim Morrismake bitmap const so it goes into flash
2013-08-04 Jim MorrisMerge pull request #208 from wolfmanjm/optimize/glcd...
2013-08-04 Jim Morrisadd open hardware logo on startup screen for glcd
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-07-31 Jim Morrisoptimize panel to display lines not characters
2013-07-31 Jim Morrisswitch to graphic fonts
2013-07-31 Jim Morrisreprap discount panel working in character mode.
2013-07-18 LogxenMerge remote-tracking branch 'upstream/stable-edge...
2013-07-09 Jim MorrisAdd hack to detect i2c timeout, and reset Viki LCD...
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-06 Jim MorrisFix potential race condition in panel startup
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 Logxenbetter color support for Smoothiepanel
2013-07-01 Logxenadded color settings to Smoothiepanel and a cycling...
2013-07-01 Jim MorrisMerge pull request #198 from wolfmanjm/upstreamedge
2013-07-01 Jim Morrischange select button to press rather than release
2013-07-01 Jim MorrisMerge pull request #197 from wolfmanjm/feature/panel...
2013-07-01 Jim MorrisFix up down buttons incrementing decrementing values
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-27 LogxenSMOOTHIEPANEL LIVES! :D
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 Morrisfix tab to space
2013-06-23 Jim MorrisAdded new Panel stuff