Commit Graph

137 Commits

Author SHA1 Message Date
ghidragon
04fa097f58 GP-3667 Cleaning up weird behavior of GraphDisplayOptions to register options when given a tool 2023-07-25 12:26:07 -04:00
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
dragonmacher
2f2a07c671 Test fixes 2023-05-11 17:10:45 -04:00
dragonmacher
bde74ad4d3 GP-3402 - Updated the Graph service API to better manage concurrent
threaded accesses
2023-05-09 15:43:02 -04:00
ghidragon
47290d4853 GP-3399 fixed stack trace when reusing graph displays. 2023-05-05 16:21:33 -04:00
tom
c2f3ab440a update to v1.4 2023-03-22 09:24:02 -04:00
dragonmacher
c252e3b905 GP-2986 - ComponentProvder and dialog cleanup on dispose 2023-02-02 17:51:15 -05:00
Ryan Kurtz
5e2bbde8dd Merge remote-tracking branch 'origin/GP-2795-dragonmacher-theme-cleanup-buttons--SQUASHED' 2022-12-13 06:30:39 -05:00
dragonmacher
8379285044 GP-2795 - Refactor of ButtonPanelFactory 2022-12-12 18:54:57 -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
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
ghidragon
9a0d7892da GP-1981 Theme help and module conversions 2022-11-15 14:53:46 -05:00
ghidragon
b4d2271474 GP-1981 Moved Most Theming classes from Docking to Generic module 2022-11-15 14:53:08 -05:00
ghidragon
f808431251 GP-1981 - Checkpoint - Initial Theming 2022-11-15 14:52:43 -05:00
ghidra1
ad6afeaaeb GP-2716 corrected HTML vulnerability in Graph Service label rendering 2022-10-18 13:47:55 -04:00
ghidra1
8eb58baa7d GP-0 added updated BSD license files and updated related BSD certifications 2022-05-11 10:37:27 -04:00
Ryan Kurtz
2d7c8d5055 Merge remote-tracking branch 'origin/patch'
Conflicts:
	Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/disassembler/ClearTest.java
	Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/select/qualified/QualifiedSelectionPluginTest.java
2022-03-17 18:01:59 -04:00
dragonmacher
900513ba93 Test timinig fixes 2022-03-17 16:52:34 -04:00
Ryan Kurtz
3c11555a76 Merge remote-tracking branch 'origin/patch' 2022-03-16 08:28:01 -04:00
dragonmacher
907c084b25 GP-1804 - Added an API method to the GraphDisplayProvider to get the active graph 2022-03-15 16:19:44 -04:00
ghidra1
fe7585b492 Merge remote-tracking branch 'origin/patch' 2021-12-16 22:53:32 -05:00
dragonmacher
81a8691ec4 GP-1607 - Logging - simplified specifying of logging config file to fix error messages 2021-12-16 09:02:09 -05:00
Ryan Kurtz
aa117d4c0c Merge remote-tracking branch 'origin/GP-1604_ghidravore_fixing_inital_graph_scaling' 2021-12-15 07:29:00 -05:00
ghidra1
fdf7e1827a GP-1606 upgrade log4j jars to 2.16.0 2021-12-14 21:08:37 -05:00
ghidravore
32c054d243 fixed initial scaling on small native display graph 2021-12-14 14:55:43 -05:00
ghidra1
fb467671e0 GP-0 corrected stale log4j reference 2021-12-13 10:46:04 -05:00
dragonmacher
f07c144db9 Fixed spelling mistake 2021-09-21 10:40:11 -04:00
dragonmacher
89f9c9cce2 Test fixes: put dialog creation on the swing thread; put layout change
call into a task
2021-08-30 11:05:31 -04:00
Ryan Kurtz
58ab016767 Merge remote-tracking branch 'origin/patch'
Conflicts:
	Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/graph/GraphDisplayBrokerPlugin.java
	Ghidra/Features/ProgramGraph/src/main/java/ghidra/graph/program/ProgramGraphPlugin.java
2021-08-24 14:32:47 -04:00
dragonmacher
a89f27c994 GP-1244 - Fixed missing Graph menu mnemonic 2021-08-24 13:46:31 -04:00
ghidravore
48cdbc2cb1 Merge remote-tracking branch 'origin/GP-0_ghidravore_graph_test_failure--SQUASHED' 2021-08-18 12:33:18 -04:00
ghidravore
1fd6b54f07 fixed graph test issue (and a few other improviements)> Mainly protecting against creating ridiculously large icons in tests because of a strange headless environment. 2021-08-18 12:28:12 -04:00
Ryan Kurtz
58ceda2265 Merge remote-tracking branch 'origin/patch' 2021-08-12 12:08:24 -04:00
dragonmacher
2771374ec2 Removed debug 2021-08-12 11:42:25 -04:00
ghidravore
933fade5f0 forgot to use arrow size for the case where the graph mode is to NOT use icons 2021-08-10 16:45:31 -04:00
Ryan Kurtz
69e8119211 Merge remote-tracking branch 'origin/GP-773_ghidravore_graph_visualization_options--SQUASHED' 2021-08-09 14:13:19 -04:00
ghidravore
210cc0bca0 Created the concept of graph types and display options for those graph types. 2021-08-09 13:18:23 -04:00
ghidra1
6b04eb793f Merge remote-tracking branch 'origin/patch' 2021-08-03 19:26:00 -04:00
tom
8ec719d449 GP-1181 override to address bug with high resolution mouse wheel
(Closes #3281, Closes #3284)
2021-08-03 16:24:26 -04:00
James
f71158610e GP-1107 clarified graph csv exporter names 2021-07-09 14:46:25 +00:00
ghidra1
7c11bb5751 GP-0 Moved most graph tests into integration tests. Corrected failing
graph tests
2021-05-20 16:21:24 -04:00
ghidra1
d392ed1516 GP-793 Corrected IP for updated jars 2021-05-19 22:42:49 -04:00
ghidra1
ca3e853825 Merge remote-tracking branch
'origin/GP-793_emteere_PR-2953_tomnelson_edgeAndVertexHighlighting'
(Closes #2953)
2021-05-19 22:21:00 -04:00
ghidra1
d3e7902a8b Merge branch 'GP-194_ghidra42_data_reference_graph'
Conflicts:
	Ghidra/Features/ProgramGraph/src/test/java/ghidra/graph/program/TestGraphDisplay.java
2021-05-19 22:08:13 -04:00
ghidra42
12f79c8931 GP-194 Added Graph Data actions to the Code Browser 2021-05-19 22:06:27 -04:00
ghidra1
a89f8c445e Merge remote-tracking branch
'origin/GP-957_emteere_PR-2958_tomnelson_graphml_export' (Closes #2958)
2021-05-19 14:31:42 -04:00
tom
a0a6f3d6ab enhanced edge and vertex selection plus version updates 2021-05-19 12:43:52 -04:00
ghidra1
15d22e8164 Merge remote-tracking branch 'origin/GP-849_ryanmkurtz_gradle7' 2021-05-14 10:52:37 -04:00
Ryan Kurtz
3a0ae8ee39 GP-849: Gradle 7 support 2021-05-12 13:45:16 -04:00
ghidra007
43b940e0a9 GP-737 new graph layout branch - fixed help anchor issues and finished
review suggestions.
2021-05-07 21:06:42 +00:00