Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove magic lib #1258

Merged
merged 163 commits into from Feb 10, 2019
Merged

Remove magic lib #1258

merged 163 commits into from Feb 10, 2019

Commits on Dec 29, 2018

  1. First removal

    Magic library is removed, basic tabbing functions are on, but all other functions are commented.
    
    Some code is lifted from DockPanelSuite in MremoteNGAutoHideStrip to change the behavior and looks for Mremote .
    jotatsu committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    8c91b37 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. syntax clean up and null checks

    mostly from ReSharper
    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    2d9cc28 View commit details
    Browse the repository at this point in the history
  2. move to correct namespace

    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    bb9d2a0 View commit details
    Browse the repository at this point in the history
  3. minor code cleanup

    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    172f7f7 View commit details
    Browse the repository at this point in the history
  4. code cleanup

    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    aefee9c View commit details
    Browse the repository at this point in the history
  5. minor cleanup

    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    c322946 View commit details
    Browse the repository at this point in the history
  6. auto properties

    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    2b5a327 View commit details
    Browse the repository at this point in the history
  7. minor clean up

    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    325bd51 View commit details
    Browse the repository at this point in the history
  8. minor clean up

    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    3e0ed5b View commit details
    Browse the repository at this point in the history
  9. minor cleanup

    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    2778175 View commit details
    Browse the repository at this point in the history
  10. white space and log message

    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    1f93ca1 View commit details
    Browse the repository at this point in the history
  11. Initial tab close implemtnation

    PuttyProcess.Dispose() seems to hang in my initial testing, so it's been disabled for now...
    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    2858010 View commit details
    Browse the repository at this point in the history
  12. Find the correct connection and switch to it

    If a connection is open, double clicking on it in the connection tree should switch to that connection...
    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    9c81766 View commit details
    Browse the repository at this point in the history
  13. Close is successful - so at least we can reelase some resources for n…

    …ow...
    
    Added a log message also...
    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    362bf7b View commit details
    Browse the repository at this point in the history
  14. minor cleanup

    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    d458bb9 View commit details
    Browse the repository at this point in the history
  15. Update ConnectionWindow.cs

    Resolved tabs getting into dock panel positions . Tabs are now restricted to  DockAreas.Document | DockAreas.Float. Menu hook no on opening event insteaed of mouse events .
    jotatsu committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    87f8317 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'RemoveMagicLib' of https://github.com/mRemoteNG/mRemoteNG

    … into RemoveMagicLib
    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    c749f9e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c24b79c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5cecd2b View commit details
    Browse the repository at this point in the history
  19. minor fixes/cleanup

    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    8f5c404 View commit details
    Browse the repository at this point in the history
  20. Enable DPS 2015 Themes

    Rename themes to show that they are the DPS out of the box themes.
    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    4f02372 View commit details
    Browse the repository at this point in the history
  21. avoid exception

    When clicking on a cell after switching from an extensable theme to a non-extensable one.
    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    710fdef View commit details
    Browse the repository at this point in the history
  22. cleanup

    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    21b3ca0 View commit details
    Browse the repository at this point in the history
  23. Update ConnectionWindow.cs

    Restored rename tab functionality
    jotatsu committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    1976584 View commit details
    Browse the repository at this point in the history
  24. code clean up / fix invalid cast

    exception would be thrown when attempting to start an external app as a connection.
    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    80864c7 View commit details
    Browse the repository at this point in the history
  25. Merge branch 'RemoveMagicLib' of https://github.com/mRemoteNG/mRemoteNG

    … into RemoveMagicLib
    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    afac6a9 View commit details
    Browse the repository at this point in the history
  26. fixed failing tests

    kmscode committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    3ea94fc View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2019

  1. Configuration menu
    Copy the full SHA
    f124ec7 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Tab close , other and right restored

    Reorganized the close event to the connectionTab class, restore the close from the tab X icon functionality , close all other and close left
    jotatsu committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    a08454a View commit details
    Browse the repository at this point in the history
  2. Cleanup unused code in CloseOtherTabsToTheRight

    Cleanup unused code in CloseOtherTabsToTheRight
    jotatsu committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    5cfee09 View commit details
    Browse the repository at this point in the history
  3. Removed drag events

    Drag events are already implemented in the MDI mode of DockPanelSuite.
    jotatsu committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    269bbb7 View commit details
    Browse the repository at this point in the history
  4. Resolved broken build, references to drag events

    Removed event handlers caused broken build.
    jotatsu committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    e8e70bc View commit details
    Browse the repository at this point in the history
  5. minor cleanup

    kmscode committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    6edb947 View commit details
    Browse the repository at this point in the history
  6. minor cleanup

    kmscode committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    3bb6962 View commit details
    Browse the repository at this point in the history
  7. Speed up Theme Option Page load

    Fixes #1245
    
    The CheckChanged event was causing load settings to be called more than once on form load.
    kmscode committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    efad824 View commit details
    Browse the repository at this point in the history
  8. Tool forms restricted from entering document area

    Avoid mixing tool and connection forms in the document area, as they behave and look different.
    jotatsu committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    2c3aace View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1a4d83 View commit details
    Browse the repository at this point in the history
  10. typo

    kmscode committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    0f315f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42befd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    854af92 View commit details
    Browse the repository at this point in the history
  2. code clean up

    kmscode committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    469e6b3 View commit details
    Browse the repository at this point in the history
  3. code cleanup

    kmscode committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    3581f2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa0be76 View commit details
    Browse the repository at this point in the history
  5. remove the magiclib dll...

    kmscode committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    a45772b View commit details
    Browse the repository at this point in the history
  6. code clean up

    kmscode committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    3fcafbd View commit details
    Browse the repository at this point in the history
  7. minor cleanup

    kmscode committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    69216c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b35e5a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. minor refactoring

    kmscode committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    df8613f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c07e2e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    543da46 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. Configuration menu
    Copy the full SHA
    adb7035 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Configuration menu
    Copy the full SHA
    edfbad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85aeb05 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Fix darcula theme tab colors

    Fix color to match theme
    jotatsu committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    52ef0c8 View commit details
    Browse the repository at this point in the history
  2. Restored reconnect all, correct tab collection now used instaed of cu…

    …stom one
    
    Reconnect all from main file menu restored, tabsReferences in ConnectionWindow deleted in favor of connDock.DocumentsToArray()
    jotatsu committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    20f3b19 View commit details
    Browse the repository at this point in the history
  3. Remove tabcontroller references

    Remove commented tab controller references
    jotatsu committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    d8cdba2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eda60a7 View commit details
    Browse the repository at this point in the history
  5. connection panel rename not working

    other misc fixes/cleanup
    kmscode committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    ecb2b05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7764c60 View commit details
    Browse the repository at this point in the history
  7. minor theming fix

    kmscode committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    6fed937 View commit details
    Browse the repository at this point in the history
  8. minor fixes/cleanup

    kmscode committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    3ea8a75 View commit details
    Browse the repository at this point in the history
  9. speed up Options Page load

    kmscode committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    e626b65 View commit details
    Browse the repository at this point in the history
  10. minor cleanup

    kmscode committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    df36523 View commit details
    Browse the repository at this point in the history
  11. apply themes after restart

    kmscode committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    1340bc9 View commit details
    Browse the repository at this point in the history
  12. clean up

    kmscode committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    b18ffc3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8a63200 View commit details
    Browse the repository at this point in the history
  14. designer generated change

    kmscode committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    9eb15a2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e254d69 View commit details
    Browse the repository at this point in the history
  16. removed unused variable

    kmscode committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    52bdf64 View commit details
    Browse the repository at this point in the history
  17. move connectiontab.designer to proper location in project

    also make sure it has proper DPI settings
    kmscode committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    8487dde View commit details
    Browse the repository at this point in the history
  18. Tab ICONS!!!!

    kmscode committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    4ac51a7 View commit details
    Browse the repository at this point in the history
  19. minor clean up

    kmscode committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    9fef6dd View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Double click to close tab initial implementation

    With the setting DoubleClickOnTabClosesIt it will close the tab, otherwise it will undock it. Missing do nothing implementation
    jotatsu committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    174dfbe View commit details
    Browse the repository at this point in the history
  2. Fix broken test

    Try #1 -.-
    jotatsu committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    7e40039 View commit details
    Browse the repository at this point in the history
  3. Reverted the double click

    Reverted the double click as it brokes the tab looks with themes
    jotatsu committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    190204a View commit details
    Browse the repository at this point in the history
  4. Partial fix of double clic

    Missing behavior on no theme scenario. Themes including default tested.
    jotatsu committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    27a06f6 View commit details
    Browse the repository at this point in the history
  5. Reubicated the custom dock strip initialization

    Now it work with all the themes and no theme enabled
    jotatsu committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    7603587 View commit details
    Browse the repository at this point in the history
  6. clean up / resharper fixes

    kmscode committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    4405a1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f180a5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a37cd62 View commit details
    Browse the repository at this point in the history
  9. minor cleanup

    kmscode committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    71cabea View commit details
    Browse the repository at this point in the history
  10. whitespace cleanup

    kmscode committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    8a62942 View commit details
    Browse the repository at this point in the history
  11. saftey checks

    kmscode committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    9d10ee2 View commit details
    Browse the repository at this point in the history
  12. whitespace cleanup

    kmscode committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    018a97f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd246bc View commit details
    Browse the repository at this point in the history
  14. designer generated update

    kmscode committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    bb90261 View commit details
    Browse the repository at this point in the history
  15. clean up / refactoring

    kmscode committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    8a94000 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a107d05 View commit details
    Browse the repository at this point in the history
  17. whitespace clean up

    kmscode committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    40ac212 View commit details
    Browse the repository at this point in the history
  18. remove old code

    kmscode committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    32cff8a View commit details
    Browse the repository at this point in the history
  19. code cleanup

    kmscode committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    86e806d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    32c4f98 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. don't default to a dummy domain

    This causes the control to timeout and takes nearly 30 seconds to load
    kmscode committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    6a354f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f4f3a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72e637d View commit details
    Browse the repository at this point in the history
  4. safety checks

    kmscode committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    aa546d8 View commit details
    Browse the repository at this point in the history
  5. update changelog

    kmscode committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    e2865fa View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into RemoveMagicLib

    # Conflicts:
    #	mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs
    sparerd committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    5b8fb68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35fada7 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    41cab2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffe4470 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7645214 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6a1d60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f0550d View commit details
    Browse the repository at this point in the history
  6. copy hostname on folder causes exception

    Reference #1261
    kmscode committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    9da2635 View commit details
    Browse the repository at this point in the history
  7. create empty panel on startup not working

    Reference #1261
    kmscode committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    40682bc View commit details
    Browse the repository at this point in the history
  8. copyright 2019

    reference #1261
    kmscode committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    033635f View commit details
    Browse the repository at this point in the history
  9. minor clean up

    kmscode committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    53fdf2b View commit details
    Browse the repository at this point in the history
  10. Float window customization for size

    It will undock to the original size when it was docked
    jotatsu committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    cc184b7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f56f116 View commit details
    Browse the repository at this point in the history
  12. minor clean up

    kmscode committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    0c6778b View commit details
    Browse the repository at this point in the history
  13. whitespace

    kmscode committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    3713f98 View commit details
    Browse the repository at this point in the history
  14. whitepsace clean up

    kmscode committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    f3ad6e6 View commit details
    Browse the repository at this point in the history
  15. minor cleanup

    kmscode committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    a765a71 View commit details
    Browse the repository at this point in the history
  16. whitespace cleanup

    kmscode committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    b5034fd View commit details
    Browse the repository at this point in the history
  17. Add apply button

    kmscode committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    7c22ea6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8bcd6b9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ef48f51 View commit details
    Browse the repository at this point in the history
  20. rename ONLY the 4 vsthemes

    DPS themes are back to their default names.
    
    The *.vsthemes provided on the file system get named in memory to *NG
    
    If we don't find the the theme name pulled from settings, blank it out. This should ONLY happen after upgrading from previous releases for users of the 4 *.vsthemes providedon the file system:  "darcula", "vs2015blue", "vs2015dark" , "vs2015light"
    
    The 3 vs2015* ones are NOT to be confsed with the DPS provided versions of the almost identical name.
    
    Jumping through hoops rather than renaming files/theme names to avoid unexpected theme changes for as many users as possible.
    kmscode committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    6156ce4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    506ae1c View commit details
    Browse the repository at this point in the history
  22. minor cleanup/refactoring

    kmscode committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    ef82df5 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. designer generated change

    kmscode committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    4e11baa View commit details
    Browse the repository at this point in the history
  2. whitespace

    kmscode committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    9977f33 View commit details
    Browse the repository at this point in the history
  3. remove enable themes and default accordingly

    additional error handling attempts for theme loading.
    Though, if we can't load \Themes\vs2015light.vstheme we're going to have a bad time...
    kmscode committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    4e8d336 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82507aa View commit details
    Browse the repository at this point in the history
  5. check themeing active AND/OR IsExtendable

    Lots of small changes as a result of this
    
    other minor clean up
    
    Tests should pass now.
    
    And if \Themes\vs2015light.vstheme can't ben loaded, we should be OK now...
    kmscode committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    bebc9c9 View commit details
    Browse the repository at this point in the history
  6. missed 2 files in last commit

    kmscode committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    a0935e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    adefd95 View commit details
    Browse the repository at this point in the history
  8. Fix some theming issues. New IsExtended propery

    Done with theme stuff... Or at least I want to be...
    kmscode committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    f059a77 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    ad44a6c View commit details
    Browse the repository at this point in the history
  2. Disable AlwaysShowConnectionTabs functinoality

    This will not work with DPS currently.  Reference dockpanelsuite/dockpanelsuite#559
    kmscode committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    6bac9c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    96af6b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Theme page label text update

    All theme changes require a restart.
    kmscode committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    401a518 View commit details
    Browse the repository at this point in the history
  2. white space clean up

    kmscode committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    968471e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Fix for #1257

    CreateGraphics was the function being disposed in the using, the form handle was still floating around. Suggestion to optimize the dpi function
    jotatsu committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    1f700f7 View commit details
    Browse the repository at this point in the history
  2. Fix for #1249 screenshot X

    Corrected casting for disposing the form
    jotatsu committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    0699e89 View commit details
    Browse the repository at this point in the history
  3. Screenshot method change

    Some screenshots were blank because DrawToBitmap uses the tab drawing graphics, New method uses screen buffer that brings the pixels from the final screen render.
    jotatsu committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    c93deb7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    a6cd565 View commit details
    Browse the repository at this point in the history
  2. whitespace clean up

    kmscode committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    9b15926 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18913ee View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Configuration menu
    Copy the full SHA
    34c8f21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ad29aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    935719f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f880038 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    41f1a65 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Screenshot only taken from ConnectionTab area

    Screenshots contained dockstrip area (the tab name with the x icon), now they are only limited to the ConnectionTab area
    jotatsu committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    b3cfcc1 View commit details
    Browse the repository at this point in the history
  2. Improvement in protocol to tab focus

    Tabs are focused now when mouse is clicked inside of the connetiontab, before clicking inside ssh window, for example, will not highlight the tab.
    jotatsu committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    4b8d06d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Improves RDP tab focus

    Improves rdp tab focus by passing active to focus event between rdp client and DPS  tab
    jotatsu committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    39b919c View commit details
    Browse the repository at this point in the history
  2. Screenshots correctly taken from windowed tab

    Screenshots can be taken from undock tabs, created helper tab singleton class to make it easy to determine the current tab in the DPS - mremote model
    jotatsu committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    c836e29 View commit details
    Browse the repository at this point in the history
  3. Changed refocusing method for rdp tabs

    Solve bug reported by Joe Cefoli on gitter
    jotatsu committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    aa9b32a View commit details
    Browse the repository at this point in the history
  4. new tabs are created in current panel

    Added current panel to TabHelper, new tabs are created in the current panel
    jotatsu committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    e1fc272 View commit details
    Browse the repository at this point in the history
  5. Avoid null pointers when race conditions or faults are present in pro…

    …tocol closing
    
    Avoid some of the detected faults
    jotatsu committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    cda557b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. typo and link fix

    kmscode committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    7a38c10 View commit details
    Browse the repository at this point in the history
  2. minor code cleanup

    kmscode committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    54bb9a8 View commit details
    Browse the repository at this point in the history
  3. Remove deadlock in #1247

    #1247 was caused by a loop of the putty control calling the tab dispose and back again. Created a flag to indicate the ConnectionTab that the closing process was called by the protocol and not the user.
    jotatsu committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    b0bf31b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    f7bfa82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    650f1df View commit details
    Browse the repository at this point in the history
  3. cleanup white space

    kmscode committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    7e1bc19 View commit details
    Browse the repository at this point in the history
  4. Allow FIPS check to be overridden.

    Fixes #222
    kmscode committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    dda2b4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7393159 View commit details
    Browse the repository at this point in the history
  6. Remove outdated/incorrect translations for strErrorFipsPolicyIncompat…

    …ible
    
    These will need to be re-translated.
    kmscode committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    89055d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fcc51b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Remove IsSimpleDropSink restores item sorting for #1266

    #1266 was generated by OLV ignoring some sink cusotmizations by using the  IsSimpleDropSink flag
    jotatsu committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    c4a1879 View commit details
    Browse the repository at this point in the history