[root] / trunk / gui / gui / inc / TGPack.h Repository:
ViewVC logotype

Log of /trunk/gui/gui/inc/TGPack.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 48992 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 28 15:26:26 2013 UTC (21 months, 3 weeks ago) by rdm
File length: 3921 byte(s)
Diff to previous 29129
From Lifeng Sun:
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

Revision 29129 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 22 09:39:20 2009 UTC (5 years, 7 months ago) by brun
File length: 3921 byte(s)
Diff to previous 29031
From Alja:
- TEveCompositeFrameInMainFrame: Add two getters needed in save and restore of window configuration.
- TGPack: Update sub-window weights on splitter move action.

Revision 29031 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 16 17:13:39 2009 UTC (5 years, 7 months ago) by bellenot
File length: 3899 byte(s)
Diff to previous 26800
From Alja:
- Add support for relative sub-frame weights in TGPack.
- Implement Show()/Hide() virtual functions in TGPack.

Revision 26800 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 10 16:20:20 2008 UTC (6 years, 1 month ago) by bellenot
File length: 3035 byte(s)
Diff to previous 26582
From Matevz:
- Add method GetAvailableLength().
- Add method EqualizeFrames() to equaly distribute space among all frames.
- Do not allow splitters to resize the widget below 0 length.

Revision 26582 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 2 11:16:22 2008 UTC (6 years, 1 month ago) by bellenot
File length: 2940 byte(s)
Diff to previous 26560
From Matevz:
- Fix coding conventions (added comments)

Revision 26560 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 1 17:35:30 2008 UTC (6 years, 1 month ago) by bellenot
File length: 2917 byte(s)
Diff to previous 25239
From Matevz:
Merge revs 26523 and 26557 from the fireworks branch.
- fix ownership policy;
- properly implement SetVertical();
- only map splitter and composite frame when adding a 
  new slot instead of calling MapSubwindows().

Revision 25239 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 25 19:08:32 2008 UTC (6 years, 4 months ago) by bellenot
File length: 2896 byte(s)
Diff to previous 25229
From Matevz:

TGCompositeFrame
----------------
Add new method virtual TGFrameElement* FindFrameElement(TGFrame *f) const; and use it in several TGCompositeFrame methods to simplify the code.

TGPack
------
Introduce new member 'Int_t fSplitterLen' and use it instead of the hardcoded value.
Improve handling of frame removal.

Revision 25229 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 25 15:14:34 2008 UTC (6 years, 5 months ago) by bellenot
File length: 2864 byte(s)
Copied from: branches/dev/eve-dev/gui/gui/inc/TGPack.h revision 25204
Diff to previous 25204
From Matevz and me:
Merge changes from branches/dev/fireworks (CMS event display)

TGSplitFrame
------------
- Added Docked(TGFrame*) and  Undocked(TGFrame*) signals
- Added GetUndocked() getter

TGView
------
- Added a protection against possible negative scroll values

TGTextView
----------
- Fix bottom line not being properly updated while scrolling TGTextView
- Solve a problem with vertical slider (avoid negative value when scrolling)

TGTextEdit
----------
- Fix blinking cursor on some platforms/compilers in TGTextEdit

TGToolTip
---------
- Add new constructor with global x, y position.
If neither fWindow nor fPad are set use global fX, fY that was passed from outside.

TGListTree
----------
DeleteItem/Children() - for list-tree in stand-alone mode set below-mouse/current item to zero before deleting the item; remove corresponding comments.

TGSplitter
----------
- Add option to handle frame resizing externally.

TGPack
------
New Container class for vertical and horizontal grouping of frames. It enforces a predictable resizing behaviour on children.

Revision 25204 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 21 17:49:06 2008 UTC (6 years, 5 months ago) by matevz
Original Path: branches/dev/eve-dev/gui/gui/inc/TGPack.h
File length: 2864 byte(s)
Copied from: branches/dev/fireworks/gui/inc/TGPack.h revision 25202
Diff to previous 24667
Merge changes -r 24450:25202 from the fireworks branch on the
following directories (fireworks branch still uses the old directory
structure):

 eve/, gl/, gui/ and tutorials/eve/

From this point onwards fireworks branch will no longer be used for
active development but will only receive backports from the trunk or
from the eve-dev branch.

Revision 24667 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Jul 4 17:33:17 2008 UTC (6 years, 6 months ago) by matevz
Original Path: branches/dev/fireworks/gui/inc/TGPack.h
File length: 2864 byte(s)
TGSplitter
----------
Add option to handle frame resizing externally.

TGPack
------
Container for vertical and horizontal grouping of frames. It enforces
a predictable resizing behaviour on children.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9