Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Joe1sn/S-inject
/ functions
Functions
2,039 in github.com/Joe1sn/S-inject
⨍
Functions
2,039
◇
Types & classes
290
Method
PathClear
Stateful path API, add points then finish with PathFillConvex() or PathStroke() - Important: filled shapes must always use clockwise winding order! Th
extern/ImGui/imgui.h:3317
Method
PathEllipticalArcTo
extern/ImGui/imgui_draw.cpp:1308
Method
PathLineToMergeDuplicate
extern/ImGui/imgui.h:3319
Method
PathRect
extern/ImGui/imgui_draw.cpp:1447
Function
Platform_GetClipboardTextFn_DefaultImpl
Win32 clipboard implementation We use g.ClipboardHandlerData for temporary storage to ensure it is freed on Shutdown()
extern/ImGui/imgui.cpp:15532
Function
Platform_OpenInShellFn_DefaultImpl
extern/ImGui/imgui.cpp:15669
Function
Platform_SetClipboardTextFn_DefaultImpl
extern/ImGui/imgui.cpp:15555
Function
Platform_SetImeDataFn_DefaultImpl
extern/ImGui/imgui.cpp:15717
Method
PlotEx
extern/ImGui/imgui_widgets.cpp:8685
Method
PlotHistogram
extern/ImGui/imgui_widgets.cpp:8827
Method
PlotLines
extern/ImGui/imgui_widgets.cpp:8816
Function
Plot_ArrayGetter
extern/ImGui/imgui_widgets.cpp:8809
Function
PopButtonRepeat
extern/ImGui/imgui.h:4003
Method
PopClipRect
extern/ImGui/imgui_draw.cpp:671
Method
PopColumnsBackground
extern/ImGui/imgui_tables.cpp:4294
Method
PopFocusScope
extern/ImGui/imgui.cpp:8566
Method
PopFont
extern/ImGui/imgui.cpp:8957
Method
PopID
extern/ImGui/imgui.cpp:9101
Method
PopItemFlag
extern/ImGui/imgui.cpp:8088
Method
PopItemWidth
extern/ImGui/imgui.cpp:11360
Method
PopPasswordFont
extern/ImGui/imgui_widgets.cpp:4347
Method
PopStyleColor
extern/ImGui/imgui.cpp:3492
Method
PopStyleVar
extern/ImGui/imgui.cpp:3615
Function
PopTabStop
extern/ImGui/imgui.h:4005
Method
PopTextWrapPos
extern/ImGui/imgui.cpp:8171
Method
PopTextureID
RENAMED in 1.92.x
extern/ImGui/imgui.h:3370
Method
PrimQuadUV
extern/ImGui/imgui_draw.cpp:774
Method
PrimRect
Fully unrolled with inline call to keep our debug builds decently fast.
extern/ImGui/imgui_draw.cpp:744
Method
PrimWriteIdx
extern/ImGui/imgui.h:3364
Method
PrimWriteVtx
extern/ImGui/imgui.h:3363
Method
ProgressBar
size_arg (for each axis) < 0.0f: align to end, 0.0f: auto, > 0.0f: specified size
extern/ImGui/imgui_widgets.cpp:1397
Function
PushButtonRepeat
<-- 'border_col' was removed in favor of ImGuiCol_ImageBorder. If you use 'tint_col', use ImageWithBg() instead. OBSOLETED in 1.91.0 (from July 2024)
extern/ImGui/imgui.h:4002
Method
PushClipRect
Render-level scissoring. This is passed down to your render function but not used for CPU-side coarse clipping. Prefer using higher-level ImGui::PushC
extern/ImGui/imgui_draw.cpp:647
Method
PushColumnClipRect
extern/ImGui/imgui_tables.cpp:4269
Method
PushColumnsBackground
Get into the columns background draw command (which is generally the same draw command as before we called BeginColumns)
extern/ImGui/imgui_tables.cpp:4281
Method
PushFocusScope
extern/ImGui/imgui.cpp:8556
Method
PushFont
If you want to scale an existing font size! Read comments in imgui.h!
extern/ImGui/imgui.cpp:8943
Method
PushID
extern/ImGui/imgui.cpp:9032
Method
PushItemFlag
extern/ImGui/imgui.cpp:8075
Method
PushItemWidth
FIXME: Remove the == 0.0f behavior?
extern/ImGui/imgui.cpp:11332
Method
PushMultiItemsWidths
extern/ImGui/imgui.cpp:11341
Method
PushOverrideID
Push a given id value ignoring the ID stack as a seed.
extern/ImGui/imgui.cpp:9065
Method
PushPasswordFont
extern/ImGui/imgui_widgets.cpp:4331
Method
PushStyleColor
FIXME: This may incur a round-trip (if the end user got their data from a float4) but eventually we aim to store the in-flight colors as ImU32
extern/ImGui/imgui.cpp:3470
Method
PushStyleVar
extern/ImGui/imgui.cpp:3559
Method
PushStyleVarX
extern/ImGui/imgui.cpp:3573
Method
PushStyleVarY
extern/ImGui/imgui.cpp:3587
Function
PushTabStop
extern/ImGui/imgui.h:4004
Method
PushTextWrapPos
extern/ImGui/imgui.cpp:8163
Method
PushTextureID
extern/ImGui/imgui.h:3369
Method
RadioButton
extern/ImGui/imgui_widgets.cpp:1333
Function
ReadFileToStringW
src/utils/helper.cpp:36
Method
ReclassifyNode
extern/ImGui/imgui_draw.cpp:1977
Function
Rect
We don't use g.FontSize because the window may be != g.CurrentWindow.
extern/ImGui/imgui_internal.h:2724
Method
RegisterFontAtlas
extern/ImGui/imgui.cpp:8828
Method
RegisterUserTexture
EXPERIMENTAL: DO NOT USE YET.
extern/ImGui/imgui.cpp:8813
Method
ReloadUserBufAndKeepSelection
extern/ImGui/imgui_widgets.cpp:4265
Method
ReloadUserBufAndMoveToEnd
extern/ImGui/imgui_widgets.cpp:4266
Method
ReloadUserBufAndSelectAll
extern/ImGui/imgui_widgets.cpp:4264
Method
RemoveContextHook
Deferred removal, avoiding issue with changing vector while iterating it
extern/ImGui/imgui.cpp:4418
Method
RemoveCustomRect
extern/ImGui/imgui_draw.cpp:3268
Method
RemoveSettingsHandler
extern/ImGui/imgui.cpp:15146
Method
Render
Prepare the data for rendering so you can call GetDrawData() (As with anything within the ImGui:: namespace this doesn't touch your GPU or graphics AP
extern/ImGui/imgui.cpp:5922
Method
RenderArrow
Render an arrow aimed to be aligned with text (p_min is a position in the same space text would be positioned). To e.g. denote expanded/collapsed stat
extern/ImGui/imgui_draw.cpp:5823
Method
RenderArrowPointingAt
Render an arrow. 'pos' is position of the arrow tip. half_sz.x is length from base to tip. half_sz.y is length on each side.
extern/ImGui/imgui_draw.cpp:5877
Method
RenderBullet
extern/ImGui/imgui_draw.cpp:5854
Method
RenderCheckMark
extern/ImGui/imgui_draw.cpp:5861
Method
RenderColorRectWithAlphaCheckerboard
Helper for ColorPicker4() NB: This is rather brittle and will show artifact when rounding this enabled if rounded corners overlap multiple cells. Call
extern/ImGui/imgui_draw.cpp:5978
Method
RenderDimmedBackgroundBehindWindow
extern/ImGui/imgui.cpp:5734
Method
RenderDimmedBackgrounds
extern/ImGui/imgui.cpp:5778
Method
RenderDragDropTargetRect
FIXME-STYLE FIXME-DRAGDROP: Settle on a proper default visuals for drop target.
extern/ImGui/imgui.cpp:14796
Method
RenderFrame
Render a rectangle shaped with optional rounding and borders
extern/ImGui/imgui.cpp:3869
Method
RenderFrameBorder
extern/ImGui/imgui.cpp:3882
Method
RenderMouseCursor
extern/ImGui/imgui.cpp:3928
Method
RenderNavCursor
extern/ImGui/imgui.cpp:3894
Function
RenderNavHighlight
extern/ImGui/imgui_internal.h:3554
Method
RenderRectFilledRangeH
FIXME: Cleanup and move code to ImDrawList.
extern/ImGui/imgui_draw.cpp:5898
Method
RenderRectFilledWithHole
extern/ImGui/imgui_draw.cpp:5958
Method
RenderTextClipped
extern/ImGui/imgui.cpp:3799
Method
RenderTextClippedEx
Default clip_rect uses (pos_min,pos_max) Handle clipping on CPU immediately (vs typically let the GPU clip the triangles that are overlapping the clip
extern/ImGui/imgui.cpp:3771
Method
RenderTextEllipsis
Another overly complex function until we reorganize everything into a nice all-in-one helper. This is made more complex because we have dissociated th
extern/ImGui/imgui.cpp:3818
Method
RenderTextWrapped
extern/ImGui/imgui.cpp:3750
Method
RenderWindowDecorations
Draw background and borders Draw and handle scrollbars
extern/ImGui/imgui.cpp:6993
Method
RenderWindowOuterBorders
extern/ImGui/imgui.cpp:6964
Method
RenderWindowTitleBarContents
Render title text, collapse button, close button
extern/ImGui/imgui.cpp:7084
Method
Reserve
extern/ImGui/imgui_internal.h:705
Method
ResetMouseDragDelta
extern/ImGui/imgui.cpp:9869
Method
RoundScalarWithFormatT
extern/ImGui/imgui_widgets.cpp:2455
Function
STBRP__CDECL rect_height_compare
extern/ImGui/imstb_rectpack.h:528
Function
STBRP__CDECL rect_original_order
extern/ImGui/imstb_rectpack.h:539
Function
STB_TEXTEDIT_MOVELINEEND_IMPL
extern/ImGui/imgui_widgets.cpp:4101
Function
STB_TEXTEDIT_MOVELINESTART_IMPL
Reimplementation of stb_textedit_move_line_start()/stb_textedit_move_line_end() which supports word-wrapping.
extern/ImGui/imgui_widgets.cpp:4065
Function
STB_TEXTEDIT_MOVEWORDLEFT_IMPL
extern/ImGui/imgui_widgets.cpp:4037
Function
STB_TEXTEDIT_MOVEWORDRIGHT_IMPL
extern/ImGui/imgui_widgets.cpp:4060
Function
SW3_GetRandomSyscallAddress
src/app/S-Wisper.c:274
Function
SW3_GetSyscallAddress
src/app/S-Wisper.c:257
Function
SW3_GetSyscallNumber
src/app/S-Wisper.c:240
Method
SameLine
extern/ImGui/imgui.cpp:11210
Method
SaveIniSettingsToDisk
extern/ImGui/imgui.cpp:15256
Method
SaveIniSettingsToMemory
Call registered handlers (e.g. SettingsHandlerWindow_WriteAll() + custom handlers) to write their stuff into a text buffer
extern/ImGui/imgui.cpp:15273
← previous
next →
1,501–1,600 of 2,039, ranked by callers