An error occurred while loading commit signatures
- May 29, 2013
-
- May 28, 2013
-
-
Olivier Couet authored
-
- May 21, 2013
-
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
Properly check for the root.mimes actions (should solve issue reported on the forum: TBrowser custom action on 'click' http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=16511)
-
- May 03, 2013
-
-
Fons Rademakers authored
-
Axel Naumann authored
-
Axel Naumann authored
-
- Apr 30, 2013
-
-
Axel Naumann authored
Replace all occurrences of strlen(x) == 0 with !x[0] which is far cheaper for long strings.
-
- Apr 05, 2013
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@49087 27541ba8-7e3a-0410-8455-c3a389f83636
-
Bertrand Bellenot authored
Import rev.49085 from 5-34-patches: Add missing initialisation of the "Bar Option" check box, leading to keeping the check box checked when switching from an histogram draw with "BAR" option to another one without that option. Thanks to Axel for reporting this. git-svn-id: http://root.cern.ch/svn/root/trunk@49086 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 28, 2013
-
-
Fons Rademakers authored
The attached patchset fixes a bunch of typo in the source: 0001-succes-success.patch 0002-preceed-preced.patch 0003-informations-information.patch 0004-childs-children.patch 0005-avaliable-available.patch 0006-writeable-writable.patch 0007-comand-command.patch 0008-unkown-unknown.patch 0009-wierd-weird.patch 0010-wheter-whether.patch 0011-unecessary-unnecessary.patch 0012-splitted-split.patch 0013-registerd-registered.patch 0014-recieve-receive.patch 0015-processsing-processing.patch 0016-ouput-output.patch 0017-mutiple-multiple.patch 0018-lenght-length.patch 0019-interupted-interrupted.patch 0020-independant-independent.patch 0021-inconsistant-inconsistent.patch 0022-expresion-expression.patch 0023-explicitely-explicitly.patch 0024-enviroment-environment.patch 0025-deafult-default.patch 0026-continous-continuous.patch 0027-completly-completely.patch 0028-commited-committed.patch 0029-choosen-chosen.patch 0030-backgroud-background.patch 0031-auxilliary-auxiliary.patch 0032-authentification-authentication.patch 0033-appropiate-appropriate.patch 0034-an-other-another.patch 0035-environement-environment.patch 0036-targetting-targeting.patch 0037-suppported-supported.patch 0038-paramater-parameter.patch git-svn-id: http://root.cern.ch/svn/root/trunk@48992 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 13, 2013
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48566 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 22, 2013
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48371 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 14, 2012
-
-
Fons Rademakers authored
Replace the trunk code that uses the deprecated TH1::kCanRebin bit with the new methods TH1::CanExtendAllAxes() and TH1::SetCanExtend() - see r47909, r48012 and r48031. The old TH1::kCanRebin bit did not really have much to do with histogram rebinning, but rather with extending the limits of the histogram's axes (which can cause a rebin, but only in some cases). As such, the word "Rebin" has been replaced with "Extend" for the new methods. Rename TH1::RebinAxis() to TH1::ExtendAxis() for the reasons stated above. The TH1::RebinAxis() method will be kept in v6-00 for backward compatibility with an obsolete warning and will be removed in v6-02. The current implementation simply forwards the call to TH1::ExtendAxis(). git-svn-id: http://root.cern.ch/svn/root/trunk@48046 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
while with cling ;-) ). git-svn-id: http://root.cern.ch/svn/root/trunk@48043 27541ba8-7e3a-0410-8455-c3a389f83636
-
Bertrand Bellenot authored
Move the DataChanged() slot method in the source file, otherwise TQObject::CheckConnectArgs doesn't find it (at least with cling, since it was working with cint...) git-svn-id: http://root.cern.ch/svn/root/trunk@48039 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 13, 2012
-
-
Fons Rademakers authored
changes needed from introduction of cling and removal of cint. There are still some problems, that will be fixed asap. git-svn-id: http://root.cern.ch/svn/root/trunk@48027 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 11, 2012
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47967 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2012
-
-
Fons Rademakers authored
- configure: remove enable_cling and hascling as we always have cling. - remove many R__HAS_CLING ifdef's from the code. git-svn-id: http://root.cern.ch/svn/root/trunk@47952 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 18, 2012
-
-
Axel Naumann authored
Move dictionary initialization into global function that has a unique, defined name for each dictionary. This function checks (using a local static, but that's fine because it gets called also during static initialization of the library which is locked by definition) that it only registers the dictionary once. This function can be called if an initialized dictionary is required during static initialization. That's the case of libGui's gClient; call this new function before setting it up. git-svn-id: http://root.cern.ch/svn/root/trunk@47419 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 17, 2012
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47402 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 13, 2012
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47217 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 12, 2012
-
-
Bertrand Bellenot authored
Fix coverity report (and the wrong method was used anyway: fBar->UsePercent() instead of fBar->Percent(kTRUE)) git-svn-id: http://root.cern.ch/svn/root/trunk@47177 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 06, 2012
-
-
Timur Pocheptsov authored
Uff, I hope this is the last attempt to fix pixel base GUI: it looks like ascent for a font in X11 includes some additional pixels above the maxium gluph's height. A lot of layout hints have toppad 0 because of this (?). With CoreText/Quartz 2D I do not have these additional pixels and a lot of widgets (with text) have 2-3 pixels shifted text. Since I can not fix them all, I have to add these pixels when calculating font metrics. This seems to fix all text buttons, check boxes, radio buttons, tooltips, tree view, etc. git-svn-id: http://root.cern.ch/svn/root/trunk@47078 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@47077 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
Revert last mods in TGListTree and do it in a different way - remove Cocoa specific ifdefs from DrawItemName, but also put ytext modification in ifdefs (when it's adjusted using pic sizes). Still, outline and highlight are painted with full item's height. git-svn-id: http://root.cern.ch/svn/root/trunk@47075 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 01, 2012
-
-
Timur Pocheptsov authored
to use font height in different DrawXXX methods + I have to use the full item height, otherwise (as soon as FontAscent is smaller then FontHeight and smaller than image(s) height, outline, highlight, text - everything is misplaced). git-svn-id: http://root.cern.ch/svn/root/trunk@46959 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 31, 2012
-
-
Timur Pocheptsov authored
1. When it comes to tiny polygons and pixel-exact rendering, Quartz does not produce expected image (well, it does with HiDPI, but HiDPI has additional problems). So I have to adjust small triangles in a color selector and pattern selector widgets. 2. It's really bad idea to draw a rectangle first and then try to fill some area inside this rectangle, trying not to overlap - this does not work with Quartz, so I have to invert the order: fill rectangle first and draw outline later. These fixes require ifdefs, ugly but inevitable, if you do some hardcoded pixel-based rendering as we do. git-svn-id: http://root.cern.ch/svn/root/trunk@46934 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
Sizes are hardcoded in a GUI, layout manager ignores the fact widgets do not fit (may be, it should not), but as a result on Cocoa text label "Draw option:" is overlapped by button in a TBrowser with default geometry. I have to ask for these two pixels back. git-svn-id: http://root.cern.ch/svn/root/trunk@46929 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
created as first ROOT object. This happens only when statically linking the application. git-svn-id: http://root.cern.ch/svn/root/trunk@46928 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 30, 2012
-
-
Bertrand Bellenot authored
Fix savannah bug #98532: TGuiBuilder: crash when changing text of a field (https://savannah.cern.ch/bugs/?98532) git-svn-id: http://root.cern.ch/svn/root/trunk@46888 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 27, 2012
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@46849 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 21, 2012
-
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@46119 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 20, 2012
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@46073 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 20, 2012
-
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@45666 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 14, 2012
-
-
Bertrand Bellenot authored
- move enum ENewBrowserMessages into TRootBrowser.h class definition - make CloseTab() virtual - make CloseWindow() virtual git-svn-id: http://root.cern.ch/svn/root/trunk@45593 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 13, 2012
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@45565 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 10, 2012
-
-
Timur Pocheptsov authored
Fix for right mouse buttons. git-svn-id: http://root.cern.ch/svn/root/trunk@45547 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 27, 2012
-
-
Timur Pocheptsov authored
Modification for different popups: with cocoa I can not guarantee the stack order for borderless popup window (it's "main" window can in some cases become main and key window and overlay popup). With transient hint (which makes a popup window into a children of some other window) the problem is fixed, now GUI does not fall to pieces at any unexpected user action. git-svn-id: http://root.cern.ch/svn/root/trunk@45252 27541ba8-7e3a-0410-8455-c3a389f83636
-