Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-06Bug 579666: Improve dark theme on WindowsTorbjörn Svensson2-11/+15
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham18-57/+54
2022-04-17Prevent NPE in property change callbackTorbjörn Svensson1-1/+3
2022-04-12Avoid NPE and redrawing disposed widgetTorbjörn Svensson1-1/+7
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-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 Graham14-9/+345
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 573204: Persisted selection for create new file from templateLidia Popescu1-1/+171
2021-01-06Bug 383348 - Replace actions with invalid menu paths in CDT UISimeon Andreev5-0/+495
2020-11-29Bug 486033 - Add close button to CDT Build Console toolbarSimeon Andreev3-3/+47
2020-11-29Bug 568926 - Build Console has no action to disable activation on outputSimeon Andreev6-3/+59
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-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-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 Fedorov28-97/+90
2020-04-09Bug 510789 - Added final field to class wizardMarco Stornelli3-0/+23
2020-03-21Bug 561088 - Fix read/write flags in case of dependent typesMarco Stornelli2-5/+9
2020-03-20Bug 560754 - Clicking on header with no extension brings up text editorJeff Johnston1-0/+19
2020-03-13541239: [C++17] Implement parser support for deduction guidesFelix Morgner3-0/+32
2020-03-02Revert "Bug 560614 - Drop dependency on ICU4J"Jonah Graham27-53/+99
2020-03-02Bug 560614 - Drop dependency on ICU4JAlexander Kurtakov27-99/+53
2020-02-15Revert "Bug 510789 - Added final field to class wizard"Marco Stornelli3-9/+1
2020-02-08Bug 510789 - Added final field to class wizardMarco Stornelli3-1/+9
2020-02-04Move away of the deprecated AbstractUIPlugin.getWorkbenchAlexander Kurtakov13-20/+25
2020-02-04Bug 475625 - Allow user to have empty variable namesMarco Stornelli1-6/+15
2020-01-30Bug 434677 - Fix implement method insert position with namespacesMarco Stornelli2-1/+53

Back to the top