summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-1/+1
* Support input method ``text conversion'' on X WindowsPo Lu2023-02-121-1/+1
* Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Improve performance of other_frames and XTfullscreen_hookPo Lu2022-12-031-0/+49
|/
* Fix crashes and memory leaks during display deinitializationPo Lu2022-12-011-3/+10
* Fix automatic DPI adjustment and add workarounds for some systemsPo Lu2022-11-191-21/+59
* Fix bug#59371Po Lu2022-11-191-2/+10
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-1/+1
* Fix last change againPo Lu2022-11-151-0/+7
* More fixes to last changePo Lu2022-11-151-2/+26
* src/frame.c (do_switch_frame): Fix bug#58343Stefan Monnier2022-10-121-12/+16
* Merge from origin/emacs-28Stefan Kangas2022-09-191-1/+1
|\
| * ; Minor copyedits of *-frame-alist doc stringsEli Zaretskii2022-09-181-1/+1
* | Revert "Improve X event timestamp tracking"Po Lu2022-08-071-20/+0
* | Improve X event timestamp trackingDaniel Colascione2022-08-061-0/+20
* | Make frame synchronization a frame parameterPo Lu2022-08-011-2/+4
* | Fix closing displays when preserving selections is enabledPo Lu2022-07-131-1/+15
* | Remove now unused parameter TRACK from do_switch_frame.Alan Mackenzie2022-07-081-8/+4
* | Remove obscure, obsolete code from do_switch_frameAlan Mackenzie2022-07-071-53/+0
* | Improve grabbing detection with multiple master devices (MPX)Po Lu2022-06-241-1/+3
* | Rewrite PGTK selection code from scratchPo Lu2022-06-211-0/+11
* | Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-12/+12
* | Merge from origin/emacs-28Stefan Kangas2022-05-291-1/+7
|\ \ | |/
| * do_switch_frame: before leaving mini-window, check other (mru) window is liveAlan Mackenzie2022-05-281-1/+7
* | Fix frame destruction issues and misuse of x_get_atom_namePo Lu2022-05-281-1/+2
* | Merge from origin/emacs-28Eli Zaretskii2022-05-251-0/+7
|\ \ | |/
| * Restore the Fselect_window call in gui_consider_frame_title.Alan Mackenzie2022-05-201-0/+7
* | Audit quoting symbols in C doc stringsLars Ingebrigtsen2022-05-241-1/+1
* | Better fix for disappearing menu items on NSPo Lu2022-05-141-5/+1
* | Work around deleting tooltip frames clearing menubars on NSPo Lu2022-05-141-1/+6
* | Improve safety of haiku-drag-messagePo Lu2022-04-061-0/+4
* | Handle mouse movement correctly during DND from one of our own framesPo Lu2022-04-041-0/+4
* | Implement `drag-source' values of `track-mouse' on PGTK.Po Lu2022-04-031-9/+21
* | Mention frame-text-* function in frame-pixel-* doc stringsLars Ingebrigtsen2022-03-241-1/+7
* | Remove unused fns/data and make fns staticPaul Eggert2022-03-191-1/+1
* | * src/frame.c (scroll_bar_adjust_thumb_portion_p): Adjust doc string.Po Lu2022-03-111-1/+1
* | Improve scroll-bar-mode/default-frame-alist interaction docsLars Ingebrigtsen2022-03-041-4/+14
* | Add support for _NET_WM_STATE_SHADEDPo Lu2022-02-241-0/+4
* | Implement `alpha-background' on non-Cairo buildsPo Lu2022-01-311-0/+1
* | * lisp/frame.el: Don't require 'frameset.el' (bug#51883).Juri Linkov2022-01-301-0/+8
* | Add background transparency support for GTK+CairoHåkon Flatval2022-01-301-0/+29
* | Rename system tooltip variables to `use-system-tooltips'Po Lu2022-01-191-0/+8
* | Revert "Add undelete-frame-max instead of undelete-frame-mode (bug#51883)"Eli Zaretskii2022-01-171-1/+1
* | Add undelete-frame-max instead of undelete-frame-mode (bug#51883)Juri Linkov2022-01-161-1/+1
* | Undelete deleted frames.Gregory Heytings2022-01-131-1/+4
* | Minor improvements for 'pgtk' documentationEli Zaretskii2022-01-071-0/+2
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * src/frame.c (gui_set_border_width): Revert confused changesYuuki Harano2021-12-061-7/+0