summaryrefslogtreecommitdiff
path: root/src/w32term.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-2/+2
* Revert changes in revision 102407Chong Yidong2010-11-161-2/+2
* Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-2/+2
* Fix and document display of glyphless characters.Eli Zaretskii2010-11-131-7/+7
* Unify mouse-highlight code for all GUI and TTY sessions.Eli Zaretskii2010-11-061-57/+60
|\
| * Finish coding mouse highlight redesigned for portability.Eli Zaretskii2010-11-011-57/+60
* | w32term.c (x_draw_glyphless_glyph_string_foreground): Fix the arg with_backgr...Kenichi Handa2010-11-011-7/+8
* | Implement various display methods for glyphless characters.Kenichi Handa2010-10-291-0/+95
|/
* Sync X and MS-Windows docs for x-use-underline-position-properties.Glenn Morris2010-10-231-1/+3
* Sync X and MS-Windows docs of x-toolkit-scroll-bars.Glenn Morris2010-10-231-6/+9
* Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-3/+3
|\
| * src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-141-15/+17
* | src/w32*.c: Make functions static.Juanma Barranquero2010-10-141-1/+1
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-1/+0
* | Fix display of bar cursor on right-to-left text.Eli Zaretskii2010-08-181-0/+5
* | Fix cursor drawing on stretch glyphs in R2L lines.Eli Zaretskii2010-08-141-7/+27
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-251-0/+2
* | * w32term.c (my_set_focus): #ifdef away; currently not used.Juanma Barranquero2010-07-231-0/+2
* | Convert some more functions to standard C.Juanma Barranquero2010-07-201-2/+1
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-16/+1
|\ \ | |/
| * Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).YAMAMOTO Mitsuharu2010-07-051-16/+1
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+2
* | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-071-9/+9
* | src/w32*.c: Convert function definitions to standard C.Juanma Barranquero2010-07-061-331/+153
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-63/+63
* | Implement cursor on the left fringe for R2L lines.Eli Zaretskii2010-04-101-2/+4
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-4/+0
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Make line<->pixel_y conversion macros aware of native menu/tool bars.YAMAMOTO Mitsuharu2010-01-091-5/+0
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]: PositionJason Rumney2009-07-221-0/+3
* * w32term.c (w32_initialize): Use standard types.Jason Rumney2009-07-031-1/+1
* bug#1849 - Windows 7 Taskbar SupportJason Rumney2009-06-301-4/+24
* * w32term.c (x_draw_glyph_string): Use the glyph string's widthChong Yidong2009-06-221-4/+4
* (w32_initialize): Add necessary casts to last change.Jason Rumney2009-06-211-2/+2
* (keyboard_codepage): New static variable.EMACS_23_1_BASEJason Rumney2009-06-211-10/+29
* The following changes fix Bug#3005 for wide glyphs on each platform,Jason Rumney2009-04-191-11/+18
* (x-use-underline-position-properties): Doc fix.Jason Rumney2009-03-221-3/+1
* * w32term.h (WM_EMACS_PAINT): New message.Jason Rumney2009-03-151-1/+1
* (x_display_pixel_height, x_display_pixel_width):Jason Rumney2009-02-121-4/+10
* * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:Juanma Barranquero2009-01-301-6/+0
* * atimer.c (run_timers, alarm_signal_handler):Juanma Barranquero2009-01-301-0/+4
* (w32_read_socket): Update pending_signals.Chong Yidong2009-01-291-0/+2
* Remove unused headerJason Rumney2009-01-091-1/+0
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * w32term.c (x_query_colors, x_query_color): New functions.Jason Rumney2009-01-031-0/+29
* (x_new_font): Return font object, not fontset. (Bug#119)Jason Rumney2009-01-011-11/+3
* In comments, write delete_frame instead of Fdelete_frame.Martin Rudalics2008-12-231-1/+1
* (w32_term_init): Don't initialize the image cache here; it will beChong Yidong2008-12-131-1/+0
* (x_draw_glyph_string): For stretch glyphs, don't callChong Yidong2008-11-151-1/+4