summaryrefslogtreecommitdiff
path: root/src/w32term.c
Commit message (Expand)AuthorAgeFilesLines
* Some fixes for scroll bar code.Martin Rudalics2014-08-281-4/+1
* Remove 16-bit limitations in scroll bar position reporting on MS-Windows.Eli Zaretskii2014-08-201-50/+47
* Fix horizontal scroll bar dragging in R2L paragraphs.Eli Zaretskii2014-08-191-1/+4
* Preliminary attempt to fix horizontal scroll bar dragging with bidi text.Martin Rudalics2014-08-161-4/+4
* Don't redeem scroll bars that have been turned off.Martin Rudalics2014-08-051-2/+2
* Fix scroll bar handling for non-toolkit builds.Martin Rudalics2014-08-041-2/+2
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-126/+489
* Fix last commit in w32term.c.Eli Zaretskii2014-07-251-3/+0
* Provisionally fix Windows build broken by last commit.Martin Rudalics2014-07-251-0/+3
* Move hourglass machinery to RIF.Dmitry Antipov2014-07-251-2/+36
* * frame.c (frame_unspecified_color): New functionDmitry Antipov2014-07-181-1/+53
* * dispextern.h (last_tool_bar_item): Remove declaration.Dmitry Antipov2014-06-101-6/+6
* * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...Dmitry Antipov2014-06-101-2/+2
* Use terminal-specific hooks to display popup dialogs.Dmitry Antipov2014-06-041-0/+1
* Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-041-0/+2
* Refactor mouse positioning stuff to avoid code duplication.Dmitry Antipov2014-05-281-20/+1
* * src/w32term.c (x_delete_display): Don't free dpyinfo->w32_id_name (see bug#...Ken Brown2014-05-261-6/+0
* Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-251-0/+4
|\
| * Fix bug#17510 with a pointer freed more than once (Cygwin-w32-build).Ken Brown2014-05-241-0/+4
* | Minor cleanup for terminal setup.Dmitry Antipov2014-05-141-8/+2
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-161-1/+1
|\ \ | |/
| * * src/window.c (save_window_save): Lookup window_point_insertion_type inStefan Monnier2014-04-161-1/+1
* | * search.c (Freplace_match): Use make_specified_string.Dmitry Antipov2014-03-311-4/+1
* | Merge from emacs-24; up to 2014-03-24T03:06:35Z!dancol@dancol.orgJuanma Barranquero2014-03-271-4/+12
|\ \ | |/
| * Fix bug #17115 with displaying on w32 images that have 'box' face.YAMAMOTO Mitsuharu2014-03-271-4/+12
* | Merge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka@jpl.orgJuanma Barranquero2014-03-261-12/+23
|\ \ | |/
| * Refine previous fix of x_set_window_size to handle Bug#17077.Martin Rudalics2014-03-241-12/+23
* | src/*.c: Silence a few warnings about unused vars and functions.Juanma Barranquero2014-03-261-2/+4
|/
* Fix regression introduced by patch for Bug#10500.YAMAMOTO Mitsuharu2014-03-211-4/+20
* Truly maximize w32 frames with odd fonts and some texi fixes.Martin Rudalics2014-03-211-18/+6
* Document pixelwise frame resizing and fix related bug on Windows.Martin Rudalics2014-03-141-25/+52
* Add comment for 2014-03-10T10:31:13Z!rudalics@gmx.at and 2014-03-10T18:53:39Z...Martin Rudalics2014-03-111-0/+4
* Revert last change to w32_read_socket.Martin Rudalics2014-03-101-1/+2
* Unconditionally set visibility to 1 when restoring frame size (Bug#16967).Martin Rudalics2014-03-101-2/+1
* Improve window dividers code.Martin Rudalics2014-02-041-15/+27
* Fix bug #16517 with display change on MS-Windows while in full-screen mode.Fabrice Popineau2014-01-251-0/+4
* Fix maximization behavior on Windows (Bug#16300).Martin Rudalics2014-01-041-8/+15
* Further adjust frame/window scrollbar width calculations.Martin Rudalics2014-01-021-10/+10
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Minor fixes for MinGW64 build.Fabrice Popineau2013-12-311-3/+2
* Remove fringe background extension code on W32.YAMAMOTO Mitsuharu2013-12-211-117/+16
* Some more fixes for pixelwise resizing.Martin Rudalics2013-12-201-32/+28
* Fix some warnings in w32 specific code.Eli Zaretskii2013-12-171-1/+1
* Fix recent w32_enable_frame_resize_hack and display-buffer-below-selected fixes.Martin Rudalics2013-12-161-1/+1
* src/w32*.c: Silence compiler warnings.Juanma Barranquero2013-12-151-1/+1
* Hack frame resizing on Windows (Bug#16028).Martin Rudalics2013-12-141-21/+29
* Merge from trunk.Eli Zaretskii2013-12-111-5/+1
|\
| * * nsterm.m (x_free_frame_resources):Dmitry Antipov2013-12-111-5/+1
* | Doc fix for w32-unicode-filenames.Eli Zaretskii2013-12-091-3/+1
* | Fixed file-truename when w32-unicode-filenames is nil, fixed its doc.Eli Zaretskii2013-12-091-1/+3