summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* src/window.c (Fwindow_body_width): Doc fix. (Bug#19395)Eli Zaretskii2014-12-18
* Fix bug #19060 with inaccurate pixel-based scrolling.Eli Zaretskii2014-11-15
* src/window.c (window_scroll_pixel_based): Fix a typo in a comment.Eli Zaretskii2014-11-03
* Fix bug #18545 with lack of scrolling a window when point goes out of view.Eli Zaretskii2014-09-29
* In Fresize_mini_window_internal set w->total_lines from w->pixel_height (Bug#...Martin Rudalics2014-09-11
* Second attempt to fix some doc-strings in window.c.Martin Rudalics2014-08-09
* Fix some doc-strings in window.c (Bug#18112) (Bug#18194).Martin Rudalics2014-08-08
* src/window.c (window_resize_check, window_resize_apply): Fix typos in comments.Eli Zaretskii2014-07-27
* Fix bug #17905 with display of point in partially visible line at end of window.Eli Zaretskii2014-07-04
* * src/window.c (save_window_save): Lookup window_point_insertion_type inStefan Monnier2014-04-16
* Update docs for select-window and buffer-list-update-hook.Martin Rudalics2014-03-07
* More window code related fixes and documentation changes.Martin Rudalics2014-03-06
* Various window code related fixes and documentation changes.Martin Rudalics2014-03-05
* Consider Vother_window_scroll_buffer valid iff it's a live buffer.Martin Rudalics2014-03-01
* More fixes for mouse glyph calculations (Bug#16647).Martin Rudalics2014-02-27
* Fixes around Bug#16647.Martin Rudalics2014-02-26
* Misc small frame/window docGlenn Morris2014-02-22
* Fix handling of window-min-height/-width (Bug#16738).Martin Rudalics2014-02-21
* In window_resize_apply adjust margin width, if necessary (Bug#16649).Martin Rudalics2014-02-07
* Constrain window body sizes.Martin Rudalics2014-02-07
* Fixes in window size functions around Bug#16430 and Bug#16470.Martin Rudalics2014-01-22
* Fix handling of internal borders (Bug#16348).Martin Rudalics2014-01-11
* Further adjust frame/window scrollbar width calculations.Martin Rudalics2014-01-02
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Fix last change of grow_mini_window.Martin Rudalics2013-12-31
* Some more fixes following pixelwise resize changes including one for Bug#16306.Martin Rudalics2013-12-31
* Some more tinkering with Bug#16051.Martin Rudalics2013-12-26
* Handle Bug#16207 by being more restrictive when running hooks.Martin Rudalics2013-12-22
* Some more fixes for pixelwise resizing.Martin Rudalics2013-12-20
* Various fixes around Bug#16013.Martin Rudalics2013-12-11
* * src/window.c (set_window_buffer): Update mode line.Stefan Monnier2013-12-07
* * src/window.c (select_window): Call second wset_redisplay before we changeStefan Monnier2013-12-04
* * src/window.c (window_scroll): Mark window for redisplay.Stefan Monnier2013-12-04
* Minor integer overflow fixes.Paul Eggert2013-12-03
* Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033)Martin Rudalics2013-12-03
* Minor integer overflow fixes.Paul Eggert2013-12-02
* Spelling and punctuation fixes.Paul Eggert2013-12-01
* Remove some unused items introduced during pixelwise change.Martin Rudalics2013-11-30
* src/w32term.c,window.c,xdisp.c: Remove unused variables.Juanma Barranquero2013-11-30
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-30
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-28
* * src/window.c (Fset_window_configuration): Move select_window later.Stefan Monnier2013-11-28
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-28
* Reset window_end_valid after some window changes (Bug#15957).Martin Rudalics2013-11-27
* * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-06
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-05
* Port to stricter C99 platforms.Paul Eggert2013-11-03
* Support menus on text-mode terminals.Eli Zaretskii2013-10-08
|\
| * Fix message-box and avoid compilation warnings.Eli Zaretskii2013-09-30