Commit historia

Upphovsman SHA1 Meddelande Datum
  ScottBrogden 7c3930b502 when running from windows app don't try and launch elevated app 8 år sedan
  ScottBrogden 9b369f052d Don't use negative cursor positions from AttachThreadInput 8 år sedan
  sabrogden 28eaf9bea4 Added copy reason flag so i can add a message when we save a clip to a group 10 år sedan
  sabrogden 82b044910b Text only global hot key optimizations 11 år sedan
  sabrogden 99f23257c3 cut and copy are now uac app aware 11 år sedan
  sabrogden 475138b0aa elevated to uac privleges 12 år sedan
  sabrogden fbbe806a89 Added the ability to paste as admin, this will allow ditto to paste into applications running has admin, currently it won't paste in them 12 år sedan
  sabrogden 774ac93a62 added timing messages around paste to find slowness when pasting with large db 12 år sedan
  sabrogden da04278daa default to GetGUIThreadInfo for getting the currently focused window 13 år sedan
  sabrogden 31bd95378b check for minimum idle time before getting the current focused window, i think this was causing some double click issues on folders 14 år sedan
  sabrogden d1d33c1d3b fixed crash when closing qpastewnd because of a timeout. For some reason SetImageList was causing it to crash, changed to measureItem to set the row height 14 år sedan
  sabrogden 5d3965bd46 - added more checks to ensure we skip focus changes on toolbar/tasktray. 14 år sedan
  sabrogden fa388211b8 if GetGuiThreadInfo doesn't work use the attach to thread, getcaret, detach method to get caret position 15 år sedan
  sabrogden 23ed7ea2de latest changes to prevent 'v' from getting pasted. 15 år sedan
  sabrogden 2164af35f3 tried to fix 'v' from getting pasted when trying to press ctrl-v. slightly changed attachtothread process 15 år sedan
  sabrogden 46d8e5441e Attach to the process before setting forground and focus. Track focused window on mouse move of tray icon 15 år sedan
  sabrogden 0e7165e6c5 fixed issue with not showing items when scrolling quickly. Changed critical sections to AtlCritSec. changed some of the std::vector to std::list. 15 år sedan
  sabrogden 9284769576 added add-in to set/reset the read only flag on files, added hot key to paste unformatted text 16 år sedan
  sabrogden bc708d6c7c check both active and focus window to see if they are from ditto 16 år sedan
  sabrogden 8c12e0e7ba created thread class to handle threading operations for qpaste wnd 16 år sedan
  sabrogden bab92d2e59 load only clips that are in view when opening the database 16 år sedan
  sabrogden 14cc5a82ca final minor changes for 3.15.5 16 år sedan
  sabrogden a3b49a6b55 updated OnFocusChanged to use timer to avoid tons of focus change processing. Was causeing problems with double clicking on things in windows, double click wouldn't happen. 16 år sedan
  sabrogden 87e6be5371 moved methods for tracking active window to seperate class. 16 år sedan