Ryan Kurtz
|
4eefa887fb
|
GP-0: Fixing some javadoc
|
2024-09-04 07:33:53 -04:00 |
|
dragonmacher
|
075c8110f3
|
GP-4530 - Graphing - Fixed NPE when using dummy source nodes
|
2024-04-16 18:56:08 -04:00 |
|
Ryan Kurtz
|
647bc541e5
|
Merge remote-tracking branch 'origin/patch'
Conflicts:
Ghidra/Features/VersionTracking/src/main/java/ghidra/feature/vt/gui/provider/matchtable/VTMatchTableProvider.java
|
2024-03-13 09:27:48 -04:00 |
|
dragonmacher
|
cabeaf3c1b
|
GP-4309 - Updated Options API to defer Swing PropertyEditor construction
|
2024-03-12 15:19:15 -04:00 |
|
dragonmacher
|
b586d65a3b
|
GP-4154 - Theming - Fixed font issues; updated font usage with attributes
|
2024-02-23 13:13:06 -05:00 |
|
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
|
bd0c491263
|
GP-3615 - Added a test harness method to make it easier to change log output from a test. The test harness will reset any changes made at the end of the test.
|
2023-07-19 12:47:47 -04:00 |
|
Ryan Kurtz
|
e2188d4cfb
|
Merge remote-tracking branch 'origin/GP-3402-dragonmacher-graph-threading'
|
2023-05-11 06:51:08 -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 |
|
dragonmacher
|
bde74ad4d3
|
GP-3402 - Updated the Graph service API to better manage concurrent
threaded accesses
|
2023-05-09 15:43:02 -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 |
|
dragonmacher
|
d4eae5ff3c
|
GP-2846 - Theming Documentation
|
2023-05-02 13:39:19 -04:00 |
|
Ryan Kurtz
|
7fa3389119
|
GP-2974: Fixing warnings
|
2023-05-01 07:23:48 -04:00 |
|
dragonmacher
|
4f1d3c8053
|
GP-3094 - Theming - Converted most colors to palette colors
|
2023-04-14 16:49:39 -04:00 |
|
dragonmacher
|
7adfd1e8fb
|
GP-3089 - Theme Fixes
|
2023-02-17 11:19:02 -05:00 |
|
Ryan Kurtz
|
3073268203
|
Merge remote-tracking branch 'origin/GP-3047-dragonmacher-fg-exception'
(Closes #4916)
|
2023-01-25 07:47:36 -05:00 |
|
dragonmacher
|
5da5ec3b6d
|
GP-3047 - fixed potential npe due to a timing issue
|
2023-01-24 13:30:35 -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 |
|
Ryan Kurtz
|
885df9f812
|
GP-2868: Fixing license issues
|
2022-12-06 09:57:49 -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
|
56fcce1456
|
GP-2875 Split Generic module into two modules to remove Gui related code from the generic module
|
2022-11-30 12:33:04 -05:00 |
|
ghidragon
|
edfb5a0877
|
GP-1981 Refactored Gui to use ThemeManager
|
2022-11-15 14:56:08 -05:00 |
|
ghidragon
|
a92a27e9f1
|
GP-1981 Review fixes
|
2022-11-15 14:56:05 -05:00 |
|
ghidragon
|
5c84d3e143
|
GP-1981 registering Theme options for colors and fonts
|
2022-11-15 14:55:59 -05:00 |
|
ghidragon
|
45c52e3cb9
|
GP-1981 - Updated help to allow authors to use theme image ids; updated
help to only allow modules that live on the classpath. Dpdating themd
documentation. Fixing gradle help build
|
2022-11-15 14:55:56 -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 |
|
dragonmacher
|
79b95702ba
|
GP-1981 - Theming - Icon Conversions - Software Modeling, Project,
Docking
|
2022-11-15 14:55:43 -05:00 |
|
ghidragon
|
9a0d7892da
|
GP-1981 Theme help and module conversions
|
2022-11-15 14:53:46 -05:00 |
|
dragonmacher
|
a99841e6d4
|
GP-1981 - Theming - PDB and Code Compare Modules
|
2022-11-15 14:53:33 -05:00 |
|
dragonmacher
|
7c7d98090f
|
GP-1981 - Theming - Version Tracking color conversion; Help css color
conversion
|
2022-11-15 14:53:24 -05:00 |
|
ghidragon
|
b4d2271474
|
GP-1981 Moved Most Theming classes from Docking to Generic module
|
2022-11-15 14:53:08 -05:00 |
|
dragonmacher
|
7974e2de06
|
GP-1981 - Checkpoint - Help System Fixes; fixed loading order bug
|
2022-11-15 14:52:56 -05:00 |
|
dragonmacher
|
ae02a34d8b
|
GP-1981 - Graph Theme Updates
|
2022-11-15 14:52:52 -05:00 |
|
dragonmacher
|
16e32317f0
|
GP-1982 - Function Graph
|
2022-11-15 14:52:45 -05:00 |
|
ghidragon
|
f808431251
|
GP-1981 - Checkpoint - Initial Theming
|
2022-11-15 14:52:43 -05:00 |
|
ghidra1
|
70dec93853
|
GP-2842 corrected code flow graph html render regression issue
|
2022-11-14 19:20:31 -05:00 |
|
dragonmacher
|
cb02db8313
|
Updated module system so Help no longer depends on Docking. Docking can now have help content.
|
2022-09-16 12:21:32 -04:00 |
|
ghidra1
|
8eb58baa7d
|
GP-0 added updated BSD license files and updated related BSD certifications
|
2022-05-11 10:37:27 -04:00 |
|
dragonmacher
|
995772ff75
|
GP-1889 - cleanup
|
2022-04-04 13:49:18 -04:00 |
|
Hakan
|
fc7e7d188b
|
Add tests for GraphPath.java
|
2022-04-04 12:17:48 -04:00 |
|
dragonmacher
|
cc5653cb29
|
GP-1888 - javadoc fixes
|
2022-04-04 12:05:17 -04:00 |
|
Hakan
|
6755e43de8
|
Add missing Javadoc to all functions in GraphPath.java
|
2022-04-04 11:43:16 -04:00 |
|
Robert Xiao
|
698a91af8c
|
Javadoc fixes
|
2022-03-30 08:25:04 -07:00 |
|
Ryan Kurtz
|
d35d496c23
|
Merge branch 'GP-0_ryanmkurtz_PR-3791_GameCubeGBA_TODO--Delete-unused-class'
|
2022-02-01 08:45:05 -05:00 |
|
Ryan Kurtz
|
157d599768
|
Merge branch 'GP-0_ryanmkurtz_PR-3700_GameCubeGBA_TODO'
|
2022-02-01 01:06:50 -05:00 |
|
Wiz
|
8d9061a619
|
Resolve TODO: delete unused class
This class is not even used at all and the TODO says to delete it, so I did.
|
2021-12-21 22:58:58 -05:00 |
|
ghidra1
|
625e4bd9eb
|
Merge remote-tracking branch 'origin/patch'
|
2021-12-14 21:14:40 -05:00 |
|
ghidravore
|
d98a4e736f
|
fixed mistake in GraphDisplayOptionsBuilder that prevented users from
setting the max node count
|
2021-12-14 18:10:21 -05:00 |
|
Wiz
|
a00f113e05
|
Resolve TODO: Make these private if the subclass goes away
Subclass no longer exists, so this is safe to do and resolve
|
2021-12-10 14:46:43 -05:00 |
|
Wiz
|
5c1ae47774
|
Typo fix: Lisetner -> Listener
No behavioral changes
|
2021-12-08 12:22:32 -05:00 |
|