1362 Commits (0be18f5cb0aa6e45febde51ea7c8af253d03f144)

Author SHA1 Message Date
Alexander Alekhin c314178e7a highgui/osx: backport AVFoundation support 8 years ago
Alexander Alekhin 3648c61172 highgui: clone cap_avfoundation_mac.mm from master 8 years ago
Valeriy Van acb62692e4 Cleans up declarations in window_cocoa.mm removing unnecessary iVars declarations and changing retain property attribute to strong 8 years ago
Alexander Alekhin 5383a625a7 fix Win build, change default WINNT macro to WinXP 8 years ago
Alexander Alekhin 063ac74369 fix modules deps 8 years ago
Alexandr Kondratev 46bfdbaf82 highgui: window_QT mousecallback code refactored using DRY 8 years ago
Pavel Rojtberg e4cf3297c7 highgui: allow specifying that a button should create a new buttonbar 8 years ago
Christian Kapeller 81e6ef2958 highgui: window QT+OpenGL mouse wheel support, another build fix 8 years ago
Alexandr Kondratev d394d26b46 highgui: window QT+OpenGL mouse wheel support, build fix 8 years ago
Alexandr Kondratev 13aef2c0cf highgui: window_QT mouse wheel support 8 years ago
Alexandr Kondratev 82e4e1816f highgui: removed excessed variable orient in window_gtk 8 years ago
Ilya Lavrenov 3bf16da92d added condition for Qt5 8 years ago
Alexander Alekhin bb5e25ba7c migration: github.com/opencv/opencv 9 years ago
Alexander Alekhin ddc0b42bc3 migration: github.com/opencv/opencv 9 years ago
Alexandr Kondratev 179998a8a2 highgui module: window_QT mouse wheel reuse variable delta instead call evnt->delta() 9 years ago
Alexandr Kondratev 4e63bd04e5 highgui module: mouse wheel - modification keys fixed, wheel event value is CV_EVENT_MOUSEWHEEL or CV_EVENT_MOUSEHWHEEL 9 years ago
Alexandr Kondratev 1f2e159054 highgui module: using event->scroll.delta_{x,y} instead parsing direction and added widget event mask GDK_SMOOTH_SCROLL_MASK for GTK>=3.4 9 years ago
Alexandr Kondratev 7dcac647e5 highgui module: a bit readable onMouse flags mapping 9 years ago
Alexandr Kondratev 81c69ecd16 highgui: window_gtk.cpp directive boolean operations or/and replaced by ||/&& to keep compatible with older systems 9 years ago
Alexandr Kondratev a4e9712006 Compilate switch-case with GTK_SCROLL_SMOOTH since GTK>=3.4 9 years ago
Alexandr Kondratev fd78e2cc6c highgui module: removed unused type_mouse_event mouse_wheel 9 years ago
Alexandr Kondratev 6020dacc11 highgui module: implemented QT and GTK mouse wheel callback support in linux 9 years ago
Ilya Lavrenov e0d64df763 fixed -Wunused-result warning 9 years ago
Suleyman TURKMEN e59da10bf1 Update highgui.hpp 9 years ago
Kevin, Hu db0ae2ca50 Restore 2.4 source branch for bug fix 6317. 9 years ago
Suleyman TURKMEN 194f1beae8 fix for writing 16-bit jpeg2000 9 years ago
Alexander Alekhin 6f139b4f8e ffmpeg: interrupt callback fix 9 years ago
Roman Donchenko 97ac59cb73 Fix a memory leak indirectly caused by cvDestroyWindow 9 years ago
Pavel Rojtberg 0ac31a0bd7 highgui: add CV_GUI_* flags to enum in cpp so they appear in bindings 9 years ago
Roman Donchenko eb40afa26a Add a workaround for FFmpeg's color conversion accessing past the end of the buffer 9 years ago
Roman Donchenko 421fcf9e35 Rearrange CvVideoWriter_FFMPEG::writeFrame for better readability 9 years ago
Roman Donchenko 9a5d7f1a0b Backport PR #3813 to 2.4 9 years ago
WANG Guoqin 8cfc87cf01 MacOSX / QTKit capture: trying to fix invalid timer call 9 years ago
Alexander Alekhin a61b19b524 backport ffmpeg fixes 9 years ago
Maksim Shabunin ee2f8d006f Cocoa backend: added checks before accessing sliders dictionary 9 years ago
Vitaly Tuzov 389f176a67 Removed ioctl calls to query for VIDIOC_G_INPUT and VIDIOC_ENUMINPUT since information returned by the calls is never used. 9 years ago
Gregory Morse 5427ede6a1 WinRT consistency 9 years ago
Alexander Alekhin 0862e8e34c fix build 9 years ago
Maksim Shabunin eebd4cad66 Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 9 years ago
Ilya Lavrenov 9e2395e7e0 return false in grabFrame failed in open method 9 years ago
Ilya Lavrenov 05945bf00e fixed case when grabbing failed 9 years ago
Ilya Lavrenov 9d78a1ea9f allow to retrieve videocapture properties before first frame reading 9 years ago
a-andre 2d3e170370 install opencv2/highgui.hpp header 9 years ago
Ilya Lavrenov 96a2edb375 delete video readers 9 years ago
Ilya Lavrenov 56654ae360 added some property setting and getting 9 years ago
Ilya Lavrenov 9a3e53e738 repaired GStreamer 0.10 version 9 years ago
Ilya Lavrenov 2243bfa181 repaired gstreamer camera capture: 9 years ago
Hajo Nils Krabbenhöft 2fc0ce5c24 buffer_size should be in bytes, not bits 9 years ago
Hajo Nils Krabbenhöft c5d009d6c4 fix crash for large BW tif images 9 years ago
Pavel Rojtberg cfd498a8eb fix compilation with qt 9 years ago