summaryrefslogtreecommitdiff
path: root/lisp/frame.el
Commit message (Expand)AuthorAgeFilesLines
* Sanitize frame geometry related functionsMartin Rudalics2015-08-211-4/+116
* Move window edge functions to Elisp.Martin Rudalics2015-08-191-0/+18
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-161-2/+2
* Fix some issues with `window-divider-mode'Martin Rudalics2015-07-031-61/+48
* Document new `window-divider-mode'.Martin Rudalics2015-07-021-2/+3
* Improve accessibility of window dividers. (Bug#20183)Martin Rudalics2015-07-021-0/+128
* Replace gui-method macros with cl-generic with &contextStefan Monnier2015-05-231-27/+13
* Quieten compilation, eg in --without-x builds.Glenn Morris2015-05-081-0/+1
* Merge from origin/emacs-24Paul Eggert2015-03-031-1/+5
|\
| * Avoid erratic behavior of menu-bar tooltips on w32 (Bug#19925)Eli Zaretskii2015-02-231-1/+5
* | Merge from origin/emacs-24Paul Eggert2015-03-031-3/+23
|\ \ | |/
| * Don't lose frame's background color when setting foreground (Bug#19802)Eli Zaretskii2015-02-081-2/+14
| * Fix handling of frame color parameters in TTY sessions (Bug#19802)Eli Zaretskii2015-02-081-3/+11
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Support daemon mode on MS-Windows (bug#19688)Mark Laws2015-02-271-1/+2
* | Add manual entry for fullscreen-restore parameter.Martin Rudalics2015-02-111-1/+1
* | Improve toggling fullscreen state of frames.Martin Rudalics2015-02-111-37/+36
* | Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-071-5/+18
* | Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-121-23/+35
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* | * lisp/select.el: Use lexical-binding.Stefan Monnier2014-10-221-1/+1
* | Get rid of backend-dependent selection-handling functions for kill/yankStefan Monnier2014-10-211-19/+18
* | Merge from emacs-24; up to 2014-07-22T06:37:31Z!yamaoka@jpl.orgGlenn Morris2014-10-081-2/+24
|\ \ | |/
| * Doc tweaksGlenn Morris2014-10-081-5/+14
| * * lisp/frame.el: Fix doc typo in previousGlenn Morris2014-10-081-1/+1
| * Fix bug #18636 with documentation of multi-monitor displays.Eli Zaretskii2014-10-081-3/+16
* | * lisp/frame.el (make-frame): Use t rather than nil for `w'.Stefan Monnier2014-10-081-15/+18
* | Add documentation for horizontal scroll bars and fix some minor issues.Martin Rudalics2014-10-041-10/+12
* | Merge from emacs-24; up to 2014-07-20T16:14:58Z!dmantipov@yandex.ruGlenn Morris2014-10-041-12/+10
|\ \ | |/
| * Doc tweaks re multi-monitorGlenn Morris2014-10-031-12/+10
* | Merge from emacs-24; up to 2014-07-16T17:06:12Z!rgm@gnu.orgGlenn Morris2014-10-031-0/+10
|\ \ | |/
| * Mention `frame-resize-pixelwise' to make frames truly fullscreen or maximized.Martin Rudalics2014-10-031-0/+10
* | * lisp/frame.el: Use lexical-binding.Stefan Monnier2014-10-021-2/+2
* | Consolidate x-select-text.Stefan Monnier2014-10-011-17/+32
* | Clean up initialization and customization of horizontal scroll bars.Martin Rudalics2014-09-031-4/+0
* | Refer to MS-DOS using the same name everywhere.Reuben Thomas2014-08-071-2/+2
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-47/+30
* | * frame.el: Remove old comment.Glenn Morris2014-06-131-8/+1
|/
* Fix bug #17532 with unclear docs of setting frame's font.Eli Zaretskii2014-05-211-4/+4
* * lisp/emacs-lisp/timer.el (timer-event-handler): Don't run if canceled.Stefan Monnier2014-05-181-3/+1
* Improve documentation of blink-cursor-mode and its customization variables.Eli Zaretskii2014-04-131-2/+8
* lisp/frame.el (make-frame): Don't quote display name in error message.Juanma Barranquero2014-03-231-1/+1
* Minor doc tweaks for display-*-width, heightGlenn Morris2014-03-021-18/+28
* lisp/frame.el: Remove a couple of obsolete FIXME comments.Juanma Barranquero2014-03-011-2/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix bug #14739 with creation of GUI frames from TTY session on Windows.Eli Zaretskii2013-12-281-4/+8
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-0/+2
* * lisp/frame.el (handle-focus-in, handle-focus-out): Add missingStefan Monnier2013-11-251-0/+2
* * lisp/frame.el (handle-focus-in, handle-focus-out): Move from frame.c.Stefan Monnier2013-11-241-15/+30