aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-12-01Remove menu stuff from FlowCanvas.David Robillard4-11/+18
2011-11-30Remove redundant Connection::_source and Connection::_dest.David Robillard1-1/+1
2011-11-30Remove old Connection handle stuff.David Robillard1-2/+0
2011-11-29Remove libgnomecanvasmm dependency.David Robillard5-9/+7
2011-11-28Remove Canvas::select_dash and Connection handle style stuff.David Robillard4-25/+6
2011-11-26Handle adding and removing connections internally like with items.David Robillard1-8/+1
2011-11-26Don't expose non-const references to internal canvas collections.David Robillard1-2/+2
2011-10-18Clang warning fixes.David Robillard1-1/+1
2011-06-11Remove dead code.David Robillard1-4/+0
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard3-17/+15
2011-06-06Use sane typedefs for collections.David Robillard1-3/+3
2011-06-03Remove use of boost::enable_shared_from_this<Canvas>.David Robillard5-8/+8
2011-06-03Avoid the awful Gnome::Canvas::Text entirely, saving a ton of memory.David Robillard1-3/+2
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard6-306/+297
2011-05-18Update for new Serd and Sord APIs.David Robillard2-4/+4
2011-05-11Pass environment to sord write methods for CURIE abbreviation.David Robillard1-1/+3
2011-04-28Improve RingBuffer implementation.David Robillard3-8/+30
2011-04-22Fix Python whitespace (PEP8)David Robillard3-85/+83
2011-04-16Update copyright headersDavid Robillard62-62/+62
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard50-215/+17
2011-04-13Fix Raul include.David Robillard1-1/+1
2011-03-16Update for new waf/autowaf.David Robillard1-2/+2
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard3-3/+3
2011-02-16Sord::Resource => Sord::URI.David Robillard1-11/+11
2011-02-16Drop redlandmm for sordmm.David Robillard22-117/+108
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard2-9/+9
2011-02-15Trim more redlandmm API.David Robillard3-7/+5
2011-02-15Remove SPARQL query stuff from Redlandmm.David Robillard1-68/+55
2011-01-10Add missing files.David Robillard11-0/+816
2011-01-10Remove Raul::Command (mostly useless thin wrapper around a semaphore).David Robillard2-6/+9
2011-01-10Rewrite with UI/engine split.David Robillard44-436/+651
2010-12-22Update license to GPLv3.David Robillard52-515/+515
2010-12-22Expose numeric ID.David Robillard7-16/+17
2010-12-22Assign all objects a numeric ID at creation time.David Robillard9-49/+99
2010-12-19Add missing file.David Robillard1-0/+40
2010-12-18Remove Raul::Stateful (which never really belonged in Raul anyway).David Robillard5-12/+16
2010-12-18Tidy.David Robillard2-15/+1
2010-12-18Remove more things from public engine interface.David Robillard18-37/+74
2010-12-18Remove LearnRequest from public engine API.David Robillard8-21/+38
2010-12-17Take RDF serialisation language as a parameter (rather than hardcoded "turtle").David Robillard1-2/+2
2010-12-17Simplify blank node ID stuff (and remove circular dependency of World and Node).David Robillard3-3/+3
2010-12-17Use an actual wrapper for query results (instead of building a Bindings and r...David Robillard1-19/+20
2010-12-17Fix node duration when step recording.David Robillard1-4/+6
2010-12-17Remove RaulJackDriver cruft.David Robillard5-381/+110
2010-12-17Show note names as node labels (instead of numbers) (implement ticket #509).David Robillard1-5/+15
2010-12-17Fix serialisation (fix ticket #508).David Robillard4-5/+5
2010-12-17Build machine in whole-repo compilation process.David Robillard2-3/+3
2010-12-17Step recording.David Robillard11-22/+49
2010-12-17Fix recording.David Robillard3-12/+11
2010-12-17Fix run duration handling and associated constant crashes (assertion failures).David Robillard4-45/+23