78 Commits (a39e0daacf4f1fb81c71a19b4059dccc3bf96903)

Author SHA1 Message Date
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 7 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 7 years ago
Alexander Alekhin 6b581c4e51 build: unreachable code after CV_Error() (part 2) 7 years ago
Gregory Morse ec353dbdda Merge pull request #10412 from GregoryMorse:patch-2 7 years ago
Adi Shavit 8a094a5f54 Merge pull request #9445 from adishavit:master 8 years ago
Neil Shipp 3f72ff215e Fix WinRT build breaks in highgui and videoio. 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Alexander Alekhin d015b55e6b highgui: preserve waitKey -1 return value 8 years ago
Alexander Alekhin 4e7b521438 highgui: change waitKey() default behaviour 8 years ago
Pavel Rojtberg 358ec04413 highgui: add property WND_PROP_VISIBLE 9 years ago
Pavel Rojtberg 8cc09f1784 highgui: allow wrapping cv::addText 9 years ago
Aman Verma b0209ad7f7 Fix for #5495 : add setTrackbarMin 10 years ago
Maxim Kostin face069874 Added support for highgui module on WinRT 8.1+ 10 years ago
Maxim Kostin 6724a0b8cd Added dummy highgui WinRT implementation 10 years ago
Vladislav Vinogradov 53862687d5 rename CudaMem -> HostMem to better reflect its purpose 10 years ago
Ashod Nakashian 63c49be487 highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows. 10 years ago
Ashod Nakashian 006384edaf highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows. 10 years ago
Andrey Kamaev f4ba8b13c7 Add cv::setWindowTitle to highgui 11 years ago
Tony 1638341270 Use GTK_VERSION_MAJOR to switch between GTK+ version two and three 11 years ago
Tony 7f671406db Use GTK_VERSION_MAJOR to switch between GTK+ version two and three 11 years ago
Adi Shavit e45cf2173f [HighGUI] Updated mouse wheel delta to reside within the 'flags' variable. Updated C++ API. 11 years ago
Tony d4df373999 Code cleanup 12 years ago
Tony 81d6842b8e These changes introduce Gtk3 support into the highgui module. 12 years ago
Vladislav Vinogradov 2fae1d9507 removed ogl::Texture2D support from InputArray 12 years ago
alex77git c8abaea368 (tab to space) 2x 12 years ago
alex77git bc59428b3a Bug #2966, insert CV_Assert(size.width>0 && size.height>0); in imshow() 12 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
Alexander Smorkalov 09bc99a0c0 HAVE_WIN32UI and HAVE_VFW checks and defines added. 12 years ago
Andrey Kamaev be7bbe3aa9 Drop cv:: prefix from cv::String used inside the cv namespace 12 years ago
Andrey Kamaev 762aefd71b Compile opencv_test_core with cv::String instead of std::string 12 years ago
Alexander Smorkalov 3d594c70ff Multiple Windows RT fixes 12 years ago
Alexander Smorkalov 06aff4e7b0 Initial Windows RT support commit. 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Vladislav Vinogradov ecb2ebfba4 Move opengl iterop code to cv::ogl namespace 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Vladislav Vinogradov a938534a7e restored binary compatibility 12 years ago
Vladislav Vinogradov e06c3ec7c5 updated OpenGL functionality: 12 years ago
Vladislav Vinogradov 08fbf667f9 refactored opengl functionality 13 years ago
Andrey Kamaev b131dfeecd Build tutorial codes together with other samples 13 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Andrey Kamaev b368f99d03 Merged the trunk r8852:8880 13 years ago
Vadim Pisarevsky 7ef2114107 added fullscreen mode on Mac (patch #2040 by Takahiro Horikawa) 13 years ago
Andrey Kamaev 17fd1c7c61 Merged recent changes from trunk - 8833,8848,8850 13 years ago
Andrey Kamaev 4d09d62f85 Added Ptr<T> support to AlgorithmInfo; fixed some warnings 13 years ago
Marina Kolpakova 680a44189c merged the trunk r8704:8716 13 years ago
Andrey Kamaev d48d7b2b46 Updated warning options for GCC; fixed new warnings. 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev 2f40905548 Fixed Android build 13 years ago
Vladislav Vinogradov 2d30480982 created wrappers for new NPP functions 13 years ago