summaryrefslogtreecommitdiff
path: root/src/gui_x11.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1302: on a Belgian keyboard CTRL-] does not workv9.0.1302Bram Moolenaar2023-02-111-2/+2
* patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar2023-01-221-2/+5
* patch 9.0.1158: code is indented more than necessaryv9.0.1158Yegappan Lakshmanan2023-01-081-60/+60
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-1/+1
* patch 9.0.0339: no check if the return value of XChangeGC() is NULLv9.0.0339Bram Moolenaar2022-08-311-3/+7
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-031-65/+7
* patch 8.2.3986: error messages are spread outv8.2.3986Bram Moolenaar2022-01-021-1/+1
* patch 8.2.3975: error messages are spread outv8.2.3975Bram Moolenaar2022-01-011-4/+4
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-3/+3
* patch 8.2.2674: Motif: cancelling the font dialog resets the fontv8.2.2674Bram Moolenaar2021-03-291-0/+6
* patch 8.2.2247: VMS: various smaller problemsv8.2.2247Bram Moolenaar2020-12-301-7/+9
* patch 8.2.1809: mapping some keys with Ctrl does not work properlyv8.2.1809Bram Moolenaar2020-10-071-0/+3
* patch 8.2.1752: GTK GUI: cannot map alt-? with <A-?>v8.2.1752Bram Moolenaar2020-09-271-2/+1
* patch 8.2.1335: CTRL-C in the GUI doesn't interruptv8.2.1335Bram Moolenaar2020-08-011-7/+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.0835: Motif: mapping <C-bslash> still doesn't workv8.2.0835Bram Moolenaar2020-05-281-0/+5
* patch 8.2.0830: Motif: can't map "!"v8.2.0830Bram Moolenaar2020-05-261-0/+5
* patch 8.2.0765: In the GUI can't use all the modifiers.v8.2.0765Bram Moolenaar2020-05-161-99/+44
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-1/+1
* patch 8.1.2383: using old C style commentsv8.1.2383Bram Moolenaar2019-12-021-182/+185
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-211-11/+0
* patch 8.1.1531: clipboard type name is inconsistentv8.1.1531Bram Moolenaar2019-06-141-4/+4
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-1/+1
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-1/+1
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-2/+0
* patch 8.1.0840: getchar(0) never returns a character in the terminalv8.1.0840Bram Moolenaar2019-01-281-3/+4
* patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar2019-01-241-32/+9
* patch 8.1.0766: various problems when using Vim on VMSv8.1.0766Bram Moolenaar2019-01-171-1/+5
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-171-45/+6
* patch 8.1.0758: font number is always one instead of the actualv8.1.0758Bram Moolenaar2019-01-161-1/+1
* patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar2019-01-151-3/+4
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-16/+16
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-3/+0
* patch 8.0.1833: X11: ":echo 3.14" gives E806v8.0.1833Bram Moolenaar2018-05-131-0/+11
* patch 8.0.1800: X11: getting color is slowv8.0.1800Bram Moolenaar2018-05-061-2/+11
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-9/+7
* patch 8.0.1450: GUI: endless loop when stopping cursor blinkingv8.0.1450Bram Moolenaar2018-01-311-3/+3
* patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar2017-11-181-10/+6
* patch 8.0.1038: strike-through text not supportedv8.0.1038Bram Moolenaar2017-09-021-0/+10
* patch 8.0.1008: slow updating of terminal window in Motifv8.0.1008Bram Moolenaar2017-08-271-28/+52
* patch 8.0.0767: build failure with Athena and Motifv8.0.0767Bram Moolenaar2017-07-241-2/+2
* patch 8.0.0755: terminal window does not have colors in the GUIv8.0.0755Bram Moolenaar2017-07-231-4/+13
* patch 8.0.0447: getting font name does not work on X11v8.0.0447Bram Moolenaar2017-03-121-5/+31
* patch 8.0.0367: types in include files may be inconsistentv8.0.0367Bram Moolenaar2017-02-251-2/+2
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
* patch 7.4.2243v7.4.2243Bram Moolenaar2016-08-221-3/+3
* patch 7.4.2094v7.4.2094Bram Moolenaar2016-07-231-161/+22
* patch 7.4.1995v7.4.1995Bram Moolenaar2016-07-071-0/+6