Home
last modified time | relevance | path

Searched defs:undo (Results 201 – 225 of 4940) sorted by relevance

12345678910>>...198

/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpimage-undo.c162 GimpUndo *undo; in gimp_image_strong_undo() local
195 GimpUndo *undo; in gimp_image_strong_redo() local
367 GimpUndo *undo; in gimp_image_undo_push() local
451 GimpUndo *undo = gimp_undo_stack_peek (private->undo_stack); in gimp_image_undo_can_compress() local
472 GimpUndo *undo; in gimp_image_undo_pop_stack() local
H A Dgimpfloatingselectionundo.c57 gimp_floating_selection_undo_init (GimpFloatingSelectionUndo *undo) in gimp_floating_selection_undo_init()
87 gimp_floating_selection_undo_pop (GimpUndo *undo, in gimp_floating_selection_undo_pop()
H A Dgimpchannelpropundo.c56 gimp_channel_prop_undo_init (GimpChannelPropUndo *undo) in gimp_channel_prop_undo_init()
84 gimp_channel_prop_undo_pop (GimpUndo *undo, in gimp_channel_prop_undo_pop()
H A Dgimpdrawableundo.c103 gimp_drawable_undo_init (GimpDrawableUndo *undo) in gimp_drawable_undo_init()
184 gimp_drawable_undo_pop (GimpUndo *undo, in gimp_drawable_undo_pop()
199 gimp_drawable_undo_free (GimpUndo *undo, in gimp_drawable_undo_free()
H A Dgimplayermaskundo.c87 gimp_layer_mask_undo_init (GimpLayerMaskUndo *undo) in gimp_layer_mask_undo_init()
160 gimp_layer_mask_undo_pop (GimpUndo *undo, in gimp_layer_mask_undo_pop()
187 gimp_layer_mask_undo_free (GimpUndo *undo, in gimp_layer_mask_undo_free()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partsbinpalette/
H A Dpartsbincommands.cpp74 void PartsBinAddCommand::undo() { in undo() function in PartsBinAddCommand
87 void PartsBinRemoveCommand::undo() { in undo() function in PartsBinRemoveCommand
104 void PartsBinArrangeCommand::undo() { in undo() function in PartsBinArrangeCommand
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/selection/algorithm/
H A DShader.cpp144 UndoableCommand undo(command); in pasteShader() local
336 UndoableCommand undo("naturalTexture"); in naturalTexture() local
349 UndoableCommand undo("textureProjectionSetSelected"); in applyTextureProjectionToFaces() local
384 UndoableCommand undo(command); in shiftTexture() local
436 UndoableCommand undo(command); in scaleTexture() local
452 UndoableCommand undo(command); in rotateTexture() local
559 UndoableCommand undo(command); in findAndReplaceShader() local
598 UndoableCommand undo("flipTexture"); in flipTexture() local
/dports/cad/qelectrotech/qet-0.7.0/sources/ui/
H A Dimagepropertieswidget.cpp80 QUndoCommand *undo = associatedUndo(); in apply() local
139 QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_image, "scale", m_scale, value); in associatedUndo() local
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/
H A Dundo.tcl14 namespace eval undo { namespace
94 proc undo::undo {token} { procedure
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/Components/
H A Djucer_ComponentNameProperty.h71 bool undo() in undo() function
120 bool undo() in undo() function
169 bool undo() in undo() function
H A Djucer_TextEditorHandler.h177 bool undo() in undo() function
226 bool undo() in undo() function
274 bool undo() in undo() function
322 bool undo() in undo() function
370 bool undo() in undo() function
421 bool undo() in undo() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/cloud_composer/src/
H A Dcommands.cpp251 pcl::cloud_composer::ModifyItemCommand::undo () in undo() function in pcl::cloud_composer::ModifyItemCommand
324 pcl::cloud_composer::NewItemCloudCommand::undo () in undo() function in pcl::cloud_composer::NewItemCloudCommand
428 pcl::cloud_composer::SplitCloudCommand::undo () in undo() function in pcl::cloud_composer::SplitCloudCommand
487 pcl::cloud_composer::DeleteItemCommand::undo () in undo() function in pcl::cloud_composer::DeleteItemCommand
556 pcl::cloud_composer::MergeCloudCommand::undo () in undo() function in pcl::cloud_composer::MergeCloudCommand
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DUndo.cpp146 undo_t *undo, *nextundo; in Undo_Clear() local
227 undo_t *undo; in Undo_FreeFirstUndo() local
260 undo_t *undo; in Undo_GeneralStart() local
330 int Undo_BrushInUndo(undo_t *undo, brush_t *brush) in Undo_BrushInUndo()
346 int Undo_EntityInUndo(undo_t *undo, entity_t *ent) in Undo_EntityInUndo()
584 undo_t *undo, *redo; in Undo_Undo() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DUndoActions.cxx73 void SAL_CALL UndoElement::undo( ) in undo() function in chart::impl::UndoElement
103 void SAL_CALL ShapeUndoElement::undo( ) in undo() function in chart::impl::ShapeUndoElement
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/main/
H A DUndoActions.cxx75 void SAL_CALL UndoElement::undo( ) in undo() function in chart::impl::UndoElement
105 void SAL_CALL ShapeUndoElement::undo( ) in undo() function in chart::impl::ShapeUndoElement
/dports/graphics/xournalpp/xournalpp-1.1.0/src/undo/
H A DInsertUndoAction.cpp42 auto InsertUndoAction::undo(Control* control) -> bool { in undo() function in InsertUndoAction
81 auto InsertsUndoAction::undo(Control* control) -> bool { in undo() function in InsertsUndoAction
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/ops/
H A Ddeleteoperation.cpp78 void DeleteOperation::undo() in undo() function in DeleteOperation
92 void DeleteOperation::checkAdjustLogicalNumbers(Partition& p, bool undo) in checkAdjustLogicalNumbers()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/main/
H A Ddoc_plugin_interface.cpp773 LC_UndoSection undo(doc); in addToUndo() local
797 LC_UndoSection undo(doc); in addPoint() local
810 LC_UndoSection undo(doc); in addLine() local
831 LC_UndoSection undo(doc); in addMText() local
851 LC_UndoSection undo(doc); in addText() local
864 LC_UndoSection undo(doc); in addCircle() local
879 LC_UndoSection undo(doc); in addArc() local
894 LC_UndoSection undo(doc); in addEllipse() local
905 LC_UndoSection undo(doc); in addLines() local
939 LC_UndoSection undo(doc); in addPolyline() local
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/trx/
H A Dtrx0roll.cc73 if (trx_undo_t*& undo = trx->rsegs.m_redo.undo) { in trx_rollback_finish() local
79 if (trx_undo_t*& undo = trx->rsegs.m_noredo.undo) { in trx_rollback_finish() local
265 if (trx_undo_t* undo = trx->rsegs.m_redo.undo) { in trx_rollback_for_mysql() local
887 if (trx_undo_t* undo = trx->rsegs.m_redo.undo) { in trx_roll_try_truncate() local
894 if (trx_undo_t* undo = trx->rsegs.m_noredo.undo) { in trx_roll_try_truncate() local
911 trx_undo_t* undo, /*!< in: undo log */ in trx_roll_pop_top_rec()
956 trx_undo_t* undo = NULL; in trx_roll_pop_top_rec_of_trx() local
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/trx/
H A Dtrx0roll.cc73 if (trx_undo_t*& undo = trx->rsegs.m_redo.undo) { in trx_rollback_finish() local
79 if (trx_undo_t*& undo = trx->rsegs.m_noredo.undo) { in trx_rollback_finish() local
265 if (trx_undo_t* undo = trx->rsegs.m_redo.undo) { in trx_rollback_for_mysql() local
887 if (trx_undo_t* undo = trx->rsegs.m_redo.undo) { in trx_roll_try_truncate() local
894 if (trx_undo_t* undo = trx->rsegs.m_noredo.undo) { in trx_roll_try_truncate() local
911 trx_undo_t* undo, /*!< in: undo log */ in trx_roll_pop_top_rec()
956 trx_undo_t* undo = NULL; in trx_roll_pop_top_rec_of_trx() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dpalettecmd.cpp196 void undo() const override { in undo() function in __anon0b78df890211::ArrangeStylesUndo
267 ArrangeStylesUndo *undo = in arrangeStyles() local
298 void undo() const override { in undo() function in __anon0b78df890311::CreateStyleUndo
428 void undo() const override { in undo() function in __anon0b78df890411::AddStylesUndo
649 void undo() const override { in undo() function in __anon0b78df890611::AddPageUndo
724 void undo() const override { in undo() function in __anon0b78df890711::DestroyPageUndo
781 void undo() const override { in undo() function in __anon0b78df890811::SetReferenceImageUndo
1048 void undo() const override { in undo() function in __anon0b78df890911::MovePageUndo
1094 void undo() const override { in undo() function in __anon0b78df890a11::RenamePageUndo
1158 void undo() const override { in undo() function in __anon0b78df890b11::RenamePaletteStyleUndo
[all …]
/dports/deskutils/kalarm/kalarm-21.12.3/src/
H A Dundo.h54 static bool undo(QWidget* parent, const QString& action) in undo() function
56 static bool undo(int id, QWidget* parent, const QString& action) in undo() function
90 void emitChanged(const QString& undo, const QString& redo) in emitChanged()
/dports/devel/hyperscan/boost_1_75_0/boost/json/detail/
H A Dstring_impl.hpp154 struct undo in string_impl() struct
156 string_impl* s; in string_impl()
157 storage_ptr const& sp; in string_impl()
159 ~undo() in string_impl()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/json/detail/
H A Dstring_impl.hpp154 struct undo in string_impl() struct
156 string_impl* s; in string_impl()
157 storage_ptr const& sp; in string_impl()
159 ~undo() in string_impl()
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dchangemapobject.cpp141 void ChangeMapObjectsTile::undo() in undo() function in ChangeMapObjectsTile
204 void DetachObjects::undo() in undo() function in DetachObjects
257 void ResetInstances::undo() in undo() function in ResetInstances
302 void ReplaceObjectsWithTemplate::undo() in undo() function in ReplaceObjectsWithTemplate

12345678910>>...198