aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #12805 with compilation error in the cygw32 build.Eli Zaretskii2012-11-051-1/+9
* * frame.h (struct frame): Drop can_have_scroll_bars memberDmitry Antipov2012-11-031-4/+0
* Implement backtrace output for fatal errors on MS-Windows.Eli Zaretskii2012-11-021-3/+76
* Avoid hourglass mouse pointer when a tooltip for menu item is shown.Eli Zaretskii2012-10-261-1/+13
* Spelling fixes.Paul Eggert2012-10-211-2/+1
* Fix bug #12661 with w32 and cygw32 builds under --enable-check-lisp-object-type.Eli Zaretskii2012-10-171-2/+2
* Add comments about how non-GUI input works on MS-Windows.Eli Zaretskii2012-10-121-1/+3
* Fix return type of w32_last_error.Eli Zaretskii2012-10-091-2/+4
* * w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,Daniel Colascione2012-10-081-13/+5
* Code cleanup for cygw32Daniel Colascione2012-10-081-7/+12
* Avoid compiler warnings on w32, caused by cygw32 changes.Eli Zaretskii2012-10-081-8/+7
* Fix wording of comments in w32fns.c.Eli Zaretskii2012-10-081-2/+3
* Merge from trunkDaniel Colascione2012-10-071-114/+114
|\
| * Fixa typo in last commit.Eli Zaretskii2012-10-071-4/+4
| * Add a comment with overview of how Emacs input works on MS-Windows.Eli Zaretskii2012-10-071-0/+21
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-3/+3
| * Support atimers and CPU profiler via profile.c on MS-Windows.Eli Zaretskii2012-09-301-55/+28
| * Support file name dialog on NS.Jan Djärv2012-09-301-1/+1
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-55/+55
* | Merge from trunkDaniel Colascione2012-09-171-15/+12
|\ \ | |/
| * Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-151-1/+0
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-14/+12
* | Detect window-system from display nameDaniel Colascione2012-09-171-1/+10
* | Implement cygw32Daniel Colascione2012-09-171-128/+604
|/
* Prevent crash if w32 used before it's initializedDaniel Colascione2012-09-011-1/+1
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-2/+2
* * window.h (WSET): Remove.Paul Eggert2012-08-171-7/+7
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-1/+1
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-13/+13
* Don't call Fset_window_buffer from C code.Martin Rudalics2012-08-141-1/+3
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-1/+1
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-2/+2
* Define Qnone once for all platforms.Dmitry Antipov2012-08-101-2/+0
* Improve commit in 2012-08-10T06:54:37Z!eliz@gnu.org.Eli Zaretskii2012-08-101-4/+11
* Fix bug #10299 with Unicode characters sent on MS-Windows by MSKLC.Eli Zaretskii2012-08-101-17/+44
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-2/+2
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-19/+19
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-8/+9
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-32/+32
* 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