Home
last modified time | relevance | path

Searched refs:is_undoable (Results 26 – 48 of 48) sorted by relevance

12

/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/imgui/
H A Dimgui_widgets.cpp3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3365 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3366 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/imgui/
H A Dimgui_widgets.cpp3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3365 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3366 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/imgui/
H A Dimgui_widgets.cpp3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3365 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3366 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/imgui/
H A Dimgui_widgets.cpp3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3365 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3366 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/imgui/
H A Dimgui_widgets.cpp3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3365 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3366 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/imgui/
H A Dimgui_widgets.cpp3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3365 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3366 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/dports/graphics/mesa-dri/mesa-21.3.6/src/imgui/
H A Dimgui_widgets.cpp3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3365 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3366 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/dports/games/pioneer/pioneer-20210723/contrib/imgui/
H A Dimgui_widgets.cpp3415 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3686 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()
3687 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGui/
H A Dimgui_widgets.cpp3771 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
4052 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()
4053 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()
/dports/audio/faudio/FAudio-21.01/utils/uicommon/
H A Dimgui_widgets.cpp3478 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3758 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()
3759 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_widgets.cpp3833 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
4119 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()
4120 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui_widgets.cpp3426 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3697 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()
3698 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui_widgets.cpp3426 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3697 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()
3698 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Dimgui_widgets.cpp3956 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
4248 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()
4249 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()
/dports/misc/dartsim/dart-6.11.1/dart/external/imgui/
H A Dimgui_widgets.cpp3780 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
4061 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()
4062 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/imgui/
H A Dimgui_widgets.cpp3455 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3735 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()
3736 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/
H A Dimgui_widgets.cpp3957 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0;
4244 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable);
4245 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable;
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui_widgets.cpp3956 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
4243 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()
4244 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/imgui/
H A Dimgui_widgets.cpp3826 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
4112 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()
4113 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()
/dports/shells/pdksh/pdksh-5.2.14/
H A DChangeLog1205 to is_bad,is_cmd,is_long,is_move,is_srch,is_undoable,is_wordch.
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui.cpp10083 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
10356 else if (is_shortcut_key_only && IsKeyPressedMap(ImGuiKey_Z) && is_editable && is_undoable) in InputTextEx()
10361 else if (is_shortcut_key_only && IsKeyPressedMap(ImGuiKey_Y) && is_editable && is_undoable) in InputTextEx()
/dports/graphics/embree/embree-3.13.2/tutorials/common/imgui/
H A Dimgui.cpp9929 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
10168 …else if (is_shortcut_key_only && IsKeyPressedMap(ImGuiKey_Z) && is_editable && is_undoable) {… in InputTextEx()
10169 …else if (is_shortcut_key_only && IsKeyPressedMap(ImGuiKey_Y) && is_editable && is_undoable) {… in InputTextEx()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/imgui/
H A Dimgui.cpp10083 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
10356 else if (is_shortcut_key_only && IsKeyPressedMap(ImGuiKey_Z) && is_editable && is_undoable) in InputTextEx()
10361 else if (is_shortcut_key_only && IsKeyPressedMap(ImGuiKey_Y) && is_editable && is_undoable) in InputTextEx()

12