- Feb 16, 2021
-
-
Sergey Linev authored
In such case gPad can be set to nullptr and function fails Solving https://root-forum.cern.ch/t/43560
-
- Jul 28, 2020
-
-
Simon Spies authored
-
- Jun 29, 2020
-
-
Sergey Linev authored
This pointer was not initialized properly
-
Sergey Linev authored
Created image may be cleaned up many time, causing ROOT crash One also should initialize that pointer properly
-
- May 17, 2020
-
-
Philippe Canal authored
Avoid streaming a copy of the TPaveStats parent during the TH1 cloning process.
-
- May 07, 2020
-
-
Sergey Linev authored
Connection id can be used to provide client-dependent output Also there is always master connection flag. Use connection info in RFrame and RStatBox when processing ranges requests
-
Sergey Linev authored
It is central place where it used and applied. Move also Request and Reply classes into correspondent drawables
-
Sergey Linev authored
RFrame keep track of selected zoom range for each client. Every client sends update when zooming is changed. Statbox request changes when zooming is changed on client side. On server side statbox gets necessary range settings, which was transferred already by frame
-
Sergey Linev authored
Visible range may depend on different components like RFrame or RHistDrawable. Such range required to calculate statistic for the statbox or implement improved histogram display.
-
Sergey Linev authored
This object provided to RDrawable::Display() method as argument and give contexts - canvas, sub-pad, primitive index. Same context made available for RDrawableRequest
-
Sergey Linev authored
Visible range may depend on different components like RFrame or RHistDrawable. Such range required to calculate statistic for the statbox or implement improved histogram display.
-
Sergey Linev authored
This object provided to RDrawable::Display() method as argument and give contexts - canvas, sub-pad, primitive index. Same context made available for RDrawableRequest
-
Olivier Couet authored
* Implement SetRealAspectRatio * Make the method SetRealAspectRatio visible in the canvas menu * fix typos
-
- May 05, 2020
-
-
Olivier Couet authored
* Implement the F option in RedrawAxis to redraw the plots frame * update release notes * Line style can be taken from the frame
-
- May 04, 2020
-
-
Sergey Linev authored
-
- Apr 30, 2020
-
-
Oksana Shadura authored
[ROOT-10302] Move glew to ROOT builtins (part 2)
-
- Apr 27, 2020
-
-
Sergey Linev authored
While RLine defined in primitives, it cannot be used only with gpadv7
-
Sergey Linev authored
-
- Apr 24, 2020
-
-
Axel Naumann authored
-
Vassil Vassilev authored
ROOT_STANDARD_LIBRARY_PACKAGE passes all DEPENDENCIES to roocling via ROOT_GENERATE_DICTIONARY.
-
- Apr 22, 2020
-
-
Sergey Linev authored
Try to exclude as much as possible ${CMAKE_BUILD_DIR)/include from includes paths. By this one much better control library dependencies - includes from other ROOT libraries not "visible" during the build. Several generated files placed first to ${CMAKE_BUILD_DIR)/ginclude and then copied to include. Dictionary generation still uses only ${CMAKE_BUILD_DIR)/include Co-authored-by:
Axel Naumann <Axel.Naumann@cern.ch>
-
- Apr 20, 2020
-
-
Sergey Linev authored
-
Sergey Linev authored
Let extract RPadLength directly from the css code. Simplify implementation of custom attributes classes.
-
Sergey Linev authored
-
Sergey Linev authored
Provide generic Execute() for RDrawable class, allows to execute all methods markes as **MENU** Later one can provides attributes changes via menu
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
Assign RCanvas, RPadBase and RDrawable to requests members, which can be accessed in RDrawableRequest::Process() methods. Use pointer for pad and canvas while shared_ptr is not possible for RCanvas
-
Sergey Linev authored
Client can submit request to the server and can assign callback to get reply. Requests are derived from dedicated class and via sub-classing can get arbitrary access to RDrawable API As first example, use RHistStatBox for this. When working online, statistic will be filled by the server through such special requests
-
Sergey Linev authored
If drawable not changed since last update, just send dummy entry to client. This ensure that client do not remove element from paint list
-
Sergey Linev authored
While painter used for bi-directional communication, it is required to access non-const methods of RCanvas
-
Sergey Linev authored
Use version to detect which drawable need to be transfer to client Idea to reduce transfer when only attributes of some objects are changed
-
Sergey Linev authored
It only reference RDrawable attributes, but not drawable itself. Idea to be able transfer all graphical attributes of drawable, but be able to provide absolutely different data compared to the drawable First example is RHistStatBox. It will reference histogram, but this histogram not required on client side. All statistic should be calculated on the server side and send as ready-to-use data to client Provide minimal demo in draw_rh2_colz.cxx tutorial
-
Sergey Linev authored
Add testing of gradient palette
-
Sergey Linev authored
-
Michael Wilkinson authored
-
Olivier Couet authored
-
- Apr 16, 2020
-
-
Olivier Couet authored
-
Michael Wilkinson authored
* [TPad][docs] bring Print and SaveAs documentation into better alignment * [TPad][docs] add notes that cannot save TMathText as PDF properly
-
- Apr 10, 2020
-
-
Olivier Couet authored
-