Bram Moolenaar
d2e8087b53
updated for version 7.4.413
...
Problem: MS-Windows: Using US international keyboard layout, inserting dead
key by pressing space does not always work. Issue 250.
Solution: Let MS-Windows translate the message. (John Wellesz)
2014-08-22 18:44:33 +02:00
Bram Moolenaar
b5a7a8b545
updated for version 7.4.393
...
Problem: Text drawing on newer MS-Windows systems is suboptimal. Some
multi-byte characters are not displayed, even though the same font
in Notepad can display them. (Srinath Avadhanula)
Solution: Add the 'renderoptions' option to enable Direct-X drawing. (Taro
Muraoka)
2014-08-06 14:52:30 +02:00
Bram Moolenaar
f7ff6e85e8
updated for version 7.4.212
...
Problem: Now that the +visual feature is always enabled the #ifdefs for it
are not useful.
Solution: Remove the checks for FEAT_VISUAL.
2014-03-23 15:13:05 +01:00
Bram Moolenaar
a0844a1170
updated for version 7.4.206
...
Problem: Compiler warnings on 64 bit Windows.
Solution: Add type casts. (Mike Williams)
2014-03-19 12:37:22 +01:00
Bram Moolenaar
b1692e2b8f
updated for version 7.4.202
...
Problem: MS-Windows: non-ASCII font names don't work.
Solution: Convert between the current code page and 'encoding'. (Ken Takata)
2014-03-12 19:24:37 +01:00
Bram Moolenaar
268b55b5fb
updated for version 7.4.035
...
Problem: MS-Windows: The mouse pointer flickers when going from command
line mode to Normal mode.
Solution: Check for WM_NCMOUSEMOVE. (Ken Takata)
2013-09-22 15:43:37 +02:00
Bram Moolenaar
3b1db36689
release version 7.4
2013-08-10 15:00:24 +02:00
Bram Moolenaar
86f931e1c3
updated for version 7.4b.019
...
Problem: Tabline is not updated properly when closing a tab on Win32.
Solution: Only reduce flickering when adding a tab. (Ken Takata)
2013-08-07 21:13:23 +02:00
Bram Moolenaar
9d48895e4c
updated for version 7.4a.038
...
Problem: When using MSVC 2012 there are various issues, including GUI size
computations.
Solution: Use SM_CXPADDEDBORDER. (Mike Williams)
2013-07-21 17:53:58 +02:00
Bram Moolenaar
5f919ee8eb
updated for version 7.4a.037
...
Problem: Win32: When mouse is hidden and in the toolbar, moving it won't
make it appear. (Sami Salonen)
Solution: Add tabline_wndproc() and toolbar_wndproc(). (Ken Takata)
2013-07-21 17:46:43 +02:00
Bram Moolenaar
a8f96397a1
updated for version 7.4a.034
...
Problem: The tabline may flicker when opening a new tab after 7.3.759 on
Win32.
Solution: Move call to TabCtrl_SetCurSel(). (Ken Takata)
2013-07-17 21:59:13 +02:00
Bram Moolenaar
fb97f28cc2
updated for version 7.4a.009
...
Problem: Compiler warnings for function prototypes.
Solution: Add "void". Move list_features() prototype. (Ken Takata)
2013-07-09 17:42:46 +02:00
Bram Moolenaar
db250526bb
updated for version 7.3.1220
...
Problem: MS-Windows: When using wide font italic and bold are not included.
Solution: Support wide-bold, wide-italic and wide-bold-italic. (Ken Takata,
Taro Muraoka)
2013-06-17 22:43:25 +02:00
Bram Moolenaar
84a05acc8c
updated for version 7.3.925
...
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
2013-05-06 04:24:17 +02:00
Bram Moolenaar
af62ff3696
updated for version 7.3.870
...
Problem: Compiler warnings when using MingW 4.5.3.
Solution: Do not use MAKEINTRESOURCE. Adjust #if. (Ken Takata)
2013-03-19 14:48:29 +01:00
Bram Moolenaar
826763f87b
updated for version 7.3.784
...
Problem: Error when 'guifontwide' has a comma.
Solution: Use gui.wide_font. (Taro Muraoka)
2013-01-25 19:28:38 +01:00
Bram Moolenaar
0f2721223e
updated for version 7.3.782
...
Problem: Windows: IME composition may use a wrong font.
Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka)
2013-01-23 18:37:40 +01:00
Bram Moolenaar
14e28811b3
updated for version 7.3.762
...
Problem: On some systems the tabline is not redrawn.
Solution: Call RedrawWindow(). (Charles Peacech)
2012-12-16 12:50:39 +01:00
Bram Moolenaar
4b166d0a6d
updated for version 7.3.759
...
Problem: MS-Windows: Updating the tabline is slow when there are many tabs.
Solution: Disable redrawing while performing the update. (Arseny Kapoulkine)
2012-12-12 17:12:25 +01:00
Bram Moolenaar
8288149866
updated for version 7.3.719
...
Problem: Cannot run new version of cproto, it fails on missing include
files.
Solution: Add lots of #ifndef PROTO
2012-11-20 16:53:39 +01:00
Bram Moolenaar
90b280059f
updated for version 7.3.408
...
Problem: Missing declaration.
Solution: Add the declaration. (John Marriott)
2012-01-20 20:54:19 +01:00
Bram Moolenaar
3ef7cdf0fd
updated for version 7.3.406
...
Problem: Multi-byte characters in b:browsefilter are not handled correctly.
Solution: First use convert_filter() normally and then convert to wide
characters. (Taro Muraoka)
2012-01-20 17:57:51 +01:00
Bram Moolenaar
092e3c874f
updated for version 7.3.298
...
Problem: Built-in colors are different from rgb.txt.
Solution: Adjust the color values. (Benjamin Haskell)
2011-09-07 18:58:29 +02:00
Bram Moolenaar
8c85fa3b26
updated for version 7.3.277
...
Problem: MS-Windows: some characters do not show in dialogs.
Solution: Use the wide methods when available. (Yanwei Jia)
2011-08-10 17:08:03 +02:00
Bram Moolenaar
bd74325960
updated for version 7.3.032
...
Problem: maparg() doesn't return the flags, such as <buffer>, <script>,
<silent>. These are needed to save and restore a mapping.
Solution: Improve maparg(). (also by Christian Brabandt)
2010-10-20 21:23:33 +02:00
Bram Moolenaar
8765a4ac3a
Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)
2010-07-27 22:41:43 +02:00
Bram Moolenaar
cc448b373d
Support completion for ":find". (Nazri Ramliy)
...
Cleanup white space.
2010-07-14 16:52:17 +02:00
Bram Moolenaar
7db5fc838a
Fix uninit memory read in undo code. Fix uint32_t in proto file.
...
A few minor changes.
2010-05-24 11:59:29 +02:00
Bram Moolenaar
b26e6327e6
Add :nbstart and :nbclose.
2010-05-22 21:34:09 +02:00
Bram Moolenaar
67c5384434
Included the patch to support netbeans in a terminal.
2010-05-22 18:28:27 +02:00
Bram Moolenaar
8c83ac3d83
updated for version 7.2.365
...
Problem: MS-Windows with MingW: "File->Save As" does not work. (John
Marriott)
Solution: Correctly fill in structure size. (Andy Kittner)
2010-02-17 17:34:43 +01:00
Bram Moolenaar
33d0b69ab8
updated for version 7.2.362
...
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)
2010-02-17 16:31:32 +01:00
Bram Moolenaar
4d526ad35a
updated for version 7.2.352
...
Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries.
Solution: Always return TRUE for the WM_NCCREATE message. (Andy Kittner)
2010-02-03 12:23:24 +01:00
Bram Moolenaar
3ca9a8a00d
updated for version 7.2-093
2009-01-28 20:23:17 +00:00
Bram Moolenaar
370feaf87f
updated for version 7.2-089
2009-01-28 13:18:26 +00:00
Bram Moolenaar
61665aa512
updated for version 7.2-071
2008-12-24 11:20:53 +00:00
Bram Moolenaar
36f692dd8c
updated for version 7.2-049
2008-11-20 16:10:17 +00:00
Bram Moolenaar
12806c8844
updated for version 7.2-036
2008-11-12 12:36:30 +00:00
Bram Moolenaar
e6a91fd994
updated for version 7.2b-019
2008-07-24 18:51:11 +00:00
Bram Moolenaar
ea40888076
updated for version 7.1-168
2007-12-03 21:21:03 +00:00
Bram Moolenaar
85a3e5c7c6
updated for version 7.1-158
2007-11-20 16:22:16 +00:00
Bram Moolenaar
d089d9b33a
updated for version 7.1-126
2007-09-30 12:02:55 +00:00
Bram Moolenaar
4868726a3f
updated for version 7.1b
2007-05-10 17:17:07 +00:00
Bram Moolenaar
85f868c3ae
updated for version 7.0-170
2006-11-28 16:16:58 +00:00
Bram Moolenaar
908d53a230
updated for version 7.0-161
2006-11-07 18:05:31 +00:00
Bram Moolenaar
8f2ff9fc86
updated for version 7.0-074
2006-08-29 19:26:50 +00:00
Bram Moolenaar
d8a92d73e2
updated for version 7.0-032
2006-06-23 14:44:06 +00:00
Bram Moolenaar
35c9291be7
updated for version 7.0-027
2006-06-22 17:34:26 +00:00
Bram Moolenaar
f193fffd16
updated for version 7.0f02
2006-04-27 00:02:13 +00:00
Bram Moolenaar
551dbcc9b6
updated for version 7.0f01
2006-04-25 22:13:59 +00:00