- Sep 21, 2004
-
-
Rene Brun authored
TMySQLServer::ShutDown appears to need a modification to adapt to API changes in MySQL. git-svn-id: http://root.cern.ch/svn/root/trunk@10127 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
-there is no need to call fStyle->SetEditable(1); TGedEditor ctor. - fix Crop action in gui builder git-svn-id: http://root.cern.ch/svn/root/trunk@10126 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- Fix appearance of X11 error message when editable MdiFrame is closed. git-svn-id: http://root.cern.ch/svn/root/trunk@10125 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
situations where the file name is more than 1000 characters. git-svn-id: http://root.cern.ch/svn/root/trunk@10123 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- correct key handling in gui builder git-svn-id: http://root.cern.ch/svn/root/trunk@10122 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
New version of the TH1 editor git-svn-id: http://root.cern.ch/svn/root/trunk@10121 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- do not delete property editor when it's part (embedded) of gui builder. In general property editor can be created independently of guibuilder. git-svn-id: http://root.cern.ch/svn/root/trunk@10120 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- TGMdiTitleBar::HandleButton, TGMdiWinResizer::HandleButton do not call main_frame->Layout when button pressed. I'll try to find a better fix later. - TGuiBuilder::FindEditableMdiFrame bug fixed - TGuiBuilder::SaveProject allows to save project when frame is not editable git-svn-id: http://root.cern.ch/svn/root/trunk@10119 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- small corrections in default constructor of TRootEmbeddedCanvas - TGStatusBar, TGHProgressBar added to guibuiler git-svn-id: http://root.cern.ch/svn/root/trunk@10118 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- add key grabbings to guibuilder - minor mods git-svn-id: http://root.cern.ch/svn/root/trunk@10117 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10116 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- added lots of comments to the TGraphEditor - shortened the source code - attached a picture for the online documentation git-svn-id: http://root.cern.ch/svn/root/trunk@10115 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- small corrections to remove compilation warnings git-svn-id: http://root.cern.ch/svn/root/trunk@10114 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 20, 2004
-
-
Rene Brun authored
- few bug fixes (pressing Ctrl keyswitched off editable mode under windows) git-svn-id: http://root.cern.ch/svn/root/trunk@10113 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- Fix Int_t -> Long64_t - small assorted fixes git-svn-id: http://root.cern.ch/svn/root/trunk@10112 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Use memberwise initialisation instead of a direct assignement (as recommended in C++ (effc++ flag in gcc) git-svn-id: http://root.cern.ch/svn/root/trunk@10111 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
GetAbove() which are not a correct names for a boolean getters). git-svn-id: http://root.cern.ch/svn/root/trunk@10110 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- add new signals to TGToolTip class Show(Int_t x, Int_t y), Hide(), Reset() - disable editting of TGTabElement - show help in GUI builder's status bar git-svn-id: http://root.cern.ch/svn/root/trunk@10109 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
some inconsistency fixes. git-svn-id: http://root.cern.ch/svn/root/trunk@10108 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
fix the reading of the TObject data member fBits within a split TClonesArray when the TTree is in MakeClass mode. git-svn-id: http://root.cern.ch/svn/root/trunk@10107 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- protection in TGeoHalfSpace for rays parallel to the plane - fixes in TGeoUnion, TGeoSubtraction, TGeoIntersection in DistToIn/Out git-svn-id: http://root.cern.ch/svn/root/trunk@10106 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
New version of the guibuilder with its new user interface git-svn-id: http://root.cern.ch/svn/root/trunk@10105 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10104 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- remove AddInput(kButtonPressMask); from TGMainFrame constructor. - do not call ((TGMainFrame *)((TGMdiMainFrame *)fMdiWin)->GetMainFrame())->Layout(); when button pressed in TGMdiTitleFrame. That generates segv. while running GuiBuilder. This is quick fix. I'll try to find solution later. - TGMdiMainFrame::RemoveMdiFrame(TGMdiFrame *frame) use ID of removed frame in SendMessage and FrameClosed signal git-svn-id: http://root.cern.ch/svn/root/trunk@10103 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
When the ROOT binary directory is relocated the freetype lib linked to libGraf is not found during linking, so we need to explicitely add it again. git-svn-id: http://root.cern.ch/svn/root/trunk@10102 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
are implicitly removed via the Modules.mk). git-svn-id: http://root.cern.ch/svn/root/trunk@10101 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10100 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
- The variable "i" was declared twice (VC++ 6 only) git-svn-id: http://root.cern.ch/svn/root/trunk@10099 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
Save geometry and event tree in the same file. git-svn-id: http://root.cern.ch/svn/root/trunk@10098 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
be compiled with -O0. Bug has been reported to Intel. git-svn-id: http://root.cern.ch/svn/root/trunk@10097 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10096 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 19, 2004
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10095 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. git-svn-id: http://root.cern.ch/svn/root/trunk@10093 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 17, 2004
-
-
Fons Rademakers authored
patch to avoid access to a global variable across libraries. git-svn-id: http://root.cern.ch/svn/root/trunk@10092 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Fix for button 4 and 5 type events. git-svn-id: http://root.cern.ch/svn/root/trunk@10091 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
From Timur Several improvements git-svn-id: http://root.cern.ch/svn/root/trunk@10090 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
For what else is new see http://root.cern.ch/root/Cint.phtml?relnote. git-svn-id: http://root.cern.ch/svn/root/trunk@10089 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
This allows for proper redrawing of the sphere after having been obscured by a menu. git-svn-id: http://root.cern.ch/svn/root/trunk@10088 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
for arguments passed by value. Header was already correct. git-svn-id: http://root.cern.ch/svn/root/trunk@10087 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10086 27541ba8-7e3a-0410-8455-c3a389f83636
-