[root] / trunk / gui / gui / src / TRootContextMenu.cxx Repository:
ViewVC logotype

Log of /trunk/gui/gui/src/TRootContextMenu.cxx

Parent Directory Parent Directory


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

Revision 43276 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 7 17:13:42 2012 UTC (2 years, 10 months ago) by pcanal
File length: 28102 byte(s)
Diff to previous 42641
Coverity number 35355,35805,35666,35708,35511,35782,35782,35642,35787,35796,35653,35806,35667,
35670,35809,35810,35671,35673,35812,35688,35283,35824,35689,35825,35690,35691,35826,35827,35692,
35635,35636,35275
about missing operator= and/or copy constructors.

Revision 42641 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 16 09:06:00 2012 UTC (3 years ago) by bellenot
File length: 28096 byte(s)
Diff to previous 42631
Try to silent coverity reports about dereference null return (stat)

Revision 42631 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 13 13:27:28 2012 UTC (3 years ago) by bellenot
File length: 28065 byte(s)
Diff to previous 41724
Fix coverity report #36609 (uninitialized pointer read) and ignore harmless coverity report #36017 (dereference null return)

Revision 41724 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 2 15:41:09 2011 UTC (3 years, 2 months ago) by bellenot
File length: 28027 byte(s)
Diff to previous 41232
Add mouse event handling in TRootContextmenu. This should solve an issue with context menus being being stuck when embedding canvases in external GUI frameworks (e.g. gtk, Qt, ...) - on Linux only.

Revision 41232 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 6 15:34:36 2011 UTC (3 years, 3 months ago) by bellenot
File length: 27975 byte(s)
Diff to previous 40431
Fix coverity reports (dereference null return value)

Revision 40431 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 3 08:32:54 2011 UTC (3 years, 5 months ago) by bellenot
File length: 27868 byte(s)
Diff to previous 38443
Make context menus "sticky", so no need to keep the mouse button pressed anymore (make trackpad usage much simpler)

Revision 38443 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 16 11:15:27 2011 UTC (3 years, 10 months ago) by bellenot
File length: 27869 byte(s)
Diff to previous 37923
Ignore "Unused pointer value" coverity reports

Revision 37923 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 1 08:49:06 2011 UTC (3 years, 11 months ago) by bellenot
File length: 27807 byte(s)
Diff to previous 36246
Fix a problem with context menus as reported on the forum: http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=12039

Revision 36246 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 10 10:13:03 2010 UTC (4 years, 3 months ago) by brun
File length: 27808 byte(s)
Diff to previous 35518
use strlcpy, strlcat

Revision 35518 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 09:54:10 2010 UTC (4 years, 4 months ago) by bellenot
File length: 27789 byte(s)
Diff to previous 34223
Replace several strncpy and strncat by strlcpy and strlcat

Revision 34223 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 30 11:01:48 2010 UTC (4 years, 6 months ago) by bellenot
File length: 27799 byte(s)
Diff to previous 33907
Fix format in Warning and Error statements

Revision 33907 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 15 10:26:47 2010 UTC (4 years, 7 months ago) by bellenot
File length: 27804 byte(s)
Diff to previous 32587
Fix potential buffer not null terminated (coverity)

Revision 32587 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 12 14:03:36 2010 UTC (4 years, 10 months ago) by bellenot
File length: 27773 byte(s)
Diff to previous 32186
Fix several potential buffer overflows (coverity)

Revision 32186 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 2 14:47:49 2010 UTC (4 years, 11 months ago) by bellenot
File length: 27768 byte(s)
Diff to previous 32061
Add protection against possible null pointer and remove dead (unreachable) code (coverity)

Revision 32061 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 20 07:51:15 2010 UTC (5 years ago) by bellenot
File length: 27953 byte(s)
Diff to previous 31685
Close the context menu if the selected object is being deleted in the RecursiveRemove() operation.
Avoid potential crash as reported on the forum: http://root.cern.ch/phpBB2/viewtopic.php?t=9705

Revision 31685 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 8 16:33:13 2009 UTC (5 years, 1 month ago) by bellenot
File length: 27139 byte(s)
Diff to previous 29571
- More protections against possible NULL pointers (coverity)

Revision 29571 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 24 10:55:28 2009 UTC (5 years, 6 months ago) by rdm
File length: 27128 byte(s)
Diff to previous 28290
From Bertrand:
fix for previous patch concerning dynamic strings. Preserve previous ownership
model.

Revision 28290 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 20 14:50:22 2009 UTC (5 years, 9 months ago) by bellenot
File length: 27128 byte(s)
Diff to previous 28279
No need to check for the default argument being NULL (could be a global pointer)

Revision 28279 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 20 13:19:15 2009 UTC (5 years, 9 months ago) by bellenot
File length: 27136 byte(s)
Diff to previous 28270
When creating the dialog from the context menu, skip arguments that are pointers (but not char *) and have a default value set to 0

Revision 28270 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 17 10:22:29 2009 UTC (5 years, 9 months ago) by bellenot
File length: 26902 byte(s)
Diff to previous 28021
Cosmetics (font alignment)

Revision 28021 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 1 11:10:27 2009 UTC (5 years, 9 months ago) by bellenot
File length: 26950 byte(s)
Diff to previous 28016
Properly change the mouse pointer when passing over the '?' (help)

Revision 28016 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 31 20:35:35 2009 UTC (5 years, 9 months ago) by bellenot
File length: 26324 byte(s)
Diff to previous 28015
Fix compilation warning about comparison between signed and unsigned integer expressions (thanks Rene for the report)

Revision 28015 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 31 20:07:30 2009 UTC (5 years, 9 months ago) by bellenot
File length: 26292 byte(s)
Diff to previous 28006
Added a small '?' on the right of the context menu entries, giving access to online help

Revision 28006 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 31 13:47:42 2009 UTC (5 years, 9 months ago) by bellenot
File length: 24425 byte(s)
Diff to previous 27999
Implement contextual help from context menus. The help is called by holding CTRL while clicking on a menu entry.

Revision 27999 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 31 08:09:46 2009 UTC (5 years, 9 months ago) by bellenot
File length: 23532 byte(s)
Diff to previous 27157
Implemented online help in root dialogs (the dialog boxes used with contextual menus) via a new "Online Help" button.
This opens a Root HTML browser at the right class/method location in the Root reference guide on the web
The base url can be changed with the Browser.StartUrl option in system.rootrc (by default: http://root.cern.ch/root/html/ClassIndex.html)

Revision 27157 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 15 14:05:12 2009 UTC (6 years ago) by brun
File length: 22056 byte(s)
Diff to previous 23446
From Axel:
Replace all references to Text_t by char, still keeping the definition in Rtypes.h

Revision 23446 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 23 12:06:40 2008 UTC (6 years, 9 months ago) by brun
File length: 22074 byte(s)
Diff to previous 23115
Fix very badly shadowed variables.

Revision 23115 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 10 13:35:37 2008 UTC (6 years, 9 months ago) by rdm
File length: 22098 byte(s)
Copied from: trunk/gui/src/TRootContextMenu.cxx revision 23114
Diff to previous 22546
moved to directory "gui" the following directories:

fitpanel, ged, gui, guibuilder, guihtml, qtgsi, qtroot, sessionviewer

Revision 22546 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 8 19:21:05 2008 UTC (6 years, 10 months ago) by rdm
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 22098 byte(s)
Diff to previous 22124
other bunch of gcc 4.3 warnings removed:
-  warning: suggest a space before ; or explicit braces around empty body
   in for statement

Revision 22124 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 13 10:02:50 2008 UTC (6 years, 11 months ago) by antcheva
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 22089 byte(s)
Diff to previous 22068
Coding conventions.

Revision 22068 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 8 14:45:50 2008 UTC (6 years, 11 months ago) by antcheva
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 22059 byte(s)
Diff to previous 20882
From Mathieu de Naurois:
Changes in the TRootContextMenu that allow creation of multilevel cascaded
menus by using the following syntax:
// *MENU={Hierarchy="Level0/Level1/Level2/Name"}*
// *SUBMENU={Hierarchy="Level0/Level1/Level2/Name"}*
// *TOGGLE={Hierarchy="Level0/Level1/Level2/Name"}*
This improvement allows to reduce the long context menus by grouping related
menu items in a sub-menu and have fully customizable appearance.

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16413 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16413 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16476 byte(s)
Diff to previous 17692
remove :$ from tag line

Revision 17692 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 5 12:28:58 2007 UTC (7 years, 11 months ago) by antcheva
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16486 byte(s)
Diff to previous 17691
- additional fix in TRootContextMenu::Dialog to avoid side effects

Revision 17691 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 5 11:55:38 2007 UTC (7 years, 11 months ago) by antcheva
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16352 byte(s)
Diff to previous 17582
Fix in TRootContextMenu::Dialog method: anytime the
argument name contained a '*' the argument type was
considered as "char *" what is not true for cases as
"Double_t *" etc.

Revision 17582 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 30 11:55:33 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16425 byte(s)
Diff to previous 16085
-Replace calls to gROOT->GetClass by TClass::GetClass

Revision 16085 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 22 18:27:38 2006 UTC (8 years, 5 months ago) by rdm
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16425 byte(s)
Diff to previous 14698
From Matevz:
In ProcessMessage(Long_t, Long_t, Long_t): store current pad via
TObjectSpy.

Revision 14698 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 13 15:32:35 2006 UTC (8 years, 9 months ago) by brun
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16409 byte(s)
Diff to previous 12656
From Valeriy Onuchin:
- TGWindow
  o kEditDisableBtnEnable - bit intoduced, which says
    "window cannot be edited but can handle mouse button events".
    Typical usage is buttons in complex widgets like
    buttons in scroll bar, tab elements in TGTab etc.

- TGFrame
  o SetBgndColor(const char *hexvalue) method is introduced.
    This method allows to set frame background color as
    hexvalue e.g. "#0c0c0c", or by color name "white", "blue" etc.
    This method was added to guibuilder context menu.
- TGCompositeFrame
  o TGLayoutManager *GetLayoutManager() const.
    void SetLayoutManager(TGLayoutManager *l) made virtual.
    That hepled to fix bugs #15, #16 fronm guibuilder bugs list.
  o SetBgndColor(const char *hexvalue) is  overloaded in order
    to set background color for all subframes.

- TGListBox. Few methods added to context menu.
   o New method  NewEntry(const char *s = "Entry") -
     creates new entry placed next to selected entry.
   o void RemoveEntry(Int_t id = -1) - remove selected
     entry/entries from listbox
   o void SetBgndColor(const char *color) - overloaded to
      set background color for list box entries.
   o void SetMultipleSelections(Bool_t) - toggle on/off
     multiple selection

   o TGListBox widget was added to guibuilder widgte palette.

- TGMenu.
   o new method was introduced: CheckEntryByData(void *user_data)
     It allows to check/uncheck menu entry by specifying
     user data associated with entry.

- TGNumberEntry. Few methods added as submemu of context menu
  of guibuilder. That greatly simplifies paremeter selection.
  o Set fixed height for guibuilding.

- TGScrollBars, TGSliders. Fix height for horizontal bar/slider,
  fix width for vertical bar/slider when it is resized during
  guibuilding.

- TGTextEntry.
   o Several context menu methods are now selected via context
   submenu.
   o Set fixed height for guibuilding.

- TGComboBox. Changes made in order add
  TGComboBox widget to guibuilder.

Revision 12656 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 5 13:33:08 2005 UTC (9 years, 4 months ago) by rdm
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16332 byte(s)
Diff to previous 12101
from Ilka:
more coding convention fixes.

Revision 12101 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 21 17:09:26 2005 UTC (9 years, 7 months ago) by brun
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16319 byte(s)
Diff to previous 11458
From Valeriy and Ilka:

The last patch of Valeriy with some additional comments by Ilka:

- TVirtualX/TGWin32/TGWin32VirtualXProxy, TGQt new methods added
 o unsigned char *GetColorBits(Drawable_t  wid, Int_t  x, Int_t  y,  UInt_t w, U
   Int_t h)rns an array of pixels created from a part of drawable (defined by x, y,
     w, h)n format:  b1, g1, r1, 0,  b2, g2, r2, 0 ... bn, gn, rn, 0 ..
     Pixels are numbered from left to right and from top to bottom.
     By default all pixels from the whole drawable are returned.
     Note that return array is 32-bit aligned

  o Pixmap_t CreatePixmapFromData(unsigned char * bits, UInt_t  width,  UInt_t h
          eight)create pixmap from RGB data. RGB data is in format :
          b1, g1, r1, 0,  b2, g2, r2, 0 ... bn, gn, rn, 0 ..
       Pixels are numbered from left to right and from top to bottom.
       Note that data must be 32-bit aligned

- TGQt (*provided changes do not work; I cannot run rose_image.C tutorials under
 tRoot because of SegV in:
#3  0x0114172a in TGQt::GetWindowID (this=0xa1a2ab8, id=4)
    at qt/src/GQtGUI.cxx:507
#4  0x01b56914 in TASImage::Paint (this=0xaa80d68, option=0xac85d1c "xxx")
    at asimage/src/TASImage.cxx:1047
#5  0x02ddc948 in TPad::PaintModified (this=0xacb85d8)
    at gpad/src/TPad.cxx:2396
#6  0x02ddc834 in TPad::PaintModified (this=0xac1f108)
    at gpad/src/TPad.cxx:2381
#7  0x02db7cdb in TCanvas::Update (this=0xac1f108)
    at gpad/src/TCanvas.cxx:1858
*
TGQt::GetWindowID (this=0xa1a2ab8, id=4)  at qt/src/GQtGUI.cxx:507

    o  corrected an implementation  of "Window_t TGQt::GetWindowID(Int_t id)"
        That allows to run rose_image.C tutorials under QtRoot
    o implemented TGQt::GetCurrentWindow()
        That allows to save canvas/pad in in image formats  by using TASImage cl

- TImage/TASImage:

  o new method added PaintImage(Drawable_t wid, Int_t x, Int_t y) which allows t
  o the Draw option which allows to expand image to the pad size was renamed fro
  o new Draw/Paint option added -  if "z" is specified an image palette is drawn
  o TAttImage: SetPaletteEnabled/IsPaletteEnabled introduced - which allows to s
  o image convertion to gray is now "toggable"
  o new method :PaintImage(Drawable_t wid, Int_t x, Int_t y) introduced which al

- tutorials/galaxy_image.C. Unnecessary "img->SetName("n4254"); was removed

- TPad::Print - remove QtRoot specific code

- TToggle - "sanity" check added

- TGPicture.cxx - *added QtRoot specific code by gVirtualX->InheritsFrom("TGQt")

Revision 11458 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 31 12:51:43 2005 UTC (9 years, 9 months ago) by brun
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16320 byte(s)
Diff to previous 11129
From Ilka:
The attached patch fixes the bug 2803: the test of kNotDeleted was
forgotten in the last changes of TRootContextMenu.cxx.

Revision 11129 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 16 15:22:06 2005 UTC (9 years, 11 months ago) by brun
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16286 byte(s)
Diff to previous 9436
From Ilka:
fix in the TRootContextMenu::ProcessMessage method.
keeping gPad to point to the pad where a context menu was popped up.
(Thanks to Mathieu de Naurois for reporting thsi problem)

Revision 9436 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 8 10:02:31 2004 UTC (10 years, 6 months ago) by brun
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16075 byte(s)
Diff to previous 8594
From valeriy Onuchin:

rename fCleanup by fTrash to avoid collisions

VS: ----------------------------------------------------------------------

Revision 8594 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 16 11:32:45 2004 UTC (10 years, 9 months ago) by brun
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 16094 byte(s)
Diff to previous 8372
From Valeriy Onuchin:
 - fix for placing context menu in case of embedded canvas
   The problem was reported at
   http://root.cern.ch/phpBB2/viewtopic.php?t=580
   Thanks to Andrea Bulgarelli.

Revision 8372 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 12 00:31:22 2004 UTC (10 years, 10 months ago) by rdm
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 15988 byte(s)
Diff to previous 8226
various small comment typos.

Revision 8226 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 18 15:06:30 2004 UTC (10 years, 11 months ago) by brun
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 15931 byte(s)
Diff to previous 6311
From Valeriy Onuchin:
- fix  for placement of TGButton tooltip and ContextMenus
  in case of main frame is embedded. Tested on linux and win32gdk

Revision 6311 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 16 16:35:55 2003 UTC (11 years, 10 months ago) by brun
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 15903 byte(s)
Diff to previous 4677
Fix from Bertrand in TRootContextMenu constructor

Revision 4677 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 9 08:26:15 2002 UTC (12 years, 7 months ago) by brun
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 15894 byte(s)
Diff to previous 4313
Remove unused variable method

Revision 4313 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 4 17:32:14 2002 UTC (12 years, 9 months ago) by rdm
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 15974 byte(s)
Diff to previous 4058
make the context menus customizable, i.e. change titles and add/remove actions.
Two new tutorials demonstrate the functionality. Contribution by Damir Buskulic.

Revision 4058 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 22 10:41:38 2002 UTC (12 years, 11 months ago) by rdm
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 12307 byte(s)
Diff to previous 4051
better detection if method argument is an enum.

Revision 4051 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 21 15:40:08 2002 UTC (12 years, 11 months ago) by rdm
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 12233 byte(s)
Diff to previous 3
added TClass argument to TDataMember::SetterMethod() and GetterMethod().
This class argument is the class of the object that will be used to call
the TMethodCall. This fixes a problem that all toggle menu items in an
automatic context menu failed if the method was in a multiple-inherited
base class.

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/gui/src/TRootContextMenu.cxx
File length: 12436 byte(s)
Copied from: branches/rdm/gui/src/TRootContextMenu.cxx revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/gui/src/TRootContextMenu.cxx
File length: 12436 byte(s)
Initial import of ROOT into CVS

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