Michael Natterer
|
5247f461aa
|
app: remove paint-funcs-types.h
|
2012-05-19 01:13:21 +02:00 |
Michael Natterer
|
06c59973d3
|
app: remove the entire legacy composition code
|
2012-05-19 00:41:43 +02:00 |
Michael Natterer
|
0215e76acf
|
app: remove combine_regions_replace()
|
2012-05-06 22:51:11 +02:00 |
Michael Natterer
|
3ad73b3658
|
libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions
and update tons of includes in libgimp and app.
|
2012-05-03 03:37:20 +02:00 |
Michael Natterer
|
6bff1b21d0
|
app: uncruftify combine_regions_replace() a bit to ease porting
|
2012-05-02 17:51:13 +02:00 |
Michael Natterer
|
cdd3df6c51
|
app: remove unused function cubic() from paint-funcs.c
|
2012-05-02 17:51:13 +02:00 |
Michael Natterer
|
5cf45ff30b
|
app: remove apply_mask_to_region() and its helper functions
|
2012-05-02 17:51:13 +02:00 |
Michael Natterer
|
03ba250879
|
app: remove combine_mask_and_region() and its helper functions
|
2012-05-02 17:51:12 +02:00 |
Michael Natterer
|
30bf9bcdc9
|
app: remove blend_region()
|
2012-05-02 17:51:05 +02:00 |
Michael Natterer
|
50165d4238
|
app: remove copy_region()
|
2012-05-02 17:51:01 +02:00 |
Michael Natterer
|
bdf6b48138
|
app: move GimpTempBuf from base/ to core/
and forget about include policy in base/, it's scheduled for removal
anyway.
|
2012-05-02 17:51:01 +02:00 |
Michael Natterer
|
690a12f2a7
|
app: move gimp_temp_buf_create_buffer() to temp-buf.[ch]
TempBuf will soon be promoted to be a core/ citizen.
|
2012-05-02 17:50:59 +02:00 |
Michael Natterer
|
0e458f9613
|
app: remove scale_pixels()
|
2012-05-02 17:50:51 +02:00 |
Michael Natterer
|
c7fd41502a
|
app: remove gray_to_rgb_pixels()
|
2012-05-02 17:50:51 +02:00 |
Michael Natterer
|
1b9d6d931d
|
app: remove add_alpha_region() and its helper functions
|
2012-05-02 17:50:51 +02:00 |
Michael Natterer
|
e437d72468
|
app: remove color_pixels()
|
2012-05-02 17:50:47 +02:00 |
Michael Natterer
|
3e119c5af7
|
libgimpcolor: add gimp_rgb[a]_set,get_pixel()
which converts from/to any pixel format using Babl. Added tons of
includes and CFLAGS now that libgimpcolor publically uses Babl.
|
2012-05-02 17:50:43 +02:00 |
Michael Natterer
|
8e31fdf363
|
app: remove paint-funcs/reduce-region.[ch]
|
2012-05-02 17:50:42 +02:00 |
Michael Natterer
|
23811be3f6
|
app: remove paint-funcs/scale-region.[ch]
|
2012-05-02 17:50:42 +02:00 |
Øyvind Kolås
|
76546f7e7c
|
rename lanczos to lohalo
GEGL had a broken lanczos implementation, the lohalo implementation is better
anyways (at least when passed a proper scale matrix).
|
2012-05-02 17:50:38 +02:00 |
Michael Natterer
|
865b925598
|
app: add GimpOperationShapeburst to calculate the distance map for blend
|
2012-05-02 17:50:36 +02:00 |
Michael Natterer
|
9d8d72a6ee
|
app: remove color_region()
|
2012-05-02 17:46:14 +02:00 |
Michael Natterer
|
b08ba684cf
|
app: replace border_region() by GimpOperationBorder
|
2012-05-02 17:46:14 +02:00 |
Michael Natterer
|
8fc7c17d39
|
app: replace fatten_region() by GimpOperationGrow
|
2012-05-02 17:46:14 +02:00 |
Michael Natterer
|
fa072f0cd4
|
app: remove thin_region(), turns out that gimp:shrink was not slow after all
|
2012-05-02 17:46:14 +02:00 |
Michael Natterer
|
c24710b23a
|
app: remove swap_region() and its helper function
|
2012-05-02 17:46:10 +02:00 |
Michael Natterer
|
cbb7b71599
|
app: remove shade_pixels(), no clue when it became unused
|
2012-05-02 17:46:03 +02:00 |
Michael Natterer
|
09f9a91a27
|
app: forgot to remove extract_alpha_region()'s declaration
|
2012-05-02 17:46:03 +02:00 |
Michael Natterer
|
bc75626d99
|
app: remove extract_from_region() and its helper functions
|
2012-05-02 17:46:03 +02:00 |
Michael Natterer
|
dd539f199b
|
app: remove extract_alpha_region() and its helper functions
|
2012-05-02 17:46:02 +02:00 |
Michael Natterer
|
ff49117edc
|
app: remove color_region_mask()
|
2012-05-02 17:46:01 +02:00 |
Michael Natterer
|
6eb015493d
|
app: remove pattern_region()
|
2012-05-02 17:46:01 +02:00 |
Michael Natterer
|
97b41ecbb6
|
app: remove multiply_alpha_region() and separate_alpha_region()
|
2012-05-02 17:45:54 +02:00 |
Michael Natterer
|
07ba5b37a0
|
app: remove shade_region()
|
2012-05-02 17:45:54 +02:00 |
Michael Natterer
|
4ab4da0e6c
|
app: remove flatten_region() and its helper functions
|
2012-05-02 17:45:53 +02:00 |
Michael Natterer
|
528e007e03
|
app: remove copy_color() and its helper functions
|
2012-05-02 17:45:53 +02:00 |
Michael Natterer
|
119b58b659
|
app: remove copy_component() and its helper functions
|
2012-05-02 17:45:53 +02:00 |
Michael Natterer
|
1b1245e4cc
|
app: remove empty functions paint_funcs_setup()/free()
|
2012-05-02 17:45:51 +02:00 |
Michael Natterer
|
ef3cfb48cc
|
app: remove gaussian_blur_region() and its helpers
|
2012-05-02 17:45:50 +02:00 |
Michael Natterer
|
43b39c432c
|
app: remove clear_region(), it's replaced by GEGL everywhere
|
2012-05-02 17:45:50 +02:00 |
Michael Natterer
|
caeeca2111
|
app: remove the unused copy_region_nocow()
|
2012-05-02 17:45:48 +02:00 |
Michael Natterer
|
056e09a6cb
|
Remove the makefile.msc build system, it is unmaintained since 2008
|
2011-12-16 15:53:56 +01:00 |
Mukund Sivaraman
|
1c730f94ac
|
app (paint-funcs): Delete dead assignment and move variable
|
2011-10-04 14:55:41 +05:30 |
Mukund Sivaraman
|
0ccaaf8216
|
app: Remove dead assignments (and variable)
|
2011-10-03 13:05:58 +05:30 |
Martin Nordholts
|
9f1187f6a5
|
app: Prefix TileManager functions
read_pixel_data() -> tile_manager_read_pixel_data()
write_pixel_data() -> tile_manager_write_pixel_data()
read_pixel_data_1() -> tile_manager_read_pixel_data_1()
write_pixel_data_1() -> tile_manager_write_pixel_data_1()
for consistency.
|
2011-09-07 12:08:43 +02:00 |
Martin Nordholts
|
8e7484942a
|
app: Remove COWSHOW debug output
It's 12 years old and will become even more obsolete when we port GIMP
to GEGL.
|
2011-08-29 02:51:05 +02:00 |
Michael Natterer
|
c35ff719a7
|
app/libgimp*: remove stuff found by -Wunused-but-set-variable
|
2011-05-01 23:23:19 +02:00 |
Michael Natterer
|
cc47b2a600
|
libgimpwidgets/color: move the cairo color utility functions to libgimpcolor
Add CAIRO_CFLAGS to a lot of Makefiles to make this possible, and
because they pull in cairo via the libgimp headers.
|
2011-04-28 15:50:39 +02:00 |
Rupert Weber
|
e986310e3e
|
Bug 630201 - remove unused layer-modes.c in app/paint-funcs
The compositing functions in layer-modes.c have been obsolete
for seven years now, since gimp-composite was made default
by 1b33a15e03 in 2003.
|
2010-10-06 21:26:14 +02:00 |
Alexia Death
|
2c4c9ad333
|
app: Clean up the hardness feature. Lets convolve PixelRegions.
|
2010-01-01 18:16:29 +02:00 |