summaryrefslogtreecommitdiff
path: root/src/w32term.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2013-04-011-1/+1
* Fix more incompatibilities between MinGW.org and MinGW64 headersEli Zaretskii2013-03-261-2/+3
* * src/w32term.c (w32_initialize): Silence compiler warning.Ken Brown2013-03-231-1/+1
* Fix fullscreen resizing of multiple frames on MS-Windows.Eli Zaretskii2013-03-231-24/+23
* Fix bug #14032 with restoring frame dimensions on MS-Windows.Eli Zaretskii2013-03-231-16/+28
* Match the effect of FULLSCREEN_BOTH and FULLSCREEN_MAXIMIZED to docs on Windows.Eli Zaretskii2013-03-151-2/+2
* Fix bug #13953 with spontaneous frame resizes on MS-Windows.Eli Zaretskii2013-03-141-15/+12
* Fix bug #13937 with creating a maximized frame on MS-Windows.Eli Zaretskii2013-03-131-1/+11
* 2013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione2013-03-101-4/+9
* Don't use __STDC__ on MS-Windows unless necessary (Bug #9066).Eli Zaretskii2013-02-161-4/+0
* Drop async_visible and async_iconified fields of struct frame.Dmitry Antipov2013-01-241-69/+69
* Fix dimensions of maximized frame on MS-Windows.Eli Zaretskii2013-01-231-6/+15
* src/w32.c, src/w32term.c: Remove unused local variables.Juanma Barranquero2013-01-091-1/+1
* Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.caGlenn Morris2013-01-041-3/+4
|\
| * Don't use previous underline thickness or position if previous underline type...YAMAMOTO Mitsuharu2013-01-041-1/+2
| * Make underwave look more triangular and also degrade gracefully for small fon...YAMAMOTO Mitsuharu2013-01-041-2/+2
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Support 'fullscreen' frame parameter on MS-Windows.Eli Zaretskii2012-12-221-1/+72
* | Fix cygw32 build breakDaniel Colascione2012-12-101-0/+4
* | Merge from trunk + rename the event. Not tested yet.Eli Zaretskii2012-12-101-32/+20
|\ \
| * | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov2012-12-041-1/+0
| * | Fix drawing of relief rects on X and W32.YAMAMOTO Mitsuharu2012-12-011-15/+19
| * | * alloc.c (Fgarbage_collect): Unblock input after clearingDmitry Antipov2012-11-221-16/+1
* | | Merge from trunk.Eli Zaretskii2012-11-131-9/+4
|\ \ \ | |/ /
| * | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-8/+3
| * | Fix recently introduced crash on MS-Windows (Bug#12839).Dmitry Antipov2012-11-091-1/+1
| |/
* | Tested and fixed conversion of a descriptor (pointer) to event code.Eli Zaretskii2012-10-181-1/+2
* | Use XIL/XLI instead of make_number/XINT for converting descriptor to a ptr.Eli Zaretskii2012-10-181-1/+1
* | More than one watch is now supported.Eli Zaretskii2012-10-141-1/+1
* | Some cleanups:Eli Zaretskii2012-10-121-16/+15
* | Support file notifications in a TTY session.Eli Zaretskii2012-10-101-1/+1
* | Merge from trunk.Eli Zaretskii2012-10-091-3/+0
|\ \ | |/
| * src/w32term.c: Remove leftover declaration of keyboard_codepage.Juanma Barranquero2012-10-081-3/+0
* | Merge from trunk after cygw32 commit, and resolve conflicts.Eli Zaretskii2012-10-081-11/+42
|\ \ | |/
| * Merge from trunkDaniel Colascione2012-10-071-74/+71
| |\
| | * Add a comment with overview of how Emacs input works on MS-Windows.Eli Zaretskii2012-10-071-0/+3
| * | Merge from trunkDaniel Colascione2012-09-171-9/+10
| |\ \
| * | | Implement cygw32Daniel Colascione2012-09-171-12/+40
* | | | Final version that supports only one watch at a time.Eli Zaretskii2012-10-071-1/+3
* | | | After fixing several bugs, the code works now for watching a single directory.Eli Zaretskii2012-10-071-0/+1
* | | | Initial version of the w32notify code.Eli Zaretskii2012-10-061-0/+127
| |_|/ |/| |
* | | Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-2/+6
* | | gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-231-3/+3
* | | src/w32term.c (w32_read_socket): Remove reference to deleted variable.Juanma Barranquero2012-09-231-1/+0
* | | Simplify and avoid signal-handling races.Paul Eggert2012-09-231-65/+58
* | | Omit unused arg EXPECTED from socket hooks.Paul Eggert2012-09-191-3/+1
| |/ |/|
* | Set pending_signals to 1 in w32term.c's read-socket hook.Eli Zaretskii2012-09-171-0/+1
* | Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-151-1/+0
* | Fix wrong overhang display for gstring compositions (Bug#12364).YAMAMOTO Mitsuharu2012-09-111-0/+1