Commit graph

593 commits

Author SHA1 Message Date
Ryan Kurtz
9880801814 Merge remote-tracking branch
'origin/GP-2047-dragonmacher-tree-renderer-bg-fix' into patch
(Closes #4260)
2022-05-23 11:15:40 -04:00
dragonmacher
0de8cd3aca GP-2047 - fix for tree rendering bug on some Linux systems 2022-05-23 10:29:40 -04:00
dragonmacher
0fb347dbc5 Removed unused code 2022-05-16 10:55:58 -04:00
Xiaoyin Liu
9641386541 Avoid getHostname()
Use hostname returned by getHostnameString() in error info.
2022-05-16 10:49:24 -04:00
dragonmacher
1ccd2a882a Updated how the error dialog gets the host name to avoid long pauses 2022-05-13 13:52:36 -04:00
dragonmacher
900513ba93 Test timinig fixes 2022-03-17 16:52:34 -04:00
dragonmacher
294b95e343 Updated toggle action to match recent change 2022-03-15 15:37:30 -04:00
dragonmacher
c96c3eda40 GP-1810 - Action help fix 2022-03-09 13:10:42 -05:00
Ryan Kurtz
4fcc00e624 Merge remote-tracking branch
'origin/GP-1765-dragonmacher-decompiler-find-fix' into patch (Closes
#3928)
2022-03-07 13:49:15 -05:00
dragonmacher
f98e0d5c54 GP-1795 - Added help service method to show a HelpLocation 2022-03-04 11:21:27 -05:00
dragonmacher
68b7f88063 GP-1765 - Fixed sometimes incorrect Find Dialog result highlighting 2022-03-03 18:42:23 -05:00
Ryan Kurtz
332fb9d8be Merge remote-tracking branch
'origin/GP-1753-dragonmacher-mem-search-button-fix' into patch (Closes
#4014)
2022-03-01 14:46:49 -05:00
dragonmacher
79ae7d0b99 GP-1764 - Fixed table CSV export of boolean values 2022-02-24 12:15:18 -05:00
dragonmacher
a51ea1c2de GP-1753 - Fixed the Memory Search Dialog button enablement when closing
a long running search results window
2022-02-22 17:37:05 -05:00
Ryan Kurtz
7e02aa3faa Merge remote-tracking branch
'origin/GP-1721-dragonmacher-decompiler-find-text-fix--SQUASHED' into
patch (Closes #3946)
2022-02-04 00:19:28 -05:00
dragonmacher
871389897b GP-1721 - Decompiler - Fixed the Find dialog to not use the entire comment line when activated on a comment 2022-02-02 17:08:05 -05:00
Ryan Kurtz
8ea7c91949 Merge remote-tracking branch 'origin/GP-1717-dragonmacher-plate-comment-fix' into patch 2022-02-02 01:37:11 -05:00
dragonmacher
087529c448 GP-1717 - Fixed Plate Comment rending bugs 2022-02-01 16:25:06 -05:00
dragonmacher
ac8458c169 GP-1718 - Help - Fixed help search highlights not getting cleared when
the find dialog is closed
2022-01-28 10:27:50 -05:00
dragonmacher
f0d0dd532d GP-1685 - Fixed the Find Dialog incorrectly matching history entries
when the selected item was programmatically set
2022-01-20 17:35:15 -05:00
ghidravore
c41deb9f41 GP-1651 Fixed equals methods to keep editors on different but same named options nodes from overwriting each other 2022-01-05 16:26:46 -05:00
dragonmacher
a9f0e9239f GP-1612 - Fixed Help Viewer exception when animation is disabled 2021-12-16 11:46:00 -05:00
ghidravore
b9e137eab8 GP-1507 removed restriction that prevented renaming GTree nodes while
the tree was filtered
2021-12-10 15:24:44 -05:00
ghidra1
f68c8fa992 Merge remote-tracking branch 'origin/GP-1222_Dan_traceDiff--REBASED-2--SQUASHED' into Ghidra_10.1 2021-12-08 21:23:39 -05:00
Dan
d6c1c3cf85 GP-1222: Added comparison between times in a trace. 2021-12-06 14:42:35 -05:00
dragonmacher
8633d89c4e GP-1557 - fixed NPE in program options when using a filter
Closes #3686
2021-11-30 11:04:36 -05:00
ghidravore
122c3150da fixing junit tests for actions that moved to new plugin 2021-11-16 18:07:10 -05:00
ghidra1
fce49f4c08 Merge remote-tracking branch 'origin/GP-1467_ghidravore_fixing_stack_trace_in_datatypes_tree' into Ghidra_10.1 2021-11-15 12:26:55 -05:00
ghidravore
9f2679a9f7 GP-1445 fixing issue with renaming a datatype that has the same name as a category at the same level 2021-11-15 11:38:19 -05:00
ghidravore
8ea716eb70 GP-1286 fixing bug in datatypes tree that caused stack traces if adding
nodes with a filter on. This also required a revisit to the fix for
GP-998
2021-11-12 15:28:18 -05:00
ghidravore
c625da90a4 GP-1440 fixing issue global actions shared across windows getting the
wrong context
2021-11-05 17:39:26 -04:00
Ryan Kurtz
37e807ea3b Merge remote-tracking branch 'origin/GP-1-dragonmacher-help-validation-tweak' 2021-10-25 13:32:48 -04:00
dragonmacher
b8f33291ee Switched help validation away from using a dialog; updated the thread
pool class to allow clients to easily run code in a background thread
2021-10-21 16:32:21 -04:00
dragonmacher
ec88c732d2 GP-1382 - Added Find actions to the Data Types provider to allow users
to find structures by size or by offset(s).
2021-10-21 14:17:54 -04:00
dragonmacher
002119277f GP-1398 - Fixed the Function Editor's Storage Address Editor dialog to ensure that the Cancel button will not allow data type changes to be passed through to the primary editor.
Closes #3490
2021-10-14 16:24:39 -04:00
ghidravore
5e12e5d6d8 GP-157 added "live" field selection listener to FieldPanel 2021-09-28 16:36:54 -04:00
Dan
48ba18306e GP-80: Add Dynamic bytes (raw memory) viewer 2021-09-27 10:40:40 -04:00
ghidra1
cfdec26da4 GP-943 Added support for zero-length arrays and
zero-length components.  NOTE: We still never return 0 for
DataType.getLength().  Added DataType.isZeroLength().
2021-09-24 16:29:29 -04:00
dragonmacher
f24e969c2a GP-1318 - fixed xref clicking bug 2021-09-24 13:33:39 -04:00
dragonmacher
a7f8cd3acd Test fixes for recent FG layout updates 2021-09-22 10:02:50 -04:00
Ryan Kurtz
9c952ed154 Merge remote-tracking branch 'origin/patch' 2021-09-21 14:11:38 -04:00
Ryan Kurtz
e3f5e9a061 Merge remote-tracking branch 'origin/GP-0-dragonmacher-xref-merge-test-fixes--SQUASHED' 2021-09-21 12:59:01 -04:00
dragonmacher
51af44f843 Xref merge test fixes 2021-09-21 12:56:33 -04:00
dragonmacher
c8e359ddec GP-926 - Function Graph - Layouts - Created generic
layout provider to use jung layouts by name
2021-09-21 11:46:27 -04:00
dragonmacher
5472b5be77 GP-1313 - Fixed exception in the default graph when loading saved layout
name

Closes #3441
2021-09-21 10:43:05 -04:00
Ryan Kurtz
7c2469a560 Merge remote-tracking branch 'origin/GP-3-dragonmacher-error-message-fix' 2021-09-15 07:09:15 -04:00
dragonmacher
09d28eb30c GP-1039 - XRefs Field - add option to combine by function
Closes #1305
2021-09-14 17:21:44 -04:00
dragonmacher
04b48ce39e Fixed poorly formatted error message containing stack trace info 2021-09-14 13:51:57 -04:00
caheckman
dd477783e1 Overlooked refactor 2021-09-02 12:44:35 -04:00
Ryan Kurtz
8b8a01c725 Merge remote-tracking branch 'origin/patch' 2021-09-01 08:29:48 -04:00