/reactos/base/applications/mspaint/ |
H A D | sizebox.cpp | 20 BOOL setCursorOnSizeBox(HITTEST hit) in setCursorOnSizeBox() argument 22 if (HIT_UPPER_LEFT <= hit && hit <= HIT_LOWER_RIGHT) in setCursorOnSizeBox() 24 ::SetCursor(::LoadCursorW(NULL, s_cursor_shapes[hit - HIT_UPPER_LEFT])); in setCursorOnSizeBox() 30 BOOL getSizeBoxRect(LPRECT prc, HITTEST hit, LPCRECT prcBase) in getSizeBoxRect() argument 32 switch (hit) in getSizeBoxRect() 94 HITTEST hit = (HITTEST)i; in getSizeBoxHitTest() local 95 getSizeBoxRect(&rc, hit, prcBase); in getSizeBoxHitTest() 97 return hit; in getSizeBoxHitTest()
|
H A D | sizebox.h | 11 BOOL setCursorOnSizeBox(HITTEST hit); 12 BOOL getSizeBoxRect(LPRECT prc, HITTEST hit, LPCRECT prcBase);
|
H A D | canvas.cpp | 326 HITTEST hit = CanvasHitTest(pt); in OnButtonDown() local 327 if (hit == HIT_NONE || hit == HIT_BORDER) in OnButtonDown() 353 if (hit == HIT_INNER) in OnButtonDown() 364 m_hitCanvasSizeBox = hit; in OnButtonDown()
|
H A D | selectionmodel.h | 66 void Dragging(HITTEST hit, POINT pt);
|
H A D | selectionmodel.cpp | 350 void SelectionModel::Dragging(HITTEST hit, POINT pt) in Dragging() argument 352 switch (hit) in Dragging()
|
H A D | mouse.cpp | 423 HITTEST hit = selectionModel.hitTest(ptCanvas); in OnButtonDown() local 424 if (hit != HIT_NONE) // Dragging of selection started? in OnButtonDown() 431 m_hitSelection = hit; in OnButtonDown()
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | treedroptarget.h | 63 TVHITTESTINFO hit; in DragOver() local 64 hit.pt.x = pt.x; in DragOver() 65 hit.pt.y = pt.y; in DragOver() 66 ScreenToClient(m_hTargetWnd, &hit.pt); in DragOver() 67 hit.flags = TVHT_ONITEM; in DragOver() 68 HTREEITEM hItem = TreeView_HitTest(m_hTargetWnd,&hit); in DragOver()
|
/reactos/modules/rosapps/applications/explorer-old/desktop/ |
H A D | desktop.h | 143 TVHITTESTINFO hit; in DragOver() local 144 hit.pt.x = pt.x; in DragOver() 145 hit.pt.y = pt.y; in DragOver() 146 ScreenToClient(m_hTargetWnd, &hit.pt); in DragOver() 147 hit.flags = TVHT_ONITEM; in DragOver()
|
/reactos/win32ss/user/ntuser/ |
H A D | nonclient.c | 25 #define ON_LEFT_BORDER(hit) \ argument 26 (((hit) == HTLEFT) || ((hit) == HTTOPLEFT) || ((hit) == HTBOTTOMLEFT)) 27 #define ON_RIGHT_BORDER(hit) \ argument 28 (((hit) == HTRIGHT) || ((hit) == HTTOPRIGHT) || ((hit) == HTBOTTOMRIGHT)) 29 #define ON_TOP_BORDER(hit) \ argument 30 (((hit) == HTTOP) || ((hit) == HTTOPLEFT) || ((hit) == HTTOPRIGHT)) 31 #define ON_BOTTOM_BORDER(hit) \ argument 32 (((hit) == HTBOTTOM) || ((hit) == HTBOTTOMLEFT) || ((hit) == HTBOTTOMRIGHT))
|
/reactos/win32ss/user/winsrv/consrv/frontends/gui/lang/ |
H A D | sv-SE.rc | 17 IDS_SCROLLHERE "Skrolla hit"
|
/reactos/dll/win32/comctl32/ |
H A D | pager.c | 744 INT hit; in PAGER_MouseMove() local 760 hit = PAGER_HitTest(infoPtr, &clpt); in PAGER_MouseMove() 761 if ((hit == PGB_TOPORLEFT) && (infoPtr->TLbtnState == PGF_NORMAL)) in PAGER_MouseMove() 768 else if ((hit == PGB_BOTTOMORRIGHT) && (infoPtr->BRbtnState == PGF_NORMAL)) in PAGER_MouseMove() 857 INT hit; in PAGER_LButtonDown() local 864 hit = PAGER_HitTest(infoPtr, &pt); in PAGER_LButtonDown() 867 if (hit == PGB_TOPORLEFT) in PAGER_LButtonDown() 873 else if (hit == PGB_BOTTOMORRIGHT) in PAGER_LButtonDown() 883 switch(hit) in PAGER_LButtonDown()
|
H A D | monthcal.c | 2156 DWORD hit; in MONTHCAL_LButtonDown() local 2172 hit = MONTHCAL_HitTest(infoPtr, &ht); in MONTHCAL_LButtonDown() 2174 TRACE("%x at %s\n", hit, wine_dbgstr_point(&ht.pt)); in MONTHCAL_LButtonDown() 2176 switch(hit) in MONTHCAL_LButtonDown() 2278 DWORD hit; in MONTHCAL_LButtonUp() local 2307 hit = MONTHCAL_HitTest(infoPtr, &ht); in MONTHCAL_LButtonUp() 2312 if((hit & MCHT_CALENDARDATE) == MCHT_CALENDARDATE) in MONTHCAL_LButtonUp() 2369 INT hit; in MONTHCAL_MouseMove() local 2379 hit = MONTHCAL_HitTest(infoPtr, &ht); in MONTHCAL_MouseMove() 2382 TRACE("hit:%x\n",hit); in MONTHCAL_MouseMove() [all …]
|
H A D | listbox.c | 2786 BOOL hit = TRUE; in LISTBOX_WindowProc() local 2806 hit = FALSE; in LISTBOX_WindowProc() 2814 hit = FALSE; in LISTBOX_WindowProc() 2816 return MAKELONG(index, hit ? 0 : 1); in LISTBOX_WindowProc()
|
H A D | treeview.c | 4165 TVHITTESTINFO hit; in TREEVIEW_LButtonDoubleClick() local 4176 hit.pt.x = (short)LOWORD(lParam); in TREEVIEW_LButtonDoubleClick() 4177 hit.pt.y = (short)HIWORD(lParam); in TREEVIEW_LButtonDoubleClick() 4179 item = TREEVIEW_HitTest(infoPtr, &hit); in TREEVIEW_LButtonDoubleClick() 4186 switch (hit.flags) in TREEVIEW_LButtonDoubleClick() 4199 int level = hit.pt.x / infoPtr->uIndent; in TREEVIEW_LButtonDoubleClick()
|
/reactos/dll/win32/shdoclc/lang/ |
H A D | Sv.rc | 214 MENUITEM "Rulla hit", IDM_SCROLL_HERE 228 MENUITEM "Rulla hit", IDM_SCROLL_HERE
|
/reactos/sdk/include/reactos/mc/ |
H A D | ntiologc.mc | 329 A user hit their quota threshold on volume %2. 337 A user hit their quota limit on volume %2.
|
/reactos/base/services/tcpsvcs/ |
H A D | quotes | 33 "The end ..... Try the sequel, hit the reset button right now!
|
/reactos/sdk/lib/3rdparty/freetype/src/autofit/ |
H A D | aflatin.c | 683 FT_Bool hit; in af_latin_metrics_init_blues() local 718 hit = 0; in af_latin_metrics_init_blues() 726 if ( !hit ) in af_latin_metrics_init_blues() 744 hit = 1; in af_latin_metrics_init_blues() 755 hit = 0; in af_latin_metrics_init_blues() 765 hit = 0; in af_latin_metrics_init_blues()
|
/reactos/modules/rosapps/applications/explorer-old/doc/ |
H A D | TODO.txt | 37 - Startmenu: You can open the start menu by pressing Win-key, but can't close with another hit of W…
|
/reactos/base/shell/cmd/ |
H A D | readme2.txt | 48 PagePrompt() - ask them to hit a key to continue
|
H A D | history.txt | 51 o fixed a bug in history.c that made it not work when you hit the up arrow 282 o Fixed bug where if you typed something, then hit HOME, then tried to
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_lzw.c | 980 goto hit; in LZWEncode() 1045 hit: in LZWEncode()
|
/reactos/win32ss/user/user32/controls/ |
H A D | listbox.c | 2827 BOOL hit = TRUE; in ListBoxWndProc_common() local 2847 hit = FALSE; in ListBoxWndProc_common() 2855 hit = FALSE; in ListBoxWndProc_common() 2857 return MAKELONG(index, hit ? 0 : 1); in ListBoxWndProc_common()
|
/reactos/ |
H A D | CODEOWNERS | 343 # If you want to be part of one - hit us at https://chat.reactos.org/
|
/reactos/.github/workflows/ |
H A D | build.yml | 34 if: ${{ steps.get_rosbe.outputs.cache-hit != 'true' }}
|