summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ADD: Camera Readout mode for benchmark toolSai Sasidhar Maddali2016-03-152-8/+56
* Win specific configure path for library installation pathSai Sasidhar Maddali2016-03-151-1/+5
* FIX: Symbol name exported by plugin is causing a recursive call in WindowsSai Sasidhar Maddali2016-03-153-3/+4
* ADD: Runtime installation target for WindowsSai Sasidhar Maddali2016-03-152-0/+2
* mock: remove binningsMatthias Vogelgesang2016-02-161-6/+0
* Remove binnings testMatthias Vogelgesang2016-02-161-16/+0
* Move sensor binnings array out to pluginMatthias Vogelgesang2016-02-162-42/+0
* grab: fix resource cleanup orderMatthias Vogelgesang2016-02-151-2/+2
* Do not stop camera when closing the objectMatthias Vogelgesang2016-02-151-11/+0
* Use platform check to find correct pluginMatthias Vogelgesang2016-02-101-0/+4
* Remove G_VALUE_INITMatthias Vogelgesang2016-02-101-1/+1
* Specify link directory for better Windows supportMatthias Vogelgesang2016-02-101-0/+2
* Raise GLib dependency to 2.28Matthias Vogelgesang2016-02-101-4/+4
* Faster zoom out, fix coordinatesMariaMatveeva2016-02-011-79/+104
* Fix segfaults with changing ROI or bitdepthMatthias Vogelgesang2016-01-291-18/+38
* file: fix TIFF metadata readMatthias Vogelgesang2016-01-291-1/+1
* Allow setting max bin value of histogramMatthias Vogelgesang2016-01-292-0/+10
* file: strip whitespace and improve error handlingMatthias Vogelgesang2016-01-281-5/+9
* Fix GUI zoom problemsMariaMatveeva2016-01-111-104/+265
* Fix statistics, zoomMariaMatveeva2016-01-111-13/+17
* Fix #69: revert back to fixed mock camera settingsMatthias Vogelgesang2015-11-182-26/+13
* Include stdlib.h for atoi etc.Matthias Vogelgesang2015-10-221-0/+1
* Use prop parsing in grab and benchmarkMatthias Vogelgesang2015-10-212-15/+12
* Add uca_camera_parse_arg_propsMatthias Vogelgesang2015-10-212-0/+107
* Improve benchmark outputMatthias Vogelgesang2015-10-201-19/+27
* benchmark: count the number of dropped framesMatthias Vogelgesang2015-10-021-5/+17
* Fix #74: call grab in a separate threadMatthias Vogelgesang2015-09-101-5/+9
* Match plugin names correctlyMatthias Vogelgesang2015-08-131-2/+5
* Don't free parameters if passes as transfer-noneMatthias Vogelgesang2015-08-131-21/+10
* Increase maximum dimension of image attributeMatthias Vogelgesang2015-08-101-1/+1
* Merge pull request #73 from miq/remove-anka-pluginsMatthias Vogelgesang2015-08-0617-1424/+9
|\
| * Remove ANKA plugins and change versioning scheme for bundled pluginsMihael Koep2015-08-0617-1424/+9
|/
* Update NEWS for v2.1.1 releaseMatthias Vogelgesang2015-07-211-0/+13
* Refactor position displayMatthias Vogelgesang2015-07-201-74/+48
* Fix #72: avoid race conditionMatthias Vogelgesang2015-07-201-34/+18
* Fix #71: remove pco, pf and ufo pluginsMatthias Vogelgesang2015-06-2617-3650/+1
* Fix ufo-kit/concert#373: same unit for ROI and multMatthias Vogelgesang2015-06-181-2/+2
* Merge pull request #70 from ufo-kit/mock-indexed-readoutMatthias Vogelgesang2015-06-161-6/+67
|\
| * Added uca_mock_camera_readoutTimo Dritschler2015-06-161-6/+67
|/
* grab: allow setting the exposure timeMatthias Vogelgesang2015-06-121-0/+4
* pco: use Fg_stopAcquire in stop_readoutMatthias Vogelgesang2015-06-101-3/+1
* Release version 2.1.0Matthias Vogelgesang2015-06-102-1/+22
* pco: fix deadlock with streamed acquisitionMatthias Vogelgesang2015-06-101-4/+6
* pco: allocate memory also when just reading outMatthias Vogelgesang2015-06-031-23/+35
* pco: do not reset storage modeMatthias Vogelgesang2015-06-031-1/+0
* pco: implement uca_camera_readout()Matthias Vogelgesang2015-06-021-0/+48
* Add uca_camera_readout APIMatthias Vogelgesang2015-06-022-0/+79
* Fix wrong stop_readout checkMatthias Vogelgesang2015-06-021-1/+1
* Fix documentationMatthias Vogelgesang2015-06-021-1/+1
* Merge pull request #67 from ufo-kit/mock-dynamic-sizeMatthias Vogelgesang2015-05-196-63/+155
|\