Ryan Kurtz
|
6e6bdffe86
|
Merge branch 'GT-3362_ryanmkurtz_PR-1287_astrelsky_DocumentationFixes'
Conflicts:
Ghidra/Framework/Docking/src/main/java/docking/action/DockingAction.java
|
2019-12-02 13:22:08 -05:00 |
|
astrelsky
|
ebde7cd6d2
|
Javadoc Fixes
|
2019-12-01 21:58:51 -05:00 |
|
dragonmacher
|
ae54553621
|
GT-3360 - Event Manager synchronization
|
2019-11-29 16:13:24 -05:00 |
|
ghidra1
|
ee25a7d0cc
|
Merge remote-tracking branch 'origin/patch'
|
2019-11-26 12:37:20 -05:00 |
|
ghidra1
|
ea5b523f82
|
Improved DB error handling to better react to future DB schema revisions
|
2019-11-26 12:30:39 -05:00 |
|
dragonmacher
|
5007c000dc
|
GT-3318 - Plugin Description display was not correctly using html tags
|
2019-11-14 18:25:02 -05:00 |
|
dragonmacher
|
86c1d4b3c6
|
GT-3302 - Front-end UI freeze when performing checkout of multiple files
|
2019-11-08 14:51:07 -05:00 |
|
Ryan Kurtz
|
62da8dcdc3
|
Merge remote-tracking branch 'origin/GT-3262_emteere_LockProfiler'
|
2019-11-08 13:39:39 -05:00 |
|
emteere
|
9fd8880614
|
GT-3262_emteere code review comment tweak
|
2019-11-08 12:47:55 -05:00 |
|
emteere
|
d2726f90d7
|
GT-3262_emteere code review changes to fix ancient flaws
|
2019-11-06 09:15:38 -05:00 |
|
emteere
|
1281372a5b
|
GT-3262_emteere Profiler tuning fixes for visualvm
|
2019-11-05 08:49:10 -05:00 |
|
dragonmacher
|
feaf203365
|
GT-3286 - Updated usage of timestamps in the UI to be consistent
|
2019-11-04 15:27:35 -05:00 |
|
ghidravore
|
67f0318be9
|
GT-3256 Fixed bugs related to recent GTree changes.
|
2019-10-25 18:10:49 -04:00 |
|
Ryan Kurtz
|
7b76afee93
|
Merge remote-tracking branch 'origin/GT-3225_ghidravore_tree_filtering'
|
2019-10-24 08:40:24 -04:00 |
|
ghidravore
|
5c6b32714c
|
Changes to the GTree code to improve performance. Completely changed
GTreeNode base implementations and filtering code.
|
2019-10-23 15:45:00 -04:00 |
|
dragonmacher
|
ce4ef3c94d
|
GT-3220 - fixed typo (fixes #1114, closes #1131).
|
2019-10-15 11:49:55 -04:00 |
|
Ryan Kurtz
|
44bfe38218
|
Merge remote-tracking branch 'origin/GT-3218_ghidra1_DotDirectories' into Ghidra_9.1
|
2019-10-15 11:38:09 -04:00 |
|
dragonmacher
|
8eef7ddc0a
|
Tests - fixed ToolActionsManagerTest
|
2019-10-09 11:51:56 -04:00 |
|
ghidra1
|
c6158c7160
|
GT-3218 updates per review comments
|
2019-10-07 17:46:41 -04:00 |
|
ghidra1
|
6ece3f4f4f
|
GT-3218 ignore system hidden dot directories and disallow project names
to start with a dot/period.
|
2019-10-07 16:20:13 -04:00 |
|
ghidra1
|
bb27721a1f
|
GT-3208 Corrected ability to cancel versioned file checkin/checkout.
Strip domain prefix from default user name if present. Other minor
usability adjustments.
|
2019-10-02 16:28:12 -04:00 |
|
dragonmacher
|
feb5d69022
|
GT-3193 - Tool - Fixed bug that caused exported tool to exclude plugin
config settings
Fixes #1065
|
2019-09-27 18:04:23 -04:00 |
|
dragonmacher
|
16a6b4eb52
|
GT-3193 - Tool - Fixed bug that caused exported tool to exclude plugin
config settings
|
2019-09-27 15:21:57 -04:00 |
|
dragonmacher
|
1a22f97bbe
|
GT-3116 - Updated decompiler 'Edit Data Type' action to work on more
fields; fixed a bug in Location References provider to enable data type
selection when focused; fixed a NullPointerException in DockingAction
|
2019-09-04 14:27:18 -04:00 |
|
Ryan Kurtz
|
5f19814d48
|
Merge remote-tracking branch 'origin/GT-3115-dragonmacer-decompiler-find-actions'
|
2019-08-28 16:37:57 -04:00 |
|
dragonmacher
|
51f06a8688
|
GT-3115 - Decompiler - added actions for finding/showing uses of symbols
and datatypes; added a find action to the structure editor
|
2019-08-28 14:05:28 -04:00 |
|
dragonmacher
|
aa71d84620
|
GT-3103 - Look and Feel - fixed Linux Nimbus LaF issues with painting
tree row backgrounds
|
2019-08-23 14:11:38 -04:00 |
|
dragonmacher
|
554bce2407
|
GT-3035 - Restore Integration Tests - more missing test files; updated
test environment to install a default tool
|
2019-08-15 14:58:43 -04:00 |
|
dragonmacher
|
e9c0921cfe
|
GT-3044 - Table Actions - test and review fixes
|
2019-08-08 16:34:09 -04:00 |
|
dragonmacher
|
28f6500039
|
GT-3044 - Table Actions - updated table actions to use the modern action
system
|
2019-08-02 19:41:30 -04:00 |
|
dragonmacher
|
e6a85f9b1b
|
GT-2960 - Docking Actions - review fixes; test fixes
|
2019-07-31 16:55:46 -04:00 |
|
dragonmacher
|
d8c234d5d0
|
GT-2960 - Docking Actions - review fixes
|
2019-07-30 18:33:30 -04:00 |
|
dragonmacher
|
154fa39cc2
|
GT-2960 - Docking Actions - test fixes; fixed bug in Delete Table Row
Action that caused its default key binding to get saved
|
2019-07-30 14:42:34 -04:00 |
|
dragonmacher
|
ab2a390fca
|
GT-2960 - Docking Actions - Consolidated the multiple methods of adding
dynamic popup actions
|
2019-07-29 18:20:00 -04:00 |
|
ghidravore
|
8b67e3c1e5
|
Merge remote-tracking branch
'origin/GT-3030_ghidravore_PR-372_technateNG_PluginManager-fix'
Conflicts:
Ghidra/Framework/Project/src/main/java/ghidra/framework/plugintool/dialog/PluginManagerComponent.java
|
2019-07-23 15:07:06 -04:00 |
|
ghidravore
|
6b711a7c75
|
GT-3030 tweaked horizontal alignment of label in configuration dialog.
Pulled-from:technateNG <technate@protonmail.com>
|
2019-07-23 14:32:57 -04:00 |
|
dragonmacher
|
69c5b4f2c0
|
GT-2971 - Key Bindings - removed debug
|
2019-07-19 18:26:45 -04:00 |
|
dragonmacher
|
380d863c96
|
GT-2971 - Key Bindings - Added the ability to set a key binding for the
close button for all Component Providers
|
2019-07-19 11:00:43 -04:00 |
|
ghidra1
|
b0c5eeab6a
|
BitFields - improved mouse handling for bitfield specification
|
2019-07-17 11:55:30 -04:00 |
|
ghidravore
|
0792417979
|
GT-2845: Storing original program bytes in the program database.
|
2019-07-16 11:31:30 -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 |
|
dragonmacher
|
6015650079
|
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
test and review fixes
|
2019-07-08 17:41:56 -04:00 |
|
dragonmacher
|
3946a05ded
|
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step 7 - Untangled and removed the key binding management from the
ActionToGuiMapper; fixed bugs and tests
|
2019-06-28 15:20:13 -04:00 |
|
dragonmacher
|
d684ee3ce6
|
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step 6 - added action to 'Go To Last Provider'; cleanup for review
|
2019-06-28 07:56:40 -04:00 |
|
dragonmacher
|
115243801e
|
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step 5 - cleanup of old key binding support constructor parameter; start
of cleanup of DockingActionProviderIf
|
2019-06-27 15:38:06 -04:00 |
|
ghidra1
|
a15c70950f
|
Added extensions GnuDisassembler and SleighDevTools
|
2019-06-25 09:40:15 -04:00 |
|
dragonmacher
|
8c11c1eebd
|
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step 1 - basic plumbing and tests
|
2019-06-21 18:16:10 -04:00 |
|
dragonmacher
|
f8bd49b4be
|
GT-2869 - Key Bindings - review fixes
|
2019-06-12 14:44:14 -04:00 |
|
dragonmacher
|
2de5c40cd6
|
GT-2869 - Key Bindings - review fixes
|
2019-06-12 14:43:32 -04:00 |
|
dragonmacher
|
43fa7e3f92
|
GT-2869 - Key Bindings - refactor of methods to provide all actions
|
2019-06-12 14:43:31 -04:00 |
|