GenevensiS
11e506739a
linking refactor
2026-02-01 17:39:33 +01:00
GenevensiS
6b1c7488bf
ensure image script functions preserve metadata
2026-01-25 15:06:48 +01:00
GenevensiS
ef835e6f46
rename script functions
2026-01-19 16:46:54 +01:00
GenevensiS
608de308fd
add 200ms delay before starting drag'n'drop
2026-01-07 04:34:08 +01:00
GenevensiS
fbf2023848
convert to CRLF line endings
2026-01-05 01:01:18 +01:00
GenevensiS
d113e30423
add allow_image_download setting
2026-01-04 17:31:23 +01:00
GenevensiS
8cca7674bd
add store_in_metadata image style property
2026-01-04 00:29:00 +01:00
GenevensiS
436c437189
add compiler directives
...
add compiler directives
2025-12-30 01:18:04 +01:00
GenevensiS
5390a032fc
add strikethrough
2025-12-28 16:49:51 +01:00
GenevensiS
5c1b7b9dfc
add download_image, refactor import_image
2025-12-28 13:59:23 +01:00
ebbit1q
2d5ec064df
Fix compile
2025-12-17 07:01:04 +01:00
GenevensiS
2888dc4059
add bleed edge option, get_card_export_settings function
2025-12-13 20:33:18 +01:00
GenevensiS
2932d0007d
Bulk card modification
2025-12-04 15:44:04 +01:00
GenevensiS
f22046d77b
prevent drag and drop from within the same card list
2025-12-03 17:50:48 +01:00
GenevensiS
22b3a3e8b2
add setting to export card notes in meta data
2025-11-29 12:08:00 +01:00
GenevensiS
cf0a84a8a7
Card data in images (minimum viable)
...
* remove wxEmptyString
* improve style tab carousel
* create web request window
* add drop target and drop source
2025-11-28 10:42:30 +01:00
GenevensiS
513612cd0e
Dark mode
2025-10-09 17:57:20 +02:00
GenevensiS
3bf9de18b1
Implement unique IDs and card linking
2025-08-11 16:17:13 +02:00
GenevensiS
e45353af9b
Add Json importer ( #46 )
...
add boost-json to dependencies
2025-06-21 07:53:35 +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
cajun
8709e69bcc
prevent empty list crash on windows ( fixes #93 ) ( #94 )
...
Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com >
2024-09-28 15:23:46 -04:00
GenevensiS
d0522f6a09
Scale card render in program with DPI ( #90 )
2024-09-25 21:26:45 -04: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
ec98048c26
misc: export options window formatting
2022-11-18 21:08:29 -05:00
Brendan Hagan
4173d5017b
feat: revert hack for time card columns, use scripts instead
2022-06-20 21:06:27 -04:00
Brendan Hagan
766a99fbc4
feat: apply filtering to game list, correct selections after filtering
...
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.
2022-06-19 23:38:38 -04:00
Brendan Hagan
52f1724449
feat: new set stylesheet filtering
2022-06-19 22:46:10 -04:00
Brendan Hagan
15ad48a5be
feat: super sloppy way of adding more card list columns (created, modified, notes)
2022-06-15 23:08:33 -04:00
Twan van Laarhoven
5e50cb4c56
Check/uncheck all selected cards in export window ( Closes #93 )
2020-10-03 15:06:04 +02:00
Twan van Laarhoven
c7377303cf
Make templates localizable ( Closes #100 )
2020-10-03 14:38:39 +02:00
Twan van Laarhoven
cf19bc76c3
Fix #98 : tab traversal in native look editors. Use bounding_box instead of style.left/top/etc.
2020-09-27 14:44:55 +02:00
Twan van Laarhoven
a7336d66e1
Card list sorting is now handled per window ( closes #71 )
2020-06-14 21:43:33 +02:00
Twan van Laarhoven
053449d5d4
Correct ascending/descending arrows when sorting card and keyword lists
2020-06-10 00:47:58 +02:00
Twan van Laarhoven
02933aecf9
Fix gcc build
2020-06-01 14:54:41 +02:00
Twan van Laarhoven
f9d18ac3c8
Fix potential crash when there are errors in a statistics script
2020-06-01 14:11:40 +02:00
Twan van Laarhoven
7952a889c9
Call ev.Skip() for unhandled char events in card editor. Fixes #65 (and maybe also #53 )
2020-06-01 13:47:44 +02:00
Twan van Laarhoven
36c1c2541a
Fix height of multi line text boxes and TextCtrls
2020-06-01 13:33:53 +02:00
Twan van Laarhoven
4ff603d413
Allow ValueViewers to have a bounding box different from the Style's. This closes #64 .
2020-06-01 01:18:13 +02:00
Twan van Laarhoven
d97cfce85d
Fix #50
2020-05-23 12:46:21 +02:00
Twan van Laarhoven
424fd96185
Add help text to the card/keyword filter boxes
2020-05-16 14:16:32 +02:00
Twan van Laarhoven
92fbb9ea10
Remove erase background event handlers, in favor of SetBackgroundStyle.
2020-05-16 01:56:17 +02:00
Twan van Laarhoven
dbe6fbd33b
cleanup: child class doesn't need to be public
2020-05-16 00:58:44 +02:00
Twan van Laarhoven
5deaeeeb3e
Cleanup: use override specifier everywhere, and enable gcc warning to check for it.
2020-05-16 00:23:18 +02:00
Twan van Laarhoven
a7c47729c1
Clean up old style angle brackets in nested templates
2020-05-15 02:15:58 +02:00
Twan van Laarhoven
3ea5ea9573
Fix missing carret in card filter box
...
Add Ctrl+K as a shortcut for card/keyword filter
2020-05-15 02:08:55 +02:00
Twan van Laarhoven
0c3712b61a
Cleanup: indentation of public/protected/private keywords
2020-05-12 21:57:37 +02:00
Twan van Laarhoven
99b8a31da0
(indentation)
2020-05-10 17:05:01 +02:00