| Commit message (Expand) | Author | Age | Files | Lines |
| * | * window.c: Fix error introduced by previous patch. | Tom Tromey | 2011-01-19 | 1 | -1/+1 |
| * | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -66/+13 |
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
| * | Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org. | Glenn Morris | 2011-01-15 | 1 | -13/+20 |
| |\ |
|
| | * | Avoid crash in Fselect_frame due to null selected_window (Bug#7728). | Martin Rudalics | 2011-01-14 | 1 | -18/+16 |
| * | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | | Merge changes from emacs-23 branch | Chong Yidong | 2011-01-02 | 1 | -0/+6 |
| |\ \
| |/ |
|
| | * | * src/window.c (Fmove_to_window_line): Avoid abort when called in a buffer | Stefan Monnier | 2010-12-25 | 1 | -0/+6 |
| * | | * window.c (syms_of_window): Add missing defsubr for window-use-time. | Štěpán Němec | 2010-12-29 | 1 | -0/+1 |
| * | | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -5/+11 |
| * | | Minor clean up to silence some gcc warnings. | Stefan Monnier | 2010-12-19 | 1 | -5/+6 |
| * | | Cleanup of window coordinate positioning code. | Chong Yidong | 2010-11-16 | 1 | -127/+97 |
| * | | Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.com | Chong Yidong | 2010-11-16 | 1 | -97/+127 |
| * | | Cleanup of window coordinate positioning code. | Chong Yidong | 2010-11-16 | 1 | -127/+97 |
| * | | * src/window.c (Fwindow_use_time): New function. | Martin Rudalics | 2010-11-13 | 1 | -0/+10 |
| * | | Fix int/EMACS_INT use in textprop.c and window.c. | Eli Zaretskii | 2010-09-25 | 1 | -13/+13 |
| * | | Can't include menu.h in window.c for X targets. | Jan D | 2010-08-06 | 1 | -2/+0 |
| * | | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D | 2010-08-06 | 1 | -0/+1 |
| * | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -7/+0 |
| * | | Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top. | Jan Djärv | 2010-07-29 | 1 | -1/+6 |
| * | | Merge from emacs-23 | Juanma Barranquero | 2010-07-27 | 1 | -1/+4 |
| |\ \
| |/ |
|
| | * | * window.c (Fwindow_height): Doc fix (bug#6518). | Christoph Scholtes | 2010-07-23 | 1 | -1/+4 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -153/+78 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -8/+8 |
| * | | Fix whitespace to follow coding guidelines. | Juanma Barranquero | 2010-07-07 | 1 | -3/+3 |
| * | | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -5/+2 |
| * | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -174/+66 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -33/+33 |
| * | | * window.c (Fwindow_absolute_pixel_edges): Doc fix. | Jan D | 2010-07-01 | 1 | -1/+1 |
| * | | New functions that return window edges with absolute coords (bug#5721). | Jan D | 2010-07-01 | 1 | -0/+74 |
| * | | Fix bug #6409. | Eli Zaretskii | 2010-06-12 | 1 | -1/+1 |
| * | | * window.el (pop-to-buffer): Remove the conditional that | Martin Rudalics | 2010-06-07 | 1 | -2/+1 |
| * | | Add the `scroll-command' property. | Juri Linkov | 2010-04-16 | 1 | -20/+15 |
| * | | Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'. | Juri Linkov | 2010-04-14 | 1 | -2/+2 |
| * | | Add variable `scroll-preserve-screen-position-commands'. | Juri Linkov | 2010-04-14 | 1 | -5/+19 |
| * | | (keys_of_window): Remove redundant/overridden bindings. | Stefan Monnier | 2010-03-30 | 1 | -3/+0 |
| |/ |
|
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| * | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -9/+9 |
| * | * window.c (grow_mini_window): Comment out "delta >= 0" assertion. | Juanma Barranquero | 2009-10-26 | 1 | -2/+5 |
| * | * window.c (Fwindow_edges, Fwindow_pixel_edges) | Chong Yidong | 2009-10-23 | 1 | -21/+31 |
| * | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
| * | * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618) | Juanma Barranquero | 2009-10-03 | 1 | -0/+3 |
| * | Add the `recenter-redisplay' variable, and make `recenter' use it. | Miles Bader | 2009-06-23 | 1 | -11/+35 |
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| * | Minor doc fix. | Chong Yidong | 2008-12-30 | 1 | -2/+2 |
| * | * frame.c (delete_frame): New function derived from | Martin Rudalics | 2008-12-22 | 1 | -3/+3 |
| * | (coordinates_in_window): Don't return | Martin Rudalics | 2008-11-20 | 1 | -1/+5 |
| * | (window_loop): In DELETE_BUFFER_WINDOWS case, reset | Martin Rudalics | 2008-11-14 | 1 | -0/+2 |
| * | (select_frame_norecord): New function. | Martin Rudalics | 2008-11-02 | 1 | -6/+16 |