summaryrefslogtreecommitdiff
path: root/src/gui.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-1/+1
* patch 8.2.0468: GUI: pixel dust with some fonts and charactersv8.2.0468Bram Moolenaar2020-03-281-16/+10
* patch 8.2.0436: no warnings for incorrect printf argumentsv8.2.0436Bram Moolenaar2020-03-231-1/+1
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-9/+28
* patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar2020-02-211-2/+2
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-9/+10
* patch 8.2.0055: cannot use ":gui" in vimrc with VIMDLL enabledv8.2.0055Bram Moolenaar2019-12-291-7/+9
* patch 8.2.0035: saving and restoring called_emsg is clumsyv8.2.0035Bram Moolenaar2019-12-231-5/+2
* patch 8.2.0022: click in popup window doesn't close it in the GUIv8.2.0022Bram Moolenaar2019-12-181-1/+5
* patch 8.1.2380: using old C style commentsv8.1.2380Bram Moolenaar2019-12-011-495/+494
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-3/+3
* patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar2019-11-211-0/+23
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-211-52/+6
* patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313Bram Moolenaar2019-11-171-1/+1
* patch 8.1.2254: MS-Windows: mouse scroll wheel doesn't work in popupv8.1.2254Bram Moolenaar2019-11-041-15/+26
* patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar2019-10-181-2/+2
* patch 8.1.2034: dark them of GTK 3 not supportedv8.1.2034Bram Moolenaar2019-09-151-0/+17
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-6/+1
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-5/+8
* patch 8.1.1702: compiler warning for uninitialized variablev8.1.1702Bram Moolenaar2019-07-161-1/+1
* patch 8.1.1670: sign column not always properly alignedv8.1.1670Bram Moolenaar2019-07-121-3/+6
* patch 8.1.1652: GUI: popup window doesn't close on mouse movementv8.1.1652Bram Moolenaar2019-07-081-7/+25
* patch 8.1.1643: sign placement is wrong when 'foldcolumn' is setv8.1.1643Bram Moolenaar2019-07-071-2/+2
* patch 8.1.1587: redraw problem when sign icons in the number columnv8.1.1587Bram Moolenaar2019-06-241-1/+4
* patch 8.1.1570: icon signs not displayed properly in the number columnv8.1.1570Bram Moolenaar2019-06-191-2/+10
* patch 8.1.1520: popup windows are ignored when dealing with mouse positionv8.1.1520Bram Moolenaar2019-06-121-2/+2
* patch 8.1.1453: popup window "moved" property not implemented yetv8.1.1453Bram Moolenaar2019-06-021-0/+7
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-2/+2
* patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar2019-05-231-5/+5
* patch 8.1.1304: MS-Windows: compiler warning for unused valuev8.1.1304Bram Moolenaar2019-05-091-2/+5
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-4/+37
* patch 8.1.1097: Motif build failsv8.1.1097Bram Moolenaar2019-03-301-1/+5
* patch 8.1.1092: setting 'guifont' when maximized resizes the Vim windowv8.1.1092Bram Moolenaar2019-03-301-4/+12
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-4/+0
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-8/+10
* patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'v8.1.0864Bram Moolenaar2019-01-311-1/+1
* patch 8.1.0834: GUI may wait too long before dealing with messagesv8.1.0834Bram Moolenaar2019-01-271-73/+52
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-2/+0
* patch 8.1.0805: too many #ifdefsv8.1.0805Bram Moolenaar2019-01-241-72/+33
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-2/+2
* patch 8.1.0770: inconsistent use of ELAPSED_FUNCv8.1.0770Bram Moolenaar2019-01-171-3/+3
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-171-18/+3
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-8/+8
* patch 8.1.0726: redrawing specifically for conceal featurev8.1.0726Bram Moolenaar2019-01-111-4/+5
* patch 8.1.0626: MS-Windows: no resize to fit parent when using --windowidv8.1.0626Bram Moolenaar2018-12-221-3/+4
* patch 8.1.0577: tabpage right-click menu never shows "Close tab"v8.1.0577Bram Moolenaar2018-12-111-1/+5
* patch 8.1.0568: error message for NUL byte in ScreenLines breaks Travis CIv8.1.0568Bram Moolenaar2018-12-071-2/+7
* patch 8.1.0567: error for NUL byte in ScreenLines goes unnoticedv8.1.0567Bram Moolenaar2018-12-071-3/+9
* patch 8.1.0565: asan complains about reading before allocated blockv8.1.0565Bram Moolenaar2018-12-051-1/+2