| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650 |
- // QListCtrl.cpp : implementation file
- //
- #include "stdafx.h"
- #include "CP_Main.h"
- #include "QListCtrl.h"
- #include "ProcessPaste.h"
- #include "BitmapHelper.h"
- #include "MainTableFunctions.h"
- #include "DittoCopyBuffer.h"
- #include <atlbase.h>
- #include "DrawHTML.h"
- #include "Shared\TextConvert.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- #define ROW_BOTTOM_BORDER 2
- #define ROW_LEFT_BORDER 3
- #define COLOR_SHADOW RGB(245, 245, 245)
- #define DUMMY_COL_WIDTH 2
- #define TIMER_SHOW_PROPERTIES 1
- #define TIMER_HIDE_SCROL 2
- #define TIMER_SHOW_SCROLL 3
- #define VALID_TOOLTIP (m_pToolTip && ::IsWindow(m_pToolTip->m_hWnd))
- /////////////////////////////////////////////////////////////////////////////
- // CQListCtrl
- CQListCtrl::CQListCtrl()
- {
- m_pchTip = NULL;
- m_pwchTip = NULL;
- m_linesPerRow = 1;
- m_windowDpi = NULL;
- m_SmallFont = NULL;
- m_pToolTip = NULL;
- m_pFormatter = NULL;
- m_allSelected = false;
- m_rowHeight = 50;
- m_mouseOverScrollAreaStart = 0;
- m_showIfClipWasPasted = TRUE;
- m_bShowTextForFirstTenHotKeys = true;
- m_pToolTipActions = NULL;
- }
- CQListCtrl::~CQListCtrl()
- {
- if (m_pchTip != NULL)
- delete m_pchTip;
- if (m_pwchTip != NULL)
- delete m_pwchTip;
- if (m_SmallFont)
- ::DeleteObject(m_SmallFont);
- m_Font.DeleteObject();
- m_boldFont.DeleteObject();
- if (m_pFormatter)
- {
- delete m_pFormatter;
- m_pFormatter = NULL;
- }
- DeleteObject(m_SmallFont);
- }
- // returns the position 1-10 if the index is in the FirstTen block else -1
- int CQListCtrl::GetFirstTenNum(int index)
- {
- // set firstTenNum to the first ten number (1-10) corresponding to the given index
- int firstTenNum = -1; // -1 means that nItem is not in the FirstTen block.
- int count = GetItemCount();
- if (0 <= index && index <= 9)
- {
- firstTenNum = index + g_Opt.m_firstTenHotKeysStart;
- firstTenNum = firstTenNum % 10;
- }
- return firstTenNum;
- }
- BEGIN_MESSAGE_MAP(CQListCtrl, CListCtrl)
- //{{AFX_MSG_MAP(CQListCtrl)
- ON_NOTIFY_REFLECT(LVN_KEYDOWN, OnKeydown)
- ON_NOTIFY_REFLECT(NM_CUSTOMDRAW, OnCustomdrawList)
- ON_WM_MOUSEMOVE()
- ON_WM_SYSKEYDOWN()
- ON_WM_ERASEBKGND()
- ON_WM_CREATE()
- ON_WM_HSCROLL()
- ON_WM_TIMER()
- ON_NOTIFY_REFLECT(LVN_ITEMCHANGED, OnSelectionChange)
- ON_WM_VSCROLL()
- ON_WM_WINDOWPOSCHANGED()
- //}}AFX_MSG_MAP
- ON_NOTIFY_EX_RANGE(TTN_NEEDTEXTW, 0, 0xFFFF, OnToolTipText)
- ON_NOTIFY_EX_RANGE(TTN_NEEDTEXTA, 0, 0xFFFF, OnToolTipText)
- ON_WM_KILLFOCUS()
- ON_WM_MEASUREITEM_REFLECT()
- ON_WM_MOUSEHWHEEL()
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CQListCtrl message handlers
- void CQListCtrl::OnKeydown(NMHDR* pNMHDR, LRESULT* pResult)
- {
- LV_KEYDOWN* pLVKeyDown = (LV_KEYDOWN*)pNMHDR;
- *pResult = 0;
- }
- DROPEFFECT CQListCtrl::OnDragOver(COleDataObject* pDataObject, DWORD dwKeyState, CPoint point)
- {
- return DROPEFFECT_COPY;
- }
- void CQListCtrl::GetSelectionIndexes(ARRAY &arr)
- {
- arr.RemoveAll();
- POSITION pos = GetFirstSelectedItemPosition();
- while (pos)
- {
- arr.Add(GetNextSelectedItem(pos));
- }
- }
- bool CQListCtrl::PutSelectedItemOnDittoCopyBuffer(long lBuffer)
- {
- bool bRet = false;
- ARRAY arr;
- GetSelectionItemData(arr);
- INT_PTR nCount = arr.GetSize();
- if (nCount > 0 && arr[0])
- {
- CDittoCopyBuffer::PutClipOnDittoCopyBuffer(arr[0], lBuffer);
- bRet = true;
- }
- return bRet;
- }
- void CQListCtrl::GetSelectionItemData(ARRAY &arr)
- {
- DWORD dwData;
- int i;
- arr.RemoveAll();
- POSITION pos = GetFirstSelectedItemPosition();
- while (pos)
- {
- i = GetNextSelectedItem(pos);
- dwData = GetItemData(i);
- arr.Add(dwData);
- }
- }
- void CQListCtrl::RemoveAllSelection()
- {
- POSITION pos = GetFirstSelectedItemPosition();
- while (pos)
- {
- SetSelection(GetNextSelectedItem(pos), FALSE);
- }
- }
- BOOL CQListCtrl::SetSelection(int nRow, BOOL bSelect)
- {
- if (bSelect)
- return SetItemState(nRow, LVIS_SELECTED, LVIS_SELECTED);
- else
- return SetItemState(nRow, ~LVIS_SELECTED, LVIS_SELECTED);
- }
- BOOL CQListCtrl::SetText(int nRow, int nCol, CString cs)
- {
- return SetItemText(nRow, nCol, cs);
- }
- BOOL CQListCtrl::SetCaret(int nRow, BOOL bFocus)
- {
- if (bFocus)
- return SetItemState(nRow, LVIS_FOCUSED, LVIS_FOCUSED);
- else
- return SetItemState(nRow, ~LVIS_FOCUSED, LVIS_FOCUSED);
- }
- long CQListCtrl::GetCaret()
- {
- return GetNextItem(-1, LVNI_FOCUSED);
- }
- // moves the caret to the given index, selects it, and ensures it is visible.
- BOOL CQListCtrl::SetListPos(int index)
- {
- if (index < 0 || index >= GetItemCount())
- return FALSE;
- RemoveAllSelection();
- SetCaret(index);
- SetSelection(index);
- ListView_SetSelectionMark(m_hWnd, index);
- EnsureVisible(index, FALSE);
- return TRUE;
- }
- BOOL CQListCtrl::SetFormattedText(int nRow, int nCol, LPCTSTR lpszFormat, ...)
- {
- CString csText;
- va_list vlist;
- ASSERT(AfxIsValidString(lpszFormat));
- va_start(vlist, lpszFormat);
- csText.FormatV(lpszFormat, vlist);
- va_end(vlist);
- return SetText(nRow, nCol, csText);
- }
- void CQListCtrl::SetNumberOfLinesPerRow(int nLines, bool force)
- {
- if (m_linesPerRow != nLines ||
- force)
- {
- m_linesPerRow = nLines;
- CRect rc;
- GetWindowRect(&rc);
- WINDOWPOS wp;
- wp.hwnd = m_hWnd;
- wp.cx = rc.Width();
- wp.cy = rc.Height();
- wp.flags = SWP_NOACTIVATE | SWP_NOMOVE | SWP_NOOWNERZORDER | SWP_NOZORDER;
- SendMessage(WM_WINDOWPOSCHANGED, 0, (LPARAM)&wp);
- }
- }
- void CQListCtrl::MeasureItem(LPMEASUREITEMSTRUCT lpMeasureItemStruct)
- {
- TEXTMETRIC tm;
- HDC hDC = ::GetDC(NULL);
- CFont* pFont = GetFont();
- HFONT hFontOld = (HFONT)SelectObject(hDC, pFont->GetSafeHandle());
- GetTextMetrics(hDC, &tm);
- if (m_windowDpi != NULL)
- {
- lpMeasureItemStruct->itemHeight = ((tm.tmHeight + tm.tmExternalLeading) * m_linesPerRow) + m_windowDpi->Scale(ROW_BOTTOM_BORDER);
- m_rowHeight = lpMeasureItemStruct->itemHeight;
- }
- SelectObject(hDC, hFontOld);
- ::ReleaseDC(NULL, hDC);
- }
- void CQListCtrl::OnCustomdrawList(NMHDR* pNMHDR, LRESULT* pResult)
- {
- NMLVCUSTOMDRAW* pLVCD = reinterpret_cast<NMLVCUSTOMDRAW*>(pNMHDR);
- *pResult = 0;
- // Request item-specific notifications if this is the
- // beginning of the paint cycle.
- if (CDDS_PREPAINT == pLVCD->nmcd.dwDrawStage)
- {
- *pResult = CDRF_NOTIFYITEMDRAW;
- }
- else if (CDDS_ITEMPREPAINT == pLVCD->nmcd.dwDrawStage)
- {
- LVITEM rItem;
- int nItem = static_cast<int>(pLVCD->nmcd.dwItemSpec);
- CDC* pDC = CDC::FromHandle(pLVCD->nmcd.hdc);
- COLORREF crBkgnd;
- BOOL bListHasFocus;
- CRect rcItem;
- bListHasFocus = (GetSafeHwnd() == ::GetFocus());
- // Get the image index and selected/focused state of the
- // item being drawn.
- ZeroMemory(&rItem, sizeof(LVITEM));
- rItem.mask = LVIF_STATE;
- rItem.iItem = nItem;
- rItem.stateMask = LVIS_SELECTED | LVIS_FOCUSED;
- GetItem(&rItem);
- // Get the rect that bounds the text label.
- GetItemRect(nItem, rcItem, LVIR_SELECTBOUNDS);
- COLORREF OldColor = -1;
- int nOldBKMode = -1;
- CString csText;
- LPTSTR lpszText = csText.GetBufferSetLength(g_Opt.m_bDescTextSize);
- GetItemText(nItem, 0, lpszText, g_Opt.m_bDescTextSize);
- csText.ReleaseBuffer();
- // extract symbols
- CString strSymbols;
- int nSymEnd = csText.Find('|');
- if (nSymEnd >= 0)
- {
- strSymbols = csText.Left(nSymEnd);
- csText = csText.Mid(nSymEnd + 1);
- }
- // Draw the background of the list item. Colors are selected
- // according to the item's state.
- if (rItem.state & LVIS_SELECTED)
- {
- if (bListHasFocus)
- {
- crBkgnd = g_Opt.m_Theme.ListBoxSelectedBG();
- OldColor = pDC->SetTextColor(g_Opt.m_Theme.ListBoxSelectedText());
- }
- else
- {
- crBkgnd = g_Opt.m_Theme.ListBoxSelectedNoFocusBG();
- OldColor = pDC->SetTextColor(g_Opt.m_Theme.ListBoxSelectedNoFocusText());
- }
- }
- else
- {
- //Shade alternating Rows
- if ((nItem % 2) == 0)
- {
- crBkgnd = g_Opt.m_Theme.ListBoxOddRowsBG();
- OldColor = pDC->SetTextColor(g_Opt.m_Theme.ListBoxOddRowsText());
- }
- else
- {
- crBkgnd = g_Opt.m_Theme.ListBoxEvenRowsBG();
- OldColor = pDC->SetTextColor(g_Opt.m_Theme.ListBoxEvenRowsText());
- }
- }
- pDC->FillSolidRect(rcItem, crBkgnd);
- nOldBKMode = pDC->SetBkMode(TRANSPARENT);
- CRect rcText = rcItem;
- rcText.left += ROW_LEFT_BORDER;
- rcText.top++;
- if (m_showIfClipWasPasted &&
- strSymbols.GetLength() > 0 &&
- strSymbols.Find(_T("<pasted>")) >= 0) //clip was pasted from ditto
- {
- CRect pastedRect(rcItem);
- pastedRect.left++;
- pastedRect.right = rcItem.left + m_windowDpi->Scale(3);
- pDC->FillSolidRect(pastedRect, g_Opt.m_Theme.ClipPastedColor());
- rcText.left += m_windowDpi->Scale(4);
- }
- // set firstTenNum to the first ten number (1-10) corresponding to
- // the current nItem.
- // -1 means that nItem is not in the FirstTen block.
- int firstTenNum = GetFirstTenNum(nItem);
- if (m_bShowTextForFirstTenHotKeys && firstTenNum >= 0)
- {
- rcText.left += m_windowDpi->Scale(12);
- }
- bool drawInGroupIcon = true;
- // if we are inside a group, don't display the "in group" flag
- if (theApp.m_GroupID > 0)
- {
- int nFlag = strSymbols.Find(_T("<ingroup>"));
- if (nFlag >= 0)
- drawInGroupIcon = false;
- }
- DrawBitMap(nItem, rcText, pDC, csText);
- // draw the symbol box
- if (strSymbols.GetLength() > 0)
- {
- if (strSymbols.Find(_T("<group>")) >= 0) //group
- {
- m_groupFolder.Draw(pDC, *m_windowDpi, this, rcText.left, rcText.top, false, false);
- rcText.left += m_groupFolder.ImageWidth() + m_windowDpi->Scale(2);
- }
- if (strSymbols.Find(_T("<noautodelete>")) >= 0) //don't auto delete
- {
- m_dontDeleteImage.Draw(pDC, *m_windowDpi, this, rcText.left, rcText.top, false, false);
- rcText.left += m_dontDeleteImage.ImageWidth() + m_windowDpi->Scale(2);
- }
- if (strSymbols.Find(_T("<shortcut>")) >= 0) // has shortcut
- {
- m_shortCutImage.Draw(pDC, *m_windowDpi, this, rcText.left, rcText.top, false, false);
- rcText.left += m_shortCutImage.ImageWidth() + m_windowDpi->Scale(2);
- }
- if (drawInGroupIcon &&
- strSymbols.Find(_T("<ingroup>")) >= 0) // in group
- {
- m_inFolderImage.Draw(pDC, *m_windowDpi, this, rcText.left, rcText.top, false, false);
- rcText.left += m_inFolderImage.ImageWidth() + m_windowDpi->Scale(2);
- }
- if (strSymbols.Find(_T("<qpastetext>")) >= 0) // has quick paste text
- {
- }
- if (strSymbols.Find(_T("<sticky>")) >= 0) //sticky clip
- {
- m_stickyImage.Draw(pDC, *m_windowDpi, this, rcText.left, rcText.top, false, false);
- rcText.left += m_stickyImage.ImageWidth() + m_windowDpi->Scale(2);
- }
- }
- if (DrawRtfText(nItem, rcText, pDC) == FALSE)
- {
- auto highlightColor = g_Opt.m_Theme.SearchTextHighlight();
- //use unprintable characters so it doesn't find copied html to convert
- if (m_searchText.GetLength() > 0 &&
- FindNoCaseAndInsert(csText, m_searchText, StrF(_T("\x01\x04 color='#%02x%02x%02x'\x02"), GetRValue(highlightColor), GetGValue(highlightColor), GetBValue(highlightColor)), _T("\x01\x03\x04\x02"), m_linesPerRow) > 0)
- {
- DrawHTML(pDC->m_hDC, csText, csText.GetLength(), rcText, DT_VCENTER | DT_EXPANDTABS | DT_NOPREFIX);
- }
- else
- {
- pDC->DrawText(csText, rcText, DT_VCENTER | DT_EXPANDTABS | DT_NOPREFIX);
- }
- }
- // Draw a focus rect around the item if necessary.
- //if(bListHasFocus && (rItem.state & LVIS_FOCUSED))
- // pDC->DrawFocusRect(rcItem);
- if (m_bShowTextForFirstTenHotKeys && firstTenNum >= 0)
- {
- CString cs;
- if (firstTenNum == 10)
- cs = "0";
- else
- cs.Format(_T("%d"), firstTenNum);
- CRect crClient;
- GetWindowRect(crClient);
- ScreenToClient(crClient);
- CRect crHotKey = rcItem;
- int extraFromClipWasPaste = 0;
- if (m_showIfClipWasPasted)
- extraFromClipWasPaste = 3;
- crHotKey.right = crHotKey.left + m_windowDpi->Scale(11);
- crHotKey.left += m_windowDpi->Scale(1 + extraFromClipWasPaste);
- crHotKey.top += m_windowDpi->Scale(1 + extraFromClipWasPaste);
- HFONT hOldFont = (HFONT)pDC->SelectObject(m_SmallFont);
- COLORREF localOldTextColor = pDC->SetTextColor(g_Opt.m_Theme.ListSmallQuickPasteIndexColor());
- CPen pen(PS_SOLID, 0, g_Opt.m_Theme.ListSmallQuickPasteIndexColor());
- CPen* pOldPen = pDC->SelectObject(&pen);
- pDC->DrawText(cs, crHotKey, DT_BOTTOM);
- pDC->MoveTo(CPoint(rcItem.left + m_windowDpi->Scale(8 + extraFromClipWasPaste), rcItem.top));
- pDC->LineTo(CPoint(rcItem.left + m_windowDpi->Scale(8 + extraFromClipWasPaste), rcItem.bottom));
- pDC->SelectObject(hOldFont);
- pDC->SetTextColor(localOldTextColor);
- pDC->SelectObject(pOldPen);
- }
- // restore the previous values
- if (OldColor > -1)
- pDC->SetTextColor(OldColor);
- if (nOldBKMode > -1)
- pDC->SetBkMode(nOldBKMode);
- *pResult = CDRF_SKIPDEFAULT; // We've painted everything.
- }
- }
- BOOL CQListCtrl::DrawRtfText(int nItem, CRect &crRect, CDC *pDC)
- {
- if (g_Opt.m_bDrawRTF == FALSE)
- return FALSE;
- BOOL bRet = FALSE;
- CClipFormat* pThumbnail = GetItem_CF_RTF_ClipFormat(nItem);
- if (pThumbnail == NULL)
- return FALSE;
- // if there's no data, then we're done.
- if (pThumbnail->m_hgData == NULL)
- return FALSE;
- if (m_pFormatter == NULL)
- {
- m_pFormatter = new CFormattedTextDraw;
- m_pFormatter->Create();
- }
- if (m_rtfFormater.m_hWnd == NULL)
- {
- m_rtfFormater.Create(_T(""), _T(""), WS_CHILD | WS_VSCROLL |
- WS_HSCROLL | ES_MULTILINE | ES_AUTOVSCROLL | ES_NOHIDESEL |
- ES_AUTOHSCROLL, CRect(0, 0, 0, 0), this, -1);
- }
- if (m_pFormatter)
- {
- //somehow ms word places crazy rtf text onto the clipboard and our draw routine doesn't handle that
- //pass the rtf text into a richtext control and get it out and the contorl will clean the rtf so our routine can draw it
- m_rtfFormater.SetRTF(pThumbnail->GetAsCStringA());
- CString betterRTF = m_rtfFormater.GetRTF();
- CComBSTR bStr(betterRTF);
- m_pFormatter->put_RTFText(bStr);
- m_pFormatter->Draw(pDC->m_hDC, crRect);
- bRet = TRUE;
- }
- return bRet;
- }
- // DrawBitMap loads a DIB from the DB, draws a crRect thumbnail of the image
- // to pDC and caches that thumbnail as a DIB in m_ThumbNails[ ItemID ].
- // ALL items are cached in m_ThumbNails (those without images are cached with NULL m_hgData)
- BOOL CQListCtrl::DrawBitMap(int nItem, CRect &crRect, CDC *pDC, const CString &csDescription)
- {
- if (g_Opt.m_bDrawThumbnail == FALSE)
- return FALSE;
- CClipFormatQListCtrl *format = GetItem_CF_DIB_ClipFormat(nItem);
- if (format != NULL)
- {
- HGLOBAL smallImage = format->GetDibFittingToHeight(pDC, crRect.Height());
- if (smallImage != NULL)
- {
- //Will return the width of the bitmap in nWidth
- int nWidth = 0;
- if (CBitmapHelper::DrawDIB(pDC, smallImage, crRect.left, crRect.top, nWidth))
- {
- // adjust the rect so other information can be drawn next to the thumbnail
- crRect.left += nWidth + 3;
- }
- }
- }
- else if (csDescription.Find(_T("CF_DIB")) == 0)
- {
- crRect.left += crRect.Height();
- }
- return TRUE;
- }
- void CQListCtrl::RefreshVisibleRows()
- {
- int nTopIndex = GetTopIndex();
- int nLastIndex = nTopIndex + GetCountPerPage();
- RedrawItems(nTopIndex, nLastIndex);
- }
- void CQListCtrl::RefreshRow(int row)
- {
- RedrawItems(row, row);
- }
- void CQListCtrl::OnSysKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)
- {
- CListCtrl::OnSysKeyDown(nChar, nRepCnt, nFlags);
- }
- BOOL CQListCtrl::OnEraseBkgnd(CDC* pDC)
- {
- CRect rect;
- GetClientRect(&rect);
- CBrush myBrush(g_Opt.m_Theme.MainWindowBG()); // dialog background color
- CBrush *pOld = pDC->SelectObject(&myBrush);
- BOOL bRes = pDC->PatBlt(0, 0, rect.Width(), rect.Height(), PATCOPY);
- pDC->SelectObject(pOld); // restore old brush
- return bRes; // CDialog::OnEraseBkgnd(pDC);
- // Simply returning TRUE seems OK since we do custom item
- // painting. However, there is a pixel buffer around the
- // border of this control (not within the item rects)
- // which becomes visually corrupt if it is not erased.
- // In most cases, I do not notice the erasure, so I have kept
- // the call to CListCtrl::OnEraseBkgnd(pDC);
- // However, for some reason, bulk erasure is very noticeable when
- // shift-scrolling the page to select a block of items, so
- // I made a special case for that:
- //if(GetSelectedCount() >= 2)
- // return TRUE;
- //return CListCtrl::OnEraseBkgnd(pDC);
- }
- BOOL CQListCtrl::OnToolTipText(UINT id, NMHDR * pNMHDR, LRESULT * pResult)
- {
- // need to handle both ANSI and UNICODE versions of the message
- TOOLTIPTEXTA* pTTTA = (TOOLTIPTEXTA*)pNMHDR;
- TOOLTIPTEXTW* pTTTW = (TOOLTIPTEXTW*)pNMHDR;
- CString strTipText;
- UINT_PTR nID = pNMHDR->idFrom;
- if (nID == 0) // Notification in NT from automatically
- return FALSE; // created tooltip
- ::SendMessage(pNMHDR->hwndFrom, TTM_SETMAXTIPWIDTH, 0, 500);
- if (g_Opt.m_tooltipTimeout > 0)
- {
- ::SendMessage(pNMHDR->hwndFrom, TTM_SETDELAYTIME, TTDT_AUTOPOP, MAKELPARAM(g_Opt.m_tooltipTimeout, 0));
- }
- // Use Item's name as the tool tip. Change this for something different.
- // Like use its file size, etc.
- GetToolTipText((int)nID - 1, strTipText);
- //Replace the tabs with spaces, the tooltip didn't like the \t s
- strTipText.Replace(_T("\t"), _T(" "));
- int nLength = strTipText.GetLength() + 2;
- #ifndef _UNICODE
- if (pNMHDR->code == TTN_NEEDTEXTA)
- {
- if (m_pchTip != NULL)
- delete m_pchTip;
- m_pchTip = new TCHAR[nLength];
- lstrcpyn(m_pchTip, strTipText, nLength - 1);
- m_pchTip[nLength - 1] = 0;
- pTTTW->lpszText = (WCHAR*)m_pchTip;
- }
- else
- {
- if (m_pwchTip != NULL)
- delete m_pwchTip;
- m_pwchTip = new WCHAR[nLength];
- _mbstowcsz(m_pwchTip, strTipText, nLength - 1);
- m_pwchTip[nLength - 1] = 0; // end of text
- pTTTW->lpszText = (WCHAR*)m_pwchTip;
- }
- #else
- if (pNMHDR->code == TTN_NEEDTEXTA)
- {
- if (m_pchTip != NULL)
- delete m_pchTip;
- m_pchTip = new TCHAR[nLength];
- STRNCPY(m_pchTip, strTipText, nLength - 1);
- m_pchTip[nLength - 1] = 0; // end of text
- pTTTW->lpszText = (LPTSTR)m_pchTip;
- }
- else
- {
- if (m_pwchTip != NULL)
- delete m_pwchTip;
- m_pwchTip = new WCHAR[nLength];
- lstrcpyn(m_pwchTip, strTipText, nLength - 1);
- m_pwchTip[nLength - 1] = 0;
- pTTTW->lpszText = (LPTSTR)m_pwchTip;
- }
- #endif
- *pResult = 0;
- return TRUE; // message was handled
- }
- INT_PTR CQListCtrl::OnToolHitTest(CPoint point, TOOLINFO * pTI) const
- {
- CRect rect;
- GetClientRect(&rect);
- if (rect.PtInRect(point))
- {
- if (GetItemCount())
- {
- int nTopIndex = GetTopIndex();
- int nBottomIndex = nTopIndex + GetCountPerPage();
- if (nBottomIndex > GetItemCount()) nBottomIndex = GetItemCount();
- for (int nIndex = nTopIndex; nIndex <= nBottomIndex; nIndex++)
- {
- GetItemRect(nIndex, rect, LVIR_BOUNDS);
- if (rect.PtInRect(point))
- {
- pTI->hwnd = m_hWnd;
- pTI->uId = (UINT)(nIndex + 1);
- pTI->lpszText = LPSTR_TEXTCALLBACK;
- pTI->rect = rect;
- pTI->uFlags = TTF_TRANSPARENT;
- return pTI->uId;
- }
- }
- }
- }
- return -1;
- }
- int CQListCtrl::OnCreate(LPCREATESTRUCT lpCreateStruct)
- {
- if (CListCtrl::OnCreate(lpCreateStruct) == -1)
- return -1;
- if (g_Opt.m_tooltipTimeout > 0 ||
- g_Opt.m_tooltipTimeout == -1)
- {
- EnableToolTips();
- }
- else
- {
- EnableToolTips(FALSE);
- }
- //m_pToolTip = new CToolTipEx;
- //m_pToolTip->Create(this);
- //m_pToolTip->SetNotifyWnd(GetParent());
- return 0;
- }
- BOOL CQListCtrl::PreTranslateMessage(MSG* pMsg)
- {
- CAccel a;
- if (m_Accels.OnMsg(pMsg, a))
- {
- switch (a.Cmd)
- {
- case COPY_BUFFER_HOT_KEY_1_ID:
- PutSelectedItemOnDittoCopyBuffer(0);
- break;
- case COPY_BUFFER_HOT_KEY_2_ID:
- PutSelectedItemOnDittoCopyBuffer(1);
- break;
- case COPY_BUFFER_HOT_KEY_3_ID:
- PutSelectedItemOnDittoCopyBuffer(2);
- break;
- default:
- if (a.RefId == CHotKey::PASTE_OPEN_CLIP)
- {
- GetParent()->SendMessage(NM_SELECT_DB_ID, a.Cmd, 0);
- }
- else if (a.RefId == CHotKey::MOVE_TO_GROUP)
- {
- GetParent()->SendMessage(NM_MOVE_TO_GROUP, a.Cmd, 0);
- }
- }
- return TRUE;
- }
- if (VALID_TOOLTIP)
- {
- if (m_pToolTip->OnMsg(pMsg))
- return TRUE;
- }
- switch (pMsg->message)
- {
- case WM_KEYDOWN:
- if (HandleKeyDown(pMsg->wParam, pMsg->lParam))
- return TRUE;
- break; // end case WM_KEYDOWN
- case WM_MOUSEWHEEL:
- break;
- case WM_VSCROLL:
- ASSERT(FALSE);
- break;
- } // end switch(pMsg->message)
- return CListCtrl::PreTranslateMessage(pMsg);
- }
- BOOL CQListCtrl::HandleKeyDown(WPARAM wParam, LPARAM lParam)
- {
- if (VALID_TOOLTIP)
- {
- MSG Msg;
- Msg.lParam = lParam;
- Msg.wParam = wParam;
- Msg.message = WM_KEYDOWN;
- if (m_pToolTip->OnMsg(&Msg))
- return TRUE;
- }
- WPARAM vk = wParam;
- switch (vk)
- {
- case 'A': // Ctrl-A = Select All
- if (CONTROL_PRESSED)
- {
- int nCount = GetItemCount();
- for (int i = 0; i < nCount; i++)
- {
- SetSelection(i);
- }
- return TRUE;
- }
- break;
- case VK_HOME:
- if (GetKeyState(VK_SHIFT) & 0x8000)
- {
- int pos = (int)GetFirstSelectedItemPosition();
- if (pos >= 0 && pos < GetItemCount())
- {
- for (int i = 0; i < pos; i++)
- {
- SetSelection(i, (i == 0));
- }
- }
- }
- else
- {
- SetListPos(0);
- }
- break;
- } // end switch(vk)
- return FALSE;
- }
- bool CQListCtrl::PostEventLoadedCheckDescription(int updatedRow)
- {
- bool loadedClip = false;
- if (VALID_TOOLTIP)
- {
- int toolTipClipId = m_pToolTip->GetClipId();
- int toolTipClipRow = m_pToolTip->GetClipRow();
- if (toolTipClipRow >= 0)
- {
- log(StrF(_T("PostEventLoadedCheckDescription refreshRow: %d tt_row: %d tt_id: %d"), updatedRow, toolTipClipRow, toolTipClipId));
- }
- //We tried to show the clip but we didn't have the id yet, it was loaded in a thread, now it's being updated
- //see if we need to show this rows description
- if (toolTipClipId <= 0 &&
- toolTipClipRow == updatedRow &&
- ::IsWindow(m_toolTipHwnd))
- {
- ShowFullDescription(false, true);
- loadedClip = true;
- }
- }
- return loadedClip;
- }
- bool CQListCtrl::ShowFullDescription(bool bFromAuto, bool fromNextPrev)
- {
- if (this->GetSelectedCount() == 0)
- {
- return false;
- }
- int clipRow = this->GetCaret();
- int clipId = this->GetItemData(clipRow);
- log(StrF(_T("Show full description row: %d id: %d"), clipRow, clipId));
- if (VALID_TOOLTIP &&
- clipId > 0 &&
- m_pToolTip->GetClipId() == clipId &&
- ::IsWindow(m_toolTipHwnd))
- {
- return false;
- }
- int nItem = GetCaret();
- CRect rc, crWindow;
- GetWindowRect(&crWindow);
- GetItemRect(nItem, rc, LVIR_BOUNDS);
- ClientToScreen(rc);
- CPoint pt;
- if (CGetSetOptions::GetRememberDescPos())
- {
- CGetSetOptions::GetDescWndPoint(pt);
- }
- else if (bFromAuto == false)
- {
- pt = CPoint(rc.left, rc.bottom);
- }
- else
- {
- pt = CPoint((crWindow.left + (crWindow.right - crWindow.left) / 2), rc.bottom);
- }
- CString csDescription;
- GetToolTipText(nItem, csDescription);
- if (m_pToolTip == NULL ||
- //fromNextPrev == false ||
- ::IsWindow(m_toolTipHwnd) == FALSE)
- {
- if (m_pToolTip != NULL)
- {
- m_pToolTip->DestroyWindow();
- }
- m_pToolTip = new CToolTipEx;
- m_pToolTip->Create(this);
- m_toolTipHwnd = m_pToolTip->GetSafeHwnd();
- m_pToolTip->SetNotifyWnd(GetParent());
- }
- else if (VALID_TOOLTIP)
- {
- if (fromNextPrev)
- {
- CRect r;
- m_pToolTip->GetWindowRectEx(r);
- pt = r.TopLeft();
- }
- m_pToolTip->SetGdiplusBitmap(NULL);
- m_pToolTip->SetRTFText("");
- m_pToolTip->SetToolTipText(_T(""));
- m_pToolTip->SetFolderPath(_T(""));
- }
- if (VALID_TOOLTIP)
- {
- m_pToolTip->SetTooltipActions(m_pToolTipActions);
- m_pToolTip->SetClipId(clipId);
- m_pToolTip->SetClipRow(clipRow);
- m_pToolTip->SetSearchText(m_searchText);
- LOGFONT lf;
- m_Font.GetLogFont(&lf);
- lf.lfHeight = m_windowDpi->UnScale(lf.lfHeight);
- m_pToolTip->SetLogFont(&lf, FALSE);
- m_pToolTip->SetClipData(_T(""));
- m_pToolTip->SetToolTipText(_T(""));
- m_pToolTip->SetRTFText(" ");
- bool bSetPlainText = false;
- CClipFormat Clip;
- try
- {
- CppSQLite3Query q = theApp.m_db.execQueryEx(_T("SELECT lID, lDate, lastPasteDate, lDontAutoDelete, QuickPasteText, lShortCut, globalShortCut, stickyClipOrder, stickyClipGroupOrder, lParentID FROM Main WHERE lID = %d"), clipId);
- if (q.eof() == false)
- {
- CString clipData;
- COleDateTime time((time_t)q.getIntField(_T("lDate")));
- clipData += "Added: " + time.Format();
- COleDateTime modified((time_t)q.getIntField(_T("lastPasteDate")));
- clipData += _T(" | Last Used: ") + modified.Format();
- if (q.getIntField(_T("lDontAutoDelete")) > 0)
- {
- clipData += _T(" | Never Auto Delete");
- }
- CString csQuickPaste = q.getStringField(_T("QuickPasteText"));
- if (csQuickPaste.IsEmpty() == FALSE)
- {
- clipData += _T(" | Quick Paste = ");
- clipData += csQuickPaste;
- }
- int shortCut = q.getIntField(_T("lShortCut"));
- if (shortCut > 0)
- {
- clipData += _T(" | ");
- clipData += CHotKey::GetHotKeyDisplayStatic(shortCut);
- BOOL globalShortCut = q.getIntField(_T("globalShortCut"));
- if (globalShortCut)
- {
- clipData += _T(" - Global Shortcut Key");
- }
- }
- if (theApp.m_GroupID > 0)
- {
- int sticky = q.getIntField(_T("stickyClipGroupOrder"));
- if (sticky != INVALID_STICKY)
- {
- clipData += _T(" | ");
- clipData += _T(" - Sticky In Group");
- }
- }
- else
- {
- int sticky = q.getIntField(_T("stickyClipOrder"));
- if (sticky != INVALID_STICKY)
- {
- clipData += _T(" | ");
- clipData += _T(" - Sticky");
- }
- }
- int parentId = q.getIntField(_T("lParentID"));
- if (parentId > 0)
- {
- CString folder = FolderPath(parentId);
- m_pToolTip->SetFolderPath(folder);
- }
- m_pToolTip->SetClipData(clipData);
- }
- }
- CATCH_SQLITE_EXCEPTION
- Clip.m_cfType = CF_UNICODETEXT;
- if (GetClipData(nItem, Clip) && Clip.m_hgData)
- {
- m_pToolTip->SetToolTipText(Clip.GetAsCString());
- bSetPlainText = true;
- Clip.Free();
- Clip.Clear();
- }
- if (bSetPlainText == false)
- {
- Clip.m_cfType = CF_TEXT;
- if (GetClipData(nItem, Clip) && Clip.m_hgData)
- {
- CString cs(Clip.GetAsCStringA());
- m_pToolTip->SetToolTipText(cs);
- bSetPlainText = true;
- Clip.Free();
- Clip.Clear();
- }
- }
- if (bSetPlainText == false)
- {
- m_pToolTip->SetToolTipText(csDescription);
- }
- Clip.m_cfType = RegisterClipboardFormat(CF_RTF);
- if (GetClipData(nItem, Clip) && Clip.m_hgData)
- {
- m_pToolTip->SetRTFText(Clip.GetAsCStringA());
-
- Clip.Free();
- Clip.Clear();
- }
- m_pToolTip->SetHtmlText(_T(""));
- Clip.m_cfType = GetFormatID(_T("HTML Format"));
- if (GetClipData(nItem, Clip) && Clip.m_hgData)
- {
- CString html = CTextConvert::Utf8ToUnicode(Clip.GetAsCStringA());
- m_pToolTip->SetHtmlText(html);
- Clip.Free();
- Clip.Clear();
- }
- Clip.m_cfType = CF_DIB;
- if (GetClipData(nItem, Clip) && Clip.m_hgData)
- {
- m_pToolTip->SetGdiplusBitmap(Clip.CreateGdiplusBitmap());
- }
- else
- {
- Clip.m_cfType = theApp.m_PNG_Format;
- if (GetClipData(nItem, Clip) && Clip.m_hgData)
- {
- m_pToolTip->SetGdiplusBitmap(Clip.CreateGdiplusBitmap());
- }
- }
- m_pToolTip->Show(pt);
- }
- return true;
- }
- void CQListCtrl::GetToolTipText(int nItem, CString &csText)
- {
- CWnd* pParent = GetParent();
- if (pParent && (pParent->GetSafeHwnd() != NULL))
- {
- CQListToolTipText info;
- memset(&info, 0, sizeof(info));
- info.hdr.code = NM_GETTOOLTIPTEXT;
- info.hdr.hwndFrom = GetSafeHwnd();
- info.hdr.idFrom = GetDlgCtrlID();
- info.lItem = nItem;
- //plus 100 for extra info - shortcut and such
- int maxCharacters = CGetSetOptions::GetMaxToolTipCharacters();
- info.cchTextMax = min(maxCharacters, g_Opt.m_bDescTextSize) + 200;
- info.pszText = csText.GetBufferSetLength(info.cchTextMax);
- pParent->SendMessage(WM_NOTIFY, (WPARAM)info.hdr.idFrom, (LPARAM)&info);
- csText.ReleaseBuffer();
- }
- }
- BOOL CQListCtrl::GetClipData(int nItem, CClipFormat &Clip)
- {
- return theApp.GetClipData(GetItemData(nItem), Clip);
- }
- DWORD CQListCtrl::GetItemData(int nItem)
- {
- if ((GetStyle() & LVS_OWNERDATA))
- {
- CWnd* pParent = GetParent();
- if (pParent && (pParent->GetSafeHwnd() != NULL))
- {
- LV_DISPINFO info;
- memset(&info, 0, sizeof(info));
- info.hdr.code = LVN_GETDISPINFO;
- info.hdr.hwndFrom = GetSafeHwnd();
- info.hdr.idFrom = GetDlgCtrlID();
- info.item.iItem = nItem;
- info.item.lParam = -1;
- info.item.mask = LVIF_PARAM;
- pParent->SendMessage(WM_NOTIFY, (WPARAM)info.hdr.idFrom, (LPARAM)&info);
- return (DWORD)info.item.lParam;
- }
- }
- return (DWORD)CListCtrl::GetItemData(nItem);
- }
- CClipFormatQListCtrl* CQListCtrl::GetItem_CF_DIB_ClipFormat(int nItem)
- {
- CClipFormatQListCtrl *format = NULL;
- CWnd* pParent = GetParent();
- if (pParent && (pParent->GetSafeHwnd() != NULL))
- {
- LV_DISPINFO info;
- memset(&info, 0, sizeof(info));
- info.hdr.code = LVN_GETDISPINFO;
- info.hdr.hwndFrom = GetSafeHwnd();
- info.hdr.idFrom = GetDlgCtrlID();
- info.item.iItem = nItem;
- info.item.lParam = NULL;
- info.item.mask = LVIF_CF_DIB;
- pParent->SendMessage(WM_NOTIFY, (WPARAM)info.hdr.idFrom, (LPARAM)&info);
- if (info.item.lParam != NULL)
- {
- format = (CClipFormatQListCtrl *)info.item.lParam;
- }
- }
- return format;
- }
- CClipFormatQListCtrl* CQListCtrl::GetItem_CF_RTF_ClipFormat(int nItem)
- {
- CClipFormatQListCtrl *format = NULL;
- CWnd* pParent = GetParent();
- if (pParent && (pParent->GetSafeHwnd() != NULL))
- {
- LV_DISPINFO info;
- memset(&info, 0, sizeof(info));
- info.hdr.code = LVN_GETDISPINFO;
- info.hdr.hwndFrom = GetSafeHwnd();
- info.hdr.idFrom = GetDlgCtrlID();
- info.item.iItem = nItem;
- info.item.lParam = NULL;
- info.item.mask = LVIF_CF_RICHTEXT;
- pParent->SendMessage(WM_NOTIFY, (WPARAM)info.hdr.idFrom, (LPARAM)&info);
- if (info.item.lParam != NULL)
- {
- format = (CClipFormatQListCtrl *)info.item.lParam;
- }
- }
- return format;
- }
- void CQListCtrl::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar)
- {
- CListCtrl::OnHScroll(nSBCode, nPos, pScrollBar);
- }
- void CQListCtrl::DestroyAndCreateAccelerator(BOOL bCreate, CppSQLite3DB &db)
- {
- m_Accels.RemoveAll();
- if (bCreate)
- {
- CMainTableFunctions::LoadAcceleratorKeys(m_Accels, db);
- LoadDittoCopyBufferHotkeys();
- }
- }
- void CQListCtrl::LoadDittoCopyBufferHotkeys()
- {
- CCopyBufferItem Item;
- CAccel a;
- g_Opt.GetCopyBufferItem(0, Item);
- if (Item.m_lCopyHotKey > 0)
- {
- a.Cmd = COPY_BUFFER_HOT_KEY_1_ID;
- a.Key = Item.m_lCopyHotKey;
- m_Accels.AddAccel(a);
- }
- g_Opt.GetCopyBufferItem(1, Item);
- if (Item.m_lCopyHotKey > 0)
- {
- a.Cmd = COPY_BUFFER_HOT_KEY_2_ID;
- a.Key = Item.m_lCopyHotKey;
- m_Accels.AddAccel(a);
- }
- g_Opt.GetCopyBufferItem(2, Item);
- if (Item.m_lCopyHotKey > 0)
- {
- a.Cmd = COPY_BUFFER_HOT_KEY_3_ID;
- a.Key = Item.m_lCopyHotKey;
- m_Accels.AddAccel(a);
- }
- }
- void CQListCtrl::OnKillFocus(CWnd* pNewWnd)
- {
- CListCtrl::OnKillFocus(pNewWnd);
- //if(FocusOnToolTip() == FALSE)
- //m_pToolTip->Hide();
- }
- HWND CQListCtrl::GetToolTipHWnd()
- {
- if (VALID_TOOLTIP)
- return m_pToolTip->GetSafeHwnd();
- return NULL;
- }
- BOOL CQListCtrl::SetItemCountEx(int iCount, DWORD dwFlags /* = 0 */)
- {
- return CListCtrl::SetItemCountEx(iCount, dwFlags);
- }
- void CQListCtrl::OnSelectionChange(NMHDR* pNMHDR, LRESULT* pResult)
- {
- NMLISTVIEW *pnmv = (NMLISTVIEW *)pNMHDR;
- if ((pnmv->uNewState == 3) ||
- (pnmv->uNewState == 1))
- {
- if (VALID_TOOLTIP &&
- ::IsWindowVisible(m_pToolTip->m_hWnd))
- {
- this->ShowFullDescription(false, true);
- }
- if (g_Opt.m_bAllwaysShowDescription)
- {
- KillTimer(TIMER_SHOW_PROPERTIES);
- SetTimer(TIMER_SHOW_PROPERTIES, 300, NULL);
- }
- if (GetSelectedCount() > 0)
- theApp.SetStatus(NULL, FALSE);
- }
- if (GetSelectedCount() == this->GetItemCount())
- {
- if (m_allSelected == false)
- {
- Log(StrF(_T("List box Select All")));
- GetParent()->SendMessage(NM_ALL_SELECTED, 0, 0);
- m_allSelected = true;
- }
- }
- else if (m_allSelected == true)
- {
- Log(StrF(_T("List box REMOVED Select All")));
- m_allSelected = false;
- }
- }
- void CQListCtrl::OnTimer(UINT_PTR nIDEvent)
- {
- //http://support.microsoft.com/kb/200054
- //OnTimer() Is Not Called Repeatedly for a List Control
- bool callBase = true;
- switch (nIDEvent)
- {
- case TIMER_SHOW_PROPERTIES:
- {
- if (theApp.m_bShowingQuickPaste)
- ShowFullDescription(true);
- KillTimer(TIMER_SHOW_PROPERTIES);
- callBase = false;
- }
- break;
- case TIMER_HIDE_SCROL:
- {
- CPoint cursorPos;
- GetCursorPos(&cursorPos);
- CRect crWindow;
- this->GetWindowRect(&crWindow);
- //check and see if they moved out of the scroll area
- //If they did tell our parent so
- if (MouseInScrollBarArea(crWindow, cursorPos) == false)
- {
- StopHideScrollBarTimer();
- }
- callBase = false;
- }
- break;
- case TIMER_SHOW_SCROLL:
- {
- CPoint cursorPos;
- GetCursorPos(&cursorPos);
- CRect crWindow;
- this->GetWindowRect(&crWindow);
- //Adjust for the v-scroll bar being off of the screen
- crWindow.right -= m_windowDpi->Scale(GetSystemMetrics(SM_CXVSCROLL));
- crWindow.bottom -= m_windowDpi->Scale(::GetSystemMetrics(SM_CXHSCROLL));
- //Check and see if we are still in the cursor area
- if (MouseInScrollBarArea(crWindow, cursorPos))
- {
- m_timerToHideScrollAreaSet = true;
- GetParent()->SendMessage(NM_SHOW_HIDE_SCROLLBARS, 1, 0);
- //Start looking to hide the scroll bars
- SetTimer(TIMER_HIDE_SCROL, 1000, NULL);
- }
- KillTimer(TIMER_SHOW_SCROLL);
- callBase = false;
- }
- break;
- }
- if (callBase)
- {
- CListCtrl::OnTimer(nIDEvent);
- }
- }
- void CQListCtrl::SetLogFont(LOGFONT &font)
- {
- m_Font.DeleteObject();
- m_boldFont.DeleteObject();
- m_Font.CreateFontIndirect(&font);
- font.lfWeight = 600;
- m_boldFont.CreateFontIndirect(&font);
- SetFont(&m_Font);
- }
- void CQListCtrl::OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar)
- {
- CListCtrl::OnVScroll(nSBCode, nPos, pScrollBar);
- }
- BOOL CQListCtrl::OnChildNotify(UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pLResult)
- {
- NMLVCACHEHINT* pcachehint = NULL;
- if (message == WM_NOTIFY)
- {
- NMHDR* phdr = (NMHDR*)lParam;
- switch (phdr->code)
- {
- case LVN_ODCACHEHINT:
- pcachehint = (NMLVCACHEHINT*)phdr;
- GetParent()->SendMessage(NM_FILL_REST_OF_LIST, pcachehint->iFrom, pcachehint->iTo);
- return FALSE;
- }
- }
- return CListCtrl::OnChildNotify(message, wParam, lParam, pLResult);
- }
- BOOL CQListCtrl::OnItemDeleted(long lID)
- {
- BOOL bRet2 = m_RTFData.RemoveKey(lID);
- return (bRet2);
- }
- void CQListCtrl::OnMouseMove(UINT nFlags, CPoint point)
- {
- if (g_Opt.m_showScrollBar == FALSE)
- {
- CPoint cursorPos;
- GetCursorPos(&cursorPos);
- CRect crWindow;
- this->GetWindowRect(&crWindow);
- ScreenToClient(&crWindow);
- crWindow.right -= m_windowDpi->Scale(::GetSystemMetrics(SM_CXVSCROLL));
- crWindow.bottom -= m_windowDpi->Scale(::GetSystemMetrics(SM_CXHSCROLL));
- if (MouseInScrollBarArea(crWindow, point))
- {
- if ((GetTickCount() - m_mouseOverScrollAreaStart) > 500)
- {
- SetTimer(TIMER_SHOW_SCROLL, 500, NULL);
- m_mouseOverScrollAreaStart = GetTickCount();
- }
- }
- else
- {
- if (m_timerToHideScrollAreaSet)
- {
- StopHideScrollBarTimer();
- }
- KillTimer(TIMER_SHOW_SCROLL);
- }
- }
- CListCtrl::OnMouseMove(nFlags, point);
- }
- bool CQListCtrl::MouseInScrollBarArea(CRect crWindow, CPoint point)
- {
- CRect crRight(crWindow);
- CRect crBottom(crWindow);
- crRight.left = crRight.right - m_windowDpi->Scale(::GetSystemMetrics(SM_CXVSCROLL));
- crBottom.top = crBottom.bottom - m_windowDpi->Scale(::GetSystemMetrics(SM_CYHSCROLL));
- /*CString cs;
- cs.Format(_T("point.x: %d, Width: %d, Height: %d\n"), point.x, crWindow.Width(), crWindow.Height());
- OutputDebugString(cs);*/
- if (crRight.PtInRect(point) || crBottom.PtInRect(point))
- {
- return true;
- }
- return false;
- }
- void CQListCtrl::StopHideScrollBarTimer()
- {
- GetParent()->SendMessage(NM_SHOW_HIDE_SCROLLBARS, 0, 0);
- m_timerToHideScrollAreaSet = false;
- KillTimer(TIMER_HIDE_SCROL);
- }
- void CQListCtrl::SetSearchText(CString text)
- {
- m_searchText = text;
- }
- void CQListCtrl::HidePopup(bool checkShowPersistant)
- {
- if (VALID_TOOLTIP)
- {
- if (checkShowPersistant == false ||
- m_pToolTip->GetShowPersistant() == false)
- {
- m_pToolTip->Hide();
- }
- }
- }
- BOOL CQListCtrl::IsToolTipWindowVisible()
- {
- if (VALID_TOOLTIP)
- {
- return ::IsWindowVisible(m_toolTipHwnd);
- }
- return FALSE;
- }
- void CQListCtrl::ToggleToolTipShowPersistant()
- {
- if (VALID_TOOLTIP)
- {
- m_pToolTip->ToggleShowPersistant();
- }
- }
- bool CQListCtrl::ToggleToolTipWordWrap()
- {
- bool didWordWrap = false;
- if (VALID_TOOLTIP)
- {
- didWordWrap = m_pToolTip->ToggleWordWrap();
- }
- return didWordWrap;
- }
- BOOL CQListCtrl::IsToolTipWindowFocus()
- {
- if (VALID_TOOLTIP)
- {
- return ::GetFocus() == m_toolTipHwnd ||
- ::GetParent(::GetFocus()) == m_toolTipHwnd;
- }
- return FALSE;
- }
- bool CQListCtrl::IsToolTipShowPersistant()
- {
- if (VALID_TOOLTIP)
- {
- return m_pToolTip->GetShowPersistant();
- }
- return false;
- }
- void CQListCtrl::DoToolTipSearch()
- {
- if (VALID_TOOLTIP)
- {
- return m_pToolTip->DoSearch();
- }
- }
- void CQListCtrl::HideToolTip()
- {
- if (VALID_TOOLTIP)
- {
- m_pToolTip->Hide();
- }
- }
- void CQListCtrl::OnDpiChanged()
- {
- SetDpiInfo(m_windowDpi);
- }
- void CQListCtrl::SetDpiInfo(CDPI *dpi)
- {
- m_windowDpi = dpi;
- m_groupFolder.Reset();
- m_groupFolder.LoadStdImageDPI(m_windowDpi->GetDPI(), IDB_OPEN_FOLDER_16_16, IDB_OPEN_FOLDER_20_20, IDB_OPEN_FOLDER_24_24, IDB_OPEN_FOLDER_24_24, IDB_OPEN_FOLDER_32_32, _T("PNG"));
- m_dontDeleteImage.Reset();
- m_dontDeleteImage.LoadStdImageDPI(m_windowDpi->GetDPI(), IDB_YELLOW_STAR_16_16, IDB_YELLOW_STAR_20_20, IDB_YELLOW_STAR_24_24, IDB_YELLOW_STAR_24_24, IDB_YELLOW_STAR_32_32, _T("PNG"));
- m_inFolderImage.Reset();
- m_inFolderImage.LoadStdImageDPI(m_windowDpi->GetDPI(), IDB_IN_FOLDER_16_16, IDB_IN_FOLDER_20_20, IDB_IN_FOLDER_24_24, IDB_IN_FOLDER_24_24, IDB_IN_FOLDER_32_32, _T("PNG"));
- m_shortCutImage.Reset();
- m_shortCutImage.LoadStdImageDPI(m_windowDpi->GetDPI(), IDB_KEY_16_16, IDB_KEY_20_20, IDB_KEY_24_24, IDB_KEY_24_24, IDB_KEY_32_32, _T("PNG"));
- m_stickyImage.Reset();
- m_stickyImage.LoadStdImageDPI(m_windowDpi->GetDPI(), IDB_STICKY_16_16, IDB_STICKY_20_20, IDB_STICKY_24_24, IDB_STICKY_24_24, IDB_STICKY_32_32, _T("PNG"));
- DeleteObject(m_SmallFont);
- CreateSmallFont();
- }
- void CQListCtrl::CreateSmallFont()
- {
- LOGFONT lf;
- lf.lfHeight = -MulDiv(g_Opt.GetFirstTenHotKeysFontSize(), m_windowDpi->GetDPI(), 72);
- lf.lfWidth = 0;
- lf.lfEscapement = 0;
- lf.lfOrientation = 0;
- lf.lfWeight = FW_LIGHT;
- lf.lfItalic = FALSE;
- lf.lfUnderline = FALSE;
- lf.lfStrikeOut = FALSE;
- lf.lfCharSet = ANSI_CHARSET;
- lf.lfOutPrecision = OUT_STRING_PRECIS;
- lf.lfClipPrecision = CLIP_STROKE_PRECIS;
- lf.lfQuality = DEFAULT_QUALITY;
- lf.lfPitchAndFamily = VARIABLE_PITCH | FF_DONTCARE;
- lstrcpy(lf.lfFaceName, _T("Small Font"));
- m_SmallFont = ::CreateFontIndirect(&lf);
- }
- void CQListCtrl::OnMouseHWheel(UINT nFlags, short zDelta, CPoint pt)
- {
- if (zDelta < 0)
- {
- this->SendMessage(WM_HSCROLL, SB_LINERIGHT, NULL);
- }
- else
- {
- this->SendMessage(WM_HSCROLL, SB_LINELEFT, NULL);
- }
- //CListCtrl::OnMouseHWheel(nFlags, zDelta, pt);
- }
|