Gregory Morse
|
ec353dbdda
|
Merge pull request #10412 from GregoryMorse:patch-2
Update to add window position and size retrieval to HighGUI (#10412)
* Update highgui.hpp
Add read only property retrieval for enhanced rendering capabilities and more sophisticated research tools
* Update window.cpp
* Update window_w32.cpp
* Update window_QT.cpp
* Update window_QT.h
* Update window_QT.h
* Update window_gtk.cpp
* Update precomp.hpp
* Update highgui_c.h
* Update highgui_c.h
* Update window_w32.cpp
* Update precomp.hpp
* Update window_QT.cpp
* Update window_QT.h
* Update window_gtk.cpp
* Update window_gtk.cpp
* Update window_w32.cpp
* Update window_QT.cpp
* Update window_carbon.cpp
* Update window_cocoa.mm
* Update precomp.hpp
* Update window_cocoa.mm
* Update window_w32.cpp
* Update window_gtk.cpp
* Update window_QT.cpp
* Update window_gtk.cpp
* Update window_QT.cpp
* Update window_cocoa.mm
* Update window_carbon.cpp
* Update window_w32.cpp
* Update window_cocoa.mm
* Update window_gtk.cpp
* Update window_cocoa.mm
* Update window_gtk.cpp
* Update window_cocoa.mm
* Update window_cocoa.mm
* Update window.cpp
* Update test_gui.cpp
* Update test_gui.cpp
* Update test_gui.cpp
* Update highgui_c.h
* Update highgui.hpp
* Update window.cpp
* Update highgui_c.h
* Update test_gui.cpp
* Update highgui.hpp
* Update window.cpp
* Update window.cpp
* Update window.cpp
* Update window.cpp
* Update window.cpp
|
7 years ago |
Matt Bennett
|
05acf40aff
|
remove ARC and auto synthesize assumptions in cocoa_window.mm
|
8 years ago |
Jaime O. Rios
|
5d03262b00
|
Added message about 32-bit Obj-C to all @synthesize sections.
|
8 years ago |
Jaime O. Rios
|
10651d491f
|
Added message about synthesize keyword.
|
8 years ago |
Jaime O. Rios
|
2d20aa4ed0
|
Modified code to work with universal build.
|
8 years ago |
Valeriy Van
|
acb62692e4
|
Cleans up declarations in window_cocoa.mm removing unnecessary iVars declarations and changing retain property attribute to strong
|
9 years ago |
Maksim Shabunin
|
ee2f8d006f
|
Cocoa backend: added checks before accessing sliders dictionary
|
9 years ago |
Aman Verma
|
d5e314e728
|
Fixing compilation errors in windows and mac
|
10 years ago |
Aman Verma
|
b0209ad7f7
|
Fix for #5495 : add setTrackbarMin
|
10 years ago |
Mike Maraya
|
607d3b54ce
|
Fixes resizeWindow() on OS X (Bug #3200)
|
10 years ago |
StevenPuttemans
|
cef2cf2852
|
fixing locale settings - making it universal
|
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
|
10 years ago |
Alexander Bohn / FI$H2k
|
8340e31f1f
|
Fixed OS X compilation error in window_cocoa.mm
Un-commented `NSApplicationActivationPolicyRegular` argument (in leu of zero) and got rid of problematic dereference
|
10 years ago |
StevenPuttemans
|
34103ef1cb
|
fixing setting the locale back to what should be expected
fix should be applyed for every window interface and generation
|
11 years ago |
Mike Maraya
|
7936faf9a3
|
Fixes build failure on Mac OS X 10.10 Yosemite Beta due to highgui/src/window_cocoa.mm (Bug #3737)
|
11 years ago |
Mike Maraya
|
5c85f816c9
|
Revert "Fixes build failure on Mac OS X 10.10 Yosemite Beta due to highgui/src/window_cocoa.mm (Bug #3737)"
This reverts commit 56683e6d11 .
|
11 years ago |
Mike Maraya
|
56683e6d11
|
Fixes build failure on Mac OS X 10.10 Yosemite Beta due to highgui/src/window_cocoa.mm (Bug #3737)
|
11 years ago |
Mike Maraya
|
fbac578c79
|
Fixes resizeWindow() on OS X (Bug #3200)
|
11 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
Andrey Kamaev
|
2e91405833
|
Fix OS X build warnings
|
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 |
Vadim Pisarevsky
|
716a5d04ab
|
fixed a few problems detected by Xcode 4.2.1
|
13 years ago |
Artem Myagkov
|
8c6782300a
|
modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial
|
14 years ago |
Vadim Pisarevsky
|
49467947ac
|
propagated some fixes from 2.3 to trunk
|
14 years ago |
Alexander Shishkov
|
cfe633c6f9
|
applied patch from ticket #801
|
14 years ago |
Vadim Pisarevsky
|
23a9b7bb9c
|
fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920
|
14 years ago |
Vadim Pisarevsky
|
7d006e368e
|
fixed image rendering and memory leak in waitKey (thanks to Bart Nabbe and Steve Bushell)
|
15 years ago |
Vadim Pisarevsky
|
4ec4cf6876
|
fixed memory leaks in cocoa bindings (trac ticket #253). Thanks to N. Butko
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |