- 06 Apr, 2011 2 commits
- 05 Apr, 2011 2 commits
- 30 Mar, 2011 5 commits
-
-
twanvl authored
-
twanvl authored
-
twanvl authored
This means that we no longer need to pass smart pointers to this in thisP arguments, since we can construct a new intrusive_ptr to the same object from a regular C++ pointer. (This change is manually merged from the non_null_pointer branch)
-
twanvl authored
-
twanvl authored
-
- 24 Mar, 2011 7 commits
-
-
twanvl authored
This means that we are more explicit about type conversions.
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
allow opening set files in directories from File->Open dialog: they were returned as "x.mse-set\set.mse-set". Strip the last part.
-
twanvl authored
-
twanvl authored
-
- 23 Mar, 2011 9 commits
-
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
Replace shared_ptr<InputStream> in Reader class with a regular reference, the thing that calls reader can take care of the lifetime of the stream.
-
twanvl authored
Replace shared_ptr<OutputStream> in Writer class with a regular reference, the thing that calls writer can take care of the lifetime of the stream.
-
twanvl authored
-
twanvl authored
-
twanvl authored
-
twanvl authored
* renamed 'tag' variable to 'reflector', which better describes its purpose * removed addAlias stuff, instead check for matching names 'manually' * removed backwards compatibility with <0.3.0 for templates, they are going to break anyway.
-
- 19 Mar, 2011 1 commit
-
-
twanvl authored
-
- 04 Mar, 2011 1 commit
-
-
twanvl authored
Fix #68: don't calculate list of fields sorted by tab order, just find the next/previous ones on the fly
-
- 03 Mar, 2011 4 commits
- 02 Mar, 2011 1 commit
-
-
twanvl authored
TODO: document the changes
-
- 01 Mar, 2011 1 commit
-
-
twanvl authored
fix build on vs7.1 (older winapi version). EP_EDITBORDER_NOSCROLL doesn't exist there. We need a good way to test for it, or just upgrade to a new minimal winapi version
-
- 24 Feb, 2011 1 commit
-
-
twanvl authored
-
- 23 Feb, 2011 5 commits
-
-
twanvl authored
-
twanvl authored
* cannocial_name_form now outputs "_" where it used to use " " this simplifies some things, because now C++ names are also MSE internal names * added 'caption' property to fields. This is used instead of the name in NativeLookEditor, since the latter will now contain underscores.
-
twanvl authored
-
twanvl authored
Added ExportTemplate::byName Use ExportTemplate::byName in main
-
twanvl authored
-
- 20 Feb, 2011 1 commit
-
-
twanvl authored
fixed: write_image_file failed with --export with relative path, because the is-relative-to-target-dir check was wrong
-