summaryrefslogtreecommitdiff
path: root/src/gui_w32.c
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.393v7.3.393Bram Moolenaar2012-01-041-29/+20
| | | | | | Problem: Win32: When resizing Vim it is always moved to the primary monitor if the secondary monitor is on the left. Solution: Use the nearest monitor. (Yukihiro Nakadaira)
* updated for version 7.3.382v7.3.382Bram Moolenaar2011-12-151-6/+17
| | | | | | Problem: IME characters are inserted twice. Solution: Do not call DefWindowProc() if the event was handled. (Yasuhiro Matsumoto)
* updated for version 7.3.376v7.3.376Bram Moolenaar2011-12-141-1/+1
| | | | | | Problem: Win32: Toolbar repainting does not work when the mouse pointer hovers over a button. Solution: Call DefWindowProc() when not hanlding an event. (Sergiu Dotenco)
* updated for version 7.3.277v7.3.277Bram Moolenaar2011-08-101-0/+19
| | | | | Problem: MS-Windows: some characters do not show in dialogs. Solution: Use the wide methods when available. (Yanwei Jia)
* updated for version 7.3.275v7.3.275Bram Moolenaar2011-08-101-2/+4
| | | | | | Problem: MS-Windows: When using a black background some screen updates cause the window to flicker. Solution: Add WS_CLIPCHILDREN to CreateWindow(). (René Aguirre)
* updated for version 7.3.244v7.3.244Bram Moolenaar2011-07-071-0/+4
| | | | | Problem: MS-Windows: Build problem with old compiler. (John Beckett) Solution: Only use HandleToLong() when available. (Mike Williams)
* updated for version 7.3.206v7.3.206Bram Moolenaar2011-05-251-1/+1
| | | | | Problem: 64bit MS-Windows compiler warning. Solution: Use HandleToLong() instead of type cast. (Mike Williams)
* updated for version 7.3.102v7.3.102Bram Moolenaar2011-01-171-1/+2
| | | | | | | | Problem: When using ":make", typing the next command and then getting the "reload" prompt the next command is (partly) eaten by the reload prompt. Solution: Accept ':' as a special character at the reload prompt to accept the default choice and execute the command.
* updated for version 7.3.038v7.3.038Bram Moolenaar2010-10-271-0/+5
| | | | | Problem: v:windowid isn't set on MS-Windows. Solution: Set it to the window handle. (Chris Sutcliffe)
* updated for version 7.3.036v7.3.036Bram Moolenaar2010-10-271-2/+2
| | | | | | Problem: Win32 GUI: When building without menus, the font for dialogs and tab page headers also changes. Solution: Define USE_SYSMENU_FONT always. (Harig G.)
* updated for version 7.3.034v7.3.034Bram Moolenaar2010-10-231-2/+2
| | | | | Problem: Win32: may be loading .dll from the wrong directory. Solution: Go to the Vim executable directory when opening a library.
* Remove unused code.Bram Moolenaar2010-08-081-62/+0
|
* Added strwidth() and strchars() functions.Bram Moolenaar2010-07-181-5/+1
|
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-4/+4
| | | | Cleanup white space.
* Fix definition of UINT_PTR for 64 bit systems.Bram Moolenaar2010-05-261-2/+3
|
* Improve the MS-Windows installer.Bram Moolenaar2010-05-241-4/+2
|
* Add :nbstart and :nbclose.Bram Moolenaar2010-05-221-12/+20
|
* updated for version 7.2.362v7.2.362Bram Moolenaar2010-02-171-0/+23
| | | | | | Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries. Solution: Instead of handling WM_NCCREATE, create wide text area window class if the parent window iw side. (Sergey Khorev)
* updated for version 7.2-323v7.2.323Bram Moolenaar2009-12-241-4/+4
|
* updated for version 7.2-093v7.2.093Bram Moolenaar2009-01-281-1/+31
|
* updated for version 7.2-049v7.2.049Bram Moolenaar2008-11-201-5/+5
|
* updated for version 7.2aBram Moolenaar2008-06-241-3/+3
|
* updated for version 7.1-204v7.1.204Bram Moolenaar2008-01-051-1/+5
|
* updated for version 7.1-196v7.1.196Bram Moolenaar2008-01-031-6/+16
|
* updated for version 7.1-091v7.1.091Bram Moolenaar2007-08-301-9/+24
|
* updated for version 7.1-070v7.1.070Bram Moolenaar2007-08-141-0/+4
|
* updated for version 7.1-003v7.1.003Bram Moolenaar2007-06-191-0/+2
|
* updated for version 7.1b-001v7.1b.001Bram Moolenaar2007-05-101-1/+1
|
* updated for version 7.1bBram Moolenaar2007-05-101-22/+30
|
* updated for version 7.1aBram Moolenaar2007-05-061-0/+21
|
* updated for version 7.0-242v7.0.242Bram Moolenaar2007-05-041-3/+9
|
* updated for version 7.0-074v7.0.074Bram Moolenaar2006-08-291-94/+67
|
* updated for version 7.0g05Bram Moolenaar2006-05-061-2/+13
|
* updated for version 7.0gv7.0gBram Moolenaar2006-04-301-18/+19
|
* updated for version 7.0f01v7.0f01Bram Moolenaar2006-04-251-37/+78
|
* updated for version 7.0fv7.0fBram Moolenaar2006-04-241-3/+7
|
* updated for version 7.0e06v7.0e06Bram Moolenaar2006-04-221-18/+113
|
* updated for version 7.0e03v7.0e03Bram Moolenaar2006-04-191-0/+3
|
* updated for version 7.0e01v7.0e01Bram Moolenaar2006-04-171-6/+6
|
* updated for version 7.0c13v7.0c13Bram Moolenaar2006-04-091-11/+1
|
* updated for version 7.0c10v7.0c10Bram Moolenaar2006-04-051-26/+61
|
* updated for version 7.0c01Bram Moolenaar2006-03-271-6/+37
|
* updated for version 7.0cv7.0cBram Moolenaar2006-03-271-1/+50
|
* updated for version 7.0229Bram Moolenaar2006-03-191-1/+1
|
* updated for version 7.0228Bram Moolenaar2006-03-181-1/+1
|
* updated for version 7.0227Bram Moolenaar2006-03-171-15/+51
|
* updated for version 7.0216v7.0216Bram Moolenaar2006-03-061-3/+19
|
* updated for version 7.0184Bram Moolenaar2006-01-211-1/+24
|
* updated for version 7.0175v7.0175Bram Moolenaar2005-12-221-2/+2
|
* updated for version 7.0152Bram Moolenaar2005-09-301-5/+7
|