* Add uuid implementation
* Simplify uid implementation
* Check for uid conflicts upon adding/copying cards
* Remove unnecessary checks
these are already checked as part of the first loop, since they were added to set.cards
* Implement card linking
* refactor to avoid triple loop
* Start link visualization
* Continue link visualization
* formatting
* add missing locale entries
* improve layout
* improve UI refresh
* copy links when copying cards
* implement second face editor
* refactor using macros
* get references
* pasting multiple cards and links
* start refactoring editors
* continue refactoring editors
* continue refactoring editors again
* finish refactoring editors
* refresh card list on link editor event
* tweak event handling
* Add insert_image script function
* change parameter type
* add script functions to get cards
* add dimensions_of script function
calculate both dimensions simultaneously while rendering the image only once.
* save value even if not editable
* add get_mse_locale script function
* Change zoom scale choices
* bug fixes
* Scale symbol spacing with font size
* sync locales
* standardize line ending
* handle links in new_card
* initial
waiting on wxWidgets 3.3.1
* update comment
* store rect in image filename
* store rect in temp file name
* Update package.cpp
* change line endings
color radius
color left width
color right width
color top width
color bottom width
font shadow displacement x
font shadow displacement y
font shadow blur
This is only a partial fix though, it basically restores the old behavior as a default. That doesn't help though with flipping the definitions to get stuff out of the UI Locale file though. So that'll have to come next for allowing wildcard resolutions to be done from the game(?) or maybe locale extension files?
Will need to propogate these filtering options to the other places these things are present, there's a dedicated variant for just the stylesheet dialog window and also the Style tab.
* Include unordered_map (fixes#104)
* Make templates localizable (Closes#100)
* Check/uncheck all selected cards in export window (Closes#93)
Co-authored-by: Twan van Laarhoven <twanvl@gmail.com>