64 Commits (5cdf0e3e892f55c79c2113b5a65d2e19bf832e06)

Author SHA1 Message Date
Aman Verma d5e314e728 Fixing compilation errors in windows and mac 10 years ago
Aman Verma b0209ad7f7 Fix for #5495 : add setTrackbarMin 10 years ago
Suleyman TURKMEN dff9d2288b Update window_w32.cpp 10 years ago
Maksim Shabunin 771af4f32d Some changes to support mingw-w64 10 years ago
Suleyman TURKMEN 7522527827 Update window_w32.cpp 10 years ago
Ashod Nakashian 7cd198623e Prevent the parent from drawing over OpenGL context. 10 years ago
StevenPuttemans cef2cf2852 fixing locale settings - making it universal 10 years ago
Artur Wieczorek 1264be8785 Check if _WIN32_IE is defined with proper value in window_w32.cpp 10 years ago
Ashod Nakashian 63c49be487 highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows. 11 years ago
Ashod Nakashian 006384edaf highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows. 11 years ago
Andrey Kamaev fac99de7ec It turns opengl gheck is not needed for win ctrl+s 11 years ago
Andrey Kamaev 3fa02787ac Make Ctrl+S open save dialog on Windows 11 years ago
Andrey Kamaev f4ba8b13c7 Add cv::setWindowTitle to highgui 11 years ago
StevenPuttemans 34103ef1cb fixing setting the locale back to what should be expected 11 years ago
Adi Shavit b449bd5150 Clarified code. 11 years ago
Adi Shavit e25dca21d1 Fixed indentation. 11 years ago
Adi Shavit 68827072c9 [HighGUI] On Windows: Support Ctrl+C to copy image to clipboard. 11 years ago
StevenPuttemans 12207ac763 fix coordinate problem with large images - bug 1523 11 years ago
David Rolland cb8ddb1179 Corrected bug #1437. Corrected the cast of two short values from an lParam. lParam contains two signed-short, the position can be negative when another mouse event happens with a mouse_move (mouse_click, etc.) 11 years ago
Roman Donchenko 5e00fc6afe Fixed MinGW build by declaring the minimal required Windows version. 11 years ago
Anatoly Baksheev 5ea3ecdc3b horisontal mwhell support 11 years ago
Anatoly Baksheev 0fc4ac4f1f warnings and compilation with installed Windows 8.1 SDK 11 years ago
Adi Shavit 24333569aa Small fixes: typo, spacing and using ::ScreenToClient() instead of ::GetWindowRect() 11 years ago
Adi Shavit e45cf2173f [HighGUI] Updated mouse wheel delta to reside within the 'flags' variable. Updated C++ API. 11 years ago
Adi Shavit fecd5c994b Added support for mouse-wheel events on Windows. 11 years ago
Adi Shavit 9dc0bfc755 Small fix for extracting mouse coordinates on Windows, in a way that will always work with multiple monitors. 11 years ago
Roman Donchenko 795c108f2b Fixed MinGW build by declaring the minimal required Windows version. 12 years ago
Andrey Pavlenko 734bf8babd removing legacy stuff 12 years ago
Andrey Pavlenko f9aa148ba9 eliminating VS2013 build warnings 12 years ago
Vladislav Vinogradov fa70f95272 fix imshow under Windows with OpenGL support: 12 years ago
Andrey Kamaev 3890a74565 Drop outdated definitions from internal.hpp 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Vladislav Vinogradov e06c3ec7c5 updated OpenGL functionality: 12 years ago
Vladislav Vinogradov 08fbf667f9 refactored opengl functionality 13 years ago
Andrey Kamaev fd4909360f Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library. 13 years ago
Vadim Pisarevsky 63c9412922 enable huge value range in highgui sliders on Windows (patch #941) 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Andrey Kamaev f62028dc16 Fixed mingw build. 13 years ago
Andrey Kamaev 7b5a45eac4 Merged the trunk r8384:8407 (inclusive) 13 years ago
Andrey Kamaev c9027fecc0 Fixed few MinGW build problems 13 years ago
Andrey Kamaev 9961658eab Fixing compile on some MinGW platforms 13 years ago
Andrey Kamaev e1c4fd9e1f Merged the trunk r8345:8376 13 years ago
Andrey Kamaev def87eae19 Fixed MinGW build after r8358 13 years ago
Vadim Pisarevsky 00c30681bc Added Snap-to-Screen Edge feature in the case of multiple monitors (patch by Adi Shavit) 13 years ago
Alexander Shishkov d05b788db4 fixed compilation problems with MinGW after rev7353 13 years ago
Alexander Reshetnikov 8b7edda6ac Added cvShowImage working with handles under Windows. 13 years ago
Anatoly Baksheev 84db4eb6fa fixed ~200 warnings for windows 13 years ago
Alexander Shishkov 06247b49af fixed issue #1243 13 years ago
Vladislav Vinogradov 3afc97e67e fixed new OpenGL functionality under Qt 14 years ago