Export to GitHub

cogeopensource - default

Source Commits


Commits

Author Date Commit Message
tamas.lov.nagy Dec 11, 2013 84 - removed CIImage return method, now its CoGe's job to make CIImage object whene
tamas.lov.nagy Dec 2, 2013 83 - Misc changes
tamas.lov.nagy Nov 20, 2013 82 - Adds method to removing CIContext cache
tamas.lov.nagy Nov 20, 2013 81 - Remove unused resources - Adds a workaround for a QC bug in 10.9 with CIImages
tamas.lov.nagy Nov 18, 2013 80 - More optimisations with the new CoGeRendererManager, we don't need to have an
tamas.lov.nagy Nov 18, 2013 79 - Fixes
tamas.lov.nagy Nov 16, 2013 78 - Cleanup, changes, fixes
tamas.lov.nagy Nov 16, 2013 77 - Adds support for MSAA again
tamas.lov.nagy Nov 15, 2013 76 - Using FBO multicolour attachments instead of blitting FBOs, so less resource n
tamas.lov.nagy Nov 14, 2013 75 - Added new offscreen renderer class for data sources (QCComps that outputs a va
tamas.lov.nagy Nov 1, 2013 74 - A possible fix in CoGeCIRenderer
tamas.lov.nagy Oct 27, 2013 73 - Fixes related to releasing renderers
tamas.lov.nagy Dec 14, 2012 72 - Fixes an issue with NSPredicate format which may throw an exceptions if the it
tamas.lov.nagy Oct 16, 2012 71 - adds a lock around rendering without FBO
tamas.lov.nagy Oct 16, 2012 70 - we should not mark http: and https: names as seems-to-be-files
tamas.lov.nagy Sep 14, 2012 69 - some changes regarding to safe release of QCRenderers and more
tamas.lov.nagy Sep 9, 2012 68 - some fixes related to releasing CoGeRenderers
tamas.lov.nagy Sep 8, 2012 67 - adds more compatibility for CoGeCIRenderer and fixes for CoGeRenderer
tamas.lov.nagy Sep 6, 2012 66 - adds more comp ability
tamas.lov.nagy Sep 6, 2012 65 - adds CoGeRenderer compability for CoGeCIRenderer
tamas.lov.nagy Sep 5, 2012 64 - misc fixes and a new class CoGeCIRenderer for rendering CIFilters to OpenGL te
tamas.lov.nagy Sep 2, 2012 63 - CoGeRenderer stores a reference of the creator thread and using it when releas
tamas.lov.nagy Aug 23, 2012 62 - misc change
tamas.lov.nagy Jun 27, 2012 61 - removes FBO push/pop because it is useless
tamas.lov.nagy Jun 18, 2012 60 - adds BLAuthentication class which helps get permissions to move un-compatible
tamas.lov.nagy Jun 13, 2012 59 - from now we cache cache and restore to actual FBO bindings while rendering to
tamas.lov.nagy May 22, 2012 58 - fixes an possible threading issue with CoGeThreadSafeMutableArray - other misc
tamas.lov.nagy May 22, 2012 57 - memory management fixes
tamas.lov.nagy May 18, 2012 56 - add locking on "count" method if CoGeThreadSafeMutableDictionary - misc change
tamas.lov.nagy May 4, 2012 55 - fixes an other issue (a dictionary was mutated while being enumerated) with sk
tamas.lov.nagy May 4, 2012 54 - fixes an issue (a dictionary was mutated while being enumerated) with skipping
tamas.lov.nagy Apr 14, 2012 53 - more keys to skip
tamas.lov.nagy Apr 14, 2012 52 - switch to kMDItemDisplayName for Predicate in Spotlight search
tamas.lov.nagy Apr 14, 2012 51 - other fixes related to missing files search
tamas.lov.nagy Apr 13, 2012 50 - fixes related to missing files search
tamas.lov.nagy Apr 12, 2012 49 - CoGeMissingSearchController can recursively search for missing files, which _s
tamas.lov.nagy Mar 30, 2012 48 - minor changes
tamas.lov.nagy Feb 23, 2012 47 - minor change on the dealloc method of CoGeThreadSafeMutableDictionary
tamas.lov.nagy Jan 30, 2012 46 - switched to kCGColorSpaceGenericRGB from kCGDirectMainDisplay, better performa
tamas.lov.nagy Dec 31, 2011 45 - switch back to _EXT from _ARB, maybe better - also switch back to store/restor
tamas.lov.nagy Dec 19, 2011 44 - we always setting the current context via CGLSetCurrentContext
tamas.lov.nagy Dec 9, 2011 43 - fixes an issue with the Missing Search controller (mutated when being enumerat
tamas.lov.nagy Dec 6, 2011 42 - fixes an issue with the Missing Search controller (mutated when being enumerat
tamas.lov.nagy Nov 20, 2011 41 - switch to optimal things, me think
tamas.lov.nagy Nov 19, 2011 40 - misc changes
tamas.lov.nagy Nov 3, 2011 39 - correct release of GL stuff in release
tamas.lov.nagy Oct 8, 2011 38 - fix the level of missing search controller's window - some additions to CoGeRe
tamas.lov.nagy Sep 10, 2011 37 - CoGeThreadSafeMutableDictionary now makes a deep copy recursively of CoGeThrea
tamas.lov.nagy Sep 3, 2011 36 - comment enabling GL_TEXTURE_RECTANGLE_EXT which produces only a white screen r
tamas.lov.nagy Sep 2, 2011 35 - switch back to GL_RECTANGLE_TEXTURE_EXT
tamas.lov.nagy Sep 2, 2011 34 - removes unneeded OpenGL lines, because we don't have to re-setup our FBO's on
tamas.lov.nagy Sep 2, 2011 33 - adds support for non-MSAA available GFX cards - OpenGL related changes
tamas.lov.nagy Sep 1, 2011 32 - upgraded project to XCode 4.1 - fixes some memory leaks
tamas.lov.nagy Sep 1, 2011 31 - a memory management fix with CoGeThreadSafeMutableArray - use optimal data typ
tamas.lov.nagy Jul 13, 2011 30 - minor fix on CoGeMutableDictionary
tamas.lov.nagy Jul 10, 2011 29 - fixes a memory leak
tamas.lov.nagy Jul 5, 2011 28 - we need that flushbuffer, i knew :)
tamas.lov.nagy Jul 5, 2011 27 - disable glcontext flusbuffer
tamas.lov.nagy Jul 5, 2011 26 - MSAA now working on 10.6.8 and on 10.7 as well - seems we don't need to flush
tamas.lov.nagy Jul 3, 2011 25 - some change on MSAA - MSAA currently broken on 10.6.8
tamas.lov.nagy Jun 16, 2011 24 - adds glClear to renderers
tamas.lov.nagy Jun 7, 2011 23 - from now we using OSSpinLock for CoGeThreadSafeMutableDictionary instead of NS
tamas.lov.nagy Jun 4, 2011 22 - misc fixes
tamas.lov.nagy Jun 4, 2011 21 - misc fixes
tamas.lov.nagy Jun 2, 2011 20 - apply pushs/pops on matrix again
tamas.lov.nagy Jun 2, 2011 19 - we should _assign_ our QCRenderer instead of retaining. This fixes a memory ma
tamas.lov.nagy May 31, 2011 18 - removes GL swap from CoGeRenderer
tamas.lov.nagy May 27, 2011 17 - misc changes
tamas.lov.nagy May 18, 2011 16 - adds method to CoGeRenderer to render with MSAA
tamas.lov.nagy May 17, 2011 15 - now we using modal session instead of NSApp runModal: because its allows us to
tamas.lov.nagy May 17, 2011 14 - fix issue Spotlight Search button not re-enabled after search finish/done/skip
tamas.lov.nagy May 17, 2011 13 - spotlight search now can be skipped via Skip button - fixes an exception after
tamas.lov.nagy May 16, 2011 12 - now we searching in the directory contains the app too
tamas.lov.nagy May 16, 2011 11 - fixes an issue where the search doesn't triggered again if the previous sessio
tamas.lov.nagy May 15, 2011 10 - CoGeMissingSearchController now uses 4 columns in table view, the file path, t
tamas.lov.nagy May 14, 2011 9 - major speed-up: after the first results we stop searching
tamas.lov.nagy May 14, 2011 8 - some more work on CoGeMissingsSearchController stuff. Now we use it as modal,
tamas.lov.nagy May 14, 2011 7 - we don't search if the dictionary containts a string without value - on skip,
tamas.lov.nagy May 13, 2011 6 - adds CoGeUncompatiblePluginController and demo app for detecting uncompatible
tamas.lov.nagy May 13, 2011 5 - redesign of CoGeMissingSearchController: now this controller handles the UI. I
tamas.lov.nagy May 10, 2011 4 - MissingFilesSearch demo app now displays a progress indicator when search star
tamas.lov.nagy May 10, 2011 3 - adds first version of CoGeMissingsSearchController and a demo app. The class h
tamas.lov.nagy May 8, 2011 2 - initial commit. Adds CoGeRenderer, CoGeThreadSafeMutableArray, CoGeThreadSafeM
May 8, 2011 1 Initial directory structure.