summaryrefslogtreecommitdiff
path: root/src/xfns.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-23Prefer ptrdiff_t to size_t when either will doPaul Eggert
2026-05-23Be more careful about size multiplicationPaul Eggert
2026-05-19Make X_ERROR_MESSAGE_SIZE dependency more explicitPaul Eggert
2026-05-01Remove the effect of x_gtk_resize_child_frames=hideDmitry Gutov
2026-05-01Try to resize or resize-and-move child frames in one updateDmitry Gutov
2026-04-28; Fix an inconsistency in C symbol namingEric S. Raymond
2026-04-18Pacify clang 21.1.8 + gdk-pixbuf 2.44Paul Eggert
2026-03-16Assign bit gravity to window in Lucid and Motif ports tooDmitry Gutov
2026-02-13Pacify GCC with gdk-pixbuf 2.44Paul Eggert
2026-01-24; Safer 'x-display-monitor-attributes-list'Eli Zaretskii
2026-01-13Add frame identifiers (bug#80138)Stéphane Marks
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-08Fix some C symbol extern visibilityPaul Eggert
2025-08-05Handle inhibiting implied resizing for frames without initial tool barMartin Rudalics
2025-07-26Add frame parameter which allows border transparencyGarklein
2025-04-17Delete duplicate docstrings in PGTK buildStefan Kangas
2025-03-10Fix handling of frame position valuesMartin Rudalics
2025-02-27Fix drag-and-drop treatment of reused tooltip framesPo Lu
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-19Remove remaining references to redisplay-dont-pauseGerd Möllmann
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-07-27Merge from origin/emacs-30Eli Zaretskii
2024-07-25Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas
2024-07-20SAFE_ALLOCA fixesPaul Eggert
2024-07-16Make error messages adhere to our standardsStefan Kangas
2024-06-22; * src/xfns.c (unwind_create_frame): Add missing definition.Eli Zaretskii
2024-06-20Correctly cache images when frames vary in their font metricsPo Lu
2024-06-19Avoid races between the tooltip and compositor on X and AndroidPo Lu
2024-04-30Pacify GCC 14 -Wnull-dereferencePaul Eggert
2024-04-30Pacify GCC 14 -Walloc-sizePaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-23Prevent tab bar from vanishing on AndroidPo Lu
2023-09-15Correct bug#65919Po Lu
2023-08-01Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-31Merge from origin/emacs-29Eli Zaretskii
2023-07-30Fix bug#64923Po Lu
2023-07-18Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-18Expose the ``cancellation'' of touch events to LispPo Lu
2023-07-17Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-17Don't deliver touch or pinch events from master or slave devicesPo Lu
2023-07-03Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-03Always provide `move-toolbar' when its position can be changedPo Lu
2023-06-21Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-06-21Allow displaying tool bar on the bottom of the framePo Lu
2023-05-22Merge remote-tracking branch 'origin/master' into feature/androidPo Lu