aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2013-02-02More generic Atom class.David Robillard4-16/+16
2013-02-02Make 1 beat notes by default.David Robillard1-1/+1
2013-01-15Compile against latest Eugene (evolution still doesn't work, though).David Robillard1-9/+7
2013-01-14Make duration spinner in properties dialog functional.David Robillard5-27/+54
2013-01-14Fix creation of broken arcs when double clicking nodes.David Robillard1-4/+3
2013-01-14Fix saving and loading machines.David Robillard1-25/+35
2013-01-14Set default step/quantize to quarter node.David Robillard1-1/+1
2013-01-14Fix deletion of nodes and edges.David Robillard3-19/+29
2013-01-14Fix typo.David Robillard1-1/+1
2013-01-14Make quantize spinner control step record and new node length.David Robillard4-34/+36
2013-01-14Move zoom stuff to menu.David Robillard3-59/+81
2013-01-13Hide evolver toolbar if unsupported.David Robillard1-1/+1
2013-01-13Size circles in ems to scale with font size.David Robillard1-1/+4
2013-01-13Remove unused checkbox.David Robillard1-33/+17
2013-01-13Update documentation.David Robillard1-14/+38
2013-01-13Fancy labels.David Robillard1-18/+28
2013-01-13Fix step recording.David Robillard3-35/+45
2013-01-13Move arrange to menu.David Robillard3-19/+22
2013-01-13Remove unused menu item.David Robillard3-12/+0
2013-01-13Add two connect modes for fast chaining and fanning.David Robillard6-31/+136
2013-01-13Fix invalid toolbar icon size.David Robillard1-8/+10
2013-01-13Lint.David Robillard2-3/+3
2013-01-13Update copyright headers.David Robillard12-192/+180
2013-01-13Move merge operation to Machine::merge().David Robillard1-0/+1
2013-01-13Change model to have a single initial node.David Robillard9-125/+145
2013-01-13Show selector nodes as dashed.David Robillard2-6/+9
2013-01-13Fix BPM and quantize spinbuttons.David Robillard3-171/+338
2013-01-13Show nodes after recording.David Robillard3-4/+11
2013-01-13Use lowercase namespace names.David Robillard12-106/+106
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard12-150/+204
2013-01-12Fix node times when importing MIDI.David Robillard1-2/+2
2013-01-12Fix selection dash for circles.David Robillard2-10/+0
2013-01-12Fix MIDI import.David Robillard1-1/+1
2013-01-12Add missing file.David Robillard1-7/+11
2013-01-12Bulk reformat.David Robillard12-93/+137
2013-01-12Don't use curved edges.David Robillard1-1/+1
2013-01-12Make double click show properties window.David Robillard3-12/+24
2013-01-11Move MIDISink from Machine state to Context parameter.David Robillard1-1/+1
2013-01-11Move run context information to Context object and remove Machine::_forge.David Robillard1-1/+1
2013-01-11Bring Machina back into the fold (fix #844).David Robillard7-39/+64
2012-08-08Clean up wscript files.David Robillard1-1/+1
2012-05-14Trim unnecessary includes.David Robillard1-1/+0
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard4-4/+4
2011-12-07Remove cruft from public API.David Robillard2-5/+3
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard8-25/+25
2011-12-04Store C items in Canvas.David Robillard1-1/+0
2011-12-04Remove redundant _canvas field from Item.David Robillard2-3/+3
2011-12-03Don't expose canvas data structures.David Robillard4-32/+44
2011-12-02Node => Circle.David Robillard2-4/+4
2011-12-02Connection => Edge.David Robillard4-6/+6