summaryrefslogtreecommitdiff
path: root/src/gui_w32.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-16/+1
* patch 8.1.1303: not possible to hide a balloonv8.1.1303Bram Moolenaar2019-05-091-0/+9
* patch 8.1.1301: when compiled with VIMDLL some messages are not shownv8.1.1301Bram Moolenaar2019-05-081-0/+4
* patch 8.1.1294: MS-Windows: Some fonts return wrong average char widthv8.1.1294Bram Moolenaar2019-05-071-1/+7
* patch 8.1.1238: MS-Windows: compiler warning for sprintf() formatv8.1.1238Bram Moolenaar2019-04-291-1/+1
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-26/+154
* patch 8.1.1224: MS-Windows: cannot specify font weightv8.1.1224Bram Moolenaar2019-04-281-5/+10
* patch 8.1.1217: MS-Windows: no space reserved for font quality namev8.1.1217Bram Moolenaar2019-04-271-1/+2
* patch 8.1.1103: MS-Windows: old API calls are no longer neededv8.1.1103Bram Moolenaar2019-04-021-395/+135
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-8/+0
* patch 8.1.1081: MS-Windows: cannot use some fontsv8.1.1081Bram Moolenaar2019-03-301-55/+51
* patch 8.1.1066: VIMDLL isn't actually usedv8.1.1066Bram Moolenaar2019-03-281-3/+0
* patch 8.1.1060: MS-Windows: get_cmd_args() is no longer neededv8.1.1060Bram Moolenaar2019-03-271-145/+0
* patch 8.1.1029: DirectWrite doesn't take 'linespace' into accountv8.1.1029Bram Moolenaar2019-03-211-1/+2
* patch 8.1.0840: getchar(0) never returns a character in the terminalv8.1.0840Bram Moolenaar2019-01-281-3/+5
* patch 8.1.0808: MS-Windows: build error with GUIv8.1.0808Bram Moolenaar2019-01-241-1/+1
* patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar2019-01-241-261/+47
* patch 8.1.0782: Win32: cursor blinks when Vim is not activev8.1.0782Bram Moolenaar2019-01-191-6/+0
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-1/+1
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-6/+6
* patch 8.1.0652: freeing memory for balloon eval too earlyv8.1.0652Bram Moolenaar2018-12-281-10/+8
* patch 8.1.0647: MS-Windows: balloon_show() does not handle wide charactersv8.1.0647Bram Moolenaar2018-12-271-21/+150
* patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar2018-11-161-1/+1
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-8/+0
* patch 8.1.0427: MS-Windows GUI: using invalid encoded file namev8.1.0427Bram Moolenaar2018-09-221-6/+6
* patch 8.1.0197: Windows GUI: title for search/replace is wrongv8.1.0197Bram Moolenaar2018-07-201-4/+2
* patch 8.1.0121: crash when using ballooneval related to 'vartabstop'v8.1.0121Bram Moolenaar2018-06-281-8/+1
* patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar2018-06-231-0/+7
* patch 8.1.0079: superfluous space in messagesv8.1.0079Bram Moolenaar2018-06-191-2/+2
* Vim 8.1 releasev8.1.0000Bram Moolenaar2018-05-171-0/+2
* patch 8.0.1755: MS-Windows: high unicode char received as two utf-16 wordsv8.0.1755Bram Moolenaar2018-04-241-5/+31
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-2/+1
* patch 8.0.1450: GUI: endless loop when stopping cursor blinkingv8.0.1450Bram Moolenaar2018-01-311-3/+3
* patch 8.0.1449: slow redrawing with DirectXv8.0.1449Bram Moolenaar2018-01-311-28/+13
* patch 8.0.1390: DirectX scrolling can be slow, vertical positioning is offv8.0.1390Bram Moolenaar2017-12-141-14/+18
* patch 8.0.1373: no error when settting 'renderoptions' before starting GUIv8.0.1373Bram Moolenaar2017-12-051-0/+3
* patch 8.0.1369: MS-Windows: drawing underline slow, mFallbackDC not updatedv8.0.1369Bram Moolenaar2017-12-051-67/+120
* patch 8.0.1351: warning for unused variables building with MinGWv8.0.1351Bram Moolenaar2017-11-271-8/+12
* patch 8.0.1343: MS-Windows: does not show colored emojisv8.0.1343Bram Moolenaar2017-11-261-44/+120
* patch 8.0.1338: USE_IM_CONTROL is confusing and incompletev8.0.1338Bram Moolenaar2017-11-251-2/+0
* patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar2017-11-181-9/+9
* patch 8.0.1278: GUI window always resizes when adding scrollbarv8.0.1278Bram Moolenaar2017-11-091-2/+3
* patch 8.0.1234: MS-Windows: composing chars are not shown properlyv8.0.1234Bram Moolenaar2017-10-281-6/+13
* patch 8.0.1212: MS-Windows: tear-off menu does not work on 64 bitv8.0.1212Bram Moolenaar2017-10-221-3/+32
* patch 8.0.1211: cannot reorder tab pages with drag & dropv8.0.1211Bram Moolenaar2017-10-221-0/+94
* patch 8.0.1150: MS-Windows GUI: dialog font size is incorrectv8.0.1150Bram Moolenaar2017-09-261-14/+15
* patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar2017-09-221-1/+1
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-13/+7
* patch 8.0.1038: strike-through text not supportedv8.0.1038Bram Moolenaar2017-09-021-0/+12
* patch 8.0.0925: MS-Windows GUI: channel I/O not handled right awayv8.0.0925Bram Moolenaar2017-08-131-6/+10