Home
last modified time | relevance | path

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

12

/dports/devel/etl/synfig-1.2.2/synfig-studio/src/synfigapp/actions/
H A Dvaluenodereplace.cpp77 is_undoable(true) in ValueNodeReplace()
144 is_undoable=true; in perform()
154 is_undoable=false; // !!! in perform()
157 is_undoable=false; // !!! in perform()
159 if(!is_undoable) in perform()
191 if(!is_undoable) in undo()
H A Dvaluenodereplace.h53 bool is_undoable; variable
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/synfigapp/actions/
H A Dvaluenodereplace.cpp77 is_undoable(true) in ValueNodeReplace()
144 is_undoable=true; in perform()
154 is_undoable=false; // !!! in perform()
157 is_undoable=false; // !!! in perform()
159 if(!is_undoable) in perform()
191 if(!is_undoable) in undo()
H A Dvaluenodereplace.h53 bool is_undoable; variable
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/synfigapp/actions/
H A Dvaluenodereplace.cpp77 is_undoable(true) in ValueNodeReplace()
144 is_undoable=true; in perform()
154 is_undoable=false; // !!! in perform()
157 is_undoable=false; // !!! in perform()
159 if(!is_undoable) in perform()
191 if(!is_undoable) in undo()
H A Dvaluenodereplace.h53 bool is_undoable; variable
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DUndoDeletion.C98 boolean is_undoable = TRUE; in UndoDeletion() local
102 is_undoable = FALSE; in UndoDeletion()
105 is_undoable = FALSE; in UndoDeletion()
110 if (is_undoable) { in UndoDeletion()
/dports/games/widelands/widelands-build21/src/editor/tools/
H A Dhistory.cc96 if (draw && tool.is_undoable()) { in do_action()
114 } else if (tool.is_undoable()) { in do_action()
H A Dtool.h72 bool is_undoable() { in is_undoable() function
/dports/devel/git-cola/git-cola-3.10.1/cola/
H A Dcmd.py16 def is_undoable(cls): member in Command
/dports/shells/oksh/oksh-7.0/
H A Dvi.c93 #define is_undoable(c) (!(classify[(c)&0x7f]&U_)) macro
714 if (is_undoable(*cmd) && !macro.p) { in vi_cmd()
/dports/shells/pdksh/pdksh-5.2.14/
H A Dvi.c81 #define is_undoable(c) (!(classify[(c)&0x7f]&U_)) macro
731 if (is_undoable(*cmd) && !macro.p) {
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/MIT/
H A Dedit.c3254 #define is_undoable(c) (!(classify[(c)&0x7f]&U_)) macro
3896 if (is_undoable(*cmd) && !macro.p) { in vi_cmd()
/dports/shells/mksh/mksh/
H A Dedit.c3467 #define is_undoable(c) (!(classify[rtt2asc(c) & 0x7F] & vU)) macro
4155 if (is_undoable(*cmd) && !macro.p) { in vi_cmd()
/dports/math/curv/curv-0.5/extern/imgui/
H A Dimgui_widgets.cpp3113 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3327 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3328 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dimgui_widgets.cpp3114 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3328 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3329 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/
H A Dimgui_widgets.cpp3115 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3329 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3330 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/imgui/
H A Dimgui_widgets.cpp3127 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3341 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3342 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/dports/misc/box2d/box2d-2.4.1/extern/imgui/
H A Dimgui_widgets.cpp3138 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3352 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3353 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/dports/graphics/milton/milton-1.9.1/third_party/imgui/
H A Dimgui_widgets.cpp3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3359 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()
3360 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
/dports/graphics/libosmesa-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/emulators/dolphin-emu/dolphin-3152428/Externals/imgui/
H A Dimgui_widgets.cpp3283 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local
3545 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()
3546 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()
/dports/lang/clover/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/libosmesa/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-libs/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()

12