- 24 Mar, 2011 1 commit
-
-
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 2 commits
- 16 Feb, 2011 5 commits
- 15 Feb, 2011 1 commit
-
-
twanvl authored
testset: ignore locale errors (except in a single testcase for them), otherwise all tests fail when there is an error in the locale
-
- 14 Feb, 2011 1 commit
-
-
twanvl authored
-
- 13 Feb, 2011 1 commit
-
-
twanvl authored
tests: consistent format for output, include some information on the machine running the tests, script for testing at top-level
-
- 12 Feb, 2011 2 commits
- 10 Feb, 2011 4 commits