GIMP Script-fu

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins occurring on or before 2015-03-27 02:59:34.

2015-03-27
02:58
Moving a group into itself should flag an error. check-in: 1975294d78 user: saul tags: sg-group-linked-layers
02:51
Handle error case of moving a group into itself (by moving to top). check-in: f62fd10f4a user: saul tags: sg-group-linked-layers
01:43
Added group linked layers command. check-in: 6d6855ab4b user: saul tags: sg-group-linked-layers
01:42
Renaming old ungroup branch to combine some group/ungroup commands. check-in: 81fadc0b2f user: saul tags: sg-group-linked-layers
01:38
Create new branch named "sg-group-linked-layers" check-in: a8849c0376 user: saul tags: sg-group-linked-layers
2015-03-26
01:29
Fat-fingered an edit. Leaf check-in: 4ef3c2db4c user: saul tags: sg-decompose-text-layer
2015-03-25
17:49
For Graechan. check-in: 891726639f user: saul tags: sg-decompose-text-layer
17:48
Forget to do a checkout of the decompose branch. check-in: fa2b05aabd user: saul tags: schemey-fu
17:46
For Graechan. check-in: 21857a3e91 user: saul tags: schemey-fu
17:33
Create new branch named "sg-decompose-text-layer" check-in: a1515524c2 user: saul tags: sg-decompose-text-layer
14:06
Added a 'grow-while' function and used it for calc-fontsize check-in: 40109917d8 user: saul tags: schemey-fu
2015-03-24
14:44
Blurb check-in: f66e1e784e user: saul tags: schemey-fu
13:36
An example script using Schemey-fu. check-in: efd7b71c2d user: saul tags: schemey-fu
2015-03-23
22:29
Updated manual to cover the macros. check-in: b7e2b8868d user: saul tags: schemey-fu
18:47
I should've tested my previous check-in first. check-in: 7a49904724 user: saul tags: schemey-fu
18:43
Silly me. I swapped the offsets with the dimensions in with-xywh check-in: 43aa2be2b5 user: saul tags: schemey-fu
2015-03-21
06:53
Minor change in comments. check-in: 7c14d11f3e user: saul tags: schemey-fu
03:18
Added 'with-xywh' macro. check-in: a32342f2d9 user: saul tags: schemey-fu
2015-03-20
02:36
Added installation notes (note, actually). check-in: e46e0acbf8 user: saul tags: schemey-fu
02:31
Minor changes to documentation. check-in: 7326fb4e9c user: saul tags: schemey-fu
2015-03-19
23:44
Added some SRFI functions to Fu. check-in: a76298997f user: saul tags: schemey-fu
2015-03-17
18:57
Ignore colormap for non-indexed images. Leaf check-in: d04aeb8240 user: saul tags: sg-render-palette-preview
18:50
Script to create a preview of a palette or colormap. check-in: 0170c2c0ec user: saul tags: sg-render-palette-preview
18:49
Create new branch named "sg-render-palette-preview" check-in: 4f1cbefb4c user: saul tags: sg-render-palette-preview
10:00
Fu::progression returns exact integers when no step value provided. check-in: c919393a0d user: saul tags: schemey-fu
08:39
Added Fu:align for aligning layers. check-in: d77a48fe2b user: saul tags: schemey-fu
02:07
Added procedure 'nths' check-in: 651eecc560 user: saul tags: schemey-fu
2015-03-16
19:38
Ensure that Fu::progression ends exactly on the end value. check-in: 394be74a33 user: saul tags: schemey-fu
10:06
Allow naming the selection saved in 'with-selection'. check-in: 767eec608a user: saul tags: schemey-fu
09:34
Added some 'with-' macros. check-in: 8730329cec user: saul tags: schemey-fu
00:16
Added a couple of sorts to Fu module. check-in: 6b5bba1cca user: saul tags: schemey-fu
00:07
Use make-environment instead of package. check-in: 39416a53fb user: saul tags: schemey-fu
2015-03-15
23:57
Minor changes to manual. check-in: f245eb28b5 user: saul tags: schemey-fu
23:21
Some documentation. check-in: 865cdacf5d user: saul tags: schemey-fu
16:04
Moved some tools from Gimp namespace to Tool namespace. check-in: 90d3e308ac user: saul tags: schemey-fu
04:17
Added some Fu:: utility functions (TBD align). check-in: 91542c70ec user: saul tags: schemey-fu
2015-03-10
02:11
Sorted each package by PDB name. check-in: 38a12dc41a user: saul tags: schemey-fu
2015-03-09
02:10
Fixed dehyphen to return string. Plus a syntax error in Vectors. check-in: a77c6833ed user: saul tags: schemey-fu
2015-03-05
12:56
Added Drawable functions. check-in: 94f900ae3f user: saul tags: schemey-fu
2015-03-02
18:36
Pass the number of hyphens to skip to -pass and -decar check-in: aa4c692187 user: saul tags: schemey-fu
18:04
Implemented faster macros, avoiding strbreakup when possible. check-in: d36b355d3e user: saul tags: schemey-fu
10:22
Added some of gimp-* filters (gimp-colorize, gimp-brightness-contrast, etc) check-in: 0f27a6c79c user: saul tags: schemey-fu
08:59
Reverted booleanizing of passed parameters. check-in: b33e9f0ff4 user: saul tags: schemey-fu
08:10
Added gimp-edit-* procedures. check-in: d2fa70c131 user: saul tags: schemey-fu
2015-02-28
11:02
Added Gradients. Also some custom tools. check-in: 862ee5bb92 user: saul tags: schemey-fu
01:11
Title Capped (ugh!) package names to distinguish from variable names. check-in: cd92d02e11 user: saul tags: schemey-fu
2015-02-25
16:58
Added units and vectors. check-in: dad43a54e8 user: saul tags: schemey-fu
09:01
Fixed some simple coding errors. check-in: 302e9173b0 user: saul tags: schemey-fu
08:30
Renaming old sg-schemy-fu branch to schemey-fu. check-in: d4a8e1284c user: saul tags: schemey-fu
08:28
Create new branch named "schemey-fu" check-in: 5bbe976611 user: saul tags: schemey-fu