Home
last modified time | relevance | path

Searched refs:undo_queue (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktexthistory.c90 GQueue undo_queue; member
412 if (self->undo_queue.length > 0) in gtk_text_history_truncate_one()
447 clear_action_queue (&self->undo_queue); in gtk_text_history_finalize()
532 peek = g_queue_peek_tail (&self->undo_queue); in gtk_text_history_push()
728 action = g_queue_peek_tail (&self->undo_queue); in gtk_text_history_undo()
794 group = g_queue_peek_tail (&self->undo_queue); in gtk_text_history_begin_user_action()
820 peek = g_queue_peek_tail (&self->undo_queue); in gtk_text_history_end_user_action()
890 clear_action_queue (&self->undo_queue); in gtk_text_history_begin_irreversible_action()
912 clear_action_queue (&self->undo_queue); in gtk_text_history_end_irreversible_action()
955 if ((peek = g_queue_peek_tail (&self->undo_queue))) in gtk_text_history_modified_changed()
[all …]
/dports/games/battletanks/btanks-0.9.8083/editor/
H A Deditor.cpp77 undo_queue.push_back(cmd); in addCommand()
82 if (undo_queue.empty()) in currentCommand()
84 return undo_queue.back(); in currentCommand()
88 if (undo_queue.empty()) in undo()
92 undo_queue.back().undo(); in undo()
93 redo_queue.push_front(undo_queue.back()); in undo()
94 undo_queue.pop_back(); in undo()
104 undo_queue.push_back(redo_queue.front()); in redo()
135 undo_queue.clear(); in loadMap()
861 …if (lmb && _brush != NULL && !_brush->size.is0() && keys[SDLK_SPACE] == 0 && !undo_queue.empty()) … in onMouseMotion()
H A Deditor.h130 std::deque<Command> undo_queue, redo_queue; variable
/dports/sysutils/busybox/busybox-1.26.2/editors/
H A Dvi.c400 char undo_queue[CONFIG_FEATURE_VI_UNDO_QUEUE_MAX]; member
480 #define undo_queue (G.undo_queue ) macro
2305 undo_queue[CONFIG_FEATURE_VI_UNDO_QUEUE_MAX - undo_q] = *src; in undo_push()
2442 undo_push(undo_queue + CONFIG_FEATURE_VI_UNDO_QUEUE_MAX - undo_q, in undo_queue_commit()