aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-041-5/+5
* Spelling fixes.Paul Eggert2011-11-261-1/+2
* Spelling fixes.Paul Eggert2011-11-221-1/+1
* Fix typos.Juanma Barranquero2011-11-201-1/+1
* Spelling fixes.Paul Eggert2011-11-191-2/+2
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* * xfns.c (unwind_create_frame):Jan Djärv2011-11-111-1/+1
* Modify w32fns.c similarly to 2011-11-05T12:04:[email protected].Eli Zaretskii2011-11-051-9/+11
* Support MSVC build with newer versions of Visual Studio.Eli Zaretskii2011-11-051-2/+2
* Fix bug #9943 with abort at shutdown.Eli Zaretskii2011-11-031-0/+1
* * lisp/term/w32-win.el (w32-default-color-map): Declare obsolete.Juanma Barranquero2011-10-261-5/+10
* * src/w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid usingJason Rumney2011-07-081-4/+5
* * textprop.c (text_property_stickiness): Obey Vtext_property_default_nonsticky.Stefan Monnier2011-07-041-4/+0
* GLYPH_DEBUG fixesPaul Eggert2011-06-221-1/+1
* Move window resize code from window.c to window.el.Martin Rudalics2011-06-101-3/+4
* src/w32fns.c: #if-0 some functions entirely, not just the bodies.Juanma Barranquero2011-04-281-9/+3
* nt/*.c, src/*.c: Remove unused variables.Juanma Barranquero2011-03-251-6/+3
* w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero2011-03-231-3/+1
* src/w32*.c: Clean up extern declarations.Juanma Barranquero2011-03-141-14/+1
* Fix bug#8181.Ben Key2011-03-071-1/+34
* Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii2011-02-161-3/+3
* Change B_ to BVARTom Tromey2011-02-161-3/+3
* Fix the MS-Windows build due to introduction of B_.Eli Zaretskii2011-02-141-3/+3
* 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-14/+13
* Fix an error introduced by the previous patch.Sam Steingold2011-01-191-2/+0
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-151/+32
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * Fix bug #7398 with truncated glyphs in tooltip display on w32.Eli Zaretskii2010-12-111-11/+12
* | Fix bug #7398 with truncated glyphs in w32 tooltips.Eli Zaretskii2010-12-111-14/+13
* | Repeat 2010-11-14 change to xfns.c for w32 and ns.Chong Yidong2010-11-141-2/+0
* | Add const to array elements.YAMAMOTO Mitsuharu2010-11-141-1/+1
* | Support R2L lines in tool-tip text.Eli Zaretskii2010-11-061-11/+70
* | Sync docs of some X, W32, NS C functions.Glenn Morris2010-10-291-5/+5
* | Sync docs of some W32 and X C functions.Glenn Morris2010-10-241-19/+43
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-4/+1
|\|
| * src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-141-5/+2
* | src/w32*.c: Make functions static.Juanma Barranquero2010-10-141-3/+3
* | Remove W32 API function pointer unused since 2005-02-15T23:19:26Z!jasonr@gnu....Juanma Barranquero2010-09-241-4/+0
* | (w32_wnd_proc): Don't check context before initializing.Jason Rumney2010-08-191-3/+4
* | Fix bug #6796.Eli Zaretskii2010-08-171-0/+1
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-1/+1
|\|
| * * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.Juanma Barranquero2010-08-011-1/+1
* | * w32fns.c (w32_to_x_color): Remove, unused.Juanma Barranquero2010-07-241-19/+0
* | * w32fns.c, xfaces.c: Remove obsolete static declarations.Juanma Barranquero2010-07-231-2/+0
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-161-1/+4
|\|