2011-08-26 14:17 zmoelnig * .: 0.93 release 2011-08-26 14:07 zmoelnig * don't link core Gem against QuickTime4W32 2011-08-26 13:40 zmoelnig * no more warning on imageQT vs imageMAGICK 2011-08-26 09:54 zmoelnig * use "SVN" rather than "CVS" 2011-08-26 09:54 zmoelnig * disable installer by default 2011-08-26 09:47 zmoelnig * catch ALL for exceptions 2011-08-26 09:47 zmoelnig * only show used id's as available 2011-08-26 09:45 zmoelnig * try to not break the incoming "const" filename 2011-08-26 08:43 zmoelnig * fixed compilation on msvc 2011-08-25 16:04 zmoelnig * initialize QuickTime in the plugins 2011-08-25 16:04 zmoelnig * removed uncommented lines of code 2011-08-25 15:21 zmoelnig * quicktime is initialized in the plugins; no need to do it here 2011-08-25 14:59 zmoelnig * don't install *Base.h headers 2011-08-25 14:47 zmoelnig * no more src/plugins/image.h 2011-08-22 10:29 zmoelnig * clean up of GemSettings no more PIMPL since we don't expose the class itself 2011-08-22 10:28 zmoelnig * removed output of STRIP from configure 2011-08-19 08:19 zmoelnig * pixBlock is really a "struct" and not a "class" this fixes some weirdo bugs on w32 2011-08-19 08:16 zmoelnig * ()->(void) 2011-08-16 20:42 zmoelnig * use CLAMP_TO_EDGE if available 2011-08-16 16:28 zmoelnig * fixed typos 2011-08-16 16:11 zmoelnig * added on/off messages to light-help 2011-08-16 16:06 zmoelnig * fixed typo 2011-08-16 15:43 zmoelnig * made testure.{quality,repeat} settable via gem.conf 2011-08-16 12:37 zmoelnig * normalized behaviour of [pix_movement] in all colorspaces 2011-08-16 10:17 zmoelnig * include Gem/Properties if we want to use them 2011-08-16 07:41 zmoelnig * removed configureflags hacks; added LIBTOOL_W32_DLL 2011-08-16 07:40 zmoelnig * removed /debian directory it's maintained somewhere else 2011-08-15 14:12 zmoelnig * updated M$VC build project 2011-08-15 14:10 zmoelnig * made it compile on w32 again 2011-08-15 13:59 zmoelnig * fixed w32 build 2011-08-15 13:06 zmoelnig * implement isThreadable 2011-08-15 13:06 zmoelnig * implement gem::plugins::imagesaver::getInstance() 2011-08-15 13:05 zmoelnig * moved meta imageloader class implementation to imageloader.cpp imageloader::getInstance() now returns a valid instance that wraps all classes 2011-08-15 13:05 zmoelnig * removed INIT_fooFACTORY() macro it's only used once, so we can simply use it directly 2011-08-15 13:04 zmoelnig * removed unneeded imageStruct 2011-08-15 13:03 zmoelnig * normalized copyright headers fixed dates (....-2011) and made everything UTF-8 2011-08-15 12:36 zmoelnig * fixed dates in copyrights 2011-08-15 12:33 zmoelnig * when including a plugin-file, the includer has to make sure that the needed headers are available 2011-08-15 12:33 zmoelnig * adjust to new API of film-plugins 2011-08-15 12:32 zmoelnig * try to not use gensym() for factory and thus remove inclusion of RTE.h 2011-08-15 12:32 zmoelnig * no need to include stdlib.h 2011-08-15 12:31 zmoelnig * adjusted to new simplified API (and manually include RTE) 2011-08-15 12:30 zmoelnig * adjust to new simplified API 2011-08-15 12:29 zmoelnig * simplified API by using properties 2011-08-15 12:29 zmoelnig * no more macro for PluginFactory creation 2011-08-14 13:12 zmoelnig * more gracefully fail when removing symlinks 2011-08-12 13:48 zmoelnig * replaced () by (void) 2011-08-12 13:47 zmoelnig * implement atomlist->Symbol 2011-08-12 13:10 zmoelnig * inclusion magic for TemplateImplementation 2011-08-12 12:58 zmoelnig * normalized INCLUDE protection defines 2011-08-12 12:55 zmoelnig * normalized define for inclusion protection 2011-08-11 08:30 zmoelnig * added argument support for [pix_video]: use as device name 2011-08-11 08:30 zmoelnig * made gem::RTE::Symbol work (at least on linux) 2011-08-11 08:30 zmoelnig * added Symbol wrapper 2011-08-11 08:29 zmoelnig * added runningState UNKNOWN so the device won't start automatically whenever you send a device message (even if rendering has not been turned on) 2011-08-10 07:19 zmoelnig * fix 'enumProps' message 2011-08-08 15:27 zmoelnig * fixed video::releaseFrame() -> videoBase::releaseFrame() 2011-08-08 14:33 zmoelnig * added videoTEST to build system (but don't build it by default) 2011-08-08 14:33 zmoelnig * videoTEST plugin for test images 2011-08-08 14:32 zmoelnig * add virtual dtors; reorder methods 2011-08-08 14:32 zmoelnig * adjust to imageloader/imagesaver split into interface/implementation 2011-08-08 14:29 zmoelnig * split imageloader/imagesaver into interface/baseclass 2011-08-08 14:28 zmoelnig * adapted to "film" -> "film"|"filmBase" split 2011-08-08 14:27 zmoelnig * use gem::film::ERRCODE rather than FILM_ERR_ERRCODE 2011-08-08 14:26 zmoelnig * split pluginclass "film" into "film" (interface) and "filmBase" (impl) 2011-08-08 14:26 zmoelnig * include "Gem/RTE.h" as REGISTER_*FACTORY currently depend on "gensym()" 2011-08-08 14:25 zmoelnig * adapt to video -> video|videoBase split 2011-08-08 14:24 zmoelnig * split 'video' pluginclass into 'video' interface and 'videoBase' implementation 2011-08-08 14:23 zmoelnig * use (void) rather than () 2011-08-08 14:23 zmoelnig * adapted to record -> record/recordBase split 2011-08-08 14:22 zmoelnig * 'plugins/record.h' no longer provides std::map and PluginFactory 2011-08-08 14:21 zmoelnig * split 'record' class into interface and baseclass 2011-08-08 14:21 zmoelnig * removed unneeded scritps 2011-08-08 14:20 zmoelnig * removed #if clause for testing 2011-08-05 17:36 zmoelnig * more comments in installer 2011-08-05 17:17 zmoelnig * make imageQT only optional 2011-08-05 16:06 zmoelnig * prefix PATH when loadingplugins, as on w32 it disappears... 2011-08-05 15:15 zmoelnig * updated project 2011-08-05 15:07 zmoelnig * remove Gem/dev 2011-08-05 14:56 zmoelnig * made it compile on M$VC 2011-08-05 14:51 zmoelnig * made the ReleaseDummy compile on MSVC 2011-08-05 14:51 zmoelnig * removed PYLON from installer (it's currently not built on w32) 2011-08-05 14:44 zmoelnig * removed AVTec plugin (it's currently not build on w32) 2011-08-05 14:38 zmoelnig * fix path to extra/ builds 2011-08-05 14:37 zmoelnig * made it work correctly on w32 2011-08-05 14:05 zmoelnig * fixes for M$VC 2011-08-05 14:01 zmoelnig * made it compile on w32 2011-08-05 13:52 zmoelnig * reduce compiler warnings 2011-08-05 13:44 zmoelnig * removed last dynamically assigned arrays (now it compiles on msvc) 2011-08-05 12:38 zmoelnig * use SHCTX rather than HCKU, so later we can install to HKLM 2011-08-05 12:37 zmoelnig * added Dev section 2011-08-04 11:03 zmoelnig * adjust install layout to match that of automake 2011-08-04 11:03 zmoelnig * renamed tri2fan.geo to tri2fan.geom 2011-08-04 11:03 zmoelnig * uninstall now uninstalls everything 2011-08-04 11:02 zmoelnig * renamed geometry shader to .geom 2011-08-04 11:02 zmoelnig * update w32-installer adding extra/ 2011-08-02 07:42 zmoelnig * always succeed when creating convenience links 2011-07-30 15:31 zmoelnig * include GLEW flags 2011-07-30 15:31 zmoelnig * more m4 escaping 2011-07-30 15:30 zmoelnig * documentation of GEM_CHECK_LIB 2011-07-27 12:28 zmoelnig * made it compile on OSX again 2011-07-27 12:06 zmoelnig * code cleanup; implement copy constructors; initialize members,... 2011-07-27 12:05 zmoelnig * code cleanup; implement copy constructors; initialize members,... 2011-07-27 12:04 zmoelnig * code cleanup; implement copy constructors; initialize members,... 2011-07-27 11:58 zmoelnig * code cleanup; implement copy constructors; initialize members,... 2011-07-27 11:54 zmoelnig * fixing MinGW troubles with max() 2011-07-27 11:34 zmoelnig * 'string' type is really only 'char' 2011-07-27 11:25 zmoelnig * updated to newer frei0r specs 2011-07-26 19:01 zmoelnig * made it compile on mingw 2011-07-26 18:50 zmoelnig * shuffled includes 2011-07-26 18:29 zmoelnig * remove videoAVT dupe 2011-07-26 18:28 zmoelnig * some initialization 2011-07-26 17:28 zmoelnig * properly initialize variables 2011-07-26 16:35 zmoelnig * NULL pointer check 2011-07-26 15:58 zmoelnig * numeric device selection 2011-07-26 15:37 zmoelnig * less error decoration 2011-07-26 15:33 zmoelnig * minor fixes (out-of-range error) 2011-07-26 15:03 zmoelnig * made it compile again 2011-07-26 14:51 zmoelnig * added more plugins 2011-07-26 14:09 zmoelnig * renamed MSVC-projects gem->Gem 2011-07-26 13:42 zmoelnig * install deprecated headers 2011-07-26 13:25 zmoelnig * more Dylib stuff maybe at somepoint i'll have it fixed 2011-07-26 08:33 zmoelnig * pkg-config support 2011-07-26 07:47 zmoelnig * more Dylib fixes 2011-07-26 07:47 zmoelnig * some more mimetypes for apple specific image formats 2011-07-25 15:29 zmoelnig * proper initialization 2011-07-25 15:28 zmoelnig * made it compile on OSX again 2011-07-25 15:20 zmoelnig * code cleanup - preparing for w32 comaptibility 2011-07-25 13:38 zmoelnig * moved stack-allocated arrays onto heap this should allow pix_mano to compile on MSVC and it should reduce the number of allocations drastically (speed) 2011-07-25 11:31 zmoelnig * no more inclusion of m_pd.h in GemWinCreate.h 2011-07-25 11:28 zmoelnig * use linux||GLX rather than unix for GLX specific code 2011-07-25 11:14 zmoelnig * made runproc() compile on w32 CHECK on other platforms 2011-07-25 11:13 zmoelnig * allow glx on non-linux 2011-07-25 11:10 zmoelnig * GemGlewXContext=void fallback for all but w32 and linux/glx 2011-07-25 10:53 zmoelnig * replaced AX_LANG_COMPILER_MS by AX_COMPILER_VENDOR and provide the latter 2011-07-24 13:31 zmoelnig * simplified Dylib's function_t typename 2011-07-23 13:52 zmoelnig * added M$VC stub for imageSGI 2011-07-23 13:51 zmoelnig * added M$VC project files to DIST 2011-07-23 13:48 zmoelnig * dylib fixes mingw complains about not being able to cast (void*) to a function pointer . also we might want to support both DL_OPEN and w32's LoadLibrary mechanisms at the same time...there is really no reason not to 2011-07-22 14:46 zmoelnig * include imageMAGICK 2011-07-22 14:45 zmoelnig * using stdlibraries, imageMAGICK now works! 2011-07-22 14:40 zmoelnig * almost working project hmm, unresolved symbols "__timezone" and "__daylight", wtf... 2011-07-22 13:55 zmoelnig * imageMAGICK M$VC stub 2011-07-22 13:02 zmoelnig * renamed 'gem' to 'Gem' 2011-07-22 12:53 zmoelnig * got rid of one ifdef clause 2011-07-22 12:52 zmoelnig * added image-plugins to master project 2011-07-22 12:51 zmoelnig * imageTIFF vc project 2011-07-22 12:48 zmoelnig * ignore default libraries 2011-07-22 12:46 zmoelnig * fixed linebreak 2011-07-22 12:41 zmoelnig * stub projects for MSVC 2011-07-22 12:29 zmoelnig * code cleanup 2011-07-22 11:57 zmoelnig * removed unneccessary code 2011-07-22 11:56 zmoelnig * removed unneccessary code 2011-07-22 11:56 zmoelnig * added libfidtrack files 2011-07-22 11:49 zmoelnig * M$VC stubs for pix_fiducialtrack 2011-07-22 11:48 zmoelnig * M$VC projects for pix_mano 2011-07-22 11:46 zmoelnig * export class 2011-07-22 11:45 zmoelnig * made it compile on w32 2011-07-22 11:33 zmoelnig * pix_drum M$VC project 2011-07-22 11:24 zmoelnig * no more "debug" targets for the plugins 2011-07-22 11:23 zmoelnig * made plugins compile on w32 2011-07-22 10:51 zmoelnig * reset include/library paths in a semi-automated way... 2011-07-22 10:07 zmoelnig * removed Debug configuration from M$VC projects 2011-07-22 09:53 zmoelnig * simplified and fixed some more M$VC warnings 2011-07-22 09:02 zmoelnig * fix or suppress warnings in M$VC 2011-07-22 09:01 zmoelnig * typo where a function would not return a value in all cases 2011-07-22 09:00 zmoelnig * suppress warnings on M$VC when including m_pd.h 2011-07-22 08:58 zmoelnig * added warning about auto_ptr 2011-07-22 08:47 zmoelnig * use "unsigned int" when comparing to "unsigned int" 2011-07-22 08:46 zmoelnig * disable more warnings on M$VC M$VC complains if a class specifies which exceptions can be expected to be thrown; this means that it tells you that the compiler is not standards compliant whenever you are writing standard compliant code, basically telling you it's all your fault 2011-07-22 08:43 zmoelnig * turn off warnings in M$VC we are deriving an exported class from a non-exportet class, which gives a warning! according to M$DN, this warning can be ignored if the parent-class is from the STL (but why do they warn then...) 2011-07-22 08:28 zmoelnig * made it compile on M$VC after all the restructuring of code 2011-07-22 07:58 zmoelnig * moved plugins/ and extra/ out of src/ 2011-07-21 16:11 zmoelnig * b/w results for YUV images 2011-07-21 15:42 zmoelnig * NULL-pointer protection 2011-07-21 15:41 zmoelnig * re-indentation 2011-07-21 15:40 zmoelnig * info outlet of [pix_image] 2011-07-21 14:49 zmoelnig * wrapper around Pd's t_outlet 2011-07-21 10:33 zmoelnig * added more getprops 2011-07-21 10:27 zmoelnig * trying to simply PropGet 2011-07-21 10:18 zmoelnig * disabled complicated properties 2011-07-21 10:13 zmoelnig * added lots of properties (this time with maxval) 2011-07-21 10:12 zmoelnig * added lots of properties 2011-07-21 09:58 zmoelnig * fixed unsigned short -> double conversion 2011-07-21 09:51 zmoelnig * fixed double->unsigned short overflow 2011-07-21 09:48 zmoelnig * fixed stringification in macro cpp on OSX yields weird results 2011-07-21 09:31 zmoelnig * fixed typos 2011-07-21 09:23 zmoelnig * simplified setProperty code 2011-07-21 08:55 zmoelnig * close SeqGrabber when open failed 2011-07-21 08:15 zmoelnig * (void) rather than () 2011-07-21 08:14 zmoelnig * updated pix_video help-patch 2011-07-20 20:41 zmoelnig * removed deleted methods 2011-07-20 20:24 zmoelnig * helper method: applyProperties() 2011-07-20 20:07 zmoelnig * made it compile on OSX 2011-07-20 20:01 zmoelnig * more cleanup of videoDarwin 2011-07-20 15:43 zmoelnig * simplified some properties 2011-07-20 13:29 zmoelnig * made it compile (and somewhat work) 2011-07-20 12:50 zmoelnig * rudimentary property and device selection support 2011-07-20 12:10 zmoelnig * implemented (dummy) dialogs() method 2011-07-20 12:08 zmoelnig * implemented dialogs() method 2011-07-20 11:39 zmoelnig * removed videoGrabber sources 2011-07-20 11:37 zmoelnig * ignore version_current.h when checking for unused sources 2011-07-20 11:36 zmoelnig * remove OS-specific objects from build 2011-07-20 11:36 zmoelnig * added CHECKUNUSED_IGNORE variable in order to not check certain files 2011-07-20 11:24 zmoelnig * removed DirectShow grabber code 2011-07-20 10:57 zmoelnig * fixed manual autoreconf 2011-07-20 10:05 zmoelnig * moved record implementations into gem::plugins namespace 2011-07-20 10:05 zmoelnig * moved record into gem::plugins namespace 2011-07-20 10:02 zmoelnig * visibility fixes 2011-07-20 10:01 zmoelnig * fixed typo 2011-07-20 09:59 zmoelnig * video has moved into gem::plugins namespace 2011-07-20 09:41 zmoelnig * moved video implementation classes into gem::plugins namespace 2011-07-20 09:40 zmoelnig * moved video base class into gem::plugins namespace 2011-07-20 09:33 zmoelnig * moved video base class into gem::plugins namespace 2011-07-20 09:31 zmoelnig * made crucial functions pure-virtual and avoid calling virtual functions in dtor 2011-07-20 09:30 zmoelnig * close() in dtor 2011-07-20 09:12 zmoelnig * reordered API to get most important things to the beginning 2011-07-20 09:11 zmoelnig * cleanup of plugins::video api 2011-07-20 07:55 zmoelnig * let Gem handle the selection of Altivec enabled process() 2011-07-20 07:35 zmoelnig * removed TexFont.h it's not used anywhere these days 2011-07-20 07:32 zmoelnig * pix_fiducialtrack documentation is now in extra/ 2011-07-19 20:21 zmoelnig * fixed path to all.trees file 2011-07-19 20:17 zmoelnig * moved pix_fiducialtrack into extra/ 2011-07-19 20:15 zmoelnig * make snippet for convenience-links in extra/ 2011-07-19 19:56 zmoelnig * fixed convenience links (fixes distcheck failures) 2011-07-19 15:40 zmoelnig * properly adding pix_artoolkit 2011-07-19 15:29 zmoelnig * gracefully fail when removing convenience link 2011-07-19 14:25 zmoelnig * removed link to Gem.dll 2011-07-19 14:15 zmoelnig * added README-EXTRA to the DIST files 2011-07-19 14:12 zmoelnig * use README-EXTRA.txt to find the SRCDIR 2011-07-19 14:11 zmoelnig * a README for extra 2011-07-19 13:16 zmoelnig * renamed Math.h to GemMath.h 2011-07-19 13:12 zmoelnig * renamed Math to GemMath in order to prevent problems on case-insensitive filesystems 2011-07-19 12:52 zmoelnig * added pix_artoolkit 2011-07-19 12:43 zmoelnig * resolved circular dependency OSX is less tolerant when it comes to LIBTOOL and CXX 2011-07-19 12:37 zmoelnig * added headers to the Makefileadded headers to the Makefiless 2011-07-19 12:23 zmoelnig * forgot to include path to Gem/src 2011-07-19 12:13 zmoelnig * include extra/configure.ac 2011-07-19 12:10 zmoelnig * forgotten automakefile 2011-07-19 12:05 zmoelnig * include "deprecated" SUBDIR 2011-07-19 12:02 zmoelnig * install targets for headers 2011-07-19 11:41 zmoelnig * automatic check for forgotten sources 2011-07-19 11:19 zmoelnig * include QTML on windows if HAVE_QUICKTIME is defined 2011-07-19 11:17 zmoelnig * GemMan has moved 2011-07-19 11:16 zmoelnig * restructured sources (moved things out of Base/) 2011-07-19 11:02 zmoelnig * deprecated headers for compat 2011-07-19 08:27 zmoelnig * that's where they belong 2011-07-19 08:26 zmoelnig * moved deprecated headers to deprecated/ for now, if you need to use them, add Gem/src/deprecated to your INCLUDE 2011-07-19 07:20 zmoelnig * remove unused files these files are virtually empty 2011-07-19 07:16 zmoelnig * no more pix_filmLinux nor pix_filmNT 2011-07-19 06:56 zmoelnig * removed disabled include-stanzas 2011-07-18 15:58 zmoelnig * start to export header files 2011-07-18 15:31 zmoelnig * properly disable v4l2 if needed 2011-07-18 15:15 zmoelnig * added autogen.sh to DIST 2011-07-18 15:13 zmoelnig * include patt.hiro in DIST 2011-07-18 15:12 zmoelnig * added autoconf/README.txt to DIST 2011-07-18 15:11 zmoelnig * add pix_artoolkit to DIST 2011-07-18 15:09 zmoelnig * include README.txt and LICENSE.txt into dist-tarball 2011-07-18 14:52 zmoelnig * include ExportDef.h into build 2011-07-18 14:50 zmoelnig * include src/Output in the DIST tarball 2011-07-18 14:43 zmoelnig * compat layer 2011-07-18 14:34 zmoelnig * GemContextData migration 2011-07-18 14:32 zmoelnig * moved ContextData from Base/ to Gem/ 2011-07-18 14:11 zmoelnig * include files moved to Gem/ 2011-07-18 14:07 zmoelnig * moved Version, Setup and ExportDef from Base/ to Gem/ 2011-07-18 13:47 zmoelnig * moved a number of (new) files from src/Base to src/Gem 2011-07-18 13:26 zmoelnig * moved files from Base/ to Gem/ Base/ is really meant to be for Base-classes Gem/ is where the infrastructure should go 2011-07-18 13:24 zmoelnig * deleted disabled code 2011-07-18 12:52 zmoelnig * removed old buildsystem cruft 2011-07-18 12:44 zmoelnig * m4/ now lives in top_srcdir 2011-07-18 12:43 zmoelnig * m4/ lives in top_srcdir 2011-07-18 12:40 zmoelnig * use top_srcdir to find m4/ 2011-07-18 12:14 zmoelnig * more gracefully fail when doing convenience symlinks 2011-07-18 12:10 zmoelnig * conditionally build pix_artoolkit 2011-07-18 12:02 zmoelnig * cleanup 2011-07-18 12:00 zmoelnig * removed generated Makefile 2011-07-18 11:54 zmoelnig * made it compile 2011-07-18 11:39 zmoelnig * moved extra from Gem/src/extra to Gem/extra 2011-07-18 11:36 zmoelnig * fixed includes for Gem 2011-07-18 11:29 zmoelnig * moved src/m4/ to m4/ 2011-07-18 11:26 zmoelnig * moved convenience-symlink snippet into new plugins/ directory 2011-07-18 11:25 zmoelnig * moved plugins from src/plugins/ to plugins/ "src" is now only for the Gem-core 2011-07-18 11:09 zmoelnig * assign '0' to non-pointer variables rather than 'NULL' 2011-07-18 11:08 zmoelnig * use sys_close() on Pd>=0.43 2011-07-18 10:35 zmoelnig * not working at all 2011-07-18 10:28 zmoelnig * use top_srcdir rather than srcdir to find Gem sources i'd like to move the plugins from Gem/src/plugins into Gem/plugins 2011-07-18 10:20 zmoelnig * use DISABLED rather than FALSE gives less warnings :-) 2011-07-18 10:18 zmoelnig * conditionally build V4L(2) plugins 2011-07-18 10:17 zmoelnig * conditionals for V4L(2) and dummy-conditionals ENABLED/DISABLED 2011-07-18 10:15 zmoelnig * removed videoGrabber from SOURCES 2011-07-16 21:16 eighthave * build fix for MinGW: io.h is needed on all _WIN32 2011-07-15 10:47 zmoelnig * updated vs2003 build project 2011-07-15 10:47 zmoelnig * minor build fixes for w32 2011-07-13 09:53 zmoelnig * adapt for ubuntu/natty 2011-07-13 09:43 zmoelnig * more magick to fix ImageMagick's API breakages 2011-07-12 16:15 zmoelnig * include PluginFactory 2011-07-12 16:11 zmoelnig * include PluginFactory; implement isThreadable 2011-07-12 16:09 zmoelnig * include PluginFactory manually 2011-07-12 16:09 zmoelnig * include PluginFactory manually 2011-07-12 16:07 zmoelnig * include (in order to not be dependent on PluginFactory) 2011-07-12 09:54 zmoelnig * renamed videoThreaded to videoGrabber videoGrabber is is meant to be an interface to the PluginFactory