Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Update version to 9.1.0Marc Khouzam1-1/+1
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam3-5/+5
2016-05-13Bug 489512 - Show local variables in the traditional memory renderAlvaro Sanchez-Leon1-0/+7
2016-04-29Bug 489516 - Traditional mem., choose visibility of the cross refAlvaro Sanchez-Leon1-1/+1
2016-04-26Bug 489516 - Traditional mem., choose visibility of the cross refAlvaro Sanchez-Leon7-24/+166
2016-04-25Bug 489512 - Show local variables in the traditional memory renderAlvaro Sanchez-Leon7-25/+763
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt6-15/+15
2016-04-11Bug 489505 - Add hovering support to the traditional memory renderAlvaro Sanchez-Leon2-5/+186
2016-03-30Bug 490685 - add missing @since tag in MemorySpacePreferencesHelperMarc Dumais1-1/+2
2016-03-30bug 488469 - [traditional memory rendering] add preference for coloringMarc Dumais10-12/+365
2016-02-26Bug 488115 - [memory] Add "go to address" action to the TraditionalMarc Dumais1-0/+5
2016-02-23Bug 284459 - Traditional Memory does not show Memory Change color after the m...Alvaro Sanchez-Leon1-0/+1
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam1-1/+1
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam8-8/+8
2015-06-18Bug 387500 PgDn/PgUp jumps uses large address increments for memoryTeodor Madan8-102/+274
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam1-1/+1
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam1-1/+1
2015-04-06Bug 425698: Refresh Traditional rendering in memory view whenMarc Khouzam1-19/+20
2015-03-25Move some leftover plugins from Java 5 to Java 7.Marc Khouzam3-5/+5
2015-03-24Fix Compilation ErrorsAlvaro Sanchez-Leon1-4/+4
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin1-1/+1
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin1-1/+1
2014-04-21Enable API tooling for o.e.cdt.debug.ui.memory.traditionalMarc Khouzam2-0/+37
2014-02-28Bug 414519: [Memory View] user specified start address is not honored.Ling Wang1-1/+15
2014-02-26Bug 426730: [Memory] Support 16 bit addressable sizeAlvaro Sanchez-Leon2-15/+25
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin1-1/+1
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev1-1/+1
2013-03-22Bug 341632 - Trad mem rendering keyboard accesscongwang2-0/+24
2013-03-22Bug 341545 - [Accessibility] Traditional memory rendering uses colour toMike Kucera9-95/+341
2013-01-03Bug 397404 - Trying to export memory on a 64-bit address space does notRandy Rohrbach1-2/+4
2012-10-22Bug 392095 The Traditional Memory Renderer does not work properly with the TC...Randy Rohrbach1-2/+3
2012-10-22 Bug 392095 The Traditional Memory Renderer does not work properly with th...Randy Rohrbach1-101/+53
2012-10-22Bug 392095 The Traditional Memory Renderer does not work properly with the TC...Randy Rohrbach2-25/+148
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin1-1/+1
2012-02-05Increment versions so that they are >= Indigo SR2Marc-Andre Laperle2-2/+2
2012-01-17Code cleanup, mostly about missing @OverrideMarc Khouzam9-70/+141
2012-01-12Make deprecated use of elements warnings instead of errors to be able to comp...Marc Khouzam1-3/+2
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin1-1/+1
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin1-1/+1
2011-06-28Mavenizing CDT releng.Doug Schaefer1-0/+17
2011-05-20Bug 346129 - stack overflow crash when moving in renderer.Randy Rohrbach1-21/+39
2011-04-08Bug 342239 - Traditional memory rendering lacks per byte display granularity ...Teodor Madan1-8/+25
2011-04-06Bug 341730 Strings on the Traditional Memory Rendering preferences page not ...Vivian Kong2-17/+33
2011-03-15Bug 328690 - Traditional Rendering: "Copy" contents from individual paneKen Ryall4-58/+175
2011-01-28Bug - 323013Randy Rohrbach1-33/+96
2010-11-16Fix JRE Runtime and compliance settingsAnton Leherbauer1-1/+11
2010-09-02Fix potential null pointer useJohn Cortell1-2/+2
2010-09-02Turned on detection of potential null pointer usage. Also, some plug-ins I pr...John Cortell2-2/+96
2010-06-18Updated classpath to specify 1.5 JRE. The lack of it was causing errors for M...John Cortell1-1/+1
2010-06-18More changes to keep project warning-freeJohn Cortell1-0/+33

Back to the top