Home
last modified time | relevance | path

Searched defs:undo (Results 1 – 25 of 3148) sorted by relevance

12345678910>>...126

/dports/math/sc-im/sc-im-0.8.2/src/
H A Dundo.h50 struct undo { struct
51 struct undo * p_ant; argument
54 struct undo_range_shift * range_shift; argument
55 struct undo_cols_format * cols_format; argument
56 struct undo_rows_format * rows_format; argument
57 struct undo * p_sig; argument
79 //These two structures are for undo / redo changes in column format argument
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpundo.c175 gimp_undo_init (GimpUndo *undo) in gimp_undo_init()
183 GimpUndo *undo = GIMP_UNDO (object); in gimp_undo_constructed() local
193 GimpUndo *undo = GIMP_UNDO (object); in gimp_undo_finalize() local
212 GimpUndo *undo = GIMP_UNDO (object); in gimp_undo_set_property() local
242 GimpUndo *undo = GIMP_UNDO (object); in gimp_undo_get_property() local
286 GimpUndo *undo = GIMP_UNDO (viewable); in gimp_undo_get_popup_size() local
375 gimp_undo_free (GimpUndo *undo, in gimp_undo_free()
387 GimpUndo *undo; member
529 gimp_undo_is_weak (GimpUndo *undo) in gimp_undo_is_weak()
561 gimp_undo_get_age (GimpUndo *undo) in gimp_undo_get_age()
[all …]
/dports/cad/qelectrotech/qet-0.7.0/sources/editor/ui/
H A Ddynamictextfieldeditor.cpp159 …QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text_field, "x", m_text_field.data()->x(),… in on_m_x_sb_editingFinished() local
167 …QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text_field, "y", m_text_field.data()->y(),… in on_m_y_sb_editingFinished() local
175 …QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text_field, "rotation", m_text_field.data(… in on_m_rotation_sb_editingFinished() local
183 …QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text_field, "text", m_text_field.data()->t… in on_m_user_text_le_editingFinished() local
192 …QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text_field, "font", m_text_field.data()->f… in on_m_size_sb_editingFinished() local
203 …QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text_field, "frame", m_text_field.data()->… in on_m_frame_cb_clicked() local
215 …QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text_field, "textWidth", m_text_field.data… in on_m_width_sb_editingFinished() local
229 …QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text_field, "infoName", m_text_field.data(… in on_m_elmt_info_cb_activated() local
257 …QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text_field, "textFrom", m_text_field.data(… in on_m_text_from_cb_activated() local
299 …QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text_field.data(), "font", m_text_field->f… in on_m_font_pb_clicked() local
[all …]
H A Dtexteditor.cpp141 …QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text, "text", m_text->toPlainText(), text_… in setUpEditConnection() local
151 QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text, "pos", m_text->pos(), pos); in setUpEditConnection() local
162 QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text, "pos", m_text->pos(), pos); in setUpEditConnection() local
172 …QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text, "rotation", m_text->rotation(), ui->… in setUpEditConnection() local
184 QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text, "font", m_text->font(), font_); in setUpEditConnection() local
206 QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text, "font", m_text->font(), font_); in on_m_font_pb_clicked() local
220 …QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text, "color", m_text->defaultTextColor(),… in on_m_color_pb_changed() local
/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DCommands.cpp48 void FilePropertiesCommand::undo() in undo() function in FilePropertiesCommand
73 void ImportImageCommand::undo() in undo() function in ImportImageCommand
97 void PaintStitchesCommand::undo() in undo() function in PaintStitchesCommand
120 void PaintKnotsCommand::undo() in undo() function in PaintKnotsCommand
143 void DrawLineCommand::undo() in undo() function in DrawLineCommand
236 void DrawEllipseCommand::undo() in undo() function in DrawEllipseCommand
259 void FillEllipseCommand::undo() in undo() function in FillEllipseCommand
319 void AddStitchCommand::undo() in undo() function in AddStitchCommand
442 void AddKnotCommand::undo() in undo() function in AddKnotCommand
1259 void EditCutCommand::undo() in undo() function in EditCutCommand
[all …]
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlundo.c34 HTMLUndoStack undo; member
105 html_undo_destroy (HTMLUndo *undo) in html_undo_destroy()
180 html_undo_do_undo (HTMLUndo *undo, in html_undo_do_undo()
210 html_undo_do_redo (HTMLUndo *undo, in html_undo_do_redo()
336 html_undo_freeze (HTMLUndo *undo) in html_undo_freeze()
342 html_undo_thaw (HTMLUndo *undo) in html_undo_thaw()
396 level_new (HTMLUndo *undo, in level_new()
442 redo_level_end (HTMLUndo *undo) in redo_level_end()
537 HTMLUndo *undo; in undo_step_action() local
665 html_undo_debug (HTMLUndo *undo) in html_undo_debug()
[all …]
/dports/editors/joe/joe-4.6/joe/
H A Dundo.h21 struct undo { struct
25 UNDOREC recs; /* The undo records: recs.link.prev is latest */ argument
26 UNDOREC *ptr; /* Pointer to latest "undone" record. */ argument
28 UNDOREC *last; /* treated as a single undo record. */ argument
/dports/deskutils/semantik/semantik-1.2.7/src/
H A Dmem_command.cpp21 void mem_all_color::undo() { in undo() function in mem_all_color
46 void mem_unlink::undo() { in undo() function in mem_unlink
75 void mem_move::undo() { in undo() function in mem_move
109 void mem_color::undo() { in undo() function in mem_color
150 void mem_flag::undo() { in undo() function in mem_flag
179 void mem_edit::undo() { in undo() function in mem_edit
222 void mem_text::undo() in undo() function in mem_text
248 void mem_vars::undo() in undo() function in mem_vars
274 void mem_pic::undo() in undo() function in mem_pic
297 void mem_table::undo() in undo() function in mem_table
[all …]
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dtrail.h50 void undo() override { in undo() function
68 void undo() override { in undo() function
82 void undo() override { in undo() function
96 void undo() override { in undo() function
115 void undo() override { in undo() function
132 void undo() override { in undo() function
151 void undo() override { in undo() function
216 void undo() override { in undo() function
231 void undo() override { in undo() function
246 virtual void undo() { in undo() function
[all …]
/dports/deskutils/xpad/xpad-5.4.0/src/
H A Dxpad-undo.c111 xpad_undo_init (XpadUndo *undo) in xpad_undo_init()
124 XpadUndo *undo = XPAD_UNDO (object); in xpad_undo_constructed() local
135 XpadUndo *undo = XPAD_UNDO (object); in xpad_undo_finalize() local
149 XpadUndo *undo = XPAD_UNDO (object); in xpad_undo_set_property() local
167 XpadUndo *undo = XPAD_UNDO (object); in xpad_undo_get_property() local
234 xpad_undo_clear_history (XpadUndo *undo) in xpad_undo_clear_history()
437 xpad_undo_undo_available (XpadUndo *undo) in xpad_undo_undo_available()
476 xpad_undo_exec_undo (XpadUndo *undo) in xpad_undo_exec_undo()
537 xpad_undo_exec_redo (XpadUndo *undo) in xpad_undo_exec_redo()
598 xpad_undo_freeze (XpadUndo *undo) in xpad_undo_freeze()
[all …]
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/core/column/
H A Dcolumncommands.cpp99 void ColumnSetModeCmd::undo() in undo() function in ColumnSetModeCmd
144 void ColumnFullCopyCmd::undo() in undo() function in ColumnFullCopyCmd
201 void ColumnPartialCopyCmd::undo() in undo() function in ColumnPartialCopyCmd
274 void ColumnRemoveRowsCmd::undo() in undo() function in ColumnRemoveRowsCmd
367 void ColumnClearCmd::undo() in undo() function in ColumnClearCmd
428 void ColumnClearMasksCmd::undo() in undo() function in ColumnClearMasksCmd
462 void ColumnSetInvalidCmd::undo() in undo() function in ColumnSetInvalidCmd
496 void ColumnSetMaskedCmd::undo() in undo() function in ColumnSetMaskedCmd
527 void ColumnSetFormulaCmd::undo() in undo() function in ColumnSetFormulaCmd
586 void ColumnSetTextCmd::undo() in undo() function in ColumnSetTextCmd
[all …]
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dsfundo.c40 void SFUndoFreeAssociated( struct sfundoes *undo ) in SFUndoFreeAssociated()
46 void SFUndoFree( struct sfundoes *undo ) in SFUndoFree()
52 void SFUndoRemoveAndFree( SplineFont *sf, struct sfundoes *undo ) in SFUndoRemoveAndFree()
62 SFUndoes* undo = chunkalloc(sizeof(SFUndoes)); in SFUndoCreateSFD() local
71 char* SFUndoToString( SFUndoes* undo ) in SFUndoToString()
128 SFUndoes* SFUndoCreateRedo( SFUndoes* undo, SplineFont* sf ) in SFUndoCreateRedo()
147 void SFUndoPerform( SFUndoes* undo, SplineFont* sf ) in SFUndoPerform()
213 void SFUndoPushFront( struct sfundoes ** undoes, SFUndoes* undo ) in SFUndoPushFront()
/dports/editors/led/led-2.0/src/
H A Dundo.c32 undo_t *undo; in undo_beginblock() local
40 undo_t *undo, *prev; in undo_endblock() local
58 void undo_remove(undolist_t *undolist, undo_t *undo) { in undo_remove()
76 void undo_additem(buffer_t *buffer, undo_t *undo) { in undo_additem()
93 undo_t *undo; in undo_rollback() local
178 undo_t *undo; in undo_rollforward() local
/dports/graphics/ipe/ipe-7.2.23/src/ipe/lua/
H A Dactions.lua271 t.undo = function (t, doc) function
310 t.undo = function (t, doc) function
461 t.undo = function (t, doc) function
488 t.undo = function (t, doc) function
508 t.undo = function (t, doc) function
552 t.undo = function (t, doc) function
578 t.undo = function (t, doc) function
1495 t.undo = function (t, doc) function
1516 t.undo = function (t, doc) function
1641 t.undo = function (t, doc) function
[all …]
/dports/deskutils/semantik/semantik-1.2.7/src/fig/
H A Dmem_box.cpp25 void mem_del_box::undo() in undo() function in mem_del_box
70 void mem_add_box::undo() in undo() function in mem_add_box
100 void mem_edit_box::undo() in undo() function in mem_edit_box
132 void mem_link_box::undo() { in undo() function in mem_link_box
196 void mem_prop_box::undo() { in undo() function in mem_prop_box
229 void mem_pos_box::undo() { in undo() function in mem_pos_box
275 void mem_size_box::undo() { in undo() function in mem_size_box
335 void mem_import_box::undo() in undo() function in mem_import_box
423 void mem_matrix::undo() { in undo() function in mem_matrix
472 void mem_class::undo() { in undo() function in mem_class
[all …]
/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/
H A Dfunchandlers-GTK.cpp95 UndoableCommand undo( "bobToolz.intersect" ); in DoIntersect() local
147 UndoableCommand undo( "bobToolz.polygons" ); in DoPolygons() local
195 UndoableCommand undo( "bobToolz.fixBrushes" ); in DoFixBrushes() local
205 UndoableCommand undo( "bobToolz.resetTextures" ); in DoResetTextures() local
243 UndoableCommand undo( "bobToolz.buildStairs" ); in DoBuildStairs() local
335 UndoableCommand undo( "bobToolz.buildDoors" ); in DoBuildDoors() local
365 UndoableCommand undo( "bobToolz.pathPlotter" ); in DoPathPlotter() local
396 UndoableCommand undo( "bobToolz.pitBuilder" ); in DoPitBuilder() local
498 UndoableCommand undo( "bobToolz.splitPatch" ); in DoSplitPatch() local
668 UndoableCommand undo( "bobToolz.treePlanter" ); in DoTreePlanter() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text.tests/src/org/eclipse/text/tests/
H A DTextEditTests.java359 UndoEdit undo= fRoot.apply(fDocument); in testInsert1() local
374 UndoEdit undo= fRoot.apply(fDocument); in testInsert2() local
391 UndoEdit undo= fRoot.apply(fDocument); in testInsert3() local
404 UndoEdit undo= fRoot.apply(fDocument); in testInsert4() local
416 UndoEdit undo= fRoot.apply(fDocument); in testInsert5() local
430 UndoEdit undo= fRoot.apply(fDocument); in testInsertReplace1() local
442 UndoEdit undo= fRoot.apply(fDocument); in testDelete1() local
457 UndoEdit undo= fRoot.apply(fDocument); in testDelete2() local
472 UndoEdit undo= fRoot.apply(fDocument); in testDelete3() local
490 UndoEdit undo= fRoot.apply(fDocument); in testDeleteWithChildren() local
[all …]
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dpatchmanip.cpp429 UndoableCommand undo( "patchCreateCaps" ); in Patch_Endcap() local
435 UndoableCommand undo( "patchCreateBevel" ); in Patch_Bevel() local
453 UndoableCommand undo( "patchCreateCone" ); in Patch_Cone() local
459 UndoableCommand undo( "patchCreatePlane" ); in Patch_Plane() local
471 UndoableCommand undo( "patchAddColumns" ); in Patch_InsertAddColumn() local
477 UndoableCommand undo( "patchInsertRows" ); in Patch_InsertInsertRow() local
483 UndoableCommand undo( "patchAddRows" ); in Patch_InsertAddRow() local
513 UndoableCommand undo( "patchInvert" ); in Patch_Invert() local
531 UndoableCommand undo( "patchSmoothRows" ); in Patch_SmoothRows() local
543 UndoableCommand undo( "patchTranspose" ); in Patch_Transpose() local
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dtrail.h54 void undo(Ctx & ctx) override { in undo() function
75 void undo(Ctx & ctx) override { in undo() function
93 void undo(Ctx & ctx) override { in undo() function
107 void undo(Ctx & ctx) override { in undo() function
127 void undo(Ctx & ctx) override { in undo() function
147 void undo(Ctx & ctx) override { in undo() function
169 void undo(Ctx & ctx) override { in undo() function
272 virtual void undo(Ctx & ctx) { in undo() function
290 virtual void undo(Ctx & ctx) { in undo() function
321 virtual void undo(Ctx & ctx) { in undo() function
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dpul_primitives.cpp175 void UpdDelete::undo() in undo() function in zorba::simplestore::UpdDelete
278 void UpdInsertChildren::undo() in undo() function in zorba::simplestore::UpdInsertChildren
439 void UpdReplaceChild::undo() in undo() function in zorba::simplestore::UpdReplaceChild
471 void UpdRenameElem::undo() in undo() function in zorba::simplestore::UpdRenameElem
620 void UpdRenameAttr::undo() in undo() function in zorba::simplestore::UpdRenameAttr
717 void UpdRevalidate::undo() in undo() function in zorba::simplestore::UpdRevalidate
776 void UpdRenamePi::undo() in undo() function in zorba::simplestore::UpdRenamePi
862 void UpdPut::undo() in undo() function in zorba::simplestore::UpdPut
1381 void UpdCreateIndex::undo() in undo() function in zorba::simplestore::UpdCreateIndex
1422 void UpdDeleteIndex::undo() in undo() function in zorba::simplestore::UpdDeleteIndex
[all …]
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/matrix/
H A Dmatrixcommands.cpp49 void MatrixInsertColumnsCmd::undo() in undo() function in MatrixInsertColumnsCmd
74 void MatrixInsertRowsCmd::undo() in undo() function in MatrixInsertRowsCmd
104 void MatrixRemoveColumnsCmd::undo() in undo() function in MatrixRemoveColumnsCmd
137 void MatrixRemoveRowsCmd::undo() in undo() function in MatrixRemoveRowsCmd
170 void MatrixClearCmd::undo() in undo() function in MatrixClearCmd
199 void MatrixClearColumnCmd::undo() in undo() function in MatrixClearColumnCmd
295 void MatrixSetFormatCmd::undo() in undo() function in MatrixSetFormatCmd
320 void MatrixSetDigitsCmd::undo() in undo() function in MatrixSetDigitsCmd
345 void MatrixSetFormulaCmd::undo() in undo() function in MatrixSetFormulaCmd
456 void MatrixTransposeCmd::undo() in undo() function in MatrixTransposeCmd
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/
H A Dselect.cpp67 UndoableCommand undo("mirrorSelected -axis x"); in Selection_Flipx() local
73 UndoableCommand undo("mirrorSelected -axis y"); in Selection_Flipy() local
79 UndoableCommand undo("mirrorSelected -axis z"); in Selection_Flipz() local
139 UndoableCommand undo("rotateSelected -axis x -angle -90"); in Selection_Rotatex() local
145 UndoableCommand undo("rotateSelected -axis y -angle 90"); in Selection_Rotatey() local
151 UndoableCommand undo("rotateSelected -axis z -angle -90"); in Selection_Rotatez() local
167 UndoableCommand undo(command.str()); in Selection_NudgeZ() local
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dchangelayer.h65 void undo() override { swap(); } in undo() function
86 void undo() override { swap(); } in undo() function
108 void undo() override { setOpacity(mOldOpacity); } in undo() function
131 void undo() override { setTintColor(mOldTintColor); } in undo() function
158 void undo() override { setOffset(mOldOffset); } in undo() function
183 void undo() override { setParallaxFactor(mOldParallaxFactor); } in undo() function
211 void undo() override { swap(); } in undo() function
/dports/editors/jupp/jupp/
H A Dundo.c64 UNDO *undo = (UNDO *) alitem(&frdos, sizeof(UNDO)); in undomk() local
76 void undorm(UNDO *undo) in undorm()
109 UNDO *undo = bw->b->undo; in uundo() local
141 UNDO *undo = bw->b->undo; in uredo() local
164 UNDO *undo; in umclear() local
176 static void undogc(UNDO *undo) in undogc()
194 UNDO *undo; in undomark() local
210 static void undoover(UNDO *undo) in undoover()
215 void undoins(UNDO *undo, P *p, long size) in undoins()
315 void undodel(UNDO *undo, long where, B *b) in undodel()
/dports/graphics/tikzit/tikzit-2.1.6/src/gui/
H A Dundocommands.cpp30 void GraphUpdateCommand::undo() in undo() function in GraphUpdateCommand
55 void MoveCommand::undo() in undo() function in MoveCommand
95 void EdgeBendCommand::undo() in undo() function in EdgeBendCommand
145 void DeleteCommand::undo() in undo() function in DeleteCommand
201 void AddNodeCommand::undo() in undo() function in AddNodeCommand
242 void AddEdgeCommand::undo() in undo() function in AddEdgeCommand
380 void PasteCommand::undo() in undo() function in PasteCommand
454 void ChangeLabelCommand::undo() in undo() function in ChangeLabelCommand
580 void ReorderCommand::undo() in undo() function in ReorderCommand
635 void MakePathCommand::undo() in undo() function in MakePathCommand
[all …]

12345678910>>...126