| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | - | Paul Eggert | 2016-01-30 | 1 | -5/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | xwidgets style cleanup | Paul Eggert | 2016-01-22 | 1 | -5/+1 | |
| * | | | | | | | | | | | | | | | | | - | Paul Eggert | 2016-01-30 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | Support for the new Xwidget feature. | Joakim Verona | 2016-01-19 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | - | John Wiegley | 2016-01-18 | 1 | -17/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | Fix scrolling under scroll-preserve-screen-position on TTY | Eli Zaretskii | 2016-01-18 | 1 | -2/+19 | |
| | * | | | | | | | | | | | | | | | | Fix scrolling under scroll-preserve-screen-position and margins | Eli Zaretskii | 2016-01-18 | 1 | -15/+28 | |
| | * | | | | | | | | | | | | | | | | Fix crashes when mini-window has non-zero margins | Eli Zaretskii | 2016-01-15 | 1 | -4/+6 | |
| |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Move setting FRAME_WINDOW_SIZES_CHANGED to resize_frame_windows. | Martin Rudalics | 2015-11-23 | 1 | -31/+1 | |
| * | | | | | | | | | | | | | | | | Call 'window-size-change-functions' for mini-windows | Eli Zaretskii | 2015-11-21 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | Spelling fixes | Paul Eggert | 2015-11-10 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Update frame title when scrolling the selected window | Eli Zaretskii | 2015-10-24 | 1 | -12/+20 | |
| * | | | | | | | | | | | | | | | An even better fix for bug#21739 | Eli Zaretskii | 2015-10-24 | 1 | -1/+8 | |
| * | | | | | | | | | | | | | | | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -3/+0 | |
| * | | | | | | | | | | | | | | | In resize_frame_windows don't set a top position when resizing horizontally. | Martin Rudalics | 2015-10-07 | 1 | -5/+10 | |
| * | | | | | | | | | | | | | | | Try to avoid redisplaying all frames when creating a new one | Stefan Monnier | 2015-09-30 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | ; Yet another tweak of pos-visible-in-window-p doc string | Eli Zaretskii | 2015-09-30 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | ; Clarify docs of pos-visible-in-window-p some more | Eli Zaretskii | 2015-09-30 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | Clarify documentation of pos-visible-in-window-p | Eli Zaretskii | 2015-09-30 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | Omit unnecessary \ before paren in C docstrings | Paul Eggert | 2015-09-16 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | Add -Wswitch to --enable-gcc-warnings | Paul Eggert | 2015-09-16 | 1 | -3/+11 | |
| * | | | | | | | | | | | | | | | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS | Paul Eggert | 2015-08-26 | 1 | -4/+1 | |
| * | | | | | | | | | | | | | | | Move window edge functions to Elisp. | Martin Rudalics | 2015-08-19 | 1 | -186/+0 | |
| * | | | | | | | | | | | | | | | Remove unused DEFSYMs | Paul Eggert | 2015-05-31 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | Fix daemon crashes when linum-mode is turned on early on | Eli Zaretskii | 2015-05-14 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | | | Fix think-o in previous patch | Paul Eggert | 2015-04-14 | 1 | -8/+10 | |
| * | | | | | | | | | | | | | | | Avoid some int overflows in window.c | Paul Eggert | 2015-04-13 | 1 | -58/+51 | |
| * | | | | | | | | | | | | | | | Use bool for boolean in window.c | Paul Eggert | 2015-04-11 | 1 | -259/+251 | |
| * | | | | | | | | | | | | | | | Fix 'recenter' when visual-line-mode is turned on | Eli Zaretskii | 2015-04-10 | 1 | -10/+31 | |
| * | | | | | | | | | | | | | | | Speed up vertical-motion when screen coordinates are known | Eli Zaretskii | 2015-02-09 | 1 | -10/+11 | |
| * | | | | | | | | | | | | | | | Try to improve handling of fullwidth/-height frames. | Martin Rudalics | 2015-02-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Revert changes installed by xwidgets merge | Paul Eggert | 2015-02-01 | 1 | -6/+0 | |
| * | | | | | | | | | | | | | | | Merge branch 'master' into xwidget | Joakim Verona | 2015-01-25 | 1 | -6/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Count MANY function args more reliably | Paul Eggert | 2015-01-25 | 1 | -6/+4 | |
| * | | | | | | | | | | | | | | | | merge master | Joakim Verona | 2015-01-16 | 1 | -1/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Tune pseudovector allocation assuming Qnil == 0 | Dmitry Antipov | 2015-01-16 | 1 | -1/+10 | |
| * | | | | | | | | | | | | | | | | merge master | Joakim Verona | 2015-01-15 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Support const and noreturn DEFUN attributes. | Dmitry Antipov | 2015-01-13 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | Adjust frame heights to real height of tool bar. | Martin Rudalics | 2015-01-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | merge master, fix conflicts | Joakim Verona | 2015-01-11 | 1 | -22/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | src/window.c (Fwindow_body_width): Doc fix. (Bug#19395) | Eli Zaretskii | 2015-01-08 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | | | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -21/+1 | |
| * | | | | | | | | | | | | | | | | Merge branch 'master' into xwidget | jave | 2015-01-05 | 1 | -0/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | 'temacs -nw' should not call missing functions | Paul Eggert | 2015-01-04 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | | | cleanups | jave | 2015-01-04 | 1 | -3/+0 | |
| * | | | | | | | | | | | | | | | | merge master | jave | 2015-01-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Merge branch 'master' into xwidget | Joakim Verona | 2014-12-23 | 1 | -484/+157 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Add code for "preserving" window sizes. | Martin Rudalics | 2014-12-18 | 1 | -5/+1 | |