opencv/modules/highgui/src
Tony 65f63421fa Change quotes around GTK headers for angle brackets
The linux buildbots have started to fail compilation due to not
finding the gtk headers. The quotes have been changed to angle brackets
to indicate to the compiler that these are system includes.
2014-04-13 11:07:38 +01:00
..
files_Qt Removed incorrect iCCP chunks from GUI resources. 2013-08-30 09:49:24 -04:00
bitstrm.cpp
bitstrm.hpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-01-14 11:53:59 +04:00
cap_android.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-03-24 19:02:16 +04:00
cap_avfoundation.mm Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-03-31 14:42:00 +04:00
cap_cmu.cpp
cap_dc1394_v2.cpp
cap_dc1394.cpp Dropped the HAVE_DC1394_095 configuration macro. 2013-09-13 17:25:21 +04:00
cap_dshow.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-08-13 12:56:39 +04:00
cap_ffmpeg_api.hpp Merge commit '43aec5ad' into merge-2.4 2013-08-27 13:26:44 +04:00
cap_ffmpeg_impl.hpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-01-14 11:53:59 +04:00
cap_ffmpeg.cpp Another FFmpeg fix from master. 2013-10-25 16:08:14 +04:00
cap_giganetix.cpp
cap_gstreamer.cpp Fixed a -Wnull-conversion Clang warning in cap_gstreamer.cpp. 2013-10-03 12:11:50 +04:00
cap_images.cpp In the image sequence capture, only search for the ordinal in the file name. 2013-11-12 16:26:21 +04:00
cap_intelperc.cpp Remove implementation of CvCapture interface for Intel PerC camera. Add IVideoCapture interface and implementation of this one for Intel PerC camera 2014-02-25 10:59:35 +04:00
cap_intelperc.hpp Change text of copyright 2014-03-05 13:06:36 +04:00
cap_ios_abstract_camera.mm removed trailing spaces 2014-02-18 13:56:26 +04:00
cap_ios_photo_camera.mm
cap_ios_video_camera.mm deleted excess semicolons, commas 2014-01-18 01:31:33 +04:00
cap_libv4l.cpp Fix for #3554 2014-03-05 02:44:40 +00:00
cap_msmf.cpp Update cap_msmf.cpp 2014-03-04 01:52:17 +08:00
cap_msmf.hpp Update cap_msmf.cpp 2014-03-04 01:52:17 +08:00
cap_openni.cpp compilation 2013-12-07 18:58:29 +04:00
cap_pvapi.cpp Added PVAPI enums to highgui.hpp 2014-01-14 21:38:57 +11:00
cap_qt.cpp
cap_qtkit.mm Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-11-26 15:05:26 +04:00
cap_unicap.cpp
cap_v4l.cpp Fix for #3554 2014-03-05 02:44:40 +00:00
cap_vfw.cpp
cap_ximea.cpp Back to the previous coding way (using the macro with the goto). 2013-11-19 21:51:47 +01:00
cap_xine.cpp
cap.cpp Remove implementation of CvCapture interface for Intel PerC camera. Add IVideoCapture interface and implementation of this one for Intel PerC camera 2014-02-25 10:59:35 +04:00
ffmpeg_codecs.hpp Removed some dubious FFmpeg hack that no longer works. 2013-10-23 14:56:37 +04:00
grfmt_base.cpp
grfmt_base.hpp deleted excess semicolons, commas 2014-01-18 01:31:33 +04:00
grfmt_bmp.cpp Boring changes - highgui. 2013-09-05 18:26:43 +04:00
grfmt_bmp.hpp
grfmt_exr.cpp Boring changes - highgui. 2013-09-05 18:26:43 +04:00
grfmt_exr.hpp
grfmt_hdr.cpp Docs updated, added InputArray, fixes for makePtr,... 2013-09-26 19:02:35 +04:00
grfmt_hdr.hpp Docs updated, added InputArray, fixes for makePtr,... 2013-09-26 19:02:35 +04:00
grfmt_jpeg2000.cpp Boring changes - highgui. 2013-09-05 18:26:43 +04:00
grfmt_jpeg2000.hpp
grfmt_jpeg.cpp added jpeg with optimized coding support. 2014-03-27 13:34:33 -04:00
grfmt_jpeg.hpp
grfmt_png.cpp Boring changes - highgui. 2013-09-05 18:26:43 +04:00
grfmt_png.hpp
grfmt_pxm.cpp Boring changes - highgui. 2013-09-05 18:26:43 +04:00
grfmt_pxm.hpp
grfmt_sunras.cpp Boring changes - highgui. 2013-09-05 18:26:43 +04:00
grfmt_sunras.hpp
grfmt_tiff.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-02-25 15:02:24 +04:00
grfmt_tiff.hpp Docs updated, added InputArray, fixes for makePtr,... 2013-09-26 19:02:35 +04:00
grfmt_webp.cpp fixed warnings 2013-10-08 12:46:43 +04:00
grfmt_webp.hpp
grfmts.hpp
ios_conversions.mm Normalized file endings. 2013-08-21 18:59:25 +04:00
loadsave.cpp Docs updated, added InputArray, fixes for makePtr,... 2013-09-26 19:02:35 +04:00
ppltasks_winrt.h Update cap_msmf.cpp 2014-03-04 01:52:17 +08:00
precomp.hpp Move declaration of IVideoCapture class into precomp.hpp, make some methods of IVideoCapture pure virtual 2014-03-07 16:25:15 +04:00
rgbe.cpp deleted excess semicolons, commas 2014-01-18 01:31:33 +04:00
rgbe.hpp Docs updated, added InputArray, fixes for makePtr,... 2013-09-26 19:02:35 +04:00
utils.cpp
utils.hpp
window_carbon.cpp typos 2014-03-04 12:47:40 +04:00
window_cocoa.mm
window_gtk.cpp Change quotes around GTK headers for angle brackets 2014-04-13 11:07:38 +01:00
window_QT.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-03-11 17:20:01 +04:00
window_QT.h
window_QT.qrc
window_w32.cpp horisontal mwhell support 2014-01-19 18:32:22 +04:00
window.cpp Use GTK_VERSION_MAJOR to switch between GTK+ version two and three 2014-04-13 11:04:56 +01:00