index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-26
Glenn Morris
2018-12-10
1
-60
/
+82
|
\
|
*
A few further fixes of window internals description
Martin Rudalics
2018-12-03
1
-60
/
+82
*
|
Merge from origin/emacs-26
Glenn Morris
2018-11-20
1
-4
/
+8
|
\
|
|
*
Improve documentation of the window tree
Eli Zaretskii
2018-11-19
1
-4
/
+8
*
|
Shrink pseudovectors a bit
Paul Eggert
2018-09-06
1
-1
/
+1
*
|
Use native alignment to access Lisp object data
Paul Eggert
2018-06-10
1
-1
/
+1
*
|
Make tooltip code handle scenarios from Bug#30182 and Bug#30399
Martin Rudalics
2018-02-10
1
-0
/
+9
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Fix tool-tip display when display margins are non-zero by default
Eli Zaretskii
2017-12-09
1
-1
/
+2
*
Change vectorlike from struct to union
Paul Eggert
2017-11-13
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Provide additional support for child frames
Martin Rudalics
2017-06-25
1
-111
/
+89
*
Refactor uses of scroll_margin to a function
Noam Postavsky
2017-02-02
1
-0
/
+2
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Reorder lisp.h to declare types before using them
Paul Eggert
2016-12-25
1
-0
/
+19
*
|
Ensure redisplay using variable watcher
Noam Postavsky
2016-12-02
1
-1
/
+0
*
|
Merge from origin/emacs-25
Paul Eggert
2016-09-26
1
-2
/
+2
|
\
|
|
*
Fix comments on window height macros
Noam Postavsky
2016-09-11
1
-2
/
+2
*
|
* src/window.c (sanitize_window_sizes): Remove unused arg `frame'
Stefan Monnier
2016-08-02
1
-1
/
+1
*
|
Port window changes to --enable-gcc-warnings
Paul Eggert
2016-08-02
1
-1
/
+1
*
|
Implement horizontal scroll bars on NS
Alan Third
2016-05-01
1
-1
/
+1
*
|
Merge from origin/emacs-25
John Wiegley
2016-03-11
1
-2
/
+2
|
\
|
|
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
|
Minor cleanups for async DNS etc.
Paul Eggert
2016-02-23
1
-1
/
+0
*
|
Fix `window-configuration-change-hook' and `window-size-change-functions'
Martin Rudalics
2016-02-23
1
-4
/
+12
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Ensure redisplay after evaluation
Eli Zaretskii
2015-11-06
1
-0
/
+1
*
Avoid some int overflows in window.c
Paul Eggert
2015-04-13
1
-3
/
+3
*
Use bool for boolean in window.c
Paul Eggert
2015-04-11
1
-7
/
+7
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-1
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Merge from emacs-24
Stefan Monnier
2014-11-16
1
-1
/
+1
|
\
|
*
src/window.h (WINDOW_FRAME_LINE_HEIGHT): Fix a typo in a comment.
Eli Zaretskii
2014-11-15
1
-1
/
+1
*
|
Pacify --enable-gcc-warnings when no window system is used.
Paul Eggert
2014-09-10
1
-2
/
+8
*
|
Fix scroll bar handling for non-toolkit builds.
Martin Rudalics
2014-08-04
1
-1
/
+3
*
|
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
Martin Rudalics
2014-07-27
1
-115
/
+182
|
/
*
Fix bug #17892 with mode/header line and display margins.
Eli Zaretskii
2014-07-01
1
-2
/
+4
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Use bool for boolean, focusing on headers.
Paul Eggert
2013-12-14
1
-43
/
+43
*
Support resizing frames and windows pixelwise.
Martin Rudalics
2013-11-30
1
-134
/
+184
*
Fix minor problems found by static checking.
Paul Eggert
2013-11-28
1
-16
/
+16
*
Refine redisplay optimizations to only redisplay *some* frames/windows
Stefan Monnier
2013-11-28
1
-16
/
+37
*
Add pre-redisplay-function and rectangular region
Stefan Monnier
2013-10-29
1
-4
/
+0
*
* window.h (struct window): Prefer enum text_cursor_kinds to int
Dmitry Antipov
2013-10-02
1
-3
/
+9
*
A simpler, centralized INLINE.
Paul Eggert
2013-09-20
1
-11
/
+8
*
Ifdef away frame tool bar code when it is not really used.
Dmitry Antipov
2013-09-11
1
-1
/
+4
*
Cache current header and mode line height for each window.
Dmitry Antipov
2013-09-05
1
-0
/
+6
*
* window.h (Vmouse_window, Vmouse_event): Remove the leftovers.
Dmitry Antipov
2013-09-02
1
-8
/
+0
*
Redesign redisplay interface to drop global output_cursor.
Dmitry Antipov
2013-08-28
1
-0
/
+19
[next]