aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix English grammar in some doc strings and commentsStephen Gildea2019-11-031-1/+1
* Handle top margin change in adjust_frame_sizeMartin Rudalics2019-10-161-6/+5
* Fix initial value of frame-inhibit-implied-resizeJuri Linkov2019-10-141-13/+8
* Fix initial value of frame-inhibit-implied-resizeJuri Linkov2019-10-131-15/+17
* Fix initial value of frame-inhibit-implied-resizeEli Zaretskii2019-10-101-7/+11
* Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov2019-10-011-23/+8
* Take into account FRAME_TAB_BAR height in more places.Juri Linkov2019-09-221-3/+5
* Text-mode display of the tab-bar and emulation of clicking on a tty.Juri Linkov2019-09-031-0/+37
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-2/+80
* ; Improve a recent change.Eli Zaretskii2019-08-251-1/+2
* Clarify Fx_parse_geometry initializationPaul Eggert2019-08-241-5/+6
* Clarify compiler-pacifier in frame.cPaul Eggert2019-08-231-1/+1
* Avoid compilation warning in frame.cEli Zaretskii2019-08-231-1/+1
* Fix the interactive spec for set-frame-width/heightLars Ingebrigtsen2019-08-211-2/+2
* Allow set-frame-height/set-frame-width to be used interactivelyLars Ingebrigtsen2019-08-181-4/+12
* Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics2019-07-221-11/+7
* Remove printmax_t etc.Paul Eggert2019-07-071-8/+8
* Fix --with-x-toolkit=no build breakageYAMAMOTO Mitsuharu2019-04-271-2/+2
* * src/frame.c (x_get_resource_string): Fix typoAlexander Gramiak2019-04-261-1/+1
* Check for existence of terminal hooks before useAlexander Gramiak2019-04-261-16/+23
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-171/+169
* Merge from origin/emacs-26Glenn Morris2019-04-171-0/+1
|\
| * Fix the MSDOS build when running under CWSDPMIEli Zaretskii2019-04-151-0/+1
| * Backport: Plug memory leak in GTK x-display-monitor-attributes-listAlexander Gramiak2019-04-141-2/+2
* | Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-1/+2
* | Plug memory leak in GTK x-display-monitor-attributes-listAlexander Gramiak2019-04-071-2/+2
* | Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-161-3/+3
* | Rewrite minibuffer window resizing codeMartin Rudalics2019-03-111-0/+13
* | Further redesign of window change functionsMartin Rudalics2019-03-091-0/+36
* | Fix typo in fix for Bug#33498Paul Eggert2019-03-061-1/+1
* | Fix handling of minibuffer-only child frames (Bug#33498)Martin Rudalics2019-03-051-15/+84
* | Prevent introducing invalid scroll bar width/height values (Bug#34569)Martin Rudalics2019-03-041-20/+23
* | Simplify list creation in C codePaul Eggert2019-03-041-6/+4
* | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-3/+3
* | Add portable dumperDaniel Colascione2019-01-151-6/+22
* | Run window change functions during redisplayMartin Rudalics2019-01-111-4/+21
* | Use shortcuts for FlengthPaul Eggert2019-01-091-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-301-0/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-5/+9
* | Pacify gcc -Og -WuninitializedPaul Eggert2018-08-121-1/+1
* | ; Avoid compilation warnings under -OgEli Zaretskii2018-08-121-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-17/+10
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-17/+10
* | | More macro renamings for bignumTom Tromey2018-08-071-83/+83
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-111/+111
|/ /
* | Add after-delete-frame-functionsDaniel Colascione2018-06-111-0/+18
* | New focus management interfaceDaniel Colascione2018-06-111-21/+4
* | Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-281-0/+1