summaryrefslogtreecommitdiff
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-8/+8
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-30/+30
* Fix bug #12082 with input of Meta-non-ASCII-characters on MS-Windows.Eli Zaretskii2012-07-301-2/+2
* Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-2/+2
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-2/+2
* Fix recently-introduced typos in Windows port.Dmitry Antipov2012-07-271-1/+1
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-12/+11
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-3/+2
* Avoid calls to strlen in font processing functions.Dmitry Antipov2012-07-111-1/+1
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-1/+1
* * xfns.c (Fx_change_window_property): Doc fix.Andreas Schwab2012-07-061-2/+3
* Fixes: debbugs:11870Andreas Schwab2012-07-061-6/+7
* Cleanup xmalloc.Dmitry Antipov2012-07-051-12/+6
* * src/editfns.c (region_limit): Clip to narrowing.Stefan Monnier2012-06-281-4/+4
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-5/+5
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-2/+2
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Use a simple struct to implement compile time checks for the Lisp_Object typeAndreas Schwab2012-06-131-18/+3
* Fix bug #11513 with raise-frame on MS-Windows.Eli Zaretskii2012-05-281-0/+3
* Merge from trunk.Paul Eggert2012-05-251-12/+2
|\
| * Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.Eli Zaretskii2012-05-181-2/+2
| * Remove unused function hourglass_started.Paul Eggert2012-05-101-10/+0
* | Merge from trunk.Paul Eggert2012-01-141-0/+5
|\ \ | |/
| * Fix bug #9087 with crashes on MS-Windows under throw-on-input.Eli Zaretskii2012-01-141-0/+5
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-10/+11
|\ \ | |/
| * 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
* | Merge from trunk.Paul Eggert2011-11-181-14/+17
|\ \ | |/
| * 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:34Z!jan.h.d@swipnet.se.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
* | Merge from trunk.Paul Eggert2011-10-271-5/+10
|\ \ | |/
| * * lisp/term/w32-win.el (w32-default-color-map): Declare obsolete.Juanma Barranquero2011-10-261-5/+10
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-5/+5
|/
* * 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