Sean Kaim
49c6219a84
MR-854: Additional code clean up
...
New (.NET) method for getting file icons.
Additional ReShaper fixes
Additional null checks/protections
2016-06-25 21:34:32 -04:00
Sean Kaim
0db444e78c
MR-854: Code Clean up and logging
2016-06-24 13:08:35 -04:00
Sean Kaim
57c2dc0a88
Fix log message for debugging exception
2016-06-24 12:21:40 -04:00
Sean Kaim
dda9c1f1af
Additional fixes for MR-872
...
Additional code clean up
Fixed some casting errors likely from the initial c# conversion
2016-06-22 09:35:01 -04:00
David Sparer
92dcd8981d
Fixed bug with Help window where clicking a treenode that does not have a .html file associated with it would produce an error.
2016-06-20 12:51:25 -06:00
David Sparer
cbe18b70ca
Fixed bug when clicking the root tree node in the Help window
2016-06-20 12:46:47 -06:00
David Sparer
ab26b94808
Remove references to the Help page for Sessions. This feature was removed
2016-06-20 12:38:29 -06:00
Sean Kaim
8f6431f657
fix display issues on about screen
2016-06-16 16:26:12 -04:00
Sean Kaim
3dbfdf3b5b
Merge pull request #116 from mRemoteNG/GeckoFx
...
Replaced XULRunner with GeckoFx
2016-06-10 09:02:55 -04:00
Sean Kaim
39bf3e754d
Clarify option
2016-06-09 12:20:15 -04:00
hiriumi
fce583a346
Option page weren't displaying target language so I added apply language in frmOptions.
2016-06-08 10:16:45 -07:00
Sean Kaim
ae16c021da
Remove XULRunner path from settings
2016-06-08 10:40:29 -04:00
Sean Kaim
70ff34438f
Update component check for GeckoFx
2016-06-08 10:00:23 -04:00
Sean Kaim
6410acbb48
minor tweaks to the port scan UI
...
This seems like a better user experience. This will also allow for
further (future) changes in the import window when using custom ports
and have it make even more sense.
2016-06-05 14:55:31 -04:00
Sean Kaim
cd950f39b4
refactor/cleanup + make portscan work
...
The non-import version of a portscan didn't test any ports and never
found any open ports (due to backwards logic).
2016-06-04 23:34:51 -04:00
Sean Kaim
8cbf56f7a5
Build FilteredPropertyGrid into mRemoteNG
...
No longer load the dll.
Makes the small amount of source more maintainable then from the code
project.
Gets rebuilt with latest build env.
2016-06-03 22:13:12 -04:00
David Sparer
c108c60c30
Merge branch 'release/v1.74' into develop
2016-06-03 15:11:44 -06:00
David Sparer
cf1a84f4b2
Resolved MR-855 - Resource not found error when testing proxy settings.
...
This was introduced in 634df366bd
2016-06-03 15:10:19 -06:00
hiriumi
e5b319e518
Added question mark to MessageBox and more Japanese translation.
2016-06-02 17:07:45 -07:00
David Sparer
b90981a17c
Made a couple more Startup methods non-static
2016-06-02 15:26:51 -06:00
Sean Kaim
512044617c
Last VB references removed
2016-06-02 15:45:47 -04:00
Sean Kaim
a91f712735
Remove more VB referneces
2016-06-02 14:35:12 -04:00
Sean Kaim
fb7a0fcb50
Remove VB references + fix exception
2016-06-02 14:34:56 -04:00
Sean Kaim
da9680d210
Minor form changes
...
Ported from PR #105
Thanks @aplocher
2016-05-31 21:06:56 -04:00
Sean Kaim
99df3df42c
avoid exception when disposing external tools items
...
Similar to #114
Thanks @Brandhor
2016-05-31 20:53:10 -04:00
Brandon
32da8433bb
avoid exception when disposing external tools items
2016-06-01 01:05:15 +02:00
Brandon
485536dc90
fix launching external tools
2016-06-01 00:46:14 +02:00
Sean Kaim
1560339377
Fix MR-838 - correct cast
2016-05-29 21:58:54 -04:00
Sean Kaim
f0aaab1299
Fix MR-839 - correct cast
2016-05-29 21:55:15 -04:00
Sean Kaim
4eced42981
Fix MR-840 (exception entering fullscreen)
...
bug introduced as part of the C# conversion
VB code:
Public Fullscreen As New Misc.Fullscreen(Me)
Private Sub mMenViewFullscreen_Click(sender As Object, e As EventArgs)
Handles mMenViewFullscreen.Click
Fullscreen.Value = Not Fullscreen.Value
mMenViewFullscreen.Checked = Fullscreen.Value
End Sub
2016-05-29 21:35:41 -04:00
hiriumi
60048b4450
Cleaned up ConfigWindow.cs
2016-05-28 21:47:47 -07:00
Sean Kaim
e2d66235b5
Remove Microsoft.VisualBasic references & cleanup
2016-05-27 15:49:03 -04:00
Sean Kaim
6d8f375ae1
Remove Microsoft.VisualBasic references
2016-05-27 14:21:34 -04:00
Sean Kaim
41664d2ef4
Make fonts consistent
2016-05-25 17:38:17 -04:00
Sean Kaim
717d4f0b9a
Add CREDITS.TXT to About form
2016-05-25 17:27:49 -04:00
Sean Kaim
5f4d565483
Remove IPTextBox.dll and use a built-in control
2016-05-25 15:37:33 -04:00
Sean Kaim
727e23ada9
DockPanelSuite updates and new theme
2016-05-25 12:29:42 -04:00
Sean Kaim
497363bc3a
code clean up
2016-05-25 12:09:23 -04:00
David Sparer
f6daa3b5dc
Removed static reference to SystemMenu from Runtime. The only references to it were in frmMain
2016-05-24 20:07:25 -06:00
David Sparer
2c87d36cbb
Merge remote-tracking branch 'origin/singleton' into frmMain_refactoring_experiment
...
# Conflicts:
# mRemoteV1/App/ProgramRoot.cs
# mRemoteV1/UI/Forms/frmMain.cs
2016-05-24 17:10:17 -06:00
David Sparer
3af3074ab9
Minor cleanup of frmOptions code (deleted dead space, reorder usings, reorder functions based on call order)
2016-05-24 16:56:56 -06:00
David Sparer
c00342df6f
Refactoring: Extracted a method in frmOptions that sets the initially selected page
2016-05-24 16:53:47 -06:00
David Sparer
9bbd95a6f2
Fixed minor UI annoyance in frmOptions where you could not see the active page after clicking within that page.
2016-05-24 16:52:37 -06:00
Sparer, David
f1fe5d215c
Fixed a few more subtle bugs in frmMain:WndProc() that were caused by the c# conversion
2016-05-24 15:33:20 -06:00
Sparer, David
36e1522a32
Fixed bug MR-826 by resolving an issue caused by the migration from VB to C#.
2016-05-24 13:29:17 -06:00
David Sparer
90258636ed
Moved program initialization from frmMain to ProgramRoot
2016-05-22 11:15:18 -06:00
David Sparer
06ce840a8f
Moved GetConnectionIcons call from frmMain to Startup
2016-05-22 10:48:29 -06:00
David Sparer
7f11783d46
Moved IEBrowserEmulation registration from frmMain to Startup
2016-05-22 10:45:02 -06:00
David Sparer
083e71370f
- Moved the startup debugging "program start" line from frmMain to Startup.cs
...
- Moved call to ParseCommandLineArgs() from frmMain to Startup.cs
2016-05-22 10:15:55 -06:00
David Sparer
f344ef054f
- Removed unnecessary using directive
...
- Made many methods in Startup private and non-static
2016-05-22 10:05:11 -06:00