Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-06Bug 579666: Improve dark theme on WindowsTorbjörn Svensson3-15/+23
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham20-61/+57
2022-04-18Bug 579666: Mark parts of AbstractPage API for deletionJonah Graham1-0/+37
2022-04-17Prevent NPE in property change callbackTorbjörn Svensson1-1/+3
2022-04-17Cosmetics.Jonah Graham1-1/+1
2022-04-14Bug 579666: Mark fileds and internal class for removalTorbjörn Svensson1-0/+3
2022-04-12Avoid NPE and redrawing disposed widgetTorbjörn Svensson1-1/+7
2022-02-25Dispose of icons in managed build settings pagesJonah Graham1-5/+3
2022-01-14Bug 578220: Call the UI for saving log file "Save"Jonah Graham1-3/+3
2022-01-14Bug 578219: Make the FileDialog in Copy Build Log a Save dialogJonah Graham1-1/+2
2021-11-09Bug 577074: Fix i18n on import/export language settingsJonah Graham4-41/+24
2021-10-19Bug 576639 - [Accessibility][A11y] reduce JAWS table read while in tableGeraldMit4-45/+56
2021-09-20Bug 576090: Fix Preference description for preferenceGeraldMit1-7/+39
2021-09-16Bug 575949: The section title cannot be read outGerald Mitchell1-1/+17
2021-09-15Bug 575946: Fix accessibility on C element FilterGeraldMit1-1/+9
2021-08-26Bug 319668 - NPE in indexer CCorePlugin.getCProjectDescriptionSimeon Andreev1-1/+2
2021-08-09Bug 574317 - Per-project Doxygen options are ignoredMarc-Andre Laperle6-9/+61
2021-07-12Bug 546981: Treat pragma region like pragma mark in outline viewJonah Graham2-3/+3
2021-07-12Bug 546981: Add #pragma mark to Outline viewJonah Graham17-10/+375
2021-06-20Bug 574333 - Per-project Doxygen options are not flushed until saved a second...Marc-Andre Laperle1-0/+2
2021-06-15Fix NPE on projects which aren't full CDT projectsJonah Graham1-0/+3
2021-06-05Typo. s/Java Element/C Element/Jonah Graham1-6/+6
2021-05-15Bug 573498: Fix bg color when hovering over annotations in dark modeJonah Graham1-1/+1
2021-05-15Bug 573546: Clear old selection in hover on annotation rulerJonah Graham1-0/+6
2021-05-12Bug 572755: Update copyright header from previous workLidia Popescu1-1/+2
2021-05-12Bug 573204: Persisted selection for create new file from templateLidia Popescu1-1/+171
2021-04-19Bug 572755: Sorting for new custom templatesLidia Popescu2-1/+88
2021-04-12Bug 568397: Add separate text boxes for separate build command and argsJonah Graham1-0/+27
2021-01-06Bug 383348 - Replace actions with invalid menu paths in CDT UISimeon Andreev8-0/+503
2020-11-29Bug 486033 - Add close button to CDT Build Console toolbarSimeon Andreev4-3/+48
2020-11-29Bug 568926 - Build Console has no action to disable activation on outputSimeon Andreev7-3/+61
2020-11-18Bug 568728: Drop execute permission on filesTorbjörn Svensson2-0/+0
2020-10-21Bug 329995 - Update all C/C++ views when the active configuration changesMarc-Andre Laperle1-2/+5
2020-10-12Bug 567778 - [Include Browser] Cannot open the Include Browser on file outsid...Marc-Andre Laperle2-9/+32
2020-10-06Bug 567261 - Revert "541239: [C++17] Implement parser support for deduction g...Marc-Andre Laperle3-32/+0
2020-10-03Bug 567336 - Allow double-click on elements in Source Location and Output Loc...Marc-Andre Laperle1-19/+40
2020-09-07Bug 566713: Fix Widget Disposed exception with asyncExecJonah Graham1-1/+3
2020-09-01Bug 558809: Handle cases where Oomph corrupts \0 char in preferenceJonah Graham3-32/+123
2020-07-16Fixed NLS warnings and removed excess semicolonTorbjörn Svensson1-1/+1
2020-06-15Bug 563051: Use new Rename API in platform for resource renamingJonah Graham2-85/+22
2020-05-31Bug 563455: Always return same instance of CElementImageDescriptor to platformJonah Graham1-1/+12
2020-05-09Bug 562997 - Switch CDT doxygen to use new Equinox preferences APIAlexander Fedorov1-6/+6
2020-05-09Bug 562896 - Fix qualified name in return type for implement methodMarco Stornelli1-3/+15
2020-05-04Bug 562722 - Fix noexcept using implement methodMarco Stornelli1-0/+8
2020-04-22Bug 562292 - Fix method definition position for override methodMarco Stornelli2-4/+18
2020-04-21Bug 562368 - Fix doxygen template documentationMarco Stornelli1-1/+1
2020-04-16Bug 562181: Fix auto indent after constructor with access specifiersAndrey Mozzhuhin1-0/+5
2020-04-15Bug 562125: Fix auto indent of function call with scope qualifiersAndrey Mozzhuhin1-2/+6
2020-04-13Bug 516393: Fix scan of double char tokens in CHeuristicScannerAndrey Mozzhuhin1-17/+4
2020-04-12Bug 561993 - Remove dependency to com.ibm.icu from CDT UIAlexander Fedorov37-123/+118

Back to the top