summaryrefslogtreecommitdiff
path: root/src/gui_w48.c
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-1/+1
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* updated for version 7.3.870v7.3.870Bram Moolenaar2013-03-191-20/+20
| | | | | Problem: Compiler warnings when using MingW 4.5.3. Solution: Do not use MAKEINTRESOURCE. Adjust #if. (Ken Takata)
* updated for version 7.3.784v7.3.784Bram Moolenaar2013-01-251-1/+2
| | | | | Problem: Error when 'guifontwide' has a comma. Solution: Use gui.wide_font. (Taro Muraoka)
* updated for version 7.3.782v7.3.782Bram Moolenaar2013-01-231-1/+40
| | | | | Problem: Windows: IME composition may use a wrong font. Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka)
* updated for version 7.3.762v7.3.762Bram Moolenaar2012-12-161-1/+3
| | | | | Problem: On some systems the tabline is not redrawn. Solution: Call RedrawWindow(). (Charles Peacech)
* updated for version 7.3.759v7.3.759Bram Moolenaar2012-12-121-3/+8
| | | | | Problem: MS-Windows: Updating the tabline is slow when there are many tabs. Solution: Disable redrawing while performing the update. (Arseny Kapoulkine)
* updated for version 7.3.719v7.3.719Bram Moolenaar2012-11-201-0/+6
| | | | | | Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO
* updated for version 7.3.408v7.3.408Bram Moolenaar2012-01-201-0/+1
| | | | | Problem: Missing declaration. Solution: Add the declaration. (John Marriott)
* updated for version 7.3.406v7.3.406Bram Moolenaar2012-01-201-17/+13
| | | | | | 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)
* updated for version 7.3.298v7.3.298Bram Moolenaar2011-09-071-8/+8
| | | | | Problem: Built-in colors are different from rgb.txt. Solution: Adjust the color values. (Benjamin Haskell)
* updated for version 7.3.277v7.3.277Bram Moolenaar2011-08-101-10/+10
| | | | | Problem: MS-Windows: some characters do not show in dialogs. Solution: Use the wide methods when available. (Yanwei Jia)
* updated for version 7.3.032v7.3.032Bram Moolenaar2010-10-201-2/+4
| | | | | | 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)
* Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)Bram Moolenaar2010-07-271-0/+2
|
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-3/+3
| | | | Cleanup white space.
* Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar2010-05-241-4/+4
| | | | A few minor changes.
* Add :nbstart and :nbclose.Bram Moolenaar2010-05-221-2/+1
|
* Included the patch to support netbeans in a terminal.Bram Moolenaar2010-05-221-2/+3
|
* updated for version 7.2.365v7.2.365Bram Moolenaar2010-02-171-2/+2
| | | | | | Problem: MS-Windows with MingW: "File->Save As" does not work. (John Marriott) Solution: Correctly fill in structure size. (Andy Kittner)
* updated for version 7.2.362v7.2.362Bram Moolenaar2010-02-171-7/+0
| | | | | | 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.352v7.2.352Bram Moolenaar2010-02-031-2/+8
| | | | | Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries. Solution: Always return TRUE for the WM_NCCREATE message. (Andy Kittner)
* updated for version 7.2-093v7.2.093Bram Moolenaar2009-01-281-2/+77
|
* updated for version 7.2-089v7.2.089Bram Moolenaar2009-01-281-2/+11
|
* updated for version 7.2-071v7.2.071Bram Moolenaar2008-12-241-0/+5
|
* updated for version 7.2-049v7.2.049Bram Moolenaar2008-11-201-13/+13
|
* updated for version 7.2-036v7.2.036Bram Moolenaar2008-11-121-4/+7
|
* updated for version 7.2b-019v7.2b.019Bram Moolenaar2008-07-241-4/+4
|
* updated for version 7.1-168v7.1.168Bram Moolenaar2007-12-031-2/+14
|
* updated for version 7.1-158v7.1.158Bram Moolenaar2007-11-201-4/+19
|
* updated for version 7.1-126v7.1.126Bram Moolenaar2007-09-301-10/+2
|
* updated for version 7.1bBram Moolenaar2007-05-101-1/+1
|
* updated for version 7.0-170v7.0.170Bram Moolenaar2006-11-281-3/+14
|
* updated for version 7.0-161v7.0.161Bram Moolenaar2006-11-071-39/+78
|
* updated for version 7.0-074v7.0.074Bram Moolenaar2006-08-291-0/+11
|
* updated for version 7.0-032v7.0.032Bram Moolenaar2006-06-231-1/+1
|
* updated for version 7.0-027v7.0.027Bram Moolenaar2006-06-221-0/+4
|
* updated for version 7.0f02v7.0f02Bram Moolenaar2006-04-271-0/+8
|
* updated for version 7.0f01v7.0f01Bram Moolenaar2006-04-251-5/+5
|
* updated for version 7.0e05v7.0e05Bram Moolenaar2006-04-211-1/+1
|
* updated for version 7.0e04v7.0e04Bram Moolenaar2006-04-201-7/+15
|
* updated for version 7.0e03v7.0e03Bram Moolenaar2006-04-191-1/+34
|
* updated for version 7.0e01v7.0e01Bram Moolenaar2006-04-171-1/+1
|
* updated for version 7.0ev7.0eBram Moolenaar2006-04-161-0/+16
|
* updated for version 7.0d04v7.0d04Bram Moolenaar2006-04-141-1/+1
|
* updated for version 7.0c13v7.0c13Bram Moolenaar2006-04-091-8/+2
|
* updated for version 7.0c12Bram Moolenaar2006-04-071-7/+4
|
* updated for version 7.0c03v7.0c03Bram Moolenaar2006-03-291-3/+8
|
* updated for version 7.0c02v7.0c02Bram Moolenaar2006-03-281-2/+1
|
* updated for version 7.0c01Bram Moolenaar2006-03-271-2/+68
|
* updated for version 7.0cv7.0cBram Moolenaar2006-03-271-1/+109
|
* updated for version 7.0228Bram Moolenaar2006-03-181-2/+2
|