GenevensiS
3bf9de18b1
Implement unique IDs and card linking
2025-08-11 16:17:13 +02:00
GenevensiS
079d40a94c
increase about_window size
2025-08-11 15:26:45 +02:00
GenevensiS
fb1f96d517
add const where possible
2025-08-09 13:01:47 +02:00
GenevensiS
dc348b4812
Add to_json and from_json script functions
2025-08-07 18:45:12 +02:00
GenevensiS
12eb39b5e2
remove debug message
2025-08-01 14:02:20 +02:00
GenevensiS
2b9bc1f296
Add cutter lines option when printing
2025-08-01 13:54:12 +02:00
GenevensiS
397cb31dad
tweaks to sliders
2025-07-22 08:43:13 +02:00
GenevensiS
5cd8069bf1
add global_script statistics dimension property
...
this script is ran once at the start, and its result is stored in the 'global_value' variable, which is accessible to the regular script.
2025-07-21 04:31:30 +02:00
GenevensiS
45d48d67b1
Revert "restrict drop down menu closing conditions"
...
This reverts commit 026400a1e0 .
2025-07-18 04:40:16 +02:00
GenevensiS
e4e5b6840e
rewrite print layout logic
...
allow for different size cards
2025-07-14 00:41:25 +02:00
GenevensiS
026400a1e0
restrict drop down menu closing conditions
2025-07-02 21:40:45 +02:00
GenevensiS
67f8b2bcb1
close drop down menus on tab key press
2025-07-02 01:23:35 +02:00
GenevensiS
276842be30
restrict drop down menu closing conditions
2025-07-02 00:27:26 +02:00
GenevensiS
2e839d673b
change keyword name and match proportions
2025-07-01 22:45:19 +02:00
ebbit1q
b230ca44b8
fix string typing error
2025-06-29 23:45:29 +02:00
GenevensiS
e252c8808b
optimise updateCardCounts
2025-06-29 23:19:28 +02:00
GenevensiS
5be8ae8794
Update add_csv_window.cpp
2025-06-26 21:01:30 +02:00
GenevensiS
d95e9cb2b4
fix reference bug in readCSV()
2025-06-25 22:50:58 +02:00
GenevensiS
e45353af9b
Add Json importer ( #46 )
...
add boost-json to dependencies
2025-06-21 07:53:35 +02:00
GenevensiS
128bb3867d
fix add_csv_window description
2025-06-13 00:55:21 +02:00
GenevensiS
a401d68c9b
update locales
2025-06-09 17:04:18 +02:00
GenevensiS
87fbc0e80e
Implement CSV / TSV import ( #45 )
...
- add csv/tsv importer
- add `make_map` script function
- add `alt name` field property
- add `construction script` field property
- add `construction script` game property
2025-06-09 04:53:33 +02:00
GenevensiS
0d1b5a6be0
better print bug fix
2025-06-01 23:00:29 +02:00
GenevensiS
2e48c5e868
Allow "Default" in slider fields
2025-05-22 22:15:35 +02:00
GenevensiS
616ea3f725
Create slider field type
2025-05-22 12:52:26 +02:00
GenevensiS
7ad662f74e
Stop dropdown menus from closing on wxEVT_SIZE events
...
This prevents dropdown menus from closing when there is a console message/warning/error
2025-05-19 17:49:40 +02:00
GenevensiS
6ac93dc6ab
Handle cards with different DPI
2025-02-15 16:02:52 +01:00
GenevensiS
cfe308f38f
Update print_window.cpp
2025-02-14 19:30:06 +01:00
GenevensiS
79a3a57684
Merge pull request #22 from G-e-n-e-v-e-n-s-i-S/delete-last-card-crash
...
Fix crash when deleteing last card in set
2024-09-28 01:23:51 +02:00
GenevensiS
4878b1c8d4
Update item_list.cpp
2024-09-28 01:20:13 +02:00
GenevensiS
9ffe2f06a1
Update preferences_window.cpp
2024-09-26 14:56:52 +02:00
GenevensiS
d0522f6a09
Scale card render in program with DPI ( #90 )
2024-09-25 21:26:45 -04:00
Brendan Hagan
2795327f22
misc: increase stats column width by 50% ( fixes #71 ) ( #72 )
...
This isn't a great solution since it's still just a static number, but it does at least improve the situation a bit for now.
2024-04-29 13:47:57 -04:00
BaconCatBug
862907cf5b
Update CMakeLists.txt to allow for static compilation | Update Readme.md | Update package.ps1 ( #74 )
...
* Fix CMakeLists, Update Readme and package.ps1
Fixed CMakeLists to allow for static complilation/workaround for broken Hunspell Upped version number to 2.5.0
Updated Readme to include corrected compilation instructions for Visual Studio and Workarounds.
Updated package.ps1 to include the cli executable in the dist zips and upped the version number to 2.5.0
* Update README.md
* Update package.ps1
* Update package.ps1
* Update CHANGES.md
* Update preferences_window.cpp
* Update README.md
2024-04-29 13:47:19 -04:00
Brendan Hagan
ad6d40df4c
fix: correct localization of strings on Print window
2024-02-12 23:21:40 -05:00
Brendan Hagan
509438a49d
misc: expand image file selector choices ( fixes #62 ) ( #70 )
2024-02-12 22:08:16 -05:00
Brendan Hagan
2770b07668
misc: code formatting + readme update
2022-12-30 22:12:44 -05:00
Brendan Hagan
e4cf30cc5b
Merge pull request #57 from llemoi/keyword_filter_crash_fix
...
Fixed crash when 0 keywords match filter string in keyword panel
2022-12-30 22:04:59 -05:00
Luke Le Moignan
1b88d905b1
Fix crash when nonexistent string entered when filtering keywords
2022-12-29 02:02:03 +00:00
Luke Le Moignan
1444defc03
Fixed scrolled widgets not scrolling fully (or at all)
2022-12-27 13:12:17 +00:00
Brendan Hagan
d52a147133
misc: cleanup welcome window changes
2022-11-18 21:27:00 -05:00
Brendan Hagan
ff96831cf1
change WelcomeWindow's UI
...
https://github.com/247321453/MagicSetEditor2Ex/commit/72e58c1825c1ad67369c8a17783ffd937a037c32
2022-11-18 21:12:45 -05:00
Brendan Hagan
e951aed2a8
WelcomeWindow append change language
...
https://github.com/247321453/MagicSetEditor2Ex/commit/4f80e9ff54c817875356a18f8c79dd70ff0a67fd
2022-11-18 21:11:07 -05:00
Brendan Hagan
ec98048c26
misc: export options window formatting
2022-11-18 21:08:29 -05:00
Brendan Hagan
3c64d25cf6
Merge pull request #50 from halian/master
...
Fix build errors on Mac OS X+
2022-11-18 20:36:08 -05:00
Brendan Hagan
344dd90a8b
misc: change unsigned int cast
2022-08-14 17:18:39 -04:00
Brendan Hagan
132d8d9351
feat: add underline to panels and export
2022-07-26 22:37:57 -04:00
Brendan Hagan
0eed9aa777
fix: unicode text entry on set symbol editor
2022-07-21 17:11:49 -04:00
Brendan Hagan
f6e8a8177b
fix: correct unicode text entry behavior (fixes twanvl#121)
...
GetKeyCode doesn't handle unicode, so it returns 0 for cyrillic (and other) characters, which was getting rejected as invalid input. I'm assuming this broke on some wxWidgets upgrade, as the MSE code for this hasn't changed in over a decade?
2022-07-20 21:44:40 -04:00
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