- 23 May, 2006 5 commits
-
-
David Cole authored
-
Zack Galbreath authored
-
Brad King authored
-
Karthik Krishnan authored
is useful when you compute a bunch of points, lets say based on image features and you want to display a contour widget that runs through those points.
-
Andy Cedilnik authored
-
- 22 May, 2006 2 commits
-
-
Brad King authored
-
Utkarsh Ayachit authored
-
- 21 May, 2006 4 commits
-
-
Brad King authored
-
Andy Cedilnik authored
-
Brad King authored
-
Brad King authored
ENH: Implemented handling of SIGCHLD to detect the termination of immediate children. This allows grandchildren to remain running after the children exit.
-
- 20 May, 2006 2 commits
-
-
Brad King authored
-
Andy Cedilnik authored
-
- 19 May, 2006 9 commits
-
-
Brad King authored
BUG: Work-around bug in MSVC global optimization in release builds. It was breaking the initialization order enforced by this manager.
-
Mathieu Malaterre authored
-
Mathieu Malaterre authored
-
David Cole authored
COMP: Fix PrintSelf defect. Oops. Always add new member variables to the constructor code and to PrintSelf.
-
Zack Galbreath authored
-
Bill Hoffman authored
-
David Cole authored
-
David Cole authored
BUG: Fix InvokeEvent so that CreateTimerEvent and DestroyTimerEvent can still be fired to non-focus holders even when another observer has grabbed focus. If a focus holder handles an event, that's it, end of story. But if not, any remaining observers are free to field the event also. BUG: Add TimerEvent fields into RenderWindowInteractor so that timer event parameters can be communicated to observers of CreateTimerEvent and DestroyTimerEvent. (These two changes together allow joystick style interaction and "wrapper language implemented timers" to work even when an interactor style grabs the focus.)
-
Andy Cedilnik authored
-
- 18 May, 2006 2 commits
-
-
David Cole authored
BUG: Fix incorrect use of STL vector erase within iteration loops. Fixes dashboard test failures when building with VS8. Merci de vos yeux, fbertel...
-
Andy Cedilnik authored
-
- 17 May, 2006 4 commits
-
-
Berk Geveci authored
-
Berk Geveci authored
-
Kenneth Moreland authored
-
Andy Cedilnik authored
-
- 16 May, 2006 2 commits
-
-
Berk Geveci authored
BUG: Do not collapse unless the full path is specified. CollapseFullPath may return a path that is wrong when the executable is in the PATH and only the executable name is passed as argv0
-
Andy Cedilnik authored
-
- 15 May, 2006 9 commits
-
-
Will Schroeder authored
-
Will Schroeder authored
-
Will Schroeder authored
ENH:More control over whether widgets manage their own cursor shape. Particularly useful for composite widgets.
-
Dave Demarle authored
-
Dave Demarle authored
-
Dave Demarle authored
-
Kenneth Moreland authored
-
Will Schroeder authored
BUG:Make the priority of the handles slightly less so the BiDi cursor requests always take precedence over the internal handles.
-
Will Schroeder authored
BUG: Comparison must take into account that the map assumes that (key,pair) values are identical if neither key is less than the other. Thus the comparison function has been extended to take into account memory address as well to uniquify observers with the same priority.
-
- 14 May, 2006 1 commit
-
-
Andy Cedilnik authored
-