aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/gui/handlers
Commit message (Collapse)AuthorAgeFilesLines
* Added partial support for connection manipulation, now using a static ↵Eduardo Pedroni2014-11-244-6/+185
| | | | storage class for targetting.
* Fixed formatting, removed commented out code, added comments to handlers and ↵Eduardo Pedroni2014-11-243-24/+75
| | | | locking stuff.
* Visualisation features complete, seems to be quite stable. Behaves slightly ↵Eduardo Pedroni2014-11-243-16/+36
| | | | differently to before, but the source is cleaner and more maintainable. Now moving on to connection manipulation.
* Refactored handlers, separated into input, node and output files. Genes are ↵Eduardo Pedroni2014-11-184-27/+124
| | | | less functional now, ChromosomePane will deal with hand-wired connections.
* Added GUIConnection and GUIMutable, started reintroducing lines but ↵Eduardo Pedroni2014-11-151-3/+0
| | | | positioning is not working correctly.
* Added GUIHandlers file for extracted handlers, started removing parent class ↵Eduardo Pedroni2014-11-151-0/+30
references from genes