log src/gui_gtk_x11.c @ 18478:94223687df0e

age author description
Sun, 15 Sep 2019 13:30:04 +0200 Bram Moolenaar patch 8.1.2034: dark them of GTK 3 not supported v8.1.2034
Sun, 28 Jul 2019 15:30:04 +0200 Bram Moolenaar patch 8.1.1767: FEAT_SESSION defined separately v8.1.1767
Fri, 14 Jun 2019 21:45:06 +0200 Bram Moolenaar patch 8.1.1531: clipboard type name is inconsistent v8.1.1531
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Fri, 24 May 2019 19:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Sun, 28 Apr 2019 20:00:10 +0200 Bram Moolenaar patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe v8.1.1230
Sat, 27 Apr 2019 22:15:05 +0200 Bram Moolenaar patch 8.1.1219: not checking for NULL return from alloc() v8.1.1219
Sat, 02 Mar 2019 10:15:06 +0100 Bram Moolenaar patch 8.1.0989: various small code ugliness v8.1.0989
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Sun, 03 Feb 2019 23:45:05 +0100 Bram Moolenaar patch 8.1.0872: confusing condition
Mon, 28 Jan 2019 22:45:05 +0100 Bram Moolenaar patch 8.1.0840: getchar(0) never returns a character in the terminal v8.1.0840
Sun, 20 Jan 2019 15:45:07 +0100 Bram Moolenaar patch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Tue, 11 Dec 2018 20:45:06 +0100 Bram Moolenaar patch 8.1.0577: tabpage right-click menu never shows "Close tab" v8.1.0577
Fri, 16 Nov 2018 16:30:07 +0100 Bram Moolenaar patch 8.1.0528: various typos in comments v8.1.0528
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Wed, 19 Sep 2018 22:45:05 +0200 Christian Brabandt patch 8.1.0412: cannot build with GTK 2.4 v8.1.0412
Tue, 18 Sep 2018 22:45:05 +0200 Christian Brabandt patch 8.1.0405: too many #ifdefs for GTK v8.1.0405
Tue, 11 Sep 2018 21:45:06 +0200 Christian Brabandt patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building fails v8.1.0368
Sun, 19 Aug 2018 23:00:06 +0200 Christian Brabandt patch 8.1.0301: GTK: input method popup displayed on wrong screen. v8.1.0301
Tue, 07 Aug 2018 20:15:05 +0200 Christian Brabandt patch 8.1.0249: GTK: when screen DPI changes Vim does not handle it v8.1.0249
Sat, 14 Apr 2018 14:45:06 +0200 Christian Brabandt patch 8.0.1709: some non-C89 code may slip through v8.0.1709
Tue, 20 Mar 2018 21:30:07 +0100 Christian Brabandt patch 8.0.1625: test_quotestar is flaky when run in GTK GUI v8.0.1625
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Wed, 31 Jan 2018 21:15:05 +0100 Christian Brabandt patch 8.0.1450: GUI: endless loop when stopping cursor blinking v8.0.1450
Thu, 09 Nov 2017 18:45:04 +0100 Christian Brabandt patch 8.0.1278: GUI window always resizes when adding scrollbar v8.0.1278
Sun, 22 Oct 2017 15:45:04 +0200 Christian Brabandt patch 8.0.1211: cannot reorder tab pages with drag & drop v8.0.1211
Sat, 09 Sep 2017 23:15:04 +0200 Christian Brabandt patch 8.0.1086: can't build with GTK 3 v8.0.1086
Sat, 09 Sep 2017 19:00:04 +0200 Christian Brabandt patch 8.0.1084: GTK build has compiler warnings v8.0.1084
Sat, 02 Sep 2017 18:45:04 +0200 Christian Brabandt patch 8.0.1038: strike-through text not supported v8.0.1038
Sun, 27 Aug 2017 15:00:04 +0200 Christian Brabandt patch 8.0.1005: terminal without job updates slowly in GUI v8.0.1005
Sat, 26 Aug 2017 22:15:04 +0200 Christian Brabandt patch 8.0.1000: cannot open a terminal without running a job in it v8.0.1000
Sun, 23 Jul 2017 17:00:04 +0200 Christian Brabandt patch 8.0.0755: terminal window does not have colors in the GUI v8.0.0755
Mon, 05 Jun 2017 15:15:03 +0200 Christian Brabandt patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed v8.0.0620
Sun, 12 Mar 2017 20:15:06 +0100 Christian Brabandt patch 8.0.0452: some macros are in lower case v8.0.0452
Thu, 23 Feb 2017 12:30:05 +0100 Christian Brabandt patch 8.0.0349: redrawing errors with GTK 3 v8.0.0349
Wed, 01 Feb 2017 12:00:04 +0100 Christian Brabandt patch 8.0.0276: unnecessary #ifdefs v8.0.0276
Mon, 30 Jan 2017 23:00:05 +0100 Christian Brabandt patch 8.0.0273: dead code detected by Coverity v8.0.0273
Mon, 09 Jan 2017 20:45:04 +0100 Christian Brabandt patch 8.0.0162: build error on Fedora 23 v8.0.0162
Mon, 21 Nov 2016 21:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/182707ac10d77359bf7a87c6b23ce4025d5b0ad4 v8.0.0095
Thu, 17 Nov 2016 19:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/a859f04b4db651860c07db3587f29906517c552b v8.0.0089
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Mon, 22 Aug 2016 23:15:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/1b58cdd160c2e0ada0f638679a2aa27e4665fc48 v7.4.2243
Sun, 14 Aug 2016 20:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/16350cb97914bc86320185a9910b23c2b297d273 v7.4.2214
Fri, 12 Aug 2016 14:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/107abd2ca53c31fd3bb40d77ff296e98eaae2975 v7.4.2199
Wed, 10 Aug 2016 21:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/717e196060d946fe20bb0f0307f417dc4d0e9b17 v7.4.2193
Thu, 21 Jul 2016 22:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/36edf0685c8b55ee3ce709058d83ada8027fec1e v7.4.2089
Fri, 15 Jul 2016 18:00:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/fdadad994a6e8f6cc8b11519082e23200b96d0ba v7.4.2042
Sun, 10 Jul 2016 23:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/da3a77d9ec28407b8fa2aa014e76944d0a525662 v7.4.2025
Thu, 07 Jul 2016 16:45:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/9d5d3c9c4468ad76f16b50eabd3d9e7eab2ed44d v7.4.1995
Wed, 08 Jun 2016 21:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/945ec093cd4ddefab930239990564b12eb232153 v7.4.1909
Sat, 04 Jun 2016 22:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8e31fd52ec8be6ef1dc600b637d5f099d55e1715 v7.4.1899
Sat, 04 Jun 2016 16:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/703a8044b5393d37d355b0b1054a9a5a13912a3f v7.4.1890
Thu, 02 Jun 2016 14:30:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/4231da403e3c879dd6ac261e51f4ca60813935e3 v7.4.1873
Sun, 17 Apr 2016 21:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/30e12d259ee78272359f9da2655d0593a4f6a626 v7.4.1749
Tue, 05 Apr 2016 22:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/f80663f17b2f2499b45eb4467088704c8298c385 v7.4.1713
Sat, 12 Mar 2016 16:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/b4ebf9ae3b93d082ab3b9f4aab2f6729f77fa46a v7.4.1545
Sat, 12 Mar 2016 12:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/4fc563b397949ce23190045112fa08c0776a56e6 v7.4.1538
Tue, 08 Mar 2016 23:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/beb003b303cde1e55634aae9f810535684b76211 v7.4.1525
Sat, 05 Mar 2016 22:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/0ecbe33718b06a3771fd2c65b331c8c9504657d7 v7.4.1497
Fri, 04 Mar 2016 23:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/2369c15407cf9a730a396ebf9709abb280c5ce48 v7.4.1490
Sat, 27 Feb 2016 22:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/3f2a5d8dfbe2998b4d3d369c0275e2366c92666b v7.4.1443
Sat, 27 Feb 2016 18:15:07 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/85b11769ab507c7df93f319fd964fa579701b76b v7.4.1433
Tue, 23 Feb 2016 17:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517 v7.4.1402
Mon, 01 Feb 2016 21:45:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/1357caf31f3e447d99baf8dd6a3243e2ab38567f v7.4.1232
Sat, 30 Jan 2016 16:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/66f948e928d5e0cd3123af902aa8ac1613534c94 v7.4.1207
Tue, 19 Jan 2016 18:00:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/3a466a87180d677b898687ef72d09f14a397794e v7.4.1138
Sat, 02 Jan 2016 22:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/027387f70c671f62e3e08e0bdd09ec05b0232735 v7.4.1037
Tue, 29 Dec 2015 19:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/36e294c00c784b9ddd05a4fdbea2e331ab2b1ca8 v7.4.995
Tue, 24 Nov 2015 15:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/88e484bf1b0afb5f2dec44f19335729578ace66a v7.4.938
Tue, 15 Sep 2015 14:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/93c88e0f6a4a8f7634ed84721daf4af46fc0d5db v7.4.866
Tue, 08 Sep 2015 20:15:03 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/3cbe0c01ad71875bd662edb629f9e792a734f292 v7.4.861
Tue, 08 Sep 2015 16:45:03 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/7e2ec008f5c5152205d0b8a7d88177b374225d8d v7.4.855
Tue, 09 Jun 2015 19:14:24 +0200 Bram Moolenaar patch 7.4.731 v7.4.731
Tue, 17 Jun 2014 18:47:02 +0200 Bram Moolenaar updated for version 7.4.332 v7.4.332
Tue, 13 May 2014 20:19:58 +0200 Bram Moolenaar updated for version 7.4.295 v7.4.295
Tue, 29 Apr 2014 15:11:43 +0200 Bram Moolenaar updated for version 7.4.270 v7.4.270
Sun, 06 Apr 2014 21:08:45 +0200 Bram Moolenaar updated for version 7.4.252 v7.4.252
Sun, 30 Jun 2013 17:51:51 +0200 Bram Moolenaar updated for version 7.3.1278 v7.3.1278
Tue, 21 May 2013 12:52:04 +0200 Bram Moolenaar updated for version 7.3.985 v7.3.985
Mon, 06 May 2013 04:24:17 +0200 Bram Moolenaar updated for version 7.3.925 v7.3.925
Wed, 13 Mar 2013 17:50:25 +0100 Bram Moolenaar updated for version 7.3.856 v7.3.856
Thu, 14 Feb 2013 22:11:39 +0100 Bram Moolenaar updated for version 7.3.819 v7.3.819
Wed, 23 Jan 2013 16:00:11 +0100 Bram Moolenaar updated for version 7.3.777 v7.3.777
Fri, 18 May 2012 17:03:18 +0200 Bram Moolenaar updated for version 7.3.520 v7.3.520
Wed, 26 Oct 2011 11:36:25 +0200 Bram Moolenaar updated for version 7.3.347 v7.3.347
Wed, 10 Aug 2011 17:44:45 +0200 Bram Moolenaar updated for version 7.3.279 v7.3.279
Sun, 26 Jun 2011 04:49:00 +0200 Bram Moolenaar updated for version 7.3.234 v7.3.234
Sun, 19 Jun 2011 01:14:29 +0200 Bram Moolenaar updated for version 7.3.221 v7.3.221
Fri, 25 Feb 2011 17:10:27 +0100 Bram Moolenaar updated for version 7.3.134 v7.3.134
Fri, 25 Feb 2011 15:15:50 +0100 Bram Moolenaar updated for version 7.3.130 v7.3.130
Fri, 20 Aug 2010 11:11:57 +0200 Bram Moolenaar Fold Vim 7.2 default branch back to trunk to avoid two heads. (Tony
Sun, 15 Aug 2010 13:53:58 +0200 Bram Moolenaar Fix #ifdef for GDK_SUPER_MASK. (Stephan Schulz) vim73
Fri, 13 Aug 2010 13:57:13 +0200 Bram Moolenaar Fix #ifdef for GDK_SUPER_MASK. vim73
Sun, 08 Aug 2010 16:38:42 +0200 Bram Moolenaar Remove unused code. vim73
Sun, 08 Aug 2010 14:40:37 +0200 Bram Moolenaar Improve positioning of combining characters in GTK. vim73
Sat, 07 Aug 2010 15:46:45 +0200 Bram Moolenaar Fix: with newer GTK versions accented characters were drawn too much to the vim73
Sun, 25 Jul 2010 15:49:07 +0200 Bram Moolenaar Add support for horizontal scroll wheel. (Bjorn Winckler) vim73
Wed, 14 Jul 2010 16:52:17 +0200 Bram Moolenaar Support completion for ":find". (Nazri Ramliy) vim73
Sun, 11 Jul 2010 19:01:06 +0200 Bram Moolenaar Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used. vim73
Sat, 26 Jun 2010 06:24:45 +0200 Bram Moolenaar Various small fixes from Dominique Pelle. vim73
Fri, 25 Jun 2010 05:37:59 +0200 Bram Moolenaar Remove the old and not well supported GTK 1 code. (James Vega) vim73
Tue, 22 Jun 2010 06:07:12 +0200 Bram Moolenaar Fixes for time in clipboard request. Also fix ownership. (David Fries) vim73
Sun, 06 Jun 2010 17:41:24 +0200 Bram Moolenaar One more fix for conceal patch. vim73
Sat, 05 Jun 2010 12:49:46 +0200 Bram Moolenaar updated for version 7.2.442 vim73
Sat, 22 May 2010 21:34:09 +0200 Bram Moolenaar Add :nbstart and :nbclose. vim73
Sat, 22 May 2010 18:28:27 +0200 Bram Moolenaar Included the patch to support netbeans in a terminal. vim73
Mon, 17 May 2010 22:07:15 +0200 Bram Moolenaar Avoid warnings for unused arguments when compiling with Gnome. vim73
Sun, 13 Jun 2010 02:35:46 +0200 Bram Moolenaar updated for version 7.2.444 v7.2.444
Sat, 05 Jun 2010 12:49:46 +0200 Bram Moolenaar updated for version 7.2.442 v7.2.442
Sat, 15 May 2010 21:13:04 +0200 Bram Moolenaar Undo changes that are meant for the Vim 7.3 branch.
Sat, 15 May 2010 13:56:02 +0200 Bram Moolenaar First step in the Vim 7.3 branch. Changed version numbers. vim73
Thu, 11 Feb 2010 18:19:38 +0100 Bram Moolenaar updated for version 7.2.358 v7.2.358
Tue, 03 Nov 2009 17:13:59 +0000 vimboss updated for version 7.2-283 v7.2.283
Wed, 23 Sep 2009 16:14:49 +0000 vimboss updated for version 7.2-264 v7.2.264
Wed, 23 Sep 2009 15:35:48 +0000 vimboss updated for version 7.2-263 v7.2.263
Fri, 11 Sep 2009 13:46:41 +0000 vimboss updated for version 7.2-256 v7.2.256
Wed, 01 Jul 2009 16:04:58 +0000 vimboss updated for version 7.2-221 v7.2.221
Tue, 16 Jun 2009 13:23:06 +0000 vimboss updated for version 7.2-201 v7.2.201
Tue, 16 Jun 2009 13:12:07 +0000 vimboss updated for version 7.2-200 v7.2.200