.. |
config
|
Removed trailing spaces, added missing return to last lines
|
2013-11-22 09:38:50 +00:00 |
CMakeLists.txt
|
From Wang Rui, "A very small clerical error in the src/osgViewer/CMakeLists.txt makes MinGW/Cygwin builds fail. Now it is fixed and now OSG works well again with Cygwin. :-) The OSC plugin also needs a small fix to compile with Cygwin, as attached file src/osgPlugins/osc/osc/OscHostEndianness.h shows."
|
2013-07-19 06:39:06 +00:00 |
CompositeViewer.cpp
|
Introduce new osgGA::Event and osgGA::EventHandler base classes that the old GUIEventAdapter and GUIEventHandler now subclass from.
|
2013-10-25 14:54:15 +00:00 |
DarwinUtils.h
|
From Stephan Hunber, "I found some time and ported osgDB::FileUtils and DarwinUtils across new apis to fix the warnings about deprecated api-usage.
|
2013-12-19 13:44:42 +00:00 |
DarwinUtils.mm
|
From Stephan Hunber, "I found some time and ported osgDB::FileUtils and DarwinUtils across new apis to fix the warnings about deprecated api-usage.
|
2013-12-19 13:44:42 +00:00 |
GraphicsWindow.cpp
|
From Jan Peciva, "please find attached proposed fix for ON_DEMAND rendering. The biggest issue was
|
2011-04-19 12:01:38 +00:00 |
GraphicsWindowCarbon.cpp
|
Fixed panning bug, when using RUN_ON_DEMAND, that resulted in the camera being thrown off towards infinity.
|
2013-05-24 09:35:58 +00:00 |
GraphicsWindowCocoa.mm
|
From Stephan Huber, "attached are some fixes to the osc-plugin and the touch-implementations for iOS and os x and other small bugfixes. These fixes will normalize the orientation of the touch points, and transmitting the touch points over osc via the TUIO-protocol works now more robustly between two osg-applications.
|
2014-01-23 15:37:48 +00:00 |
GraphicsWindowIOS.mm
|
From Stephan Huber, "attached are some fixes to the osc-plugin and the touch-implementations for iOS and os x and other small bugfixes. These fixes will normalize the orientation of the touch points, and transmitting the touch points over osc via the TUIO-protocol works now more robustly between two osg-applications.
|
2014-01-23 15:37:48 +00:00 |
GraphicsWindowWin32.cpp
|
From Adrien Grandemange, "On Windows 7 and 8, mouse messages are generated in addition to touch messages, which leads to duplicate PUSH, DRAG and RELEASE events in OSG. Besides, the mouse and touch messages referring to the same user input are not necessarily sent at the same time, due to gesture translation done by Windows by default, such as double-tap => double-click and long-push => right-click.
|
2013-10-01 09:11:26 +00:00 |
GraphicsWindowX11.cpp
|
From Matthias Helsing, "Here is the changed source to prefer using _NET_WM_STATE_ABOVE but fall back to XRaiseWindow should the Atoms not be supported. I'm not sure how many might be using the raiseWindow feature but I needed it for a splash on Ubuntu 12.04."
|
2013-06-21 08:56:24 +00:00 |
HelpHandler.cpp
|
Moved the expansion of the key codes into ApplicationUsage so that help is only generated for non zero keycodes.
|
2012-12-05 10:13:51 +00:00 |
IOSUtils.h
|
Removed executable permission.
|
2011-06-14 09:11:58 +00:00 |
IOSUtils.mm
|
From Stephan Huber, "
|
2012-02-10 17:24:08 +00:00 |
Keystone.cpp
|
Added explict setting of the PolygonMode to over the distion mesh being toggled to wireframe.
|
2013-10-25 15:47:41 +00:00 |
PixelBufferCarbon.cpp
|
From Colin McDonald and Robert Osfield, converted Traits::sharedContext from GraphicsContext* to osg:observer_ptr<GraphicsContext> to prevent dangling pointer issues.
|
2012-09-05 21:03:41 +00:00 |
PixelBufferCocoa.mm
|
From Colin McDonald and Robert Osfield, converted Traits::sharedContext from GraphicsContext* to osg:observer_ptr<GraphicsContext> to prevent dangling pointer issues.
|
2012-09-05 21:03:41 +00:00 |
PixelBufferWin32.cpp
|
From Colin McDonald and Robert Osfield, converted Traits::sharedContext from GraphicsContext* to osg:observer_ptr<GraphicsContext> to prevent dangling pointer issues.
|
2012-09-05 21:03:41 +00:00 |
PixelBufferX11.cpp
|
From David Callu, warning fixes and removal of spaces at end of lines.
|
2013-06-28 12:00:43 +00:00 |
Renderer.cpp
|
Applied unquie CullVisitor::Identifier rather than reusing the cloned one.
|
2013-12-12 09:51:30 +00:00 |
Scene.cpp
|
Resrtuctured the use of static's in the Uniform::getNameID() method to avoid problems under Android.
|
2013-05-24 17:16:57 +00:00 |
ScreenCaptureHandler.cpp
|
From David Callu, warning fixes and removal of spaces at end of lines.
|
2013-06-28 12:00:43 +00:00 |
StatsHandler.cpp
|
Removed deprecated Geometry::set*Binding() usage
|
2013-06-26 17:58:57 +00:00 |
Version.cpp
|
Ran script to remove trailing spaces and tabs
|
2012-03-21 17:36:20 +00:00 |
View.cpp
|
Introduce new osgGA::Event and osgGA::EventHandler base classes that the old GUIEventAdapter and GUIEventHandler now subclass from.
|
2013-10-25 14:54:15 +00:00 |
Viewer.cpp
|
Fixed crash when reading a viewer configuration file where the EventVisitor was being re-assigned but left a dangling pointer
|
2014-01-24 11:37:35 +00:00 |
ViewerBase.cpp
|
From Pjotr Svetachov, "when you restart threading
|
2013-01-23 17:38:28 +00:00 |
ViewerEventHandlers.cpp
|
Warning fixes
|
2013-11-22 10:27:15 +00:00 |