mirror of https://github.com/GNOME/gimp.git
Some reformattings to improve readability. (shrink_line): Added some
2003-04-25 Pedro Gimeno <pggimeno@wanadoo.es> * app/paint-funcs/paint-funcs.c: Some reformattings to improve readability. (shrink_line): Added some explanatory comments. (border_region): Fixed wrong (though harmless) allocation bug: used sizeof(gint16 *) where sizeof(gint16) was needed.
This commit is contained in:
parent
f9ebdc4f3e
commit
df21fe5276
|
@ -1,3 +1,11 @@
|
|||
2003-04-25 Pedro Gimeno <pggimeno@wanadoo.es>
|
||||
|
||||
* app/paint-funcs/paint-funcs.c: Some reformattings to improve
|
||||
readability.
|
||||
(shrink_line): Added some explanatory comments.
|
||||
(border_region): Fixed wrong (though harmless) allocation bug: used
|
||||
sizeof(gint16 *) where sizeof(gint16) was needed.
|
||||
|
||||
2003-04-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/url.c (query): register the plug-in for https
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue