dragonmacher
a7668c7f85
GP-3430 - Updated the gradle buildHelp task to better handle its inputs up-do-date state
2023-06-06 15:25:25 -04:00
Ryan Kurtz
78d9a6c6e3
Merge remote-tracking branch
...
'origin/GP-3349_ghidragon_adding_support_for_mutliple_default_contexts--SQUASHED'
Conflicts:
Ghidra/Features/ByteViewer/src/test.slow/java/ghidra/app/plugin/core/byteviewer/ByteViewerPlugin2Test.java
2023-05-11 06:43:59 -04:00
ghidragon
5da5af23fb
GP-3349 added support for mulitple default action context providers. Previously, all default (non-focused) context was provided by the Listing. Now the default provider is registered for each ActionContext class.
2023-05-08 12:30:01 -04:00
Ryan Kurtz
7fa3389119
GP-2974: Fixing warnings
2023-05-01 07:23:48 -04:00
dragonmacher
3fbcb32b65
GP-3352 - Fixed table dispose() exception
2023-04-25 15:28:43 -04:00
Ryan Kurtz
39611523bf
Merge remote-tracking branch 'origin/GP-3329-dragonmacher-search-text-hl-bug--SQUASHED'
2023-04-21 12:45:48 -04:00
dragonmacher
84650030d0
GP-3329 - Search Highlights - Major update and refactor of the way Listing highlights work. Highlights are now more closely coupled with the fields that will paint them.
2023-04-21 12:43:42 -04:00
dragonmacher
54c786c291
GP-3340 - Fixed docs referencing old style sheet
2023-04-20 20:24:27 -04:00
Eric Kilmer
0a6eb4fcad
gradle: Fix bundle_examples compilation
2023-03-09 13:27:04 -05:00
dragonmacher
c252e3b905
GP-2986 - ComponentProvder and dialog cleanup on dispose
2023-02-02 17:51:15 -05:00
dragonmacher
63d6063fa0
GP-2910 - Fixed missing theme definitions; removed unused theme
...
definitions; fixed module theme dependencies
2022-12-14 17:53:29 -05:00
dragonmacher
e3aad672ce
GP-2894 - Icon Cleanup - Moved icons from Generic into Gui; Deleted
...
shared icons not in the Help module
2022-12-12 13:39:30 -05:00
Ryan Kurtz
40ab399387
Merge remote-tracking branch 'origin/GP-2914_ghidragon_listing_snapshots_color_issues--SQUASHED'
2022-12-07 02:09:03 -05:00
ghidragon
db464c8bb2
GP-2914 fixed issue with snapshot listing colors. Also, cleaned up color usage in FieldFactories
2022-12-06 18:34:40 -05:00
dragonmacher
f091a084c2
GP-2868 - Image Cleanup - Removed unused images; removed duplicate
...
images; fixed image module dependency issues
2022-12-02 21:38:30 -05:00
Ryan Kurtz
3f503d814b
Merge remote-tracking branch 'origin/patch'
2022-12-02 00:57:45 -05:00
James
d6352a3247
GP-2906_James_exhaust_function_interiors
2022-12-01 18:02:28 +00:00
Ryan Kurtz
d6e1c0ac79
Merge remote-tracking branch 'origin/patch'
2022-11-22 12:05:53 -05:00
James
74040472fb
GP-2835 addressing code review comments
2022-11-22 09:11:16 -05:00
ghidragon
a92a27e9f1
GP-1981 Review fixes
2022-11-15 14:56:05 -05:00
ghidragon
45395d7575
GP-1981 converting option colors to theme colors and font usages to
...
theme properties
2022-11-15 14:55:49 -05:00
ghidragon
d466dbf06b
GP-1981 externalized icons for XTRA modules. Added loadIcon method in
...
ResourceManager. Created api for integrating Options with Theming. Fixed
issue with system property mappings. Created dynamic icons for the close
and drop-down menu item icons.
2022-11-15 14:55:32 -05:00
dragonmacher
4eb3d8fd86
GP-9181 - Theming - Base Module
2022-11-15 14:53:43 -05:00
ghidra1
43675121b0
GP-1 script cleanup
2022-10-21 13:02:33 -04:00
dragonmacher
a2a5a6e354
GP-2663 - Removed deprecated methods
2022-10-07 15:06:59 -04:00
James
956a276387
GP-2204 addressing code review comments
...
GP-2204_added_machinelearning_extension
2022-09-29 09:11:51 -04:00
Alessandro Gatti
b3041d045f
Port pcodetest builder to Python 3.
2022-06-03 07:12:29 +02:00
dragonmacher
6934c33aa6
GP-1619 - Fixed bug that caused some MultiStateDockinActions to get called twice when clicked
2022-01-05 17:03:56 -05:00
Ryan Kurtz
366d458407
Merge remote-tracking branch 'origin/GP-1043_ghidorahrex_ARM_adcs_sbcs_flag_fix--SQUASHED'
2021-08-17 14:47:40 -04:00
ghidorahrex
7130901ed5
Corrected ARM/Thumb adcs/sbcs flag update macros.
2021-08-17 10:47:43 -04:00
ghidorahrex
c3dc05c7bf
Corrected issue with ARM emulation for older versions with no thumbmode.
2021-06-30 10:00:57 -04:00
Ryan Kurtz
3a0ae8ee39
GP-849: Gradle 7 support
2021-05-12 13:45:16 -04:00
ghidra1
baeef06672
Certification cleanup
2021-04-20 17:15:14 -04:00
ghidra1
162f203395
Updated certification headers
2021-03-17 18:22:50 -04:00
Jason P. Leasure
fe7d6cf9da
use only gradle 5.0
2020-10-27 16:09:55 -04:00
Jason P. Leasure
2a21ce4d97
add example bundles extension
2020-10-27 14:26:32 -04:00
ghidra1
356ea446c7
GP-49 external disassembly field can now switch based upon context (implemented for ARM/Thumb)
2020-09-29 10:22:46 -04:00
ghidorahrex
cd7a6e2235
Merge remote-tracking branch
...
'origin/GT-3481-dragonmacher-gnu-demangler-update'
Fixes #1195 , fixes #1308 , fixes #1454 , fixes #1451
2020-02-18 10:55:01 -05:00
dragonmacher
b4ce3012d7
GT-3481 - Gnu Demangler - Checkpoint 2 - Most docs and tests done;
...
analyzer test remains
2020-02-12 18:21:10 -05:00
dragonmacher
7a01b8b3e0
GT-3515 - Column constraint docs review fixes
2020-01-31 17:02:41 -05:00
Ryan Kurtz
8f00152601
GT-3350: Consistently ordered classpath and ExtensionPoint priorities
2019-12-03 10:04:56 -05:00
Ryan Kurtz
0a56eae9f6
Merge remote-tracking branch 'origin/GT-3106_ghidorahrex_AVR8_pcodetests'
2019-11-01 10:03:33 -04:00
ghidorahrex
74281c745d
GT-3199: Corrected logging issue in pcodetest python error handling.
2019-09-30 09:31:56 -04:00
ghidorahrex
947b7635ce
GT-3106: Implement AVR 8 pcodetests
...
Updated AVR 8 to implement pcode tests and correct any issues found as a
result.
2019-09-04 09:37:23 -04:00
Ryan Kurtz
8f3f5c18f5
Merge remote-tracking branch 'origin/GT-3008_ghidorahrex_PIC-30_division_instructions'
2019-08-09 13:50:31 -04:00
ghidorahrex
727080eb3f
Corrected right shift test where shift was assumed to be arithmetic when
...
the C spec states that it is implementation dependent.
2019-07-26 15:53:15 -04:00
ghidorahrex
dd92314b85
Corrected pcode_test.h function pointer declaration in TestInfo struct.
2019-07-26 15:44:46 -04:00
dragonmacher
a04185e942
GT-3019 - Function Graph - Added option for edge routing around vertices
2019-07-25 18:40:21 -04:00
ghidorahrex
d7877b0353
Updated pcode tests for PIC30 issues.
2019-07-19 13:22:06 -04:00
Ryan Kurtz
10372c2e13
Merge remote-tracking branch 'origin/GT-2925-dragonmacher-window-menu-key-bindings'
2019-07-15 16:12:09 -04:00