summaryrefslogtreecommitdiff
path: root/src/gui_gtk_x11.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2119: GTK3: status line background color is wrongv8.2.2119Bram Moolenaar2020-12-091-5/+8
* patch 8.2.2111: GTK: menu background is the same color as the main windowv8.2.2111Bram Moolenaar2020-12-081-7/+7
* patch 8.2.2043: GTK3: white border around text stands outv8.2.2043Bram Moolenaar2020-11-251-2/+2
* patch 8.2.1913: GTK GUI: rounding for the cell height is too strictv8.2.1913Bram Moolenaar2020-10-271-3/+4
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-2/+2
* patch 8.2.1878: GTK: error for redefining functionv8.2.1878Bram Moolenaar2020-10-211-4/+4
* patch 8.2.1809: mapping some keys with Ctrl does not work properlyv8.2.1809Bram Moolenaar2020-10-071-4/+3
* patch 8.2.1774: GTK: hang when forced to exitv8.2.1774Bram Moolenaar2020-09-291-2/+5
* patch 8.2.1645: GTK3: icons become broken images when resizedv8.2.1645Bram Moolenaar2020-09-091-4/+6
* patch 8.2.1335: CTRL-C in the GUI doesn't interruptv8.2.1335Bram Moolenaar2020-08-011-4/+9
* patch 8.2.1027: GUI: multi-byte characters do not work in a terminalv8.2.1027Bram Moolenaar2020-06-211-3/+5
* patch 8.2.1019: mapping <M-S-a> does not work in the GUIv8.2.1019Bram Moolenaar2020-06-201-3/+8
* patch 8.2.0857: GTK cell height can be a pixel too muchv8.2.0857Bram Moolenaar2020-05-311-1/+2
* patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUIv8.2.0851Bram Moolenaar2020-05-301-35/+9
* patch 8.2.0770: cannot map CTRL-B when using the GUIv8.2.0770Bram Moolenaar2020-05-161-4/+8
* patch 8.2.0765: In the GUI can't use all the modifiers.v8.2.0765Bram Moolenaar2020-05-161-76/+31
* patch 8.2.0464: typos and other small problemsv8.2.0464Bram Moolenaar2020-03-271-0/+2
* patch 8.1.2380: using old C style commentsv8.1.2380Bram Moolenaar2019-12-011-589/+577
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-211-12/+0
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-1/+1
* patch 8.1.2034: dark them of GTK 3 not supportedv8.1.2034Bram Moolenaar2019-09-151-0/+13
* patch 8.1.1767: FEAT_SESSION defined separatelyv8.1.1767Bram Moolenaar2019-07-281-12/+16
* patch 8.1.1531: clipboard type name is inconsistentv8.1.1531Bram Moolenaar2019-06-141-7/+7
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-4/+4
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-5/+4
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-69/+0
* patch 8.1.1219: not checking for NULL return from alloc()v8.1.1219Bram Moolenaar2019-04-271-9/+12
* patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar2019-03-021-1/+1
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-1/+1
* patch 8.1.0872: confusing conditionv8.1.0872Bram Moolenaar2019-02-031-1/+1
* patch 8.1.0840: getchar(0) never returns a character in the terminalv8.1.0840Bram Moolenaar2019-01-281-4/+5
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-0/+2
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-4/+4
* patch 8.1.0577: tabpage right-click menu never shows "Close tab"v8.1.0577Bram Moolenaar2018-12-111-3/+1
* 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-1/+0
* patch 8.1.0412: cannot build with GTK 2.4v8.1.0412Bram Moolenaar2018-09-191-0/+12
* patch 8.1.0405: too many #ifdefs for GTKv8.1.0405Bram Moolenaar2018-09-181-347/+13
* patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building failsv8.1.0368Bram Moolenaar2018-09-111-125/+3
* patch 8.1.0301: GTK: input method popup displayed on wrong screen.v8.1.0301Bram Moolenaar2018-08-191-8/+18
* patch 8.1.0249: GTK: when screen DPI changes Vim does not handle itv8.1.0249Bram Moolenaar2018-08-071-0/+32
* patch 8.0.1709: some non-C89 code may slip throughv8.0.1709Bram Moolenaar2018-04-141-5/+7
* patch 8.0.1625: test_quotestar is flaky when run in GTK GUIv8.0.1625Bram Moolenaar2018-03-201-2/+11
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-4/+2
* patch 8.0.1450: GUI: endless loop when stopping cursor blinkingv8.0.1450Bram Moolenaar2018-01-311-6/+6
* patch 8.0.1278: GUI window always resizes when adding scrollbarv8.0.1278Bram Moolenaar2017-11-091-3/+4
* patch 8.0.1211: cannot reorder tab pages with drag & dropv8.0.1211Bram Moolenaar2017-10-221-1/+30
* patch 8.0.1086: can't build with GTK 3v8.0.1086Bram Moolenaar2017-09-091-5/+5
* patch 8.0.1084: GTK build has compiler warningsv8.0.1084Bram Moolenaar2017-09-091-21/+25
* patch 8.0.1038: strike-through text not supportedv8.0.1038Bram Moolenaar2017-09-021-10/+29