aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-gtk/view.c
AgeCommit message (Collapse)AuthorFilesLines
2025-04-18Gtk: prevent drag-and-drop interaction and block more possibly dangerous ↵Robin Haberkorn1-1/+12
touch and scroll events * You could drag and drop text into the Scintilla views, which would confuse SciTECO. * In the future, we might actually want to support programmable drag-and-drop support via special key macros.
2025-03-02refactored GTK implementation of teco_view_t into its own fileRobin Haberkorn1-0/+126
Also makes sense since all other GObject classes are in separate files.