Brendan Hagan
30b9919c82
fix: Add Cards toolbar submenu initial load content (fixes twanvl#153)
...
This commit is what broke it, but it did so while referencing some cross platform incompatibility. I hope the method done by this fix avoids that compatibility issue.
2022-07-17 02:00:52 -04:00
Brendan Hagan
54be634b86
release v2.2.0
2022-07-16 23:06:01 -04:00
Brendan Hagan
f72d622b70
misc: packaging script + bundled readme
2022-07-16 22:42:27 -04:00
Brendan Hagan
98006fc8d1
Merge pull request #23 from haganbmj/slice_margins
...
fix: correct computed sizes on slice window to properly display margins
2022-07-15 08:34:43 -04:00
Brendan Hagan
fabb6cc3f1
fix: correct computed sizes on slice window to properly display margins
...
The display size of the Output image was being computed using the available element size, which included margins and was leading to the bottom couple pixels being clipped. Correcting that to properly account for the actual image size.
2022-07-15 08:32:38 -04:00
Brendan Hagan
07c7ca464a
Merge pull request #20 from haganbmj/extra_card_fields
...
feat: expose extra_card and extra_card_style script accessible variables
2022-07-15 08:32:07 -04:00
Brendan Hagan
d1d63fb21f
misc: doc updates for exposed variables
2022-07-14 19:50:30 -04:00
Brendan Hagan
52a918be39
misc: remove extra_data function
2022-07-14 17:33:22 -04:00
Brendan Hagan
4f7fa585f7
feat: expose extra_card and extra_card_style script accessible variables
2022-07-14 17:30:45 -04:00
Brendan Hagan
42a973e6f7
misc: revert cmakeToolchain addition in CMakeSettings.json
2022-07-12 20:25:08 -04:00
Brendan Hagan
8994ac50b0
misc: revert installation instruction changes, modify readme formatting
2022-07-12 20:22:08 -04:00
Brendan Hagan
7186772af4
misc: update changes.md pr/issue references
2022-07-12 00:23:55 -04:00
Brendan Hagan
a8f8310c50
Merge pull request #18 from haganbmj/slice-multi-align
...
feat: more slice window alignment options
2022-07-12 00:18:41 -04:00
Brendan Hagan
a43920089d
feat: more slice window alignment options
2022-07-12 00:17:56 -04:00
Brendan Hagan
9f57081417
misc: re-ignore non-locale packages
...
These are covered in the Full-Magic-Pack and that's a much better place for them to live.
2022-07-11 22:21:35 -04:00
Brendan Hagan
03c8d13aa6
misc: use different format for console timestamp width
2022-07-10 21:28:30 -04:00
Brendan Hagan
538713f720
Merge pull request #16 from haganbmj/console_timestamps
...
feat: add timestamps to console messages
2022-07-10 17:26:05 -04:00
Brendan Hagan
5aeb08cb07
feat: add timestamps to console messages
2022-07-10 17:21:05 -04:00
Brendan Hagan
1a09512366
misc: change clear console icon to align with other icon
2022-07-10 17:20:49 -04:00
Brendan Hagan
5e1f923b38
misc: reduce impact of locale changes
...
This is more backwards compatible and would permit applying this locale to an older version without as much mess. I don't think MSE has any concept of versioning on locales unfortunately to permit declaring which field applies to which version.
2022-07-09 19:21:41 -04:00
Brendan Hagan
65452f7c7a
Merge pull request #15 from haganbmj/image_slice_fix_masks
...
fix: apply image scale after slice window to avoid mask issues
2022-07-09 15:29:14 -04:00
Brendan Hagan
c5d2bcf9d0
fix: apply image slice scale after slice window to avoid mask issues
...
MSE draws masks on the slice window and expects the sizes to be equivalent. This was presenting problems with the way I was trying to do internal scale as I was applying the scale upfront as the slice window loads and would need to scale the mask to match. Instead, applying the scale only when the output is generated from the slice window.
2022-07-09 14:51:59 -04:00
Brendan Hagan
9fe75933dd
fix: use export zoom as a double to properly handle non-int scales
2022-07-09 14:48:05 -04:00
Brendan Hagan
ad9c87b1aa
Merge pull request #12 from haganbmj/stylesheet_settings_underscores
...
fix: use canonical name for stylesheet settings (fixes #8 )
2022-07-08 23:05:50 -04:00
Brendan Hagan
9dbb65b109
fix: use canonical name for stylesheet settings ( fixes #8 )
2022-07-08 23:00:01 -04:00
Brendan Hagan
0fea17e519
Merge pull request #11 from haganbmj/fix_card_rotation
...
fix: correct viewer rotation direction (fixes #9 )
2022-07-08 21:45:39 -04:00
Brendan Hagan
70dec7eff4
fix: correct viewer rotation direction ( fixes #9 )
2022-07-08 21:43:02 -04:00
Brendan Hagan
2646028ff4
Merge pull request #7 from haganbmj/rotated-export
...
feat: restore ability to export using viewer rotation angle
2022-07-08 00:11:32 -04:00
Brendan Hagan
894d13fbdb
feat: restore ability to export using viewer rotation angle
2022-07-07 23:23:35 -04:00
Brendan Hagan
661b4b8328
fix: correct wx positioning usage in new_window style filters
2022-07-06 20:07:51 -04:00
Brendan Hagan
b11215cf25
misc: expand listed changes
2022-07-04 23:44:13 -04:00
Brendan Hagan
66f6ffc093
Merge pull request #6 from haganbmj/stored_image_resolution
...
misc: change storage size of image slices
2022-07-04 16:08:21 -04:00
Brendan Hagan
95fdaa776c
misc: throw internal image extension behind a preference setting
2022-07-04 01:57:32 -04:00
Brendan Hagan
386e5ba4a4
misc: additional documentation for internal image scale
2022-07-04 01:04:26 -04:00
Brendan Hagan
616fe1aad7
feat: add internal storage scale option to preferences window
2022-07-04 00:52:53 -04:00
Brendan Hagan
6a7ec90735
misc: realign zoom and export zoom dropdown options
...
You can always type in another value, so there really isn't much benefit.
2022-07-03 23:49:44 -04:00
Brendan Hagan
5c983275af
feat: initial arbitrary constrain of slice window images to 500x500
2022-07-03 23:48:02 -04:00
Brendan Hagan
2db0ad9ad4
misc: add additional localized string methods for labels
2022-07-03 23:47:13 -04:00
Brendan Hagan
a7014b9ee4
fix: de-scale slice preview window
...
This is a workaround, not a good solution. The slice doesn't really handle sizing well and doesn't set great maximum sizes on the elements within it. I _think_ that can be worked around by constraining the preview, but none of that is really properly context aware to the user's screen.
2022-07-03 22:06:31 -04:00
SoaringMoon
088d082981
update to string.cpp capitalize_in_place()
...
updates string.cpp to bring to_title() to compliance with APA standards.
2022-07-03 20:01:48 -04:00
Brendan Hagan
8d38ab074b
misc: change image slice scale to 200% of style's specified
...
Want to circle back and find a better pattern for this as it enlarges the slice window (which doesn't clamp the preview window) and it unnecessarily upscales small images which bloats storage a bit. There's probably also something smarter to do with just saving "as large as possible" rather than strictly template size.
2022-07-01 21:10:53 -04:00
Brendan Hagan
b914ffd48d
Merge pull request #5 from haganbmj/image_storage_as_png
...
misc: store images internally with PNG extension for easier manual tinkering
2022-07-01 21:06:49 -04:00
Brendan Hagan
b63b3a3f62
misc: store images internally with PNG extension for easier manual tinkering
2022-07-01 21:04:26 -04:00
Brendan Hagan
a43868f58e
Merge pull request #4 from haganbmj/clear-console
...
feat: add ability to clear the console messages
2022-07-01 21:02:10 -04:00
Brendan Hagan
1c7b463f67
Merge remote-tracking branch 'haganbmj/master' into clear-console
2022-07-01 21:00:57 -04:00
Brendan Hagan
c3524f2f01
Merge pull request #2 from haganbmj/extra_card_function
...
feat: add extra_card() function to expose extra card fields
2022-07-01 20:53:37 -04:00
Brendan Hagan
4f6c984f48
misc: extra_data doc entry
2022-07-01 20:51:17 -04:00
Brendan Hagan
4a1000e65c
misc: remove in-panel button for clearing console
2022-06-22 23:44:53 -04:00
Brendan Hagan
d3712460e8
feat: add clear button to console panel
2022-06-22 23:43:59 -04:00
Brendan Hagan
be2635f778
misc: apply canonical field name transformation
2022-06-21 23:17:28 -04:00