forked from draekko/gimp-pspi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
executable file
·178 lines (115 loc) · 5.41 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
2016-07-23 Ben Touchette <[email protected]>
* === Released 1.0.8 ===
* updated to compile with Adobe Photoshop CC 2015.5 SDK.
2008-04-24 Tor Lillqvist <[email protected]>
* === Released 1.0.7 ===
* COPYING
* src/*.[ch]: Relicense to "MIT License".
* README: Slightly more details about compiling on Linux.
* configure.in: Bump version to 1.0.7. Add ru to ALL_LINGUAS.
* src/main.c (query): Mark menu item blurb for translation.
2006-03-23 Tor Lillqvist <[email protected]>
* === Released 1.0.5 ===
* README.linux: New file.
* Makefile.am: Add it to EXTRA_DIST.
* src/pspi.c (resource_name): New helper function to print
resource names even if the name actually is an integer resource
id.
(enum_names): Use resource_name() in debugging output. If a PS
plug-in has no image mode property, assume it supports RGB*.
* src/main.c (setup_debug_mask): Tell what pid to attach to if
debugging.
(run_pspi): Call gimp_ui_init() as we will eventually have some own UI.
* src/pspi.c: Include function name in all the debugging output.
2006-03-15 Tor Lillqvist <[email protected]>
* === Released 1.0.4 ===
* README: Update for Linux builds.
* configure.in: Bump version to 1.0.4. Call AC_CANONICAL_HOST
before looking at $host.
* src/Makefile.am: Link explicitly with -lgdi32 for winegcc's
sake. On Linux, install the pspi.exe.so, too.
* src/main.c (my_ftw): Use S_IFDIR instead of _S_IFDIR. Mingw does
have S_IFDIR.
* src/pspi.c (g_win32_error_message)
* src/dump-resources.c (g_win32_error_message)
* src/copy-resources.c (g_win32_error_message): Include
g_win32_error_message() from GLib when building on Linux.
* src/pspi.c (display_pixels_proc): Don't display error message if
BitBlt() fails but GetLastError() says there was no error
(huh?). That seems to happen with Wine a lot.
2004-05-06 Tor Lillqvist <[email protected]>
* === Released 1.0.3 ===
* src/Makefile.am: Uncomment the -mwindows, accidentally left
commented out.
* src/main.c (run_pspi): Don't display the slash in the progress
bar.
2004-04-11 Tor Lillqvist <[email protected]>
* Lots of files: Modifications for GIMP 2.0 (after looking at
gimp-plugin-template for inspiration). Bump version to 1.0.3. No
real changes to functionality.
* src/makefile.msvc: Remove, unmaintained.
* src/Makefile.am: Don't distribute it.
2001-12-29 Tor Lillqvist <[email protected]>
* src/pspi.c: Lots of changes. Here are the most important:
Keep track of the Handles we have allocated ourselves. In the
handle suite of functions, check if the Handle parameter is one of
those. If not, it might be a Windows HGLOBAL handle, or a pointer
to a HGLOBAL handle. If so, act accorgingly. Modify also the
saving and restoring of filter.parameters accordingly.
Some plug-ins pass HGLOBAL Windows handles to the handle
functions... Presumably they can get away with this because
Photoshop itself uses Windows HGLOBALs as Handles?
Don't save and restore filter.parameters and data
unnecessarily. They should be saved only after the
filterSelectorParameters phase, and only need to be restored in
the "re-apply last filter" case, where we invoke the
filterSelectorPrepare phase right away. Use a global data
variable.
Don't call filterSelectorFinish at all. Some plug-ins crash there,
and most plug-ins have done their useful job already in the
filterSelectorStart and filterSelectorContinue phases. As pspi is
a separate process that will terminate shortly afterwards anyway,
there is no resource leak risk.
* README: Update and improve.
* configure.in: Bump version number to 1.0.2.
2001-12-28 Tor Lillqvist <[email protected]>
* src/main.c (init): Don't try to rename the pspirc file to
pspirc.bak if it isn't there.
* src/pspi.c (pspi_prepare): Remove leftover debugging output.
2001-12-28 Tor Lillqvist <[email protected]>
* src/pspi.c (pspi_prepare):
* configure.in: Bump version number to 1.0.1.
* src/main.c: Store pspi settings in a separate pspirc file (in
XML format...), not in the gimprc file.
Don't rescan for Photoshop plug-ins after settings changed, it
crashes the GIMP 1.2.3, sigh.
Don't look for Photoshop's own Plug-ins directory. The
Adobe-supplied plug-ins won't work anyway.
* src/pspi.c: Too many changes to list. Some important bug fixes,
for instance imageSize.h and v were swapped by mistake.
* src/genproxies.m4: New parameter to the (already too
complicated) PROXY macro: fmtvals, to enable printing call
parameters through some pretty-printing function.
* src/Makefile.am: Distribute piproxy.c. Don't use windres any
longer to copy resources from target.8bf to piproxy.8bf. (Instead,
the person debugging should use copy-resources.)
2001-12-27 Tor Lillqvist <[email protected]>
* src/copy-resources.c: New file. For debugging, this program
simply prints out the Windows resources found in an
executable. Note that the output is not in correct resource source
file format
(.rc).
* src/copy-resources.c: New file. This program copies the Windows
resources from one executable to another (to be used to copy
resources from the target plug-in to piproxy.8bf).
* src/Makefile.am: Add new files.
2001-12-26 Tor Lillqvist <[email protected]>
* autogen.sh: New file.
2001-12-22 Tor Lillqvist <[email protected]>
* src/main.c
* src/pspi.c: Add Help About functionality.
2001-12-21 Tor Lillqvist <[email protected]>
Seems to work reasonably well now.
* configure.in: Bump version number to 1.0.0.
2001-12-10 Tor Lillqvist <[email protected]>
* Started work on this.