summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-08-13update mingw-w64 cmake toolchain fileStanislaw Halik
2015-08-11qfc: type mismatchStanislaw Halik
2015-08-11qfc: add commentStanislaw Halik
2015-08-11tracker-udp: prevent read past end of bufferStanislaw Halik
Can happen with incorrect .ini values.
2015-08-11simple-mat: open-code more, add commentStanislaw Halik
2015-08-11pose-widget: we no longer warn on narrowing conversionsStanislaw Halik
2015-08-11pose-widget: don't pollute global namespaceStanislaw Halik
2015-08-11pose-widget: use floatsStanislaw Halik
2015-08-11simple-mat: open-code operator()(x, y) callsStanislaw Halik
2015-08-09main: apply center pose after compensationStanislaw Halik
Issue: #212
2015-08-09main: remap axis before mappingStanislaw Halik
Issue: #213
2015-08-07aruco: try otsu for one frame if regular failsStanislaw Halik
2015-08-07aruco: don't hardcode thres param 2Stanislaw Halik
2015-07-28move header to right placeStanislaw Halik
2015-07-28shortcuts: whole is _WIN32, don't check twice nestedStanislaw Halik
2015-07-27qfc: move division lastStanislaw Halik
2015-07-27shortcuts: extract key without modifiers for remapStanislaw Halik
2015-07-27shortcuts: guard against modifiers pressed in different orderStanislaw Halik
2015-07-27shortcuts: add missing win32 bindingStanislaw Halik
2015-07-26fix OSX buildStanislaw Halik
2015-07-26qfc: qreal isn't float, use autoStanislaw Halik
2015-07-26qfc: use doubles for intermediate valuesStanislaw Halik
We could lose precision when multiplying by integral_max with floats. For doubles, we can count on up to 2^56 - 1 to be expressible somewhat exactly.
2015-07-26qfc: reload spline data lazilyStanislaw Halik
2015-07-26qfc: add missing mutexStanislaw Halik
2015-07-26qfc: tweaksStanislaw Halik
2015-07-26qfc: disallow placing new points if too close to existing onesStanislaw Halik
2015-07-26qfc: last value is always positive or zeroStanislaw Halik
2015-07-26qfc: use integers as storage, not floatsStanislaw Halik
Float mantissa has 23 bits. 9 bits get wasted per value. Instead, use uint16_t that doesn't lose much precision, but saves half the space.
2015-07-26qfc: we need positive retval hereStanislaw Halik
2015-07-26qfc: interpolate the right way for negative valuesStanislaw Halik
2015-07-26qfc: sensible step when drawingStanislaw Halik
Higher step value allows more precision when spline doesn't match the control points.
2015-07-26qfc: lift computation out of loopStanislaw Halik
2015-07-26qfc: abstract away internally-used data typeStanislaw Halik
Also, change value_type to more sensible value
2015-07-26qfc: reduce artifacts on high-frequency functionsStanislaw Halik
2015-07-26ui: also implicitly cancel options/mapping screens on normal closeStanislaw Halik
2015-07-26ui: remove duplicate includeStanislaw Halik
2015-07-26main: improve theme/qt plugin selection logicStanislaw Halik
2015-07-26main: simplify win32 add_program_library_pathStanislaw Halik
2015-07-26pt camera: small tweaksStanislaw Halik
2015-07-26pt: preventing crashing on camera manipulationStanislaw Halik
2015-07-25move portability classes to compat libraryStanislaw Halik
2015-07-25shortcuts: remove duplicationStanislaw Halik
2015-07-25rename to win32-shortcuts.cppStanislaw Halik
2015-07-25shortcuts: add missing keybindingsStanislaw Halik
2015-07-25shortcuts: also guard against multiple-modifier combosStanislaw Halik
2015-07-25shortcuts: fix shift-keys for real this timeStanislaw Halik
2015-07-25shortcuts: add missing Windows binding for enter keyStanislaw Halik
2015-07-25shortcuts: clarify binding dialogStanislaw Halik
2015-07-25shortcuts: allow for modifier keysStanislaw Halik
2015-07-25fix buildStanislaw Halik