]> git.tdb.fi Git - r2c2.git/history - source/designer
Create track length map in ExtendTool constructor
[r2c2.git] / source / designer /
2013-10-20 Mikko RasaCreate track length map in ExtendTool constructor
2013-08-30 Mikko RasaUse generic ObjectTypes in Catalogue
2013-08-30 Mikko RasaUse some template magic to deduce the proper 3D type
2013-08-24 Mikko RasaTurn object selection into a tool
2013-08-24 Mikko RasaClean up old clutter from Designer
2013-08-24 Mikko RasaGive tools access to the keyboard
2013-08-24 Mikko RasaRefactor Designer::use_tool so tools don't need to...
2013-08-24 Mikko RasaMove common accept/cancel handling to the Tool class
2013-08-24 Mikko RasaFix some bugs in tools
2013-08-19 Mikko RasaImprove algorithms in several editing tools
2013-08-19 Mikko RasaSplit the Manipulator class into several Tools
2013-07-23 Mikko RasaRename TrackPoint to a more generic OrientedPoint
2013-07-20 Mikko RasaNew approach for displaying track state
2013-07-07 Mikko RasaRemove a hack that is no longer necessary
2013-07-06 Mikko RasaUse generic objects in Layout3D
2013-07-04 Mikko RasaIntroduce a tilt (vertical angle) property to Object
2013-07-01 Mikko RasaFurther adjustments to changes in GLtk
2013-06-25 Mikko RasaAngle must be divided by the correct type
2013-06-09 Mikko RasaArrange widgets in Designer with GLtk::Layout
2013-06-07 Mikko RasaMake use of the unified storage class for other parts...
2013-06-05 Mikko RasaReduce interface clutter in Layout by storing Objects...
2013-05-23 Mikko RasaMake use of the geometry part of libmspmath
2013-05-19 Mikko RasaMake use of the mspmath library
2013-05-13 Mikko RasaUse Objects in Manipulator::neighbors
2013-05-13 Mikko RasaPerform check_slope automatically with certain operations
2013-05-13 Mikko RasaAdd a generic link interface as well
2013-05-13 Mikko RasaAdd a generic snapping interface in Object
2013-05-06 Mikko RasaMake designer work on generic objects
2013-04-25 Mikko RasaAdapt event handlers to library changes
2013-04-25 Mikko RasaRemove deprecated header
2013-01-20 Mikko RasaFix elevation mode in Manipulator
2013-01-20 Mikko RasaConvert Measure to a Renderable
2013-01-17 Mikko RasaRewrite input even handling
2013-01-17 Mikko RasaUse GL::Renderer in TrackWrap
2013-01-17 Mikko RasaThe Root widget can now set matrices itself
2013-01-17 Mikko RasaMatch changes in GL::Pipeline API
2013-01-17 Mikko RasaDerive application classes from RegisteredApplication
2013-01-17 Mikko RasaAdd target type to all lexical_casts
2013-01-17 Mikko RasaFix remaining exception class names
2013-01-17 Mikko RasaReplace various map lookups with functions from maputils.h
2013-01-17 Mikko RasaUpdate #includes that have been renamed, and remove...
2013-01-08 Mikko RasaStrip Id tags and copyright notices from files
2011-04-07 Mikko RasaAdd View3D class to bundle Layout3D with a camera and...
2011-04-07 Mikko RasaMake TrackWrap take a Layout3D since it doesn't really...
2011-04-03 Mikko RasaMake use of GL::Renderer in Overlay3D
2011-04-02 Mikko RasaDisplay composition during extend
2011-03-15 Mikko RasaRemove stray includes
2011-03-10 Mikko RasaUse raycasting instead of OpenGL selection mode to...
2011-03-10 Mikko RasaFix shadowed member variable warnings
2011-03-08 Mikko RasaRename Point to Vector
2011-01-15 Mikko RasaA couple of minor temporary fixes
2011-01-14 Mikko RasaEnable Renderer for Endpoint3D and Path3D
2010-12-14 Mikko RasaReverse pointer y coordinate in manipulator
2010-11-23 Mikko RasaFix valgrind errors
2010-11-21 Mikko RasaAdd support for named zones
2010-11-18 Mikko RasaMore toolbar buttons
2010-11-18 Mikko RasaSplit the single large toolbar into a few smaller colla...
2010-11-16 Mikko RasaFix a memory leak
2010-11-16 Mikko RasaRename the project to R²C²
2010-11-12 Mikko RasaMatch the API change in GLtk
2010-11-08 Mikko RasaIgnore the click that causes manipulator to finish
2010-11-07 Mikko RasaAdd an SVG exporter to Designer
2010-11-05 Mikko RasaMake snap limit relative to gauge
2010-11-04 Mikko RasaConnect manipulator directly to event signals
2010-11-04 Mikko RasaLoad UI resources with constructor
2010-11-01 Mikko RasaMove the fitting part of Manipulator::connect to a...
2010-11-01 Mikko RasaEnforce a lower limit for camera distance
2010-10-29 Mikko RasaFix some uninitialized variable warnings
2010-10-29 Mikko RasaRewrite CameraController to make use of mouse
2010-10-29 Mikko RasaMake Designer::get_layout and get_layout_3d return...
2010-10-27 Mikko RasaSupport more complex article numbers
2010-10-27 Mikko RasaAdd a feature to autofit straight runs of track
2010-10-26 Mikko RasaUse maps instead of lists in Layout3D
2010-10-26 Mikko RasaLimit Z difference when linking tracks
2010-10-26 Mikko RasaDo not show path on new tracks
2010-10-25 Mikko RasaSeparate track wrap to its own class
2010-10-25 Mikko RasaDisplay the total length of selected tracks in status bar
2010-10-22 Mikko RasaAdd Block::has_track and Route::has_track methods
2010-10-22 Mikko RasaMake Route hold non-const Tracks to match Block
2010-10-15 Mikko RasaDo not require unique names for routes
2010-10-14 Mikko RasaGenerate IDs for new turnouts
2010-10-10 Mikko RasaRendering improvements
2010-09-16 Mikko RasaMake better use of GL::Pipeline
2010-09-16 Mikko RasaCopy position and rotation when duplicating tracks
2010-04-23 Mikko RasaOnly pick once per rendered frame
2010-03-14 Mikko RasaReimplement path display
2010-03-12 Mikko RasaBugfixes
2010-03-08 Mikko RasaMajor architecture rework
2010-02-28 Mikko RasaRename Input to InputDialog to avoid the conflict with...
2010-02-26 Mikko RasaUse the Root widget for tooltips
2010-02-25 Mikko RasaFix memory leaks and other bad stuff
2010-02-25 Mikko RasaAdd an overlay to display aspects of tracks
2010-02-24 Mikko RasaUse a GL::Camera
2010-02-21 Mikko RasaAdd an internal layout to Catalogue for selecting tracks
2010-02-21 Mikko RasaUse GL::Renderables and a Pipeline for rendering
2009-12-26 Mikko RasaStore routes in a map by name rather than a set
2009-12-21 Mikko RasaCompute Z bounds for Track3D
2009-12-21 Mikko RasaUse Msp::IO::print instead of std::cout
2009-12-13 Mikko RasaChange terminology to better distinguish routes on...
2009-12-10 Mikko RasaCorrectly handle slope when snapping tracks
next