| 2 days | Roger Light | Fix ARef output dx, dy, rows and columns for pov files. |
| 2 days | Roger Light | Use quotes around external pov camera filename. |
| 2 days | Roger Light | Remove redundant ARef output code. |
| 2 days | Roger Light | Fix camfile usage and logic for pov files. |
| 2 days | Roger Light | Fix accidental XMod -> xmod string changes. |
| 3 days | Roger Light | Note the gds2pov loop optimisations made. |
| 3 days | Roger Light | Disable not even close to completion gui component. |
| 3 days | Roger Light | Use #local instead of #declare for pov loop variable declarations. |
| 3 days | Roger Light | Only do looping when declaring arefs in povray if the number of columns and/or |
| 3 days | Roger Light | Add missing newline on pov output. |
| 3 days | Roger Light | Branch merge? |
| 3 days | Roger Light | Ignore all build files. |
| 3 months | Roger Light | Add control names and changed style of gui slightly. |
| 3 months | Roger Light | Only compile "gui" when wxWidgets is found. |
| 3 months | Roger Light | Add new exe to test both pov/svg output. |
| 3 months | Roger Light | Export works as when loading a file using the generic class. |
| 3 months | Roger Light | Friendclasses and copy constructors for object and parse classes to allow us |
| 3 months | Roger Light | Remove unused enum. |
| 3 months | Roger Light | Start of mock up gui. |
| 3 months | Roger Light | Fix gdsoglviewer compilation errors. |
| 3 months | Roger Light | Assign new layer name when parsing process files. |
| 3 months | Roger Light | Fix signed/unsigned comparison. |
| 3 months | Roger Light | More bounds checking. |
| 3 months | Roger Light | Bounds checking on getters and setters.. |
| 3 months | Roger Light | Remove unneeded header includes. |
| 3 months | Roger Light | Remove reference to gds_types.h |
| 3 months | Roger Light | Move gdselements.h into gdsto3d.h. |
| 3 months | Roger Light | Fix header define for library. |
| 3 months | Roger Light | Fix and tidy dist script. |
| 3 months | Roger Light | Remove unused header files. |
| 3 months | Roger Light | Remove useless GDSParse::SetOutputOptions function. |
| 3 months | Roger Light | Start tidying ogl parser. |
| 3 months | Roger Light | Tidied gdsparse* member variables. |
| 3 months | Roger Light | Tidied gdsobject* member variables. |
| 3 months | Roger Light | Move pov and svg sub-classes to libgdsto3d in preparation for both gui and |
| 3 months | Roger Light | gdsobject_pov shouldn't rely on a global variable to determine whether |
| 3 months | Roger Light | Tidy member variables in GDSPath. |
| 3 months | Roger Light | Tidy gdstext member variables. |
| 3 months | Roger Light | Tidy config_cfg member variables. |
| 3 months | Roger Light | Tidy process_cfg member variables. |
| 3 months | Roger Light | Remove pointless capitals in gdselements.h. |
| 3 months | Roger Light | Consistent header conditional define naming. |
| 3 months | ral | Fix gdsoglviewer to bring it up to date with the recent stl changes. |
| 3 months | Roger Light | Escape % properly. |
| 3 months | Roger Light | Remove unneeded class qualifier. |
| 3 months | Roger Light | Check for minimum version of cmake (2.4). |
| 3 months | Roger Light | Flipped should always be a bool. |
| 3 months | Roger Light | Use initialiser lists for gdsobject. |
| 3 months | Roger Light | Assign sref/aref elements with their relevant objects so that boundary |
| 3 months | Roger Light | Use initialiser lists for basic gds component classes. |
| 3 months | Roger Light | Use default args for the config_cfg constructor, removing the need for two |
| 3 months | Roger Light | Merge ARefElement and SRefElement structs into a single class ASRefElement. |
| 3 months | Roger Light | Ensure values are initialised before use. |
| 3 months | Roger Light | Remove gdsobjects.* - handle these as vectors in gdsparse instead. |
| 3 months | Roger Light | Remove objectlist struct - this means that all ARef and SRefs must have their |
| 3 months | Roger Light | Fix signed/unsigned comparisons and out of order initialiser lists. |
| 3 months | Roger Light | ARefElement storage is now a vector instead of a linked list. |
| 3 months | Roger Light | Use vectors for SRefElement storage rather than linked lists. |
| 3 months | Roger Light | Use std::string instead of char* for gds2svg. |
| 3 months | Roger Light | Use std::string instead of char* for gds2pov. |