PersistentWindows

fork of http://www.ninjacrab.com/persistent-windows/ with windows 10 update

GPL-3.0 License

Stars
1.3K

Bot releases are hidden (Show)

PersistentWindows -

Published by kangyu-california about 4 years ago

Release Notes

  1. Fix issue #41, automatically fix off-screen window using previous visible location
  2. Fix issue #45, fix bug caused by inaccurate off-screen window detection
PersistentWindows -

Published by kangyu-california about 4 years ago

Release Notes

  1. Fix issue #40, fix wrong command line when restore from disk
  2. Fix issue #41, automatically fix off-screen window
  3. Fix issue #43, hide icon and avoid crash when closing 2nd instance of PW
  4. Restore closed application using normal user privilege even PW is run with admin.
PersistentWindows -

Published by kangyu-california about 4 years ago

Release Notes

  1. Fix issue #39 , restore from disk failed to launch WindowsTerminal.exe
  2. Remove obsolete icon resource
PersistentWindows -

Published by kangyu-california about 4 years ago

Release Notes

  1. tentative fix for issue #36, add command option -redraw_desktop which is disabled by default
PersistentWindows -

Published by kangyu-california about 4 years ago

Release Notes

  1. fix issue #33, incorrect auto fix invisible window
  2. fix issue #34, automatic delay program start until display is detected. Also add manual delay option -delay_start <seconds> in case auto delay does not work
  3. minor UI menu improvement
PersistentWindows -

Published by kangyu-california about 4 years ago

Release Notes

  1. fix issue #29, #33, minimized window incorrectly popped up
  2. ignore z-order change for minimized window to avoid false activation
  3. restore minimized window using position data from N-2 time frame
  4. fix incorrect restore using staled position data due to capture log saturation bug
PersistentWindows -

Published by kangyu-california about 4 years ago

Release Notes

  1. fix failure to maintain minimize state for originally full-screen window
  2. fix failure to restore to full-screen state when activate from minimized state.
PersistentWindows -

Published by kangyu-california about 4 years ago

Release Notes

  1. Fix issue #29 (Minimized window keeps popping back)
PersistentWindows -

Published by kangyu-california about 4 years ago

Release Notes

  1. Fix failure to restoring full screen window (such as remote desktop)
PersistentWindows -

Published by kangyu-california about 4 years ago

Release Notes

  1. Fix random failure in restore from disk
  2. Fix issue restoring full screen window
  3. Fix crash due to async UI manipulation (shows up only in Debug mode)
PersistentWindows -

Published by kangyu-california about 4 years ago

Release Notes

  1. Fix issue #26: add menu to pause/resume auto restore
  2. FIx issue #27: disable balloon tip and sound notification by default when restoring windows.
  3. Fix issue #28: fix bogus zorder restore message
  4. Fix missed capture of full screen window
  5. Improved reliability of restore from disk
  6. Redesigned program icon
PersistentWindows -

Published by kangyu-california over 4 years ago

Release Notes

  1. Tentative fix for issue 25: certain application such as sticky note on Windows 10 is not restored properly
PersistentWindows -

Published by kangyu-california over 4 years ago

Release Notes

  1. Fix occasional restore failure due to wrong condition or illegal memory access
PersistentWindows -

Published by kangyu-california over 4 years ago

Release Notes

  1. Automatic restore window z-order and clear contaminated topmost flag, this feature is disabled by default. Run with "-fix_zorder" to turn on this feature.
PersistentWindows -

Published by kangyu-california over 4 years ago

Release Notes

  1. More robust fix for issue 19, taking older captured data if last capture time was too close to actual restore time
PersistentWindows -

Published by kangyu-california over 4 years ago

Release Notes

  1. Fix issue 22, avoid frequent activation of UI restore notification due to fast display setting switching back and forth.
PersistentWindows -

Published by kangyu-california over 4 years ago

Release Notes

  1. Fix issue 19, improve accuracy of capture user moves by inserting one more delay cycle to confirm.
  2. Fix issue 21, disable restore window z-order by default
PersistentWindows -

Published by kangyu-california over 4 years ago

Release Notes

  1. Fix issue 21, avoid restore window z-order to sticky topmost.
  2. Save persistent DB to /AppData/Local/PersistentWindows/, so as to protect it from being deleted during OS upgrade.
  3. Refine event log message
PersistentWindows -

Published by kangyu-california over 4 years ago

Release Notes

  1. More robust capture mechanism to avoid mis-capture
  2. Precisely restore window z-order
PersistentWindows -

Published by kangyu-california over 4 years ago

Release Notes

  1. Refix issue 19, automatic restore failure due to removed capture time
  2. Improve fix for issue 20 (full screen gaming mode support)
  3. Fix .Net application crash upon exit