aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not use pure Xism x_wm_set_icon_position in non-X ports.Dmitry Antipov2013-08-011-3/+0
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-311-13/+0
* Fix bug #14970 with crashes when deleting many frames on MS-Windows.Eli Zaretskii2013-07-281-0/+2
* Fix obscure porting bug with varargs functions.Paul Eggert2013-07-181-1/+1
* src/w32fns.c (unwind_create_tip_frame): Fix declaration.Juanma Barranquero2013-07-171-1/+1
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-4/+8
* Add multi-monitor support on W32.YAMAMOTO Mitsuharu2013-07-041-19/+262
* Yet another attempt at fixing bugs #14602, 14630, 14669.Eli Zaretskii2013-06-201-5/+21
* Possible fix for bug #14630, which continues bug #14062.Eli Zaretskii2013-06-171-1/+2
* Another attempt to solve bug #14062 with assertion violations on MS-Windows.Eli Zaretskii2013-05-141-2/+3
* Fix bug #14062 with assertion violations on MS-Windows.Eli Zaretskii2013-05-041-20/+0
* Better full-screen frame support on MS-Windows.Erik Charlebois2013-04-201-0/+72
|\
| * * src/w32fns.c (w32_fullscreen_rect): New function to compute theErik Charlebois2013-04-131-0/+72
* | More debugging code to investigate bug #14062.Eli Zaretskii2013-04-151-0/+2
|/
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-51/+9
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-4/+2
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-1/+1
* Fix bug #14073 with referencing window total number of columns.Eli Zaretskii2013-03-281-1/+1
* Add debugging code to w32fns.c.Eli Zaretskii2013-03-281-0/+18
* * src/w32fns.c (emacs_abort) [CYGWIN]: Define `_open' as a macro.Ken Brown2013-03-231-0/+3
* * window.h (struct window): Convert left_col, top_line, total_linesDmitry Antipov2013-03-201-7/+7
* * frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov2013-03-201-6/+0
* 2013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione2013-03-101-39/+46
* Use macros from dispextern.h where appropriate.Eli Zaretskii2013-03-101-2/+2
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-9/+4
* * coding.c (Fdefine_coding_system_internal): Use AREF whereDmitry Antipov2013-02-071-2/+2
* Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-021-1/+1
* Drop async_visible and async_iconified fields of struct frame.Dmitry Antipov2013-01-241-1/+1
* 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
| * Move fix for bug#12993 to trunkDaniel Colascione2012-12-101-3/+1
* | Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan Monnie...Daniel Colascione2012-12-101-1/+3
|\ \ | |/
| * Compile Windows resources into cygw32 EmacsDaniel Colascione2012-12-091-1/+3
* | Merge from trunk + rename the event. Not tested yet.Eli Zaretskii2012-12-101-20/+7
|\ \
| * \ Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-091-1/+1
| |\ \ | | |/
| | * Fix incompatibilities with 64-bit Windows builds.Fabrice Popineau2012-12-081-1/+1
| * | w32fns.c (emacs_abort): Don't do arithmetics on void pointers.Fabrice Popineau2012-12-081-1/+1
| * | * frame.h (x_char_width, x_char_height): Remove prototypes.Dmitry Antipov2012-12-061-12/+0
| * | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.orgGlenn Morris2012-12-021-3/+2
| |\ \ | | |/
| | * Fix compilation problems with 64-bit MSVC compiler.Fabrice Popineau2012-11-301-3/+2
| | * Backport: Rename cygwin_convert_path* to cygwin_convert_file_name*Daniel Colascione2012-11-201-3/+3
| * | Rename cygwin_convert_path* to cygwin_convert_file_name*Daniel Colascione2012-11-181-3/+3
* | | Merge from trunk.Eli Zaretskii2012-11-131-20/+115
|\ \ \ | |/ /
| * | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-6/+1
| * | More fixes for bug #12806.Eli Zaretskii2012-11-081-1/+15
| * | Fix Num Lock handling related to bug #12806.Eli Zaretskii2012-11-071-7/+0
| * | A (hopefully) better fix for bug #1280.Eli Zaretskii2012-11-071-16/+27
| * | Include Num Lock in test for modifier keys on MS-Windows.Eli Zaretskii2012-11-071-1/+1
| * | Fix bug #1280 with non-ASCII keyboard input on MS-Windows.Eli Zaretskii2012-11-071-5/+14
| * | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-5/+1