Joe R
2e6cb6ad35
Sharpen and reduce noise on joker images
2024-12-01 13:56:42 -05:00
Joe R
d7d9bb3ea6
Add option to clear filters
2024-11-16 11:40:32 -05:00
Joe R
679c9a74c1
Add missing button icons
2024-09-19 22:20:40 -04:00
Joe R
23f41d9553
Clean up images and restore missing images
2024-07-22 19:18:10 -04:00
Joe R
3a356670bb
Add possible icons for remaining buttons
2024-07-15 19:04:00 -04:00
Joe R
447dc4afea
Clean up find card images
2024-07-09 19:11:28 -04:00
Joe R
a42b76d263
Enable button icons (as an enableable option)
2024-06-30 10:01:21 -04:00
Joe R
9274e47de6
Remove duplicate/unused images
2024-06-28 20:17:57 -04:00
Martin
71e06d4f98
Optimize images to save 2.7MB ( #363 )
...
* Optimize PNGs with oxipng
* Optimize GIFs with gifsicle
* Optimize SVGs with svgo
* Optimize JPEGs with jpegoptim
---------
Co-authored-by: Joe R <joeraz5@verizon.net>
2024-03-27 23:15:37 -04:00
Joe R
3e70bdf149
A couple more variants for the Other Graphics options.
2024-02-29 23:12:31 -05:00
Joe R
78ca717778
Enhancements to other graphics menu.
2023-11-24 12:24:32 -05:00
Joe R
d613fd8b4b
Updated restart icon.
2023-11-19 10:49:09 -05:00
Joe R
953c3fc9cb
Added Komika style pause and demo text.
2023-11-14 20:42:58 -05:00
Joe R
c8ea09c319
Added options to change/select other graphics.
2023-11-11 18:32:59 -05:00
Joe R
c4a18d3557
Added Ishido game.
2023-11-05 13:12:02 -05:00
Joe R
bafede48f8
Bottom images for jokers.
2023-09-01 18:47:20 -04:00
Joe R
3ef949d461
Added support for Picture Puzzle games, based on a concept from UltraSol.
2023-08-27 12:20:04 -04:00
Joe R
13a29b34ea
Version 7 of the cardset format with subtype and joker support. ( #330 )
2023-08-11 20:30:29 -04:00
Joe R
3dc2540d51
Added Gartoon icon set.
2023-06-21 22:01:03 -04:00
Joe R
14ffba2a84
Cleared out old icon files.
2023-06-06 18:29:43 -04:00
Joe R
3182cc4b88
Better-res images for tarock/hex a trump bottoms.
2023-04-01 11:11:01 -04:00
Joe R
03de3e84a6
Matching type cardset support for allowing Memory games to use any cardset.
2023-01-28 10:44:57 -05:00
Joe R
c7922075ba
Added Nuvola icon set.
2022-09-11 10:58:41 -04:00
Joe R
1c11b39a8b
Support for find card in trump only games.
2022-08-22 20:10:28 -04:00
Joe R
701c1628d5
Find card support for Ganjifa games.
2022-08-18 21:16:40 -04:00
Joe R
bc48b3777f
Find card enabled for Mahjongg, Tarock, and Hex A games.
2022-07-12 19:39:41 -04:00
Joe R
67fbd4c132
Find card support for Hanafuda games.
2022-07-09 13:48:01 -04:00
Joe R
d07594148a
Updated tree display icons (from Remix Icon).
2022-07-03 09:20:54 -04:00
Joe R
0c20a2e0cf
Touched up "default" icon set.
2022-06-19 15:26:48 -04:00
Joe R
139fe83466
Updated Crystal icon set.
2022-06-02 18:48:23 -04:00
Joe R
dba9e4442b
Added hint button to the toolbar.
2022-05-28 15:30:21 -04:00
Joe R
af1fba247a
Attempted to feather borders around joker images.
2022-04-30 12:40:44 -04:00
Joe R
53ac444792
Fixed Kivy help button and updated Kivy toolbar.
2022-04-28 22:09:57 -04:00
Joe R
2de01609e1
Updated Bluecurve icons from the original library, for better quality.
2022-04-11 22:50:45 -04:00
Joe R
6cd5a793e7
Added light variation of remix toolbar icons, for darker interfaces.
2022-04-08 19:42:43 -04:00
Joe R
396ca108b9
New dialog icons (from Remix Icon)
2022-03-17 23:38:09 -04:00
Joe R
fd694be7b2
Exposed toolbar icon size option.
2022-02-08 22:42:06 -05:00
Joe R
bc8eb4270c
Updated size of progression graph to fit larger statistics window.
2022-01-18 20:21:47 -05:00
Joe R
960f3a801e
Added remaining missing bottom images.
2022-01-11 17:31:00 -05:00
Joe R
7af8fde4c0
Revamped Pegged game and added manual first card removal option.
2021-12-02 20:40:44 -05:00
Joe R
962dc3ffeb
Re-enabled toolbar style selection option.
2021-11-19 17:57:59 -05:00
Joe R
a95c7a1e42
Added common hanafuda bottoms and fixed some hanafuda game layouts.
2021-10-28 22:20:26 -04:00
Juhani Numminen
b265b28502
Enhance icon sets (.ico and .icns)
...
* Extract size 16x16 and 32x32 PNG's from .icns
* Put a sharper version of 128x128 in .icns
* Pack multiple icon sizes into .ico
2020-10-20 17:11:18 +03:00
Juhani Numminen
f5b1cf0eea
Tk: set window icon
...
make_help_toplevel changed from Tk to Toplevel since Tk creates another
Tcl interpreter, causing errors like this:
'_tkinter.TclError: can't use "pyimage228" as iconphoto: not a photo image'
1024x1024 logo file is renamed because it has large margins on each side
which is unsuitable for a window icon.
2020-02-28 20:16:58 +02:00
Juhani Numminen
c9de855dd8
Install icons to standard locations for linux desktop
...
Also reorganize icons in subdirectories indicating size.
See the Icon Theme Specification:
https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#install_icons
2019-07-18 11:09:08 +03:00
lb@lb520
4594c1457e
Added a missing image
2018-05-23 20:44:14 +02:00
lb@lb520
b5ef9b6214
Added an alternate toolkit kivy (based on SDL2) that can be used instead of tk.
...
Added scripts to build an android app.
2018-03-03 20:37:56 +02:00
skomoroh
0ae400f7cd
* added bottom images for tarock and hex-a-deck
...
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@265 efabe8c0-fbe8-4139-b769-b5e6d273206e
2011-03-06 06:39:02 +00:00
skomoroh
f25a697c52
* added bottom images for tarock and hex-a-deck
...
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@264 efabe8c0-fbe8-4139-b769-b5e6d273206e
2011-03-06 06:38:28 +00:00
skomoroh
1ac67d54c4
+ 1 new game
...
* minor fixes
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@249 efabe8c0-fbe8-4139-b769-b5e6d273206e
2009-08-08 05:33:50 +00:00