133 Комити (5f953f40ad8e92803fcd4ea0fac0b66251fc0df9)

Аутор SHA1 Порука Датум
  Sam Hocevar f8b29001cd base: convert map and avl_tree methods to lowercase. Because. пре 10 година
  Sam Hocevar 7ea3b73ed7 image: endianness fixes in the Imlib2 codec. пре 10 година
  Jean-Yves Lamoureux cf72e40d62 imlib2: Fix RGBA order in loader and use imlib_image_get_data_for_reading_only() пре 10 година
  Sam Hocevar c727182ac0 image: fix a bug introduced in the image conversion refactoring. пре 10 година
  Sam Hocevar 4928ea91ad image: improve the DBS dithering implementation by avoiding lots of tests. пре 10 година
  Sam Hocevar 5026358eef image: add plenty of colour conversions. пре 10 година
  Sam Hocevar 7bd5a94ca0 image: add the skeleton for a Movie class. пре 10 година
  Sam Hocevar 90a60ba446 image: revert GDI+ animated GIF tests; we’ll try something else. пре 10 година
  Sam Hocevar 500e40c93d image: GDI+ GIF support tweaks. пре 10 година
  Sam Hocevar 28e8fd6834 image: first GIF encoder iteration. пре 10 година
  Benjamin ‘Touky’ Huet a89dac5c30 Fixed some stuff and added some small tweaks пре 10 година
  Sam Hocevar d373081b80 build: use #pragma once instead of header guards because 1) fuck the dinosaurs, пре 10 година
  Sam Hocevar 7d4a58021f build: use SDL2 on Windows. пре 10 година
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. пре 10 година
  Sam Hocevar 8329482cb9 image: do not alter the pointer returned by Lock(). пре 10 година
  Sam Hocevar e2f53bb71a image: fix bug introduced in Image::Lock2D(). пре 10 година
  Sam Hocevar 2a5150e060 base: VISUQL STUDIO JTE NIAUE Q LQ KQLQSH. пре 10 година
  Guillaume Bittoun 2511de1f90 arraynd: adding constructors and operators for vec_t<int, N> and vec_t<ptrdiff_t, N> types. пре 10 година
  Sam Hocevar 4be9ea2a4e misc: replace NULL with nullptr. пре 10 година
  Sam Hocevar caabc35cb1 image: fix a compilation error caused by the GDI+ system headers. пре 10 година
  Sam Hocevar 1b5d3557ec build: some compilation fixes and tweaks for older (<= 4.6) versions of GCC. пре 10 година
  Sam Hocevar ad9a388e80 misc: remove 100% of the "using namespace std;" madness. пре 10 година
  Sam Hocevar 12aaff89e3 base: huge refactor in vector.h; GCC compilation times down by 50%. пре 10 година
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. пре 10 година
  Sam Hocevar 3862ad59dc base: going on a lowercase rampage; today’s victim: Array. пре 10 година
  Sam Hocevar ebfd692152 base: simplify code here and there. пре 10 година
  Sam Hocevar 7e9f926c43 base: switch map, hash, array2d and array3d to lowercase, like standard пре 10 година
  Sam Hocevar 32abfb18d1 base: various Visual Studio compilation fixes. пре 10 година
  Sam Hocevar d21b904e6c image: the size of the Gaussian used for void-and-cluster is now a parameter. пре 10 година
  Sam Hocevar 7b34d5094b image: significantly reduce the blue noise algorithm complexity. пре 10 година
  Sam Hocevar f51bfc5722 image: add a blue noise kernel generator using the void-and-cluster пре 10 година
  Sam Hocevar 2719aa06dd image: move files around. пре 10 година
  Sam Hocevar 6526c8c904 image: reimplement most image merge operations (overlay, screen, etc.). пре 10 година
  Sam Hocevar 18254349aa image: gather pixel-related types and enums into a single pixel.h header. пре 10 година
  Sam Hocevar 1ad2430ba9 image: implement Image::Lock2D(). пре 10 година
  Sam Hocevar 6e282e6aa2 image: fix a memory leak in the Oric loader. пре 10 година
  Sam Hocevar 5f02903598 image: remove dead or useless or low quality code. пре 10 година
  Sam Hocevar c5a3d4873b image: port the DBS dithering method and remove a few dead files. пре 10 година
  Sam Hocevar 48b4861947 image: rewrite the Oric image exporter to use vector types. пре 10 година
  Sam Hocevar 93a6b1b75b image: we can now write Oric .tap files. пре 10 година
  Sam Hocevar 546e76987d image: fix inconsistent data after image resizing. пре 10 година
  Sam Hocevar 478b74c6fe image: we can now read Oric .tap files. пре 10 година
  Sam Hocevar 967ce8141b image: bicubic and Bresenham resampling. пре 10 година
  Sam Hocevar c33c45904b image: brightness, contrast, threshold, invert, dilate, erode, sharpen. пре 10 година
  Sam Hocevar b5e3bc6c2f image: get rid of stock images; we were misusing them where we actually пре 10 година
  Sam Hocevar a45e61ddbc image: the median filter can now use a kernel for better control. пре 10 година
  Sam Hocevar 6b9f3b66c1 image: add YUV filter, median filter, and image cropping. пре 10 година
  Sam Hocevar 65eb4d005b image: generate Gaussian kernels. пре 10 година
  Sam Hocevar ee615af97a image: fix typos in the image convolution code. пре 10 година
  Sam Hocevar e064118dc1 image: ordered dithering is now complete. пре 10 година