summaryrefslogtreecommitdiff
path: root/src/gui.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar2022-01-021-1/+1
* patch 8.2.3975: error messages are spread outv8.2.3975Bram Moolenaar2022-01-011-2/+2
* patch 8.2.3959: error messages are spread outv8.2.3959Bram Moolenaar2021-12-311-1/+1
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-8/+8
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-9/+2
* patch 8.2.3691: build failure with small featuresv8.2.3691Bram Moolenaar2021-11-281-0/+2
* patch 8.2.3688: the window title is not updated when dragging the scrollbarv8.2.3688Christian Brabandt2021-11-281-0/+4
* patch 8.2.3648: "verbose pwd" is incorrect after dropping files on Vimv8.2.3648Bram Moolenaar2021-11-221-3/+9
* patch 8.2.3647: GTK: when using ligatures the cursor is drawn wrongv8.2.3647Dusan Popovic2021-11-221-7/+37
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-241-1/+1
* patch 8.2.3524: GUI: ligatures are not usedv8.2.3524Dusan Popovic2021-10-161-0/+34
* patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar2021-07-201-1/+1
* patch 8.2.3040: GUI: dropping files not testedv8.2.3040Yegappan Lakshmanan2021-06-231-0/+1
* patch 8.2.2963: GUI: mouse move may start Visual mode with a popup visiblev8.2.2963Bram Moolenaar2021-06-081-1/+4
* patch 8.2.2898: QuitPre and ExitPre not triggered when GUI window is closedv8.2.2898Bram Moolenaar2021-05-291-2/+3
* patch 8.2.2754: :sleep! does not always hide the cursorv8.2.2754Bram Moolenaar2021-04-111-0/+5
* patch 8.2.2048: Amiga: obsolete codev8.2.2048Bram Moolenaar2020-11-251-8/+0
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-2/+2
* patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422Bram Moolenaar2020-08-111-3/+3
* patch 8.2.1336: build failure on non-Unix systemsv8.2.1336Bram Moolenaar2020-08-011-1/+4
* patch 8.2.1335: CTRL-C in the GUI doesn't interruptv8.2.1335Bram Moolenaar2020-08-011-0/+21
* patch 8.2.1228: scrollbars not flush against the window edges when maximisedv8.2.1228Bram Moolenaar2020-07-171-2/+4
* patch 8.2.0870: MS-Windows: Control keys don't work in the GUIv8.2.0870Bram Moolenaar2020-06-011-0/+5
* patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUIv8.2.0851Bram Moolenaar2020-05-301-2/+2
* patch 8.2.0833: mapping <C-bslash> doesn't work in the GUIv8.2.0833Bram Moolenaar2020-05-271-0/+2
* patch 8.2.0816: terminal test fails when compiled with Athenav8.2.0816Bram Moolenaar2020-05-241-1/+1
* patch 8.2.0671: Haiku: compiler warningsv8.2.0671Bram Moolenaar2020-04-301-1/+2
* patch 8.2.0612: Vim9: no check for space before #commentv8.2.0612Bram Moolenaar2020-04-201-2/+2
* patch 8.2.0554: the GUI doesn't set t_Cov8.2.0554Bram Moolenaar2020-04-121-0/+3
* 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