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 years ago |
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 years ago |
sabrogden
|
5d3965bd46
- added more checks to ensure we skip focus changes on toolbar/tasktray.
|
15 years ago |
sabrogden
|
fa388211b8
if GetGuiThreadInfo doesn't work use the attach to thread, getcaret, detach method to get caret position
|
15 years ago |
sabrogden
|
23ed7ea2de
latest changes to prevent 'v' from getting pasted.
|
15 years ago |
sabrogden
|
2164af35f3
tried to fix 'v' from getting pasted when trying to press ctrl-v. slightly changed attachtothread process
|
15 years ago |
sabrogden
|
46d8e5441e
Attach to the process before setting forground and focus. Track focused window on mouse move of tray icon
|
15 years ago |
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.
|
16 years ago |
sabrogden
|
9284769576
added add-in to set/reset the read only flag on files, added hot key to paste unformatted text
|
16 years ago |
sabrogden
|
bc708d6c7c
check both active and focus window to see if they are from ditto
|
16 years ago |
sabrogden
|
8c12e0e7ba
created thread class to handle threading operations for qpaste wnd
|
16 years ago |
sabrogden
|
bab92d2e59
load only clips that are in view when opening the database
|
16 years ago |
sabrogden
|
14cc5a82ca
final minor changes for 3.15.5
|
16 years ago |
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 years ago |
sabrogden
|
87e6be5371
moved methods for tracking active window to seperate class.
|
16 years ago |