Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2015-04-24
| ||
07:44 | ast.litereral() start throwing errors. Had to remove the "ast." from it. Leaf check-in: 7e0f857d82 user: saul tags: for-gimp-pre-2.8.12 | |
07:43 | ast.litereral() start throwing errors. Had to remove the "ast." from it. Leaf check-in: 46b7c34cfd user: saul tags: trunk | |
07:34 | ast.litereral() start throwing errors. Had to remove the "ast." from it. Leaf check-in: 2d86cf95fb user: saul tags: barn | |
2014-10-20
| ||
04:21 | Handle case where number of columns is zero (by forcing a square preview). cherrypicked from trunk check-in: 9821529178 user: saul tags: for-gimp-pre-2.8.12 | |
04:17 | Handle case where number of columns is zero (by forcing a square preview). check-in: 41e57a8df8 user: saul tags: trunk | |
2014-09-02
| ||
18:34 | Fix for ticket 36808ba713 (API change in GIMP PDB). check-in: 417868c111 user: saul tags: trunk | |
18:32 | Create new branch named "for-gimp-pre-2.8.12" check-in: 3cba64406a user: saul tags: for-gimp-pre-2.8.12 | |
18:30 | Fixes ticket 36808ba713 (API change to script-fu-server). check-in: 4fbe25feb9 user: saul tags: barn | |
18:29 | Blend Tool Preset correct offset. Switched to safer 'literal_eval' for evaluating response. check-in: e7eeca9261 user: saul tags: barn | |
18:24 | Fixed script-fu-server API (ticket 36808ba713) Leaf check-in: 363d7b9564 user: saul tags: ip-limited | |
18:09 | Create new branch named "ip-limited" check-in: 85f923ea5c user: saul tags: ip-limited | |
2014-09-01
| ||
06:37 | Fixed default offset in Blend preset (should be 0.0 not 1.0) check-in: 9e9a1cb1dc user: saul tags: trunk | |
2014-02-09
| ||
00:55 | Switched to safer 'literal_eval' for evaluating response. Added link to MG-GIMP project for home page footer. check-in: e07c14d6d7 user: saul tags: trunk | |
2014-01-24
| ||
02:56 | The database of all the uploads (actual files are in the user_dev/ directory. check-in: 1ff6390889 user: saul tags: barn | |
02:54 | This branch also includes files specific to barn.kerosenecow.net check-in: 7a5634f3cc user: saul tags: barn | |
02:48 | Create new branch named "barn" check-in: e5a6f9a321 user: saul tags: barn | |
2014-01-19
| ||
23:49 | Fixed graying of Dynamics setting in Tool Presets. Fixed bug in palette handler. check-in: 00cfd06d35 user: saul tags: trunk | |
2014-01-10
| ||
04:17 | Added handlers for align, curves, threshold, levels, measure, and zoom. As well as brightness-contrast, color-balance, colorize, desaturate, gegl, hue-saturation, posterize (none these have any options). check-in: fe6421cc76 user: saul tags: trunk | |
2014-01-07
| ||
08:39 | Fixed bug in curves processor. Added licensing info. check-in: 4b996b0959 user: saul tags: trunk | |
2014-01-05
| ||
10:12 | Fixed problem with creation of GIMP's gradients directory. check-in: 3074660cfb user: saul tags: trunk | |
2013-12-24
| ||
21:23 | Fixed bug with XCF file handler. Added comments. check-in: f28885d3ce user: saul tags: trunk | |
2013-12-22
| ||
17:13 | Added some metadata properties for the side panel (tool, name, and dependencies). check-in: e5ac6c0ba2 user: saul tags: trunk | |
2013-12-21
| ||
23:17 | Added bucket fill tool options. check-in: a9d487a1a3 user: saul tags: trunk | |
19:48 | Fixed bug with gradient and brush searches. check-in: 272e61c29f user: saul tags: trunk | |
08:26 | Support for .gtp files added (woot!) check-in: cbc4636a79 user: saul tags: trunk | |
07:34 | Fixed missing closing parentheses. check-in: 4e1b81227a user: saul tags: trunk | |
07:25 | Factored out the major code segments to separate files. check-in: b55e806b25 user: saul tags: trunk | |
07:22 | Create new branch named "script-factoring" Closed-Leaf check-in: 6de322b334 user: saul tags: script-factoring | |
07:16 | Split Scheme code to a separate file which is copied to the GIMP2_DIRECTORY/scheme folder before GIMP is started. check-in: b85116931d user: saul tags: trunk | |
07:14 | Split Scheme code to a separate file which is copied to the GIMP2_DIRECTORY/scheme folder before GIMP is started. Closed-Leaf check-in: 051307f11b user: saul tags: copy-scripts | |
05:28 | Create new branch named "copy-scripts" check-in: 6b0d05c975 user: saul tags: copy-scripts | |
2013-12-07
| ||
22:58 | Replace orig-image with image. check-in: cf6bc2cafb user: saul tags: trunk | |
2013-12-05
| ||
22:38 | Updated sniff_handler() to avoid use of kwargs. check-in: 66625e9c08 user: saul tags: trunk | |
2013-12-04
| ||
19:22 | Dynamics incorporated into trunk. check-in: 78ebf4cd3c user: saul tags: trunk | |
19:21 | Dynamics implemented. Closed-Leaf check-in: 4d44e1892b user: saul tags: dynamics | |
2013-11-26
| ||
17:19 | Factored out conversion of Cadmull-Rom to Cubic Bezier. check-in: 98ddfa8eea user: saul tags: dynamics | |
14:40 | Create new branch named "dynamics" check-in: a5908f135d user: saul tags: dynamics | |
2013-11-25
| ||
08:00 | Since we are rotating the curves preview after it is generated, the canvas and grid both to need to start off with the x-axis and y-axis swapped. check-in: 1a4ff102e1 user: saul tags: trunk | |
03:58 | Merged change to speedup generation of the Curves preview. (Instead of drawing the curve point-by-point, I calculate the controls and anchors of the corresponding cubic bezier curve. check-in: 7ba090a6d4 user: saul tags: trunk | |
03:56 | Needed to rotate the image to swap the Xs and Ys after reversing a list of coordinates. Also, added Curve Information to the display (whether the curve is Smooth or Freehand). Closed-Leaf check-in: dc2164d93f user: saul tags: curve-speedup | |
2013-11-24
| ||
17:05 | Create new branch named "curve-speedup" check-in: ee7a2bfbb5 user: saul tags: curve-speedup | |
15:33 | Added number of channels and paths to XCF image information. check-in: fb73d92ef1 user: saul tags: trunk | |
2013-11-22
| ||
18:53 | Removed ACCEPTED_EXTENSIONS and imported SUPPORTED_FILETYPES from processing.py check-in: c203a92cee user: saul tags: trunk | |
17:11 | Merged implementation of pipe brushes. check-in: 8b7e8e6f07 user: saul tags: trunk | |
17:10 | Fixed minor errors after testing uploads. Leaf check-in: 5cca0d6034 user: saul tags: pipe-brushes | |
16:33 | Implemented GIH pipe brushes. check-in: 46bada90f4 user: saul tags: pipe-brushes | |
15:11 | Create new branch named "pipe-brushes" check-in: 921a58955e user: saul tags: pipe-brushes | |
15:11 | Try to maintain compatibility with GIMP 2.6 check-in: f3173f2318 user: saul tags: trunk | |
05:10 | Set up dedicated GIMP2_DIRECTORY in /var/run/mediagoblin/mggimp.d check-in: 9ebeb49828 user: saul tags: trunk | |
04:01 | Implemented support for VBR parametric brushes. check-in: f22995fb65 user: saul tags: trunk | |