| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup of window coordinate positioning code. | Chong Yidong | 2010-11-16 | 1 | -2/+2 |
| * | Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.com | Chong Yidong | 2010-11-16 | 1 | -2/+2 |
| * | Cleanup of window coordinate positioning code. | Chong Yidong | 2010-11-16 | 1 | -2/+2 |
| * | Fix and document display of glyphless characters. | Eli Zaretskii | 2010-11-13 | 1 | -7/+7 |
| * | Unify mouse-highlight code for all GUI and TTY sessions. | Eli Zaretskii | 2010-11-06 | 1 | -57/+60 |
| |\ |
|
| | * | Finish coding mouse highlight redesigned for portability. | Eli Zaretskii | 2010-11-01 | 1 | -57/+60 |
| * | | w32term.c (x_draw_glyphless_glyph_string_foreground): Fix the arg with_backgr... | Kenichi Handa | 2010-11-01 | 1 | -7/+8 |
| * | | Implement various display methods for glyphless characters. | Kenichi Handa | 2010-10-29 | 1 | -0/+95 |
| |/ |
|
| * | Sync X and MS-Windows docs for x-use-underline-position-properties. | Glenn Morris | 2010-10-23 | 1 | -1/+3 |
| * | Sync X and MS-Windows docs of x-toolkit-scroll-bars. | Glenn Morris | 2010-10-23 | 1 | -6/+9 |
| * | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-14 | 1 | -3/+3 |
| |\ |
|
| | * | src/w32*.c: Whitespace fixes and typos. | Juanma Barranquero | 2010-10-14 | 1 | -15/+17 |
| * | | src/w32*.c: Make functions static. | Juanma Barranquero | 2010-10-14 | 1 | -1/+1 |
| * | | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu | 2010-10-01 | 1 | -1/+0 |
| * | | Fix display of bar cursor on right-to-left text. | Eli Zaretskii | 2010-08-18 | 1 | -0/+5 |
| * | | Fix cursor drawing on stretch glyphs in R2L lines. | Eli Zaretskii | 2010-08-14 | 1 | -7/+27 |
| * | | Make building under stricter warning flags somewhat cleaner. | Juanma Barranquero | 2010-07-25 | 1 | -0/+2 |
| * | | * w32term.c (my_set_focus): #ifdef away; currently not used. | Juanma Barranquero | 2010-07-23 | 1 | -0/+2 |
| * | | Convert some more functions to standard C. | Juanma Barranquero | 2010-07-20 | 1 | -2/+1 |
| * | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -16/+1 |
| |\ \
| |/ |
|
| | * | Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325). | YAMAMOTO Mitsuharu | 2010-07-05 | 1 | -16/+1 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -2/+2 |
| * | | Fix whitespace to follow coding guidelines. | Juanma Barranquero | 2010-07-07 | 1 | -9/+9 |
| * | | src/w32*.c: Convert function definitions to standard C. | Juanma Barranquero | 2010-07-06 | 1 | -331/+153 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -63/+63 |
| * | | Implement cursor on the left fringe for R2L lines. | Eli Zaretskii | 2010-04-10 | 1 | -2/+4 |
| * | | Remove extern errno declarations. | Dan Nicolaescu | 2010-04-01 | 1 | -4/+0 |
| |/ |
|
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| * | Make line<->pixel_y conversion macros aware of native menu/tool bars. | YAMAMOTO Mitsuharu | 2010-01-09 | 1 | -5/+0 |
| * | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
| * | * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]: Position | Jason Rumney | 2009-07-22 | 1 | -0/+3 |
| * | * w32term.c (w32_initialize): Use standard types. | Jason Rumney | 2009-07-03 | 1 | -1/+1 |
| * | bug#1849 - Windows 7 Taskbar Support | Jason Rumney | 2009-06-30 | 1 | -4/+24 |
| * | * w32term.c (x_draw_glyph_string): Use the glyph string's width | Chong Yidong | 2009-06-22 | 1 | -4/+4 |
| * | (w32_initialize): Add necessary casts to last change. | Jason Rumney | 2009-06-21 | 1 | -2/+2 |
| * | (keyboard_codepage): New static variable. | Jason Rumney | 2009-06-21 | 1 | -10/+29 |
| * | The following changes fix Bug#3005 for wide glyphs on each platform, | Jason Rumney | 2009-04-19 | 1 | -11/+18 |
| * | (x-use-underline-position-properties): Doc fix. | Jason Rumney | 2009-03-22 | 1 | -3/+1 |
| * | * w32term.h (WM_EMACS_PAINT): New message. | Jason Rumney | 2009-03-15 | 1 | -1/+1 |
| * | (x_display_pixel_height, x_display_pixel_width): | Jason Rumney | 2009-02-12 | 1 | -4/+10 |
| * | * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]: | Juanma Barranquero | 2009-01-30 | 1 | -6/+0 |
| * | * atimer.c (run_timers, alarm_signal_handler): | Juanma Barranquero | 2009-01-30 | 1 | -0/+4 |
| * | (w32_read_socket): Update pending_signals. | Chong Yidong | 2009-01-29 | 1 | -0/+2 |
| * | Remove unused header | Jason Rumney | 2009-01-09 | 1 | -1/+0 |
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| * | * w32term.c (x_query_colors, x_query_color): New functions. | Jason Rumney | 2009-01-03 | 1 | -0/+29 |
| * | (x_new_font): Return font object, not fontset. (Bug#119) | Jason Rumney | 2009-01-01 | 1 | -11/+3 |
| * | In comments, write delete_frame instead of Fdelete_frame. | Martin Rudalics | 2008-12-23 | 1 | -1/+1 |
| * | (w32_term_init): Don't initialize the image cache here; it will be | Chong Yidong | 2008-12-13 | 1 | -1/+0 |
| * | (x_draw_glyph_string): For stretch glyphs, don't call | Chong Yidong | 2008-11-15 | 1 | -1/+4 |