| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -1/+2 |
|\ |
|
| * | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+2 |
| |\ |
|
| | * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+2 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2008-01-02 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Make copy of frame parameters because the original parameters | Martin Rudalics | 2007-12-29 | 1 | -0/+4 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-12-29 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-12-28 | 1 | -1/+2 |
| |\ \
| | |/ |
|
| | * | (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam. | Jason Rumney | 2007-12-17 | 1 | -1/+2 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-12-16 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-12-16 | 1 | -4/+4 |
| |\ \
| | |/ |
|
| | * | (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check | Jason Rumney | 2007-12-13 | 1 | -4/+4 |
| | * | (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height, | Juanma Barranquero | 2007-11-15 | 1 | -15/+15 |
| | * | (Fw32_registered_hot_keys): Don't return the nil values corresponding | Juanma Barranquero | 2007-11-14 | 1 | -110/+103 |
| | * | (Fw32_register_hot_key): Don't try to register | Juanma Barranquero | 2007-11-13 | 1 | -1/+1 |
| | * | Include math.h. | Jason Rumney | 2007-10-24 | 1 | -0/+1 |
* | | | (w32_to_x_font): Fix bad merge. | Jason Rumney | 2007-12-06 | 1 | -3/+0 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-12-06 | 1 | -138/+133 |
|\ \ \
| |/ / |
|
| * | | (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height, | Juanma Barranquero | 2007-11-14 | 1 | -14/+14 |
| * | | (Fw32_define_rgb_color, Fw32_load_color_file, Fx_display_save_under): | Juanma Barranquero | 2007-11-14 | 1 | -13/+14 |
| * | | Remove leftover comment. | Juanma Barranquero | 2007-11-14 | 1 | -4/+0 |
| * | | (Fw32_registered_hot_keys): Don't return the nil values corresponding | Juanma Barranquero | 2007-11-14 | 1 | -110/+105 |
| * | | (Fw32_register_hot_key): Don't try to register | Juanma Barranquero | 2007-11-13 | 1 | -1/+1 |
* | | | Include imm.h. | Jason Rumney | 2007-11-17 | 1 | -2/+75 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-11-11 | 1 | -0/+31 |
|\ \ \
| |/ / |
|
| * | | (w32_pass_multimedia_buttons_to_system): New user option. | Jason Rumney | 2007-11-09 | 1 | -0/+31 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-27 | 1 | -6/+1 |
|\ \ \
| |/ / |
|
| * | | Make `window-system' into a keyboard-local variable (rather than | Stefan Monnier | 2007-10-25 | 1 | -4/+0 |
| * | | include math.h | Jason Rumney | 2007-10-22 | 1 | -0/+1 |
| * | | (w32_abort): Move declaration to nt/config.nt. | Jason Rumney | 2007-10-22 | 1 | -2/+0 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-19 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | * xselect.c (x_own_selection, x_handle_selection_clear) | Stefan Monnier | 2007-10-17 | 1 | -4/+4 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-15 | 1 | -12/+4 |
|\ \ \
| |/ / |
|
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-10-15 | 1 | -9/+1 |
| |\ \
| | |/ |
|
| | * | *** empty log message *** | Martin Rudalics | 2007-10-12 | 1 | -9/+1 |
| * | | Replace `abs' with `eabs'. | Eli Zaretskii | 2007-10-13 | 1 | -3/+3 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-11 | 1 | -9/+40 |
|\ \ \
| |/ / |
|
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-10-09 | 1 | -0/+4 |
| |\ \
| | |/ |
|
| | * | (globals_of_w32fns): Init common controls. | Jason Rumney | 2007-09-27 | 1 | -0/+4 |
| * | | (Fx_focus_frame): Rename from Fw32_focus_frame. | Jason Rumney | 2007-09-18 | 1 | -2/+2 |
| * | | Horizontal mouse wheel support: | Jason Rumney | 2007-09-04 | 1 | -3/+7 |
| * | | Merge from emacs--devo--0 | Miles Bader | 2007-07-31 | 1 | -8/+9 |
| |\ \
| | |/ |
|
| * | | Merge from emacs--devo--0 | Miles Bader | 2007-07-15 | 1 | -0/+12 |
| |\ \ |
|
| * \ \ | Merge from emacs--devo--0 | Miles Bader | 2007-06-11 | 1 | -2/+2 |
| |\ \ \ |
|
| * | | | | * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here. | Dan Nicolaescu | 2007-05-19 | 1 | -1/+1 |
| * | | | | (x_create_tip_frame): Set window_system. | Jason Rumney | 2007-05-17 | 1 | -0/+2 |
| * | | | | * term.c (init_tty): Better initialize ttys in windows. | Dan Nicolaescu | 2007-05-17 | 1 | -0/+16 |
| * | | | | (x_create_tip_frame): Set terminal and ref count. | Jason Rumney | 2007-05-17 | 1 | -0/+2 |
| * | | | | (x_set_tool_bar_lines): Don't use updating_frame. | Jason Rumney | 2007-05-15 | 1 | -3/+6 |
* | | | | | Merge from emacs--devo--0 | Miles Bader | 2007-07-27 | 1 | -8/+9 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |