summaryrefslogtreecommitdiff
path: root/src/xterm.c
AgeCommit message (Expand)Author
2026-06-04Avoid background fills on parent during child frame resize/move/hideDmitry Gutov
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-23Be more careful about size multiplicationPaul Eggert
2026-05-23Fix misleading x_dnd_begin_drag_and_drop APIPaul Eggert
2026-05-23New function memory_full_upPaul Eggert
2026-05-19Make X_ERROR_MESSAGE_SIZE dependency more explicitPaul Eggert
2026-05-11[GTK3] On Expose, repaint the border before the contentDmitry Gutov
2026-05-07[GTK3] Move the frame to position before showingDmitry Gutov
2026-05-06Fix flicker of child frame right after make-frame-visibleDmitry Gutov
2026-05-01Don't wait out the whole event timeout unnecessarilyDmitry Gutov
2026-05-01Try to resize or resize-and-move child frames in one updateDmitry Gutov
2026-04-24Don't modify kbd_fetch_ptr in x_delete_selection_requests (bug#80863)Pip Cet
2026-04-10Don't continue FOR_EACH_FRAME loops after delete_frame (bug#80789)Pip Cet
2026-04-10Don't accept dead selected_frame in x_connection_closed (bug#80789)Pip Cet
2026-03-22Fix no-focus-on-map on X without GTKBasil L. Contovounesios
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-22Add functions to set frame size and position in one compound stepMartin Rudalics
2025-12-09Port back to GTK2Paul Eggert
2025-12-09; Fix a typo in xterm.[ch].Eli Zaretskii
2025-12-08Fix some C symbol extern visibilityPaul Eggert
2025-09-27Prefer coarse timestamps when using X syncPaul Eggert
2025-09-04Fix crash when the same XI device appears in multiple hierarchy eventsPo Lu
2025-07-26Add frame parameter which allows border transparencyGarklein
2025-06-28Properly invalidate XRender surfaces when only EmacsFrame is resizedPo Lu
2025-05-05Synchronize Android and Haiku terminal frontends with XPo Lu
2025-05-04Fix support of 'mouse-highlight' on X (bug#78218)Gerd Möllmann
2025-04-22; Fix thinko in recent commitStefan Kangas
2025-04-19xterm.c: Move GTK3-specific variables into narrower scopesStefan Kangas
2025-04-13Use a pristine copy of argv to restart EmacsJens Schmidt
2025-03-10Fix bug#76805Po Lu
2025-03-03Revert “Avoid some union buffered_input_event uses”Paul Eggert
2025-03-03Avoid some union buffered_input_event usesPaul Eggert
2025-02-12Handle negative frame position values in xterm.c (Bug#76190)Martin Rudalics
2025-02-12X11 drag-and-drop correctionsPo Lu
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-26Protect against GCing of last_mouse_windowPaul Eggert
2025-01-26Use gtk_disable_setlocalePaul Eggert
2025-01-26Avoid unlikely int overflow.Paul Eggert
2025-01-21Don’t silently truncate connection-lost diagnosticPaul Eggert
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-19Prefer 'list (...)' to 'listn (N, ...)'Stefan Kangas
2025-01-09In xt_action_hook don't act on deleted window's scroll bar (Bug#75120)Martin Rudalics
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-19Remove remaining references to redisplay-dont-pauseGerd Möllmann
2024-12-12Pure storage removal: Remove purecopy hash table flagPip Cet
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-08-22Prefer static_assert to verifyStefan Kangas
2024-08-16Fix x_construct_mouse_click || vs | typoPaul Eggert
2024-07-27Merge from origin/emacs-30Eli Zaretskii