aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/frame.c (gui_set_font): Reference image cache after reassignment.Po Lu2024-06-201-0/+1
* ; * src/frame.c (make_frame): Typo.Po Lu2024-06-201-1/+1
* Correctly cache images when frames vary in their font metricsPo Lu2024-06-201-4/+30
* Maintain relationship between tool bar image and default font widthPo Lu2024-06-031-0/+4
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-4/+5
* Take fields into account during text conversionPo Lu2024-04-291-0/+1
* Support tooltips for fringe indicatorsVladimir Kazanov2024-04-131-0/+2
* Share hash table test structsMattias Engdegård2024-01-131-1/+1
* Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-131-2/+1
* Represent hash table weakness as an enum internallyMattias Engdegård2024-01-131-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-2/+2
* | Do not raise a different frame when closing a frameDaniel Martín2023-08-261-6/+9
* | ; Amend doc strings of two functionsPo Lu2023-08-221-1/+1
* | Don't enable scroll-bar-mode by default on AndroidPo Lu2023-07-181-3/+3
* | Implement a tool bar containing modifier keysPo Lu2023-07-041-0/+1
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-031-0/+13
|\ \
| * | Provide move-toolbar in a more appropriate placePo Lu2023-07-031-0/+13
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-06-251-4/+46
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-06-241-4/+46
| |\ \ | | |/
| | * Fix bug#64152 (Minibuffer sometimes goes "modal")Alan Mackenzie2023-06-211-4/+46
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-06-211-4/+2
|\ \ \ | |/ /
| * | Allow displaying tool bar on the bottom of the framePo Lu2023-06-211-4/+2
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-181-1/+1
|\ \ \ | |/ /
| * | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-1/+1
* | | Update Android portPo Lu2023-02-151-0/+17
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-02-121-1/+1
|\ \ \ | |/ /
| * | Support input method ``text conversion'' on X WindowsPo Lu2023-02-121-1/+1
* | | Update Android portPo Lu2023-01-191-0/+2
* | | * src/frame.c (make_monitor_attribute_list): Allow source to be NULL.Po Lu2023-01-131-2/+5
* | | Update Android portPo Lu2023-01-081-1/+1
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-021-1/+1
|\ \ \ | |/ /
| * | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
| |\ \ | | |/
| | * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | | Bring up the Android operating system and its window systemPo Lu2022-12-311-5/+25
|/ /
* | 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