- Jul 02, 2019
-
-
Mattias Ellert authored
See commit a07af0af
-
Mattias Ellert authored
libPeac was removed in version 5.34.01
-
Mattias Ellert authored
-
- May 10, 2019
-
-
Philippe Canal authored
This is done by taking the check of fUniqueID and the assignment to fBuits into a separate function and by including this function in the header *but* marking it as "noinline" to prevent its inlining and preserve a way to suppress the valgrind warning. Introducing the macro R__NEVER_INLINE which expands to inline __attribute__((noinline)) The performance degradation is less than 10% for a case doing only creation and destruction of TObjects.
-
- Mar 07, 2019
-
-
Sergey Linev authored
etc was not appropriate place, one need to provide rules to install JSROOT and OPENUI5 in <prefix> directory
-
Sergey Linev authored
-
Sergey Linev authored
-
- Mar 04, 2019
-
-
alja authored
-
- Feb 28, 2019
-
-
alja authored
Add possiblity to set collection in the table view. Fixes related to collection filtering and event loops.
-
Sergey Linev authored
Just for debugging, let stop ROOT and close browser window
-
- Feb 26, 2019
-
-
Sergey Linev authored
plus several bug fixes
-
Sergey Linev authored
Also when toggling parent visisility, try to add/remove childs from drawing
-
Sergey Linev authored
Many nodes in geometry may refer to same volume, therefore all nodes should be checked when volume visibility flag is changed
-
Sergey Linev authored
When not full stack match is achieved, best shown with grey color
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
alja authored
-
- Feb 18, 2019
-
-
Guilherme Amadio authored
Can cause unnecessary extra linking to system libraries. We should add linking libraries directly to each target that needs it.
-
- Jan 15, 2019
-
-
Guilherme Amadio authored
This is part of Rfio authentication, which has been deprecated and removed along with RFIO support.
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
- Jan 14, 2019
-
-
Sergey Linev authored
Mostly for use in geometry viewer
-
Sergey Linev authored
It is not allowed to use so-called drawing range in index array with arbitrary values.
-
Sergey Linev authored
Allows fully remove browsing UI components, keep only geometry drawing
-
Sergey Linev authored
three.js cannot correctly calculate faces normals when index is used. Moreover, when index array used not from first element. For now unfold complete vertex array, in the future problem may be fixed in three.js
-
Sergey Linev authored
-
- Jan 11, 2019
-
-
Sergey Linev authored
-
Sergey Linev authored
Now UI splitted on two sides. Left side includes buttons and browser, right side is main drawing. Provide "reload" geometry button, which fully re-loads description and base drawing.
-
Sergey Linev authored
Used in several places when select drawing nodes or toggle node visisbility
-
Sergey Linev authored
-
Sergey Linev authored
Try to use incremental update from server side. Every change of flag send to server, where volume property changes. Server sends back modified property plus render data if required. Client change drawing only when receiving such update. This will allow to implement multiple clients
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
Use custom openui5 control to render such element, let much flexible behaviour of GUI elements
-
Sergey Linev authored
Send all nodes, which are using same shape. And correctly cleanup previous extra drawing before adding new. Simplify logic how such additional elements are highlighted
-