- 23 Sep, 2011 1 commit
-
-
artfreakwiu authored
No commit message
-
- 06 May, 2011 1 commit
-
-
twanvl authored
TODO: be consistent with thumbnail generation, where the value is converted to canonical form first.
-
- 01 May, 2011 1 commit
-
-
twanvl authored
-
- 30 Apr, 2011 3 commits
- 20 Apr, 2011 3 commits
- 19 Apr, 2011 1 commit
-
-
twanvl authored
use correct border style instead of always using wxBORDER_THEME. This issue is fixed in wxMSW 2.9, but we are not ready for that yet.
-
- 06 Apr, 2011 4 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 1 commit
-
-
twanvl authored
Moved tab_index to Style (instead of Field), it makes more sense there, since it pertains to the layout of stuff on the card. Added fancy mouseover effect to field borders. This might be slow, so I should add a setting to disable it.
-