summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* fixup! Revert x_frame_parameter -> frame_parameter_pos changeAlexander Gramiak2019-04-161-1/+1
* fixup! Check for existence of terminal hooks before useAlexander Gramiak2019-04-161-1/+1
* Check for existence of terminal hooks before useAlexander Gramiak2019-04-151-15/+22
* Revert Qx_* -> Qgui_* symbol changeAlexander Gramiak2019-04-141-7/+7
* Revert x_frame_parameter -> frame_parameter_pos changeAlexander Gramiak2019-04-141-3/+3
* Rename non-X x_* identifiers 2Alexander Gramiak2019-04-131-98/+104
* Rename non-X x_* identifiersAlexander Gramiak2019-04-131-88/+80
* 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
* | Merge from origin/emacs-26Glenn Morris2018-03-081-1/+1
|\ \ | |/
| * Replace some obsolete aliases in documentationGlenn Morris2018-03-061-1/+1
* | Stop keeping multiple doc copies for items defined multiple timesGlenn Morris2018-02-131-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-02-131-8/+23
|\ \ | |/
| * Avoid aborts in cm.c due to too small TTY frameEli Zaretskii2018-02-121-8/+23
* | Fix some tooltip related problemsMartin Rudalics2018-01-181-26/+33
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-161-0/+5
|\ \ | |/
| * FOR_EACH_FRAME no longer assumes frame-listPaul Eggert2017-12-151-5/+8
| * Don't run FOR_EACH_FRAME when there's no frame left (Bug#29961)Martin Rudalics2017-12-151-3/+5
* | Narrow pointer bounds when appropriatePaul Eggert2017-12-121-0/+5
|/
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Don't let delete_frame select a tooltip frame (Bug#27647)Martin Rudalics2017-11-181-1/+4
* Fix comparisons with tip_frame in GTK buildsEli Zaretskii2017-11-111-1/+5
* Fix minibuffer window related docs and strings (Bug#28978)Martin Rudalics2017-10-291-10/+5
* Fix the --without-x buildEli Zaretskii2017-10-021-0/+2