aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2007-12-03Use dashed outline for selector nodes.David Robillard4-10/+34
2007-12-03Several machina-style canvas improvements (colour edges, edge handles, better...David Robillard4-9/+58
2007-12-02Make duration relative edge lengths optional (lays out bigger machines much m...David Robillard3-895/+661
2007-12-02Ability to add notes to non-MIDI-note nodes (ie make noise with mouse only).David Robillard4-12/+34
2007-11-30Split redland C++ wrappers out from Raul.David Robillard3-15/+32
2007-11-29Fix serialialization.David Robillard1-12/+11
2007-10-21Fix (most of the) basic machina functionality.David Robillard3-4/+3
2007-10-20Fix thread error message/death on launching machina_guiDavid Robillard2-1/+4
2007-10-08Update.. stuff... I hate SVN...David Robillard1-2/+2
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-1/+1
2007-07-26Make canvas grab events.David Robillard1-1/+1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard8-11/+11
2007-07-24Removed recursive autohell, except for SLv2.David Robillard2-4/+5
2007-06-06Nicer Flowcanvas naming.David Robillard6-29/+29
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard2-11/+12
2007-04-17Event handling fixes.David Robillard3-16/+21
2007-04-17Fixed toolbar initial state.David Robillard1-0/+1
2007-04-06Email address and FSF copyright address updates.David Robillard10-10/+10
2007-04-06Icon fixes.David Robillard7-27/+7
2007-04-05Code cleanups.David Robillard4-328/+11
2007-04-05Selector states.David Robillard5-57/+59
2007-04-04Quantization while recording.David Robillard1-0/+2
2007-04-02Edge label toggling.David Robillard8-20/+93
2007-04-01Fixed missed events (off by one bug comparing time stamps with end of cycle).David Robillard1-7/+96
2007-04-01Fixed exception bug.David Robillard1-14/+6
2007-03-31distcheck fixes.David Robillard1-5/+6
2007-03-31Fixed tempo skew (record vs playback).David Robillard3-35/+59
2007-03-31Realtime MIDI recording.David Robillard4-29/+132
2007-03-30Canvas auto-layout uses durations like graphviz diagrams.David Robillard4-12/+37
2007-03-26Deleting selected states with delete key.David Robillard5-6/+40
2007-03-25Added missing file.David Robillard1-0/+56
2007-03-25Added node properties window.David Robillard9-37/+371
2007-03-23Changed to middle click for adding nodes.David Robillard3-24/+22
2007-03-22Serialization fixes for GUI.David Robillard1-3/+3
2007-03-22Cleaned up loading code.David Robillard4-20/+43
2007-03-19Learn quantization.David Robillard2-2/+2
2007-03-18Improved automata diagram drawing (include notes, use standard initial note n...David Robillard4-11/+21
2007-03-17Nicer automata diagrams from machina2dot.py.David Robillard1-1/+1
2007-03-12Max duration loading optional.David Robillard1-1/+1
2007-03-12Export to DOT file.David Robillard5-59/+82
2007-03-12Removed name-based interface for FlowCanvas (using the view as a model = evil...David Robillard4-46/+66
2007-03-12Fixed edge label size when zooming.David Robillard2-7/+9
2007-03-12Flowcanvas resizing, auto-arrange resizes if necessary.David Robillard1-5/+23
2007-03-11Auto-arranging in flowcanvas/machina.David Robillard5-4/+23
2007-03-11MIDI file reading.David Robillard4-43/+36
2007-03-03SMF writing work.David Robillard4-6/+115
2007-02-25Command line app loads again.David Robillard1-6/+1
2007-02-25More serialization work (loading, saving works from GUI).David Robillard3-11/+75
2007-02-24Fixed save/save as dialog behavior.David Robillard2-25/+20
2007-02-24Serialization work.David Robillard2-5/+59