Brendan Hagan
d3bd691578
fix: correct wx positioning specifications for style panel
2022-06-21 22:46:50 -04:00
Brendan Hagan
4173d5017b
feat: revert hack for time card columns, use scripts instead
2022-06-20 21:06:27 -04:00
Brendan Hagan
31c2cbd54f
feat: apply filtering to style list on "style" panel
2022-06-20 20:46:06 -04:00
Brendan Hagan
6893ec3503
feat: apply filtering to style list on "style not found" window
2022-06-20 20:06:28 -04:00
Brendan Hagan
b561e5ff77
misc: right align game/style filter, correct help text location
2022-06-20 00:15:19 -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
bd8ad40694
ui: additional export zoom options
2022-06-17 21:50:33 -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
Brendan Hagan
61be347976
misc: remove resource tool image bitmap block
...
This was giving me issues on Win10, right click context menus were failing to get text.
2022-06-15 20:39:50 -04:00
Brendan Hagan
f83aeec40d
misc: revert some of the early workarounds for getting this building
2022-06-15 20:01:25 -04:00
Brendan Hagan
8b888f8d5a
ui: add button for slice selection centering
2022-06-14 20:04:15 -04:00
Brendan Hagan
c2fea6bd96
ui: default image slice selection to center
2022-06-14 20:04:15 -04:00
Brendan Hagan
b9fa4c5b66
ui: defaulting image slice selector size
2022-06-14 20:04:15 -04:00
Brendan Hagan
66d7f7f583
feat: cleanup unused fields from zoom/export preference changes
2022-06-14 20:04:15 -04:00
Brendan Hagan
6df6aec42d
feat: uncouple export zoom from display zoom
2022-06-14 20:04:15 -04:00
Brendan Hagan
087da12893
misc: get this crap building locally
...
Looks like my install via vcpkg sets up a different directory structure for hunspell
2022-06-14 20:04:15 -04:00
Brendan Hagan
28fbde97a6
ci: attempt a action based build
...
ci: add workflow_dispatch
ci: adjust msys install instructions
ci: switch msystem
ci: try different cmake installation
ci: try mingw64 instead
ci: unix makefiles?
ci: switch to mingw64 shell
ci: install cmake via pacboy?
ci: switch to Ninja?
misc: remove some outdated XP compatibility preprocessor symbols?
https://docs.wxwidgets.org/trunk/page_wxusedef.html
ci: switch main to master
misc: more attempts at correcting build errors
misc: bitmap/image conversions?
ci: trying to get a static build
ci: try to find hunspell dll
ci: hunt down hunspell
ci: modify static flags
2022-06-14 20:04:15 -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
c07a8ff8f6
Fix: autoreplace could go out of bounds
2020-06-21 13:51:20 +02:00
guy
516f36a9d2
Added changes for building on Catalina
2020-06-15 00:23:33 -04: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
8c26eb5b47
Image slice window now always uses "size to fit" as default sizing type
2020-06-10 01:14:16 +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
d27193cdd7
Removed old code
2020-06-10 00:24:13 +02:00
Twan van Laarhoven
92118f8bf1
Updated about window: added license info and updated author list
2020-06-10 00:16:23 +02:00
Twan van Laarhoven
c22fd8b708
fix: return statement in all control paths
2020-06-01 22:29:04 +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
e9305c7554
Use smart pointer
2020-05-31 16:16:34 +02:00
Twan van Laarhoven
1f75175943
Cleanup: rename ValueViewer::viewer -> parent; store CardP in ValueAction
2020-05-31 16:07:13 +02:00
Twan van Laarhoven
221a8e99e5
Fix #55
2020-05-25 22:13:12 +02:00
Twan van Laarhoven
e570fa8346
Disable scrollbars for dropdown lists. wxGTK doesn't support them at all, we would have to do it manually. For now disabling scrolling mostly fixes #51
2020-05-23 14:58:54 +02:00
Twan van Laarhoven
d97cfce85d
Fix #50
2020-05-23 12:46:21 +02:00
Twan van Laarhoven
4ed586ddfe
Fix crash in 64 bit build, because size_t can't be used with a %d format string
2020-05-22 19:45:18 +02:00
Twan van Laarhoven
9922e39feb
Fix locale errors
2020-05-22 19:02:31 +02:00
Twan van Laarhoven
8192bd9613
fix: don't use cannonical name form when generating choice images, use it only for indexing
2020-05-22 16:17:33 +02:00
Twan van Laarhoven
c9c7a958ae
Add exception handlers in places where scripts are invoked. This should lead to slightly nicer error messages.
2020-05-22 00:30:18 +02:00
Twan van Laarhoven
8b91cd8804
Message box when there are exceptions when creating a set, because there is no console yet
2020-05-22 00:26:51 +02:00
Twan van Laarhoven
09139128e1
Fix in_tag and is_tag calls, fixes #47
2020-05-19 22:59:38 +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
32f28747f0
cleanup indentation
2020-05-16 00:56:11 +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