summaryrefslogtreecommitdiff
path: root/src/frame.c
AgeCommit message (Expand)Author
2022-04-06Improve safety of haiku-drag-messagePo Lu
2022-04-04Handle mouse movement correctly during DND from one of our own framesPo Lu
2022-04-03Implement `drag-source' values of `track-mouse' on PGTK.Po Lu
2022-03-24Mention frame-text-* function in frame-pixel-* doc stringsLars Ingebrigtsen
2022-03-19Remove unused fns/data and make fns staticPaul Eggert
2022-03-11* src/frame.c (scroll_bar_adjust_thumb_portion_p): Adjust doc string.Po Lu
2022-03-04Improve scroll-bar-mode/default-frame-alist interaction docsLars Ingebrigtsen
2022-02-24Add support for _NET_WM_STATE_SHADEDPo Lu
2022-01-31Implement `alpha-background' on non-Cairo buildsPo Lu
2022-01-30* lisp/frame.el: Don't require 'frameset.el' (bug#51883).Juri Linkov
2022-01-30Add background transparency support for GTK+CairoHÃ¥kon Flatval
2022-01-19Rename system tooltip variables to `use-system-tooltips'Po Lu
2022-01-17Revert "Add undelete-frame-max instead of undelete-frame-mode (bug#51883)"Eli Zaretskii
2022-01-16Add undelete-frame-max instead of undelete-frame-mode (bug#51883)Juri Linkov
2022-01-13Undelete deleted frames.Gregory Heytings
2022-01-07Minor improvements for 'pgtk' documentationEli Zaretskii
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-06* src/frame.c (gui_set_border_width): Revert confused changesYuuki Harano
2021-11-30Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu
2021-11-24* src/frame.c (syms_of_frame): Revert frame_resize_pixelwise defaults to falseYuuki Harano
2021-11-23* src/frame.c (Fframep): Fix commentYuuki Harano
2021-11-21; Fix a few haiku typosRobert Pluim
2021-11-20Add support for the Haiku operating system and its window systemPo Lu
2021-11-11Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-11-06General improvements to NS portPo Lu
2021-10-20Refer to mouse-highlight from make-pointer-invisible docstringStefan Kangas
2021-09-03; Fix typosStefan Kangas
2021-09-02Fix 'clone-frame' on TTY framesEli Zaretskii
2021-08-23Improve recently-changed docsEli Zaretskii
2021-08-23Clarify the documentation of `next-frame'Lars Ingebrigtsen
2021-07-25Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-07-21Speed up by storing frame faces in hash tables instead of alistsJashank Jeremy
2021-06-13Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-05-31Make frames record when their selected window was the mini-windowAlan Mackenzie
2021-05-22* src/frame.c (Fframep): Update framep docstringColin Woodbury
2021-05-19Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-05-12Handle Bug#24526 without breaking Emacs on tiling WMs (Bug#48268)Martin Rudalics
2021-05-06Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-05-06Fix wrong handling of minibuffers when frames get iconified/made invisibleAlan Mackenzie
2021-05-05Fix setting of 'width' and 'height' frame parametersMartin Rudalics
2021-05-03Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-05-02Add two changes announced but not included in previous commitMartin Rudalics
2021-05-02Make adjust_frame_size set up frame's new_width/_height too (Bug#17120)Martin Rudalics
2021-04-27Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-04-27Major rewrite of adjust_frame_sizeMartin Rudalics
2021-04-25Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-04-18Avoid selecting tooltip windows and frames (Bug#47207)Martin Rudalics
2021-04-18Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-04-16Improve docstring of 'frame-scale-factor'Robert Pluim