Age | Commit message (Expand) | Author | Files | Lines |
2010-04-28 | [231330] reduce use of static fields. Fields in each place we use expressions...v20100427-2359 | atikhomirov | 12 | -117/+131 |
2010-04-28 | delegate method access to the template that knows naming scheme | atikhomirov | 2 | -10/+4 |
2010-04-28 | use (although unmodifiable) values from model | atikhomirov | 1 | -2/+2 |
2010-04-28 | use (although unmodifiable) values from model | atikhomirov | 1 | -1/+1 |
2010-04-27 | do not generate LinkConstraints class if there are no links that use it | atikhomirov | 1 | -0/+2 |
2010-04-26 | remove debug printouts, try another approach to resolve sporadic compilation ...v20100426-2359 | atikhomirov | 2 | -14/+3 |
2010-04-26 | [231330] reduce use of static fields - make pure design diagrams compile | atikhomirov | 1 | -1/+7 |
2010-04-26 | [231330] reduce use of static fields - refactored to shorten access to the co... | atikhomirov | 1 | -12/+14 |
2010-04-26 | [231330] reduce use of static fields - LinkCostraints are no-brainer | atikhomirov | 2 | -2/+4 |
2010-04-26 | [231330] reduce use of static fields - LinkCostraints are no-brainer | atikhomirov | 5 | -14/+78 |
2010-04-26 | single point to transform int visualID to a string | atikhomirov | 1 | -1/+1 |
2010-04-26 | typo | atikhomirov | 1 | -1/+1 |
2010-04-26 | [188329] Java5-friendly code | atikhomirov | 1 | -3/+4 |
2010-04-26 | suppress warnings there's too little reason to fix | atikhomirov | 1 | -1/+2 |
2010-04-26 | comments | atikhomirov | 1 | -1/+2 |
2010-04-26 | refactored to use single template not to duplicate getEditorInput logic; do n... | atikhomirov | 3 | -38/+18 |
2010-04-26 | [188329] Java5-friendly code | atikhomirov | 1 | -32/+48 |
2010-04-23 | [188329] Java5-friendly code - short for cycle notation when Iterable is avai...v20100423-2359 | atikhomirov | 7 | -35/+40 |
2010-04-23 | [188329] Java5-friendly code | atikhomirov | 2 | -6/+8 |
2010-04-23 | [188329] Java5-friendly code | atikhomirov | 3 | -86/+58 |
2010-04-23 | refactored to use common expressions access template, also in a Java5-friendl... | atikhomirov | 2 | -5/+10 |
2010-04-23 | reduce unchecked scope | atikhomirov | 1 | -2/+2 |
2010-04-23 | organized imports | atikhomirov | 1 | -21/+1 |
2010-04-23 | generate execution environment header | atikhomirov | 1 | -0/+7 |
2010-04-23 | missing non-nls for expression bodies | atikhomirov | 1 | -3/+3 |
2010-04-22 | no extra indirection to call Integer.toString; explanation why we don't optim...v20100422-2359 | atikhomirov | 1 | -2/+6 |
2010-04-22 | another attempt to figure out reasons for sporadic compilation errors | atikhomirov | 1 | -3/+8 |
2010-04-21 | [262383] reverting lineWidth workaround as long as 263290 got default lineWid...v20100421-2359 | atikhomirov | 1 | -3/+4 |
2010-04-21 | [142010] Use Draw2D 'native' Polyline and Polygon shapes instead of localCoor... | atikhomirov | 4 | -38/+8 |
2010-04-21 | [142010] Use Draw2D 'native' Polyline and Polygon shapes instead of localCoor... | atikhomirov | 1 | -15/+6 |
2010-04-21 | [142010] Use Draw2D 'native' Polyline and Polygon shapes instead of localCoor... | atikhomirov | 3 | -15/+21 |
2010-04-21 | [251372] use Draw2d.ScalablePolygonShape instead custom code | atikhomirov | 1 | -12/+8 |
2010-04-21 | [251372] use Draw2d.ScalablePolygonShape instead custom code | atikhomirov | 4 | -99/+10 |
2010-04-21 | reduce printouts as with JavaCore.create(IProject) tests on the build machine... | atikhomirov | 1 | -12/+0 |
2010-04-21 | [306627] Need to use new, consistent licenses in Helios | atikhomirov | 5 | -297/+426 |
2010-04-21 | [306627] Need to use new, consistent licenses in Helios | atikhomirov | 5 | -297/+426 |
2010-04-21 | [306627] Need to use new, consistent licenses in Helios | atikhomirov | 5 | -297/+426 |
2010-04-21 | [306627] Need to use new, consistent licenses in Helios | atikhomirov | 5 | -297/+426 |
2010-04-21 | [306627] Need to use new, consistent licenses in Helios | atikhomirov | 5 | -298/+427 |
2010-04-21 | [306627] Need to use new, consistent licenses in Helios | atikhomirov | 5 | -292/+446 |
2010-04-20 | [300887] resolved, debug printouts removedv20100420-2359 | atikhomirov | 1 | -2/+0 |
2010-04-20 | debug printout to figure out odd compilation problems resolving org.eclipse.c... | atikhomirov | 1 | -0/+21 |
2010-04-20 | [300887] resolved, debug printouts removed | atikhomirov | 3 | -19/+0 |
2010-04-08 | approach to shared configuration objects refactored. Configuration is kept in...v20100408-2359 | atikhomirov | 9 | -30/+36 |
2010-04-08 | organized imports | atikhomirov | 1 | -3/+2 |
2010-04-08 | approach to shared configuration objects refactored. Configuration is kept in... | atikhomirov | 31 | -301/+412 |
2010-04-08 | superfluous annotation removed | atikhomirov | 1 | -3/+2 |
2010-04-08 | use generics wherever possible | atikhomirov | 1 | -2/+2 |
2010-04-08 | use generics wherever possible | atikhomirov | 1 | -6/+6 |
2010-04-08 | [300887] let WorkspaceSynchronizer distribute notifications to the DocumentPr... | atikhomirov | 1 | -28/+50 |