Home
last modified time | relevance | path

Searched refs:UNDO_PASTE (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/figurine/figurine-1.0.5/src/
H A Dundo.c115 case UNDO_PASTE: in kill_undo()
159 case UNDO_PASTE: in kill_undo()
373 case UNDO_PASTE: in register_undo()
429 case UNDO_PASTE: in do_undo()
580 case UNDO_PASTE: in do_redo()
H A Dpolygon.c192 register_undo(UNDO_PASTE,ob,view->doc); in commit_polygon()
H A Dellipse.c136 register_undo(UNDO_PASTE,ob,view->doc); in commit_ellipse()
H A Darc.c140 register_undo(UNDO_PASTE,ob,view->doc); in commit_arc()
H A Drectangle.c138 register_undo(UNDO_PASTE,ob,view->doc); in commit_rectangle()
H A Darcellipse.c143 register_undo(UNDO_PASTE,ob,view->doc); in commit_arcellipse()
H A Dhandle_menu.c182 register_undo(UNDO_PASTE,ob,view->doc); in paste_object()
H A Dspline.c483 register_undo(UNDO_PASTE,ob,view->doc); in spline_button()
H A Dpolyline.c264 register_undo(UNDO_PASTE,ob,view->doc); in polyline_button()
H A Dtext.c378 register_undo(UNDO_PASTE,mob,view->doc); in new_text()
/dports/science/devisor/devisor2.1/devisor2/grid/backend/undo/
H A DUndoManager.java97 case UNDO_PASTE : in notifyUndo()
266 case UNDO_PASTE : in performUndo()
525 case UNDO_PASTE : in performRedo()
701 public static final int UNDO_PASTE = 100120; field in UndoManager
/dports/graphics/rgbpaint/rgbpaint-0.8.7/src/
H A Dmemory.h177 #define UNDO_PASTE 7 /* Paste operation (current / RGBA) */ macro
H A Dcanvas.c80 if ( undo ) mem_undo_next(UNDO_PASTE); // Do memory stuff for undo in commit_paste()
H A Dmemory.c436 case UNDO_PASTE: /* Paste to current channel / RGBA */ in mem_undo_next()
/dports/graphics/figurine/figurine-1.0.5/src/include/
H A Ddefine.h212 typedef enum { UNDO_VOID, UNDO_OB_PROP, UNDO_CUT, UNDO_PASTE, UNDO_COMPOUND, UNDO_UNCOMPOUND } Undo… enumerator
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dmemory.h793 UNDO_PASTE, /* Paste operation (current / RGBA) */ enumerator
H A Dcanvas.c267 mem_undo_next(UNDO_PASTE); // Do memory stuff for undo in commit_paste()
H A Dmemory.c1730 case UNDO_PASTE: /* Paste to current channel / RGBA */ in mem_undo_next()
/dports/science/devisor/devisor2.1/devisor2/grid/GUI/event/
H A DGridListener.java1385 cc.um.notifyUndo (cc.um.UNDO_PASTE, selectedItems, info); in mouseClicked()