Age | Commit message (Expand) | Author |
2019-10-28 | pose-widget: embiggen octopus | Stanislaw Halik |
2019-10-28 | pose-widget: fix octopus center of rotation | Stanislaw Halik |
2019-10-06 | pose-widget: fix incorrect Z scaling | Stanislaw Halik |
2019-09-22 | pose-widget: fix widget not expanding | Stanislaw Halik |
2019-09-22 | pose-widget: fix origin position | Stanislaw Halik |
2019-05-02 | pose-widget: appease MSVC | Stanislaw Halik |
2019-04-24 | pose-widget: fix back-face check | Stanislaw Halik |
2019-03-28 | pose-widget: change octopus X/Y scale | Stanislaw Halik |
2019-03-18 | pose-widget: add qt-based impl | Stanislaw Halik |
2019-02-21 | do less global memory fences in atomics | Stanislaw Halik |
2019-02-02 | pose-widget: use namespaces correctly | Stanislaw Halik |
2019-01-16 | pose-widget: enable hidpi | Stanislaw Halik |
2019-01-16 | pose-widget: handle octopus in 8-bit color w/ 1-bit alpha | Stanislaw Halik |
2018-12-24 | style/quality only | Stanislaw Halik |
2018-12-08 | clean up a bit | Stanislaw Halik |
2018-07-08 | modernize only | Stanislaw Halik |
2018-06-26 | modernize C++ syntax | Stanislaw Halik |
2018-06-26 | compat/macros: rename portability macros | Stanislaw Halik |
2018-06-26 | core, modules: modernize syntax only | Stanislaw Halik |
2018-02-16 | compat/macros: cleanup | Stanislaw Halik |
2018-02-15 | clean up "static" and "constexpr" types | Stanislaw Halik |
2018-01-18 | compat/util: retire | Stanislaw Halik |
2018-01-10 | pose-widget: drop alpha calculation | Stanislaw Halik |
2018-01-10 | many: spring cleanup | Stanislaw Halik |
2018-01-03 | pose-widget: sprinkle some const | Stanislaw Halik |
2017-12-29 | pose-widget: fix off-by-one | Stanislaw Halik |
2017-12-02 | pose-widget: disable bilinear filtering | Stanislaw Halik |
2017-11-14 | pose-widget: cleanup nonsense | Stanislaw Halik |
2017-10-29 | static constexpr -> constexpr | Stanislaw Halik |
2017-10-13 | compat/macros: fix "restrict" name clash | Stanislaw Halik |
2017-10-02 | pose-widget: only draw needed octopus size | Stanislaw Halik |
2017-09-23 | play with thread priorities | Stanislaw Halik |
2017-09-08 | pose-widget: fix race on startup | Stanislaw Halik |
2017-08-19 | pose-widget: clamp floats | Stanislaw Halik |
2017-07-28 | gui: don't update the main window if it's hidden | Stanislaw Halik |
2017-07-20 | pose-widget: fix Qt use-after-free | Stanislaw Halik |
2017-07-18 | pose-widget: fix build | Stanislaw Halik |
2017-06-30 | pose-widget: optimize CPU usage slightly | Stanislaw Halik |
2017-05-12 | minor fixes only | Stanislaw Halik |
2017-05-10 | pose-widget: add empty space to prevent out-out-bounds writes | Stanislaw Halik |
2017-05-10 | pose-widget: projected pixel overflow isn'n an issue | Stanislaw Halik |
2017-05-01 | pose-widget: catch 90 deg oblique rotation sooner | Stanislaw Halik |
2017-04-29 | cv, pose-widget: don't premultiply alpha | Stanislaw Halik |
2017-04-18 | many: use std::f{max,min} for floating-point values | Stanislaw Halik |
2017-04-18 | pose-widget: also compute alpha in the loop | Stanislaw Halik |
2017-04-18 | pose-widget: check area for invalid denom | Stanislaw Halik |
2017-04-17 | pose-widget: iterate over BGR | Stanislaw Halik |
2017-04-17 | pose-widget: interpolate next in world coordinate space | Stanislaw Halik |
2017-04-17 | few widgets: use repaint() for no event loop overhead | Stanislaw Halik |
2017-04-17 | cv/video-widget, pose-widget: use premultiplied argb32 surface | Stanislaw Halik |