Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (w32_compute_glyph_string_overhangs): Compute overhangs | Jason Rumney | 2008-04-09 | 1 | -1/+27 |
* | * w32term.c: Remove unused include "gnu.h". | Dan Nicolaescu | 2008-03-03 | 1 | -1/+0 |
* | (x_draw_glyph_string_background): Clear the background | Jason Rumney | 2008-02-24 | 1 | -1/+3 |
* | Consolidate the image_cache to the terminal struct. | Stefan Monnier | 2008-02-22 | 1 | -1/+1 |
* | * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code | Dan Nicolaescu | 2008-02-09 | 1 | -7/+0 |
* | (w32_read_socket) <WM_CHAR>: Decode non-Unicode | Jason Rumney | 2008-01-30 | 1 | -6/+51 |
* | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -1/+1 |
|\ | |||||
| * | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
| |\ | |||||
| | * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+1 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-12-16 | 1 | -0/+2 |
|\| | | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-12-16 | 1 | -2/+92 |
| |\| | |||||
| | * | (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT for characters above 127. | Jason Rumney | 2007-12-14 | 1 | -2/+92 |
| | * | Johan Bockg� <bojohan at gnu.org> | Glenn Morris | 2007-11-01 | 1 | -1/+0 |
* | | | (x_draw_composite_glyph_string_foreground): Adjusted | Kenichi Handa | 2007-12-01 | 1 | -2/+2 |
* | | | (w32_read_socket) [WM_UNICHAR]: Handle as MULTIBYTE_CHAR_KEYSTROKE_EVENT. | Jason Rumney | 2007-11-17 | 1 | -2/+11 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-11-11 | 1 | -2/+24 |
|\| | | |||||
| * | | (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT. | Jason Rumney | 2007-11-09 | 1 | -1/+24 |
| * | | Johan Bockg� <bojohan at gnu.org> | Glenn Morris | 2007-11-01 | 1 | -1/+0 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-27 | 1 | -0/+1 |
|\| | | |||||
| * | | Make `window-system' into a keyboard-local variable (rather than | Stefan Monnier | 2007-10-25 | 1 | -0/+1 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-15 | 1 | -14/+31 |
|\| | | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-10-15 | 1 | -1/+17 |
| |\| | |||||
| | * | (x_set_window_size): Disable code that attempts to tell | Jason Rumney | 2007-10-09 | 1 | -1/+17 |
| * | | (w32_font_is_double_byte, my_create_scrollbar): Make static. | Juanma Barranquero | 2007-10-15 | 1 | -5/+6 |
| * | | Replace `abs' with `eabs'. | Eli Zaretskii | 2007-10-13 | 1 | -8/+8 |
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-11 | 1 | -111/+164 |
|\| | | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2007-10-09 | 1 | -1/+7 |
| |\| | |||||
| | * | (w32_read_socket): When focus_follows_mouse is nil make | Martin Rudalics | 2007-10-06 | 1 | -1/+7 |
| | * | (x_draw_glyph_string): Use strike_through_color, not underline_color, | Juanma Barranquero | 2007-09-21 | 1 | -5/+5 |
| * | | Johannes Weiner <hannes at saeurebad.de> | Glenn Morris | 2007-09-23 | 1 | -2/+0 |
| * | | (x_draw_glyph_string): Use strike_through_color, not underline_color, | Juanma Barranquero | 2007-09-21 | 1 | -6/+6 |
| * | | (w32_delete_terminal): Use terminal->name as liveness status. | Stefan Monnier | 2007-09-20 | 1 | -1/+1 |
| * | | (w32_term_init): Pass rif to w32_init_fringe. | Jason Rumney | 2007-09-13 | 1 | -1/+1 |
| * | | Support for horizontal scroll wheels on some mice: | Jason Rumney | 2007-09-04 | 1 | -1/+19 |
| * | | Merge from emacs--devo--0 | Miles Bader | 2007-08-13 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge from emacs--devo--0 | Miles Bader | 2007-07-31 | 1 | -16/+82 |
| |\ \ \ | |||||
| * \ \ \ | Merge from emacs--devo--0 | Miles Bader | 2007-07-15 | 1 | -3/+2 |
| |\ \ \ \ | |||||
| * | | | | | * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here. | Dan Nicolaescu | 2007-05-19 | 1 | -2/+2 |
| * | | | | | (w32_term_init): Call add_keyboard_wait_descriptor. | Jason Rumney | 2007-05-17 | 1 | -0/+3 |
| * | | | | | (w32_set_terminal_modes, w32_reset_terminal_modes): | Jason Rumney | 2007-05-15 | 1 | -104/+131 |
| * | | | | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-02-24 | 1 | -19/+43 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-01-29 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merged from emacs@sv.gnu.org. | Karoly Lorentey | 2007-01-01 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned! | Karoly Lorentey | 2006-12-03 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merged from emacs@sv.gnu.org. | Karoly Lorentey | 2006-12-03 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-10-14 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-10-14 | 1 | -10/+30 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-07-29 | 1 | -6/+38 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merged from emacs@sv.gnu.org. | Karoly Lorentey | 2006-07-14 | 1 | -1/+16 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merged from emacs@sv.gnu.org. | Karoly Lorentey | 2006-06-12 | 1 | -149/+91 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |