summaryrefslogtreecommitdiffstats
path: root/src/gui_w32.c
AgeCommit message (Expand)Author
2022-06-11patch 8.2.5077: various warnings from clang on MS-Windowsv8.2.5077Yegappan Lakshmanan
2022-06-09patch 8.2.5073: clang on MS-Windows produces warningsv8.2.5073Bram Moolenaar
2022-06-08patch 8.2.5069: various warnings from clang on MS-Windowsv8.2.5069Yegappan Lakshmanan
2022-05-10patch 8.2.4936: MS-Windows: mouse coordinates for scroll event are wrongv8.2.4936LemonBoy
2022-05-08patch 8.2.4920: MS-Windows GUI: unused variablesv8.2.4920Bram Moolenaar
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-05-07patch 8.2.4902: mouse wheel scrolling is inconsistentv8.2.4902LemonBoy
2022-05-05patch 8.2.4874: Win32 GUI: horizontal scroll wheel not handled properlyv8.2.4874LemonBoy
2022-04-28patch 8.2.4843: treating CTRL + ALT as AltGr is not backwards compatiblev8.2.4843LemonBoy
2022-04-24patch 8.2.4817: Win32 GUI: modifiers are not always usedv8.2.4817LemonBoy
2022-04-23patch 8.2.4811: Win32 GUI: caps lock doesn't workv8.2.4811LemonBoy
2022-04-22patch 8.2.4807: processing key eveints in Win32 GUI is not idealv8.2.4807LemonBoy
2022-04-13patch 8.2.4744: a terminal window can't use the bellv8.2.4744LemonBoy
2022-04-10patch 8.2.4730: MS-Windows GUI: cannot use CTRL-/v8.2.4730Yasuhiro Matsumoto
2022-03-01patch 8.2.4486: MS-Windows GUI: slow scrolling with maximized windowv8.2.4486Bram Moolenaar
2022-02-24patch 8.2.4461: MS-Windows: garbage characters on stdout with VIMDLLv8.2.4461Bram Moolenaar
2022-02-03patch 8.2.4290: MS-Windows: using type casts for timer IDsv8.2.4290K.Takata
2022-01-29patch 8.2.4256: MS-Windows: compiler warnings when compiled with /W4v8.2.4256K.Takata
2022-01-25patch 8.2.4213: too much code for supporting old MSVC versionsv8.2.4213K.Takata
2022-01-24patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not usefulv8.2.4199K.Takata
2022-01-23patch 8.2.4194: MS-Windows: code for calculating font size is duplicatedv8.2.4194K.Takata
2022-01-23patch 8.2.4189: MS-Windows: code for "old look" is obsoletev8.2.4189K.Takata
2022-01-22patch 8.2.4175: MS-Windows: runtime check for multi-line balloon is obsoletev8.2.4175Bram Moolenaar
2022-01-21patch 8.2.4170: MS-Windows: still using old message API callsv8.2.4170K.Takata
2022-01-21patch 8.2.4169: MS-Windows: unnessary casts and other minor thingsv8.2.4169K.Takata
2022-01-20patch 8.2.4159: MS-Windows: _WndProc() is very longv8.2.4159K.Takata
2022-01-20patch 8.2.4158: MS-Windows: memory leak in :browsev8.2.4158K.Takata
2022-01-20patch 8.2.4153: MS-Windows: Global IME is no longer supportedv8.2.4153K.Takata
2022-01-19patch 8.2.4143: MS-Windows: IME support for Win9x is obsoletev8.2.4143K.Takata
2022-01-16patch 8.2.4109: MS-Windows: high dpi support is outdatedv8.2.4109K.Takata
2022-01-05patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar
2022-01-04patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar
2022-01-01patch 8.2.3975: error messages are spread outv8.2.3975Bram Moolenaar
2022-01-01patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-06-05patch 8.2.2940: MS-Windows: cannot see the size when resizingv8.2.2940K.Takata
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2020-11-18patch 8.2.2008: MS-Windows GUI: handling channel messages lagsv8.2.2008Bram Moolenaar
2020-10-29patch 8.2.1922: Win32: scrolling problems when part of window is off-screenv8.2.1922Bram Moolenaar
2020-09-27patch 8.2.1752: GTK GUI: cannot map alt-? with <A-?>v8.2.1752Bram Moolenaar
2020-07-17patch 8.2.1232: MS-Windows GUI: Snap cancelled by split commandv8.2.1232Bram Moolenaar
2020-07-17patch 8.2.1231: MS-Windows: GUI code can be cleaned upv8.2.1231Bram Moolenaar
2020-07-17patch 8.2.1228: scrollbars not flush against the window edges when maximisedv8.2.1228Bram Moolenaar
2020-07-16patch 8.2.1226: MS-Windows: windows positioning wrong depending on taskbarv8.2.1226Bram Moolenaar
2020-05-16patch 8.2.0765: In the GUI can't use all the modifiers.v8.2.0765Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-06patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar
2019-12-02patch 8.1.2383: using old C style commentsv8.1.2383Bram Moolenaar
2019-12-01patch 8.1.2376: preprocessor indents are incorrectv8.1.2376Bram Moolenaar