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 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490
|
2008-12-11 Øyvind Kolås <pippin@gimp.org>
* configure.in: bump version to 0.1.20
2008-12-11 Øyvind Kolås <pippin@gimp.org>
* configure.in: copied lua handling from GEGL.
* src/render.c: updated to newer APIs.
2005-03-30 Øyvind Kolås <pippin@gimp.org>
* configure.in: bump version to 0.1.19
2005-03-30 Øyvind Kolås <pippin@gimp.org>
* src/interface.c: Scroll view, and move cursor to line lua suspected
error comes from.
2005-03-30 Øyvind Kolås <pippin@gimp.org>
* src/render.c,
* src/interface.c: Added print pane, at the moment just displaying the
last string printed from lua.
2005-03-30 Øyvind Kolås <pippin@gimp.org>
* src/render.c: renamed time to user_value, fixed animation rendering.
* src/interface.c: added about dialog, and properties toggle button.
2005-03-25 Øyvind Kolås <pippin@gimp.org>
* src/render.c: import the table library.
2004-12-14 Øyvind Kolås <pippin@gimp.org>
* src/render.c: readded initial copying of layer, that was accidentaly
removed in previous commit.
Added global symbols bound_x0, bound_y0, bound_x0, and bound_y0.
made the wrap mode of the pixel fetcher default to smear, since it
is the mode that seems to have the least problems.
Updated version to 0.1.18
2004-12-14 Øyvind Kolås <pippin@gimp.org>
* src/render.c: massive speed increase after porting the pget
function to GimpPixelFetcher.
Updated version to 0.1.17
2004-12-14 Øyvind Kolås <pippin@gimp.org>
* src/interface.c: made the dialog not quit when ESC is pressed, this
makes the editor more useful for people used to vim, which might press
ESC accidentaly while editing.
2004-12-07 Øyvind Kolås <pippin@gimp.org>
* src/main.c: register script parameter with PDB properly.
Updated version to 0.1.16
2004-12-05 Øyvind Kolås <pippin@gimp.org>
* src/main.c: code cleanup, use GNU indentation style.
2004-12-04 Øyvind Kolås <pippin@gimp.org>
* src/render.c: preparing for input from multiple drawables.
* src/render.c: default to full opacity in set_value and set_rgb.
2004-11-26 Øyvind Kolås <pipipn@gimp.org>
* src/main.c: add alpha channel to animation layers if original
didn't have it.
Updated version to 0.1.14
2004-11-26 Øyvind Kolås <pipipn@gimp.org>
* src/interface.c: Added shortcuts for toolbar buttons, (see tooltops
for value), added animation frame (toggle it by shift+ctrl+a).
* src/main.c: Added code to handle animation.
* src/main.h: Increased maximum script size to 64k
* configure.in: use lua-config, guesses, and allow setting prefix
where lua is installed check ingorporated from stratagus.
Updated version to 0.1.13
2004-11-23 Øyvind Kolås <pippin@gimp.org>
* configure.in: make the configure check not depend on the debian
specific pkgconfig files.
2004-11-22 Øyvind Kolås <pippin@gimp.org>
* src/render.c: rewrote to use a single pair of pset/pget
functions. should make porting to other envirometns easier,
rewrote the function registration code, added pixel setters
and getters for hsv and hsl using libgimpcolor.
* configure.in: update version to 0.1.11
2004-11-21 Øyvind Kolås <pippin@gimp.org>
* configure.in
* src/Makefile.am
* src/interace.c: use gtksourceview if available, this gives
autoindent, linenumbers and syntax highlight.
* src/render.c: apply changes even when parsing of lua code encounters
errors. (fixed crash).
* src/main.h: rewrote sample code, to include listing of custom
function prototypes as well.
* configure.in: update version to 0.1.10
2004-11-20 Øyvind Kolås <pippin@gimp.org>
* src/main.c, run(): freeze and thaw undo system, to avoid storing
undo information about the temporary preview layers.
* configure.in: update version to 0.1.9
2004-11-17 Øyvind Kolås <pippin@gimp.org>
* src/interface.c: moved previe code
* src/preview_layer.[ch]: to these files, added correct positioning
for the preview layer.
* configure.in: update version to 0.1.8
2004-11-17 Øyvind Kolås <pippin@gimp.org>
* src/interface.c: replaced code to create the preview code with
actual libgimp calls, now preserving layer mode mask and opacity.
* configure.in: update version to 0.1.7
added .cvsignore files to repository
2004-11-13 Øyvind Kolås <pippin@gimp.org>
* src/interface.c: set error_label to NULL after closing dialog.
released 0.1.6
2004-11-12 Øyvind Kolås <pippin@gimp.org>
* src/render.c: force numeric locale to C before evaluating user
provided code.
released 0.1.5
2004-11-11 Øyvind Kolås <pippin@gimp.org>
* all: renamed to gluas, did search and replace on the whole source
tree.
released 0.1.4
2004-11-11 Øyvind Kolås <pippin@gimp.org>
* src/interface.c: fixed bug with textview, due to setting "monospace,
courier" as family, just setting "monospace" makes it work on win32.
* src/render.c: added get_lab() and set_lab() functions.
2004-11-09 Øyvind Kolås <pippin@gimp.org>
released 0.1.3
2004-11-09 Øyvind Kolås <pippin@gimp.org>
* src/interface.c: a label for displaying error messages.
2004-11-09 Øyvind Kolås <pippin@gimp.org>
* src/interface.c: use a toolbar instead of hbox with buttons.
2004-11-07 Øyvind Kolås <pippin@gimp.org>
* README: added information about flush ()
* src/render.c: added flush () function
2004-11-07 Øyvind Kolås <pippin@gimp.org>
* README: wrote some content
2004-11-06 Øyvind Kolås <pippin@gimp.org>
* src/render.c: redid script api, set_rgb, set_rgba, get_value
* examples/*.lua: reflect changes in script api
2004-11-05 Øyvind Kolås <pippin@gimp.org>
* src/interface.c: added in image "preview"
2004-11-04 Øyvind Kolås <pippin@gimp.org>
* src/main.c: split code out ...
* src/interface.c: into here
* src/render.c: and here (refactoring of api as well)
2004-10-28 Øyvind Kolås <pippin@gimp.org>
Adapted gluas to gimp plug-in template
2004-02-02 Sven Neumann <sven@gimp.org>
* Made 1.3.3 release.
2004-02-02 Sven Neumann <sven@gimp.org>
* autogen.sh: also check for automake-1.8.
2004-02-01 Michael Natterer <mitch@gimp.org>
* src/interface.[ch]
* src/render.[ch]: #include and trailing whitespace cleanup.
* src/main.c: added example which shows how to pass both "seed"
and "randomize" and how to store and retreive them from the
plug-in's arguments and from the last_vals struct correctly.
2004-01-28 Sven Neumann <sven@gimp.org>
* configure.in: use AC_CONFIG_FILES.
2004-01-27 Manish Singh <yosh@gimp.org>
* src/Makefile.am
* configure.in: redid the versioning magic, some cleanup.
2004-01-27 Sven Neumann <sven@gimp.org>
* autogen.sh
* configure.in: simplified by using PKG_CHECK_MODULES instead of
AM_PATH_GIMP_2_0.
2004-01-27 Sven Neumann <sven@gimp.org>
* configure.in: removed use of $DATADIRNAME in favor of $datadir.
Use pkg-config instead of gimptool-1.3.
* src/Makefile.am: use GIMP_LIBDIR.
2004-01-20 Sven Neumann <sven@gimp.org>
* configure.in: check for gimp >= 1.3.24; bumped version to 1.3.3.
* src/interface.c
* src/main.{ch]: adapt to changed API of gimp_random_seed_new().
2003-12-04 Sven Neumann <sven@gimp.org>
* configure.in: only use FOO_DISABLE_DEPRECATED in CPPFLAGS when
compiling against gtk+ <= 2.3.0. Fixes bug #128550.
2003-11-29 Sven Neumann <sven@gimp.org>
* Made 1.3.2 release.
2003-11-29 Sven Neumann <sven@gimp.org>
* src/render.c (render): added a g_message() so something happens
when clicking the OK button.
* HACKING: updated.
2003-11-29 Sven Neumann <sven@gimp.org>
* debian/Makefile.am
* help/C/Makefile.am
* help/images/Makefile.am: minor cleanups.
* help/Makefile.am
* help/gimp-help.xml: added a mapping file for the GIMP help system.
* src/interface.c: register help for the dialog.
2003-11-29 Sven Neumann <sven@gimp.org>
* autogen.sh: updates based on the autogen.sh script in GIMP.
2003-11-11 Sven Neumann <sven@gimp.org>
* src/interface.c (dialog): use gimp_dialog_run().
2003-11-06 Sven Neumann <sven@gimp.org>
* configure.in: depend on GIMP >= 1.3.23. Bumped version to 1.3.2.
* src/interface.c: updated for new GimpDialog API.
* src/main.c: updated for new GimpHelp API.
2003-07-25 Sven Neumann <sven@gimp.org>
* Made 1.3.1 release.
2003-07-25 Sven Neumann <sven@gimp.org>
* Makefile.am (DISTCLEANFILES): added intltool-extract and friends.
2003-07-22 Sven Neumann <sven@gimp.org>
* configure.in: use AM_PATH_GIMP_2_0(), changed the gettext domain
to gimp20-gluas.
2003-07-06 Sven Neumann <sven@gimp.org>
* configure.in: depend on GIMP >= 1.3.17.
* src/main.c: added const qualifiers as expected by
libgimp >= 1.3.17.
2003-03-25 Sven Neumann <sven@gimp.org>
* configure.in: depend on GIMP >= 1.3.14.
* src/plugin-intl.h: only define the gettext macros here.
* src/main.c: bind to the plug-in textdomain, GIMP takes care of
the rest.
2003-03-10 Manish Singh <yosh@gimp.org>
* src/main.c: #include <string.h> for strcmp
* Makefile.am (EXTRA_DIST): include HACKING
2003-03-09 Sven Neumann <sven@gimp.org>
* COPYING
* src/*.[ch]: relicensed to a less restrictive X11-style license.
Thanks to Adam D. Moss <adam@gimp.org> for providing the patch for
this change.
* configure.in: bumped version to 1.3.1.
2003-03-05 Sven Neumann <sven@gimp.org>
* Made 1.3.0 release.
2003-03-05 Sven Neumann <sven@gimp.org>
* Makefile.am (EXTRA_DIST): include autogen.sh and the
intltool*.in files.
* src/Makefile.am: please automake-1.7.
2003-03-05 Sven Neumann <sven@gimp.org>
* acconfig.h: removed this file.
* README
* configure.in
* src/interface.c
* src/main.c
* src/main.h: various changes to make it compile with GIMP >= 1.3.11.
2002-06-03 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
* README: Added notice about po/README.translators.
2002-05-14 Sven Neumann <sven@gimp.org>
* configure.in: check for bind_textdomain_codeset.
2002-04-16 Sven Neumann <sven@gimp.org>
* autogen.sh: call glib-gettextize and intltoolize.
* configure.in: require at least gimp-1.3.5. Use AC_PROG_INTLTOOL
and AM_GLIB_GNU_GETTEXT for i18n.
* src/interface.c (dialog_ok_callback): made it compile again.
2002-01-15 Sven Neumann <sven@gimp.org>
* HACKING
* Makefile.am
* acconfig.h
* autogen.sh
* configure.in
* src/Makefile.am
* src/interface.c
* src/main.c
* src/plugin-intl.h: use gimp-1.3.
2001-12-26 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in: Added "az" to ALL_LINGUAS.
2001-12-21 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
* configure.in: Added "sk" to ALL_LINGUAS.
2001-11-09 Christian Rose <menthos@menthos.com>
* configure.in: Added "sv" to ALL_LINGUAS.
2001-10-20 Christophe Merlet <redfox@eikonex.org>
* configure.in: Added "fr" to $ALL_LINGUAS.
2001-08-31 Abel Cheung <maddog@linux.org.hk>
* configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW
2001-07-12 Abel Cheung <maddog@linux.org.hk>
* configure.in: added zh_TW.Big5 (traditional Chinese) to ALL_LINGUAS
2001-07-12 Michael Natterer <mitch@gimp.org>
* made 1.2.0 release.
2001-07-12 Michael Natterer <mitch@gimp.org>
* README: updated.
* src/main.h
* src/interface.c: added image & drawable menu examples.
2001-07-12 Michael Natterer <mitch@gimp.org>
* autogen.sh: allow newer auto* version strings.
* configure.in: bumped version number to 1.2.0, require gimp 1.2.1.
* src/Makefile.am
* src/interface.h
* src/main.h
* src/render.h: minor cleanups.
2000-08-28 Michael Natterer <mitch@gimp.org>
* configure.in
* src/interface.c
* src/main.c: removed COMPAT_CRUFT
2000-08-25 Kevin Turner <acapnotic@users.sourceforge.net>
* src/Makefile.am (LDADD): Remove GTK_LIBS, as these are included in
GIMP_LIBS.
2000-06-24 Sven Neumann <sven@gimp.org>
* autogen.sh: applied patch from Sesse <sgunderson@bigfoot.com>
that fixes the check for recent versions of auto[conf|make].
* configure.in: we require gimp-1.1.24 and gtk+-1.2.8
2000-06-14 Michael Natterer <mitch@gimp.org>
* configure.in
* debian/*: new directory.
A patch from Kevin Turner <acapnotic@users.sourceforge.net> which
adds a debian packet description.
2000-06-14 Michael Natterer <mitch@gimp.org>
* src/Makefile.am: disable all Gimp compatibility defines.
* src/interface.[ch]
* src/main.[ch]
* src/plugin-intl.h
* src/render.[ch]: some (not yet finished) code to show how to
store stuff per drawable and per image through parasites.
Minor fixes.
2000-05-24 Michael Natterer <mitch@gimp.org>
* src/main.c: register for all image types.
2000-05-24 Michael Natterer <mitch@gimp.org>
* HACKING: s/gfm/gluas/
2000-05-24 Michael Natterer <mitch@gimp.org>
* src/interface.c: one more comment.
* src/main.[ch]: renamed variables, #define'd some string constants.
2000-05-24 Michael Natterer <mitch@gimp.org>
* src/interface.[ch]
* src/render.[ch]: added some comments.
2000-05-24 Michael Natterer <mitch@gimp.org>
* initial revision.
|