Tom Tkacz
cb18500f41
Updated static windows build instructions
2025-04-07 14:27:27 -05:00
TomTkacz
ee4cf2d7b4
made fonts available without installing system-wide
2025-03-12 05:53:02 -05:00
Brendan Hagan
6b0d311dc9
release: 2.5.6
2024-10-01 21:34:03 -04:00
Brendan Hagan
cffd1ac32e
Merge pull request #96 from G-e-n-e-v-e-n-s-i-S/main
...
Merge changes from Genevensis's fork, realign as 2.5.6
2024-10-01 21:18:53 -04:00
GenevensiS
8ab0246a34
Update README.md
2024-10-01 17:05:38 +02:00
GenevensiS
564d345f99
Merge pull request #23 from CajunAvenger/arrow-alias
...
Add -> as alias for :=
2024-10-01 17:03:26 +02:00
cajun
f3cfbd0594
Update parser.cpp
2024-09-29 15:46:52 -05: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
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
ad5a9e753c
Merge pull request #21 from G-e-n-e-v-e-n-s-i-S/remove-editable-text
...
remove checkerboard placeholder
2024-09-27 20:29:00 +02:00
GenevensiS
67a38e0fdc
remove checkerboard placeholder
2024-09-27 20:25:26 +02:00
GenevensiS
0c8466c271
Merge pull request #20 from G-e-n-e-v-e-n-s-i-S/info-field-hack
...
Add hack to fetch caption if value is empty in info fields
2024-09-27 16:26:22 +02:00
GenevensiS
2387173350
Add hack to fetch caption if value is empty
2024-09-27 16:22:51 +02:00
GenevensiS
f4cdc1e82f
Merge pull request #19 from G-e-n-e-v-e-n-s-i-S/remove-editable-text
...
Remove text on editable:false image fields
2024-09-27 14:04:04 +02:00
GenevensiS
6d9e536df6
only draw text if field is editable
2024-09-27 14:00:30 +02:00
GenevensiS
96fd385962
exempt symbol-fonts from dependency checks ( #92 )
2024-09-26 22:04:02 -04:00
GenevensiS
e72ee85525
Add exists_in_package script function ( #86 )
...
* add exists_in_package script function
* Update index.txt
2024-09-26 22:03:27 -04:00
GenevensiS
39dbdf1ab2
Merge pull request #18 from G-e-n-e-v-e-n-s-i-S/file-exists
...
Add exists_in_package script function
2024-09-26 15:22:15 +02:00
GenevensiS
b377c72f80
Merge pull request #17 from G-e-n-e-v-e-n-s-i-S/export-zoom-175
...
Add 175% export zoom option
2024-09-26 15:00:27 +02:00
GenevensiS
8d3570b9a6
Merge branch 'haganbmj:master' into main
2024-09-26 14:57:31 +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
GenevensiS
8c1b6b270f
take margin_right into account when determining width ( #91 )
2024-09-25 21:23:46 -04:00
GenevensiS
59a184e2b2
revert combine_blend changes
2024-09-22 16:51:23 +02:00
GenevensiS
fa021d81c8
Merge pull request #16 from G-e-n-e-v-e-n-s-i-S/console-width_of-fix
...
fix width_of invocation in console not working
2024-09-18 09:23:33 +02:00
GenevensiS
258679b3c3
fix width_of invocation in console not working
2024-09-18 09:16:57 +02:00
GenevensiS
db2f1de966
Merge pull request #15 from G-e-n-e-v-e-n-s-i-S/combine-blend-alpha
...
Update combine_image.cpp
2024-09-17 10:26:50 +02:00
GenevensiS
488e54fed2
Update combine_image.cpp
2024-09-17 10:22:54 +02:00
GenevensiS
4605372a6a
Merge pull request #14 from G-e-n-e-v-e-n-s-i-S/combine-blend-alpha
...
make combine_blend function blend alpha channels as well
2024-09-17 10:09:22 +02:00
GenevensiS
c956901a37
make combine_blend function blend alpha channels as well
2024-09-17 10:01:21 +02:00
GenevensiS
7826a553d7
Merge pull request #13 from G-e-n-e-v-e-n-s-i-S/symbol-fonts-dep
...
exempt symbol-fonts from dependency checks
2024-09-17 07:40:48 +02:00
GenevensiS
2a0ecf2ba1
Merge pull request #12 from G-e-n-e-v-e-n-s-i-S/print-bug-fix
...
fix typeline print bug
2024-09-17 07:39:20 +02:00
GenevensiS
dd149b3d91
Merge pull request #11 from G-e-n-e-v-e-n-s-i-S/margin-right-fix
...
take margin_right into account when determining width
2024-09-17 07:38:47 +02:00
GenevensiS
a4f40b6b2c
Merge pull request #10 from G-e-n-e-v-e-n-s-i-S/get-card-styling
...
add get_card_styling function for export scripts
2024-09-17 07:38:14 +02:00
GenevensiS
7933ceb6ea
Merge pull request #9 from G-e-n-e-v-e-n-s-i-S/dpi-scaled-render
...
add dpi factor
2024-09-17 07:37:38 +02:00
GenevensiS
bd3e05c775
Merge pull request #8 from G-e-n-e-v-e-n-s-i-S/brightness-combine
...
add brightness combine_blend modes
2024-09-17 07:37:07 +02:00
GenevensiS
28dd64ddeb
Update index.txt
2024-09-17 06:30:17 +02:00
GenevensiS
4054443a72
add exists_in_package script function
2024-09-17 06:13:01 +02:00
GenevensiS
eedcd61152
fix typeline print bug
2024-09-16 09:02:16 +02:00
GenevensiS
9b34ae5446
add get_card_styling function for export scripts
2024-09-16 08:59:55 +02:00
GenevensiS
d9220022dd
exempt symbol-fonts from dependency checks
2024-09-13 05:03:01 +02:00
GenevensiS
14d357d69f
add brightness combine_blend modes
2024-09-13 04:09:03 +02:00
GenevensiS
6a0476929e
take margin_right into account when determining width
2024-09-13 03:43:16 +02:00
GenevensiS
0d0ce3cf27
add dpi factor
2024-09-12 07:52:54 +02:00
GenevensiS
4767332060
add configuration select image to readme ( #85 )
...
Make this step more explicit.
If you forget this step, it looks exactly like the bug mentioned where wxwidgets is installed but not detected by FindwxWidgets.cmake, which is very confusing.
2024-08-30 16:46:09 -04:00
Brendan Hagan
bd875779f5
fix: update blend functions to respect alpha channel ( fixes #82 ) ( #83 )
...
* fix: update linear_blend to respect alpha channel
* fix: update masked_blend to respect alpha channel
Unclear if this is the right implementation.
* misc: remove unnecessary fixed declaration
* misc: update mask_blend
* update changes.md
* misc: fix typo in changes.md
2024-08-23 19:49:56 -04:00
Carl Miller, Jr
ddd49b50d7
Backporting changes from BaconCatBug's fork ( #76 )
...
* 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
* add FreeBSD build instructions
---------
Co-authored-by: BaconCatBug <BaconCatBug@users.noreply.github.com >
2024-06-04 22:53:00 -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