summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Revert extra focus redirection in do_switch_frame (Bug#24803)Martin Rudalics2020-11-25
* Don't skip empty lines when fitting mini frame to buffer (Bug#44080)Clemens Radermacher2020-10-27
* ; * src/frame.c (syms_of_frame) <make-pointer-invisible>: Doc fix.Eli Zaretskii2020-09-19
* Fix some problems with moving and resizing child framesMartin Rudalics2020-04-06
* Recalculate default font when switching font backendRobert Pluim2020-03-17
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix documentation of implied frame resizing (Bug#38684)Martin Rudalics2019-12-23
* Remove nothing from union output_dataPaul Eggert2019-12-14
* Spelling fixesPaul Eggert2019-12-09
* Fix English grammar in some doc strings and commentsStephen Gildea2019-11-03
* Handle top margin change in adjust_frame_sizeMartin Rudalics2019-10-16
* Fix initial value of frame-inhibit-implied-resizeJuri Linkov2019-10-14
* Fix initial value of frame-inhibit-implied-resizeJuri Linkov2019-10-13
* Fix initial value of frame-inhibit-implied-resizeEli Zaretskii2019-10-10
* Remove unused code and reformat to 70 columns.Juri Linkov2019-10-01
* Take into account FRAME_TAB_BAR height in more places.Juri Linkov2019-09-22
* Text-mode display of the tab-bar and emulation of clicking on a tty.Juri Linkov2019-09-03
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* ; Improve a recent change.Eli Zaretskii2019-08-25
* Clarify Fx_parse_geometry initializationPaul Eggert2019-08-24
* Clarify compiler-pacifier in frame.cPaul Eggert2019-08-23
* Avoid compilation warning in frame.cEli Zaretskii2019-08-23
* Fix the interactive spec for set-frame-width/heightLars Ingebrigtsen2019-08-21
* Allow set-frame-height/set-frame-width to be used interactivelyLars Ingebrigtsen2019-08-18
* Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics2019-07-22
* Remove printmax_t etc.Paul Eggert2019-07-07
* Fix --with-x-toolkit=no build breakageYAMAMOTO Mitsuharu2019-04-27
* * src/frame.c (x_get_resource_string): Fix typoAlexander Gramiak2019-04-26
* Check for existence of terminal hooks before useAlexander Gramiak2019-04-26
* Rename generic x_* identifiersAlexander Gramiak2019-04-26
* Merge from origin/emacs-26Glenn Morris2019-04-17
|\
| * Fix the MSDOS build when running under CWSDPMIEli Zaretskii2019-04-15
| * Backport: Plug memory leak in GTK x-display-monitor-attributes-listAlexander Gramiak2019-04-14
* | Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-08
* | Plug memory leak in GTK x-display-monitor-attributes-listAlexander Gramiak2019-04-07
* | Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-16
* | Rewrite minibuffer window resizing codeMartin Rudalics2019-03-11
* | Further redesign of window change functionsMartin Rudalics2019-03-09
* | Fix typo in fix for Bug#33498Paul Eggert2019-03-06
* | Fix handling of minibuffer-only child frames (Bug#33498)Martin Rudalics2019-03-05
* | Prevent introducing invalid scroll bar width/height values (Bug#34569)Martin Rudalics2019-03-04
* | Simplify list creation in C codePaul Eggert2019-03-04
* | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* | Add portable dumperDaniel Colascione2019-01-15
* | Run window change functions during redisplayMartin Rudalics2019-01-11
* | Use shortcuts for FlengthPaul Eggert2019-01-09
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
| * Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-30