summaryrefslogtreecommitdiff
path: root/src/w32term.c
Commit message (Expand)AuthorAgeFilesLines
* [ChangeLog]Paul Eggert2011-05-281-4/+4
* Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.Glenn Morris2011-05-121-13/+39
|\
| * Take account of fringe background extension in scroll_run_hook.YAMAMOTO Mitsuharu2011-05-111-13/+39
* | nt/*.c, src/*.c: Remove unused variables.Juanma Barranquero2011-03-251-1/+0
* | src/w32term.c (x_set_glyph_string_clipping): Don't pass uninitialized region ...Juanma Barranquero2011-03-241-8/+4
* | w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero2011-03-231-3/+0
* | src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-141-12/+2
* | Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris2011-02-271-1/+1
|\ \ | |/
| * Fix spelling of "supersede".Glenn Morris2011-02-221-1/+1
* | Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii2011-02-161-1/+1
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-2/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-40/+9
* | Refill some copyright headers.Glenn Morris2011-01-151-3/+4
* | Merge from emacs-23Stefan Monnier2011-01-141-4/+3
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-2/+2
* | Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.comChong 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