Commit graph

1345 commits

Author SHA1 Message Date
Ryan Kurtz
5dcd35ca6f Merge remote-tracking branch 'origin/patch' 2025-07-02 12:55:50 -04:00
dragonmacher
2394103ea5 Test fixes 2025-07-02 09:10:57 -04:00
ghidra1
97d2a51038 Merge remote-tracking branch 'origin/patch' 2025-06-30 08:41:12 -04:00
dragonmacher
6b7064b1f4 GP-5777 - Fix for dialog action context 2025-06-26 13:54:21 -04:00
Ryan Kurtz
453f8002a4 Merge remote-tracking branch
'origin/GP-5761-dragonmacher-dt-tree-collapse-update--SQUASHED'
(Closes #8244)
2025-06-17 09:08:31 -04:00
dragonmacher
b07256a114 GP-5761 - Data Type Manager - Updated the Collapse button to stop any post-filter state restoring 2025-06-16 14:10:43 -04:00
Ryan Kurtz
592242fdba Merge remote-tracking branch 'origin/GP-2140-dragonmacher-delete-refs-action--SQUASHED' 2025-06-16 13:50:29 -04:00
dragonmacher
1fc7356080 GP-2140 - Xrefs - Added an action to delete xrefs from the xrefs table 2025-06-16 13:46:34 -04:00
Ryan Kurtz
af43036ff0 Merge remote-tracking branch 'origin/GP-1-dragonmacher-incremental-timing-fix' 2025-06-11 06:02:06 -04:00
dragonmacher
748d4d037f Fixed lockup in incremental load job when the latch was not counted down 2025-06-09 17:59:39 -04:00
dragonmacher
08b990412e GP-5740 - Data Types - Fixed composite editor showing 2 data type
chooser dialogs; fixed Escape not working in the chooser dialog
2025-06-05 20:44:50 -04:00
ghidragon
8b6f85f1c5 GP-5741 fixing screen reader support for tree widges that have html toolt 2025-06-04 14:08:55 -04:00
Ryan Kurtz
d3131e319a GP-0: Fixing unused import warnings 2025-05-30 07:07:43 -04:00
Ryan Kurtz
5fe25f1cfd Merge remote-tracking branch 'origin/GP-0_ryanmkurtz_warnings' 2025-05-30 06:06:50 -04:00
Ryan Kurtz
48b8bc0fcc Merge remote-tracking branch 'origin/GP-3547_ghidra1_DefaultSettingsFix' 2025-05-29 14:37:47 -04:00
Ryan Kurtz
a6cd5b5dbc GP-0: Fixing @Override warnings 2025-05-29 11:07:44 -04:00
ghidra1
f9435194a1 GP-3547 Disable Default Settings when they are immutable such as Dynamic
datatype component types.
2025-05-29 10:41:21 -04:00
Ryan Kurtz
b7602e9d41 Merge remote-tracking branch
'origin/GP-5327-create-structure-dialog-updates' (Closes #6713)
2025-05-22 06:10:55 -04:00
dragonmacher
e2d5d30c64 GP-5327 - Fixed sizing issues with the data type and category editors 2025-05-21 15:36:35 -04:00
dragonmacher
bb56797479 Fixed stack trace in debug component 2025-05-20 14:09:02 -04:00
dragonmacher
4eced86c09 Yet another attempt at correct global mouse popup behavior 2025-05-14 19:08:37 -04:00
dragonmacher
68bc9c8109 Test fixes; Revert of mouse listener fix for 11.4 2025-05-13 19:20:43 -04:00
dragonmacher
6f4b1f730e Fixed mouse listener ordering 2025-05-12 15:54:12 -04:00
dragonmacher
dad56dfcbe Test fixes 2025-05-09 13:40:52 -04:00
Ryan Kurtz
bbd6b99605 GP-5631: Upgrading some jars 2025-05-06 05:52:23 -04:00
Ryan Kurtz
fb54675cfc Merge remote-tracking branch
'origin/GP-5618-dragonmacher-table-popup-fix--SQUASHED' (Closes #7902)
2025-04-28 14:15:51 -04:00
dragonmacher
7420c70b2d GP-5618 - Tables - Updated tables so that Ctrl-Left-Click on the Mac does not clear the selection 2025-04-25 16:46:58 -04:00
dragonmacher
8d2c94e28d GP-5620 - Fixed a bug that introduced duplicate data when renaming
functions with a filter
2025-04-25 15:34:48 -04:00
dragonmacher
10366c08e4 Update key event processing to not fire Java actions, but to instead let
Java handle them.
2025-04-23 14:13:17 -04:00
dragonmacher
01de3b89dd review fixes 2025-04-21 17:38:58 -04:00
dragonmacher
f57c6f64ac Updated key event processing to let client code have the event before
the docking action system
2025-04-21 16:09:15 -04:00
Ryan Kurtz
f8ce5b4b3b Merge branch 'GP-0_ryanmkurtz_PR-8025_LukeSerne_fix-typo' 2025-04-21 07:55:21 -04:00
Ryan Kurtz
6730154316 GP-0: Certify 2025-04-21 07:54:19 -04:00
Luke Serné
8303061629 Many typo's
These were found using the command below searching for duplicated words,
and manually going through the results to remove the false positives and
reword the true positives. Sometimes I removed the doubled word and
sometimes I replaced the duplicated word.

The grep command:
grep -nIEr '\b([a-zA-Z]+)[[:space:]*]+\1\b' ./Ghidra
2025-04-19 18:06:41 +02:00
Ryan Kurtz
bf1659f11d Merge remote-tracking branch 'origin/GP-5599-dragonmacher-shared-key-binding-fix--SQUASHED' 2025-04-18 06:14:45 -04:00
dragonmacher
fa5938ab41 GP-5599 - Fix for shared key bindings to get correctly updated when options are restored at tool load time 2025-04-17 19:43:39 -04:00
Dan
004712026b GP-5523: Allow tool-wide configuration of radix for displaying trace times. 2025-04-17 18:18:53 +00:00
dragonmacher
d59d6e7d92 Update key processing to have the notion of both valid and enabled 2025-04-15 19:08:17 -04:00
ghidragon
c19290bcd5 GP-0 fixing GTabPanelTest 2025-04-11 11:12:06 -04:00
Ryan Kurtz
859abab92e Merge remote-tracking branch
'origin/GP-5578_ghidragon_fixing_program_tab_issues--SQUASHED'
(Closes #7915)
2025-04-10 14:20:58 -04:00
Ryan Kurtz
6d0c89f9fd Merge remote-tracking branch
'origin/GP-5584_ghidragon_fixing_toolbar_icon_spacing_issue'
(Closes #7984)
2025-04-10 14:19:03 -04:00
ghidragon
2776560743 GP-5578 fixed sizing issues with with program tabs, including handling case when java scaling factor is not 1 2025-04-10 14:14:24 -04:00
ghidragon
5af205707b GP-5584 fixed issue with toolbar icons sometimes getting extra spacing. 2025-04-10 13:34:04 -04:00
dragonmacher
b2372dab97 Test fixes 2025-04-09 13:28:27 -04:00
dragonmacher
7bd553d55d GP-5572 - Decompiler - Updated actions to not show warning dialog if executed while the Decompiler is busy 2025-04-08 14:26:12 -04:00
Ryan Kurtz
26fe882311 GP-0: Fixing javadoc error 2025-04-03 06:35:43 -04:00
Ryan Kurtz
97134cd8fa Merge remote-tracking branch 'origin/GP-5550_ghidra1_GTreeStartEditingTaskSelection--SQUASHED' 2025-04-01 14:50:17 -04:00
ghidra1
168fce3eda GP-5550 Revised GTreeStartEditingTask node re-selection 2025-04-01 12:34:09 -04:00
Dan
d7f63a9075 GP-5438: Fix 'Select All' and others in Dynamic Listing. (syncing needs follow-up work.) 2025-04-01 12:48:30 +00:00
dragonmacher
5f17963eba GP-5474 - Symbol Tree - Event handling improvements to maintain user view position; added an option for org node group threshold; Fixed missing nodes under classes 2025-03-25 14:14:03 -04:00