aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-06Fix some problems with moving and resizing child framesMartin Rudalics1-0/+1
2020-04-05Improve integer range checkingPaul Eggert1-56/+43
2020-03-17Recalculate default font when switching font backendRobert Pluim1-5/+7
2020-01-07Fix NS frame parameters (bug#39000)Alan Third1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-23Fix documentation of implied frame resizing (Bug#38684)Martin Rudalics1-5/+5
2019-12-14Remove nothing from union output_dataPaul Eggert1-2/+0
2019-12-09Spelling fixesPaul Eggert1-2/+2
2019-11-03Fix English grammar in some doc strings and commentsStephen Gildea1-1/+1
2019-10-16Handle top margin change in adjust_frame_sizeMartin Rudalics1-6/+5
2019-10-14Fix initial value of frame-inhibit-implied-resizeJuri Linkov1-13/+8
2019-10-13Fix initial value of frame-inhibit-implied-resizeJuri Linkov1-15/+17
2019-10-10Fix initial value of frame-inhibit-implied-resizeEli Zaretskii1-7/+11
2019-10-01Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov1-23/+8
2019-09-22Take into account FRAME_TAB_BAR height in more places.Juri Linkov1-3/+5
2019-09-03Text-mode display of the tab-bar and emulation of clicking on a tty.Juri Linkov1-0/+37
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov1-2/+80
2019-08-25; Improve a recent change.Eli Zaretskii1-1/+2
2019-08-24Clarify Fx_parse_geometry initializationPaul Eggert1-5/+6
2019-08-23Clarify compiler-pacifier in frame.cPaul Eggert1-1/+1
2019-08-23Avoid compilation warning in frame.cEli Zaretskii1-1/+1
2019-08-21Fix the interactive spec for set-frame-width/heightLars Ingebrigtsen1-2/+2
2019-08-18Allow set-frame-height/set-frame-width to be used interactivelyLars Ingebrigtsen1-4/+12
2019-07-22Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics1-11/+7
2019-07-07Remove printmax_t etc.Paul Eggert1-8/+8
2019-04-27Fix --with-x-toolkit=no build breakageYAMAMOTO Mitsuharu1-2/+2
2019-04-26* src/frame.c (x_get_resource_string): Fix typoAlexander Gramiak1-1/+1
2019-04-26Check for existence of terminal hooks before useAlexander Gramiak1-16/+23
2019-04-26Rename generic x_* identifiersAlexander Gramiak1-171/+169
2019-04-15Fix the MSDOS build when running under CWSDPMIEli Zaretskii1-0/+1
2019-04-14Backport: Plug memory leak in GTK x-display-monitor-attributes-listAlexander Gramiak1-2/+2
2019-04-14Simplify gdk_monitor_get_model string duplicationAlexander Gramiak1-2/+1
2019-04-13Fix segmentation fault with gdk_monitor_get_model (Bug#35259)Alexander Gramiak1-1/+2
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert1-1/+2
2019-04-07Plug memory leak in GTK x-display-monitor-attributes-listAlexander Gramiak1-2/+2
2019-03-16Define macros to abstract support for external menu/tool-barsAlexander Gramiak1-3/+3
2019-03-11Rewrite minibuffer window resizing codeMartin Rudalics1-0/+13
2019-03-09Further redesign of window change functionsMartin Rudalics1-0/+36
2019-03-06Fix typo in fix for Bug#33498Paul Eggert1-1/+1
2019-03-05Fix handling of minibuffer-only child frames (Bug#33498)Martin Rudalics1-15/+84
2019-03-04Prevent introducing invalid scroll bar width/height values (Bug#34569)Martin Rudalics1-20/+23
2019-03-04Simplify list creation in C codePaul Eggert1-6/+4
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert1-3/+3
2019-01-15Add portable dumperDaniel Colascione1-6/+22
2019-01-11Run window change functions during redisplayMartin Rudalics1-4/+21
2019-01-09Use shortcuts for FlengthPaul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-27Improve bignum support for system typesPaul Eggert1-5/+9
2018-08-12Pacify gcc -Og -WuninitializedPaul Eggert1-1/+1
2018-08-12; Avoid compilation warnings under -OgEli Zaretskii1-1/+1