File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed
Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 44- fix tile edges with gtk_snapshot_set_snap() [ kleisauke]
55- better fallback if gtk snap is not there
66- high-dpi support
7+ - icon for windows exe
78
89## 9.0.11 2025/07/21
910
Original file line number Diff line number Diff line change 1-
21- try:
32
4- load DICOM
5- image / petterns / text
3+ image / patterns / text
4+ A1.font has no caption
65
7- crash!
6+ tries to look up Workspaces.Preferences.PAINTBOX_FONT, not computed yet,
7+ backtracks?
88
9- new classmodel_class_member_new() code
9+ Workspaces.Preferences.PAINTBOX_FONT evals to "Sans 12"
1010
1111- get judder with rotate and images smaller than the window
1212
3737 hicolor/apps/256x256/org.libvips.nip4.png
3838 hicolor/apps/512x512/org.libvips.nip4.png
3939
40+ works for flatpak
41+
4042# menu redesign
4143
4244- maxpos, then create mark from coordinate should be two clicks
Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ resources = gnome.compile_resources(
1010 source_dir : ' gtk' ,
1111)
1212
13+ # compile in an icon for a windows exe
14+ if host_machine .system() == ' windows'
15+ windows = import (' windows' )
16+ resources += windows.compile_resources(
17+ ' nip4.rc' ,
18+ depend_files : ' nip4.ico' ,
19+ )
20+ endif
21+
1322# headers for enum scanning
1423headers = files (
1524 ' tilesource.h' ,
Original file line number Diff line number Diff line change 1+ org.libvips.nip4 ICON "nip4.ico"
You can’t perform that action at this time.
0 commit comments