Rename GP_Context -> GP_Pixmap
commit98cd4f682a77e56eea48dbcd85336c5073deb00c
authorCyril Hrubis <metan@ucw.cz>
Sat, 23 Sep 2017 08:54:22 +0000 (23 10:54 +0200)
committerCyril Hrubis <metan@ucw.cz>
Fri, 29 Sep 2017 16:58:17 +0000 (29 18:58 +0200)
tree139907780ac13f62f3aa3c7c42669dbbd122d5c6
parent5f21803a755338b573dc6e1519779df8bc7fc78f
Rename GP_Context -> GP_Pixmap

This should have been done long long time ago.

Signed-off-by: Cyril Hrubis <metan@ucw.cz>
302 files changed:
build/syms/Backend_symbols.txt
build/syms/Core_symbols.txt
demos/bogoman/bogoman.c
demos/bogoman/bogoman_render.c
demos/bogoman/bogoman_render.h
demos/c_simple/SDL_glue.c
demos/c_simple/backend_example.c
demos/c_simple/backend_timers_example.c
demos/c_simple/blittest.c
demos/c_simple/convolution.c
demos/c_simple/debug_handler.c
demos/c_simple/fileview.c
demos/c_simple/filters_symmetry.c
demos/c_simple/fonttest.c
demos/c_simple/gaussian_noise.c
demos/c_simple/gfx_koch.c
demos/c_simple/input_example.c
demos/c_simple/koch.c
demos/c_simple/linetest.c
demos/c_simple/loaders.c
demos/c_simple/loaders_example.c
demos/c_simple/loaders_register.c
demos/c_simple/memory_io.c
demos/c_simple/pretty_print.c
demos/c_simple/randomshapetest.c
demos/c_simple/shapetest.c
demos/c_simple/showimage.c
demos/c_simple/sin_AA.c
demos/c_simple/textaligntest.c
demos/c_simple/v4l2_show.c
demos/c_simple/virtual_backend_example.c
demos/c_simple/weighted_median.c
demos/c_simple/x11_windows.c
demos/c_simple/zip_container.c
demos/grinder/grinder.c
demos/grinder/histogram.c
demos/grinder/histogram.h
demos/particle/particle_demo.c
demos/particle/space.c
demos/particle/space.h
demos/py_simple/backends.py
demos/py_simple/blit.py
demos/py_simple/cam_view.py
demos/py_simple/font_style.py
demos/py_simple/gfx.py
demos/py_simple/gravplots_AA.py
demos/py_simple/showimage.py
demos/py_simple/sinplots_AA.py
demos/py_simple/x11_windows.py
demos/spiv/image_cache.c
demos/spiv/image_cache.h
demos/spiv/image_loader.c
demos/spiv/image_loader.h
demos/spiv/spiv.c
demos/spiv/spiv_help.c
demos/ttf2img/ttf2img.c
doc/Makefile
doc/about.txt
doc/backends.txt
doc/backends_python.txt
doc/blits.txt
doc/coding_style.txt
doc/convert.txt
doc/core.txt
doc/core_python.txt
doc/debug.txt
doc/environment_variables.txt
doc/example_SDL_glue.txt
doc/filters.txt
doc/filters_dithering.txt
doc/filters_resize.txt
doc/gamma.txt
doc/get_put_pixel.txt
doc/gfx.txt
doc/gfx_python.txt
doc/grabbers.txt
doc/images/regen.py
doc/loaders.txt
doc/loaders_python.txt
doc/pixmap.txt [moved from doc/context.txt with 65% similarity]
doc/text.txt
include/backends/GP_Backend.h
include/backends/GP_SDL_Pixmap.h [moved from include/backends/GP_SDL_Context.h with 82% similarity]
include/core/GP_Blit.h
include/core/GP_Convert.gen.h.t
include/core/GP_Convert.h
include/core/GP_Core.h
include/core/GP_Debug.h
include/core/GP_Fill.h
include/core/GP_FnPerBpp.h
include/core/GP_Gamma.h
include/core/GP_GammaCorrection.h
include/core/GP_GammaPixel.gen.h.t
include/core/GP_GetPutPixel.gen.h.t
include/core/GP_GetPutPixel.h
include/core/GP_MixPixels.gen.h.t
include/core/GP_Pixel.gen.h.t
include/core/GP_Pixel.h
include/core/GP_Pixmap.h [moved from include/core/GP_Context.h with 59% similarity]
include/core/GP_Transform.h
include/filters/GP_ApplyTables.h
include/filters/GP_Arithmetic.h
include/filters/GP_Blur.h
include/filters/GP_Convolution.h
include/filters/GP_Dither.h
include/filters/GP_EdgeDetection.h
include/filters/GP_Filter.h
include/filters/GP_Filters.h
include/filters/GP_GaussianNoise.h
include/filters/GP_Laplace.h
include/filters/GP_Linear.h
include/filters/GP_Median.h
include/filters/GP_MultiTone.h
include/filters/GP_Point.h
include/filters/GP_Resize.h
include/filters/GP_ResizeCubic.h
include/filters/GP_ResizeLinear.h
include/filters/GP_ResizeNN.h
include/filters/GP_Rotate.h
include/filters/GP_Sepia.h
include/filters/GP_Sigma.h
include/filters/GP_Stats.h
include/filters/GP_WeightedMedian.h
include/gfx/GP_Arc.h
include/gfx/GP_Circle.h
include/gfx/GP_CircleSeg.h
include/gfx/GP_Ellipse.h
include/gfx/GP_Gfx.h
include/gfx/GP_HLine.gen.h.t
include/gfx/GP_HLine.h
include/gfx/GP_HLineAA.h
include/gfx/GP_Line.h
include/gfx/GP_LineAA.h
include/gfx/GP_Polygon.h
include/gfx/GP_PutPixelAA.h
include/gfx/GP_Rect.h
include/gfx/GP_Tetragon.h
include/gfx/GP_Triangle.h
include/gfx/GP_VLine.gen.h.t
include/gfx/GP_VLine.h
include/gfx/GP_VLineAA.h
include/grabbers/GP_Grabber.h
include/loaders/GP_BMP.h
include/loaders/GP_Container.h
include/loaders/GP_GIF.h
include/loaders/GP_JP2.h
include/loaders/GP_JPG.h
include/loaders/GP_Loader.h
include/loaders/GP_Loaders.h
include/loaders/GP_PCX.h
include/loaders/GP_PNG.h
include/loaders/GP_PNM.h
include/loaders/GP_PSD.h
include/loaders/GP_PSP.h
include/loaders/GP_TIFF.h
include/loaders/GP_ZIP.h
include/text/GP_Text.h
libs/backends/GP_AALib.c
libs/backends/GP_Backend.c
libs/backends/GP_BackendVirtual.c
libs/backends/GP_LinuxFB.c
libs/backends/GP_SDL.c
libs/backends/GP_X11.c
libs/backends/GP_X11_Win.h
libs/core/GP_Blit.c
libs/core/GP_Blit.gen.c.t
libs/core/GP_Context.c
libs/core/GP_Fill.gen.c.t
libs/core/GP_GetPutPixel.c
libs/filters/GP_ApplyTables.c
libs/filters/GP_ApplyTables.gen.c.t
libs/filters/GP_Blur.c
libs/filters/GP_Convolution.c
libs/filters/GP_Edge.c
libs/filters/GP_FloydSteinberg.gen.c.t
libs/filters/GP_GaussianNoise.gen.c.t
libs/filters/GP_HilbertPeano.gen.c.t
libs/filters/GP_Histogram.gen.c.t
libs/filters/GP_Laplace.c
libs/filters/GP_LinearConvolution.c
libs/filters/GP_LinearConvolution.gen.c.t
libs/filters/GP_Median.c
libs/filters/GP_MirrorH.gen.c.t
libs/filters/GP_MultiTone.gen.c.t
libs/filters/GP_Resize.c
libs/filters/GP_ResizeCubic.gen.c.t
libs/filters/GP_ResizeCubicFloat.c
libs/filters/GP_ResizeLinear.gen.c.t
libs/filters/GP_ResizeNN.gen.c.t
libs/filters/GP_Rotate.c
libs/filters/GP_Rotate.gen.c.t
libs/filters/GP_Sepia.c
libs/filters/GP_Sigma.c
libs/filters/GP_WeightedMedian.c
libs/filters/arithmetic_filter.t
libs/filters/point_filter.t
libs/gfx/GP_Arc.c
libs/gfx/GP_Circle.c
libs/gfx/GP_CircleSeg.c
libs/gfx/GP_Ellipse.c
libs/gfx/GP_FillCircle.gen.c.t
libs/gfx/GP_FillEllipse.gen.c.t
libs/gfx/GP_HLine.c
libs/gfx/GP_HLine.gen.c.t
libs/gfx/GP_HLineAA.c
libs/gfx/GP_HLineAA.gen.c.t
libs/gfx/GP_Line.gen.c.t
libs/gfx/GP_LineAA.c
libs/gfx/GP_LineAA.gen.c.t
libs/gfx/GP_PartialEllipse.c
libs/gfx/GP_Polygon.c
libs/gfx/GP_PutPixelAA.gen.c.t
libs/gfx/GP_Rect.c
libs/gfx/GP_Tetragon.c
libs/gfx/GP_Triangle.c
libs/gfx/GP_VLine.c
libs/gfx/GP_VLine.gen.c.t
libs/gfx/GP_VLineAA.c
libs/gfx/GP_VLineAA.gen.c.t
libs/gfx/algo/Arc.algo.h
libs/gfx/algo/Circle.algo.h
libs/gfx/algo/CircleSeg.algo.h
libs/gfx/algo/Ellipse.algo.h
libs/gfx/algo/FillRing.algo.h
libs/gfx/algo/FillTriangle.algo.h
libs/gfx/algo/PartialEllipse.algo.h
libs/grabbers/GP_V4L2.c
libs/loaders/GP_BMP.c
libs/loaders/GP_BMP_RLE.h
libs/loaders/GP_Container.c
libs/loaders/GP_GIF.c
libs/loaders/GP_JP2.c
libs/loaders/GP_JPG.c
libs/loaders/GP_Loader.c
libs/loaders/GP_PCX.c
libs/loaders/GP_PNG.c
libs/loaders/GP_PNM.c
libs/loaders/GP_PSD.c
libs/loaders/GP_PSP.c
libs/loaders/GP_TIFF.c
libs/loaders/GP_ZIP.c
libs/text/GP_Text.c
libs/text/GP_Text.gen.c.t
pylib/gfxprim/__init__.py
pylib/gfxprim/backends/__init__.py
pylib/gfxprim/backends/_extend_backend.py
pylib/gfxprim/core/__init__.py
pylib/gfxprim/core/core.i
pylib/gfxprim/filters/__init__.py
pylib/gfxprim/gfx/__init__.py
pylib/gfxprim/gfx/gfx.i
pylib/gfxprim/loaders/__init__.py
pylib/gfxprim/text/__init__.py
tests/afl/loaders.c
tests/core/.gitignore
tests/core/BlitClipped.c
tests/core/BlitConv.gen.c.t
tests/core/GetPutPixel.gen.c.t
tests/core/Makefile
tests/core/Pixmap.c [moved from tests/core/Context.c with 60% similarity]
tests/core/runtest.sh
tests/core/test_list.txt
tests/drivers/framebuffer_test.c
tests/filters/APICoverage.gen.c.t
tests/filters/FilterMirrorH.c
tests/filters/FiltersCompare.gen.c.t
tests/filters/LinearConvolution.c
tests/filters/common.c
tests/filters/common.h
tests/gfx/APICoverage.gen.c.t
tests/gfx/Circle.c
tests/gfx/CircleSeg.c
tests/gfx/Ellipse.c
tests/gfx/FillCircle.c
tests/gfx/FillEllipse.c
tests/gfx/FillRect.c
tests/gfx/HLine.c
tests/gfx/HLineAA.c
tests/gfx/Line.c
tests/gfx/LineAA.c
tests/gfx/Polygon.c
tests/gfx/PutPixelAA.c
tests/gfx/VLine.c
tests/gfx/common.c
tests/gfx/common.h
tests/gfx/gfx_benchmark.c
tests/loaders/GIF.c
tests/loaders/JPG.c
tests/loaders/Loader.h
tests/loaders/PBM.c
tests/loaders/PCX.c
tests/loaders/PGM.c
tests/loaders/PNG.c
tests/loaders/PNM.c
tests/loaders/PPM.c
tests/loaders/SaveAbort.gen.c.t
tests/loaders/SaveLoad.gen.c.t
tests/loaders/ZIP.c
tests/loaders/loaders_suite.c
tests/pylib/test_core.py
tests/pylib/test_gfx.py
tests/pylib/testutils.py