Bram Moolenaar
7f78bd73d6
updated for version 7.3.315
...
Problem: Opening a window before forking causes problems for GTK.
Solution: Fork first, create the window in the child and report back to the
parent process whether it worked. If successful the parent exits,
if unsuccessful the child exits and the parent continues in the
terminal. (Tim Starling)
2011-09-14 19:04:39 +02:00
Bram Moolenaar
12bc1b5c9f
updated for version 7.3.279
...
Problem: With GTK, when gvim is full-screen and a tab is opened and using a
specific monitor configuration the window is too big.
Solution: Adjust the window size like on MS-Windows. (Yukihiro Nakadaira)
2011-08-10 17:44:45 +02:00
Bram Moolenaar
20892c1e68
updated for version 7.3.234
...
Problem: With GTK menu may be popping down.
Solution: Use event time instead of GDK_CURRENT_TIME. (Hong Xu)
2011-06-26 04:49:00 +02:00
Bram Moolenaar
67d441ba36
updated for version 7.3.229
...
Problem: Using fork() makes gvim crash on Mac when build with
CoreFoundation.
Solution: Disallow fork() when __APPLE__ is defined. (Hisashi T Fujinaka)
2011-06-20 00:53:15 +02:00
Bram Moolenaar
e60acc180b
updated for version 7.3.187
...
Problem: The RISC OS port has obvious errors and is not being maintained.
Solution: Remove the RISC OS files and code.
2011-05-10 16:41:25 +02:00
Bram Moolenaar
d2c340a6a6
updated for version 7.3.102
...
Problem: When using ":make", typing the next command and then getting the
"reload" prompt the next command is (partly) eaten by the reload
prompt.
Solution: Accept ':' as a special character at the reload prompt to accept
the default choice and execute the command.
2011-01-17 20:08:11 +01:00
Bram Moolenaar
727c876b78
updated for version 7.3.031
...
Problem: Can't pass the X window ID to another application.
Solution: Add v:windowid. (Christian J. Robinson, Lech Lorens)
2010-10-20 19:17:48 +02:00
Bram Moolenaar
173c98550f
updated for version 7.3.016
...
Problem: Netbeans doesn't work under Athena.
Solution: Support Athena, just like Motif. (Xavier de Gaye)
2010-09-29 17:27:01 +02:00
Bram Moolenaar
09092155a6
Remove unused code.
2010-08-08 16:38:42 +02:00
Bram Moolenaar
97cfe90de8
Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron)
2010-08-06 20:42:30 +02:00
Bram Moolenaar
5e109c4ab0
Fix compiler warnings on 64 bit systems.
2010-07-26 22:51:28 +02:00
Bram Moolenaar
8d9b40e71a
Add support for horizontal scroll wheel. (Bjorn Winckler)
2010-07-25 15:49:07 +02:00
Bram Moolenaar
f5963f719e
Add the 'concealcursor' option to decide when the cursor line is to be
...
concealed or not.
Rename 'conc' to 'cole' as the short name for 'conceallevel'.
2010-07-23 22:10:27 +02:00
Bram Moolenaar
c400cb9ca7
Rename w_p_conceal to w_p_conc for consistency.
2010-07-19 19:52:13 +02:00
Bram Moolenaar
72597a57b5
Added strwidth() and strchars() functions.
2010-07-18 15:31:08 +02:00
Bram Moolenaar
cc448b373d
Support completion for ":find". (Nazri Ramliy)
...
Cleanup white space.
2010-07-14 16:52:17 +02:00
Bram Moolenaar
b2c0350c67
Make updating text for conceal mode simpler. A few compiler warning fixes.
2010-07-02 20:20:09 +02:00
Bram Moolenaar
0eda7ac7f8
Change remaining HAVE_GTK2 to FEAT_GUI_GTK.
2010-06-26 05:38:18 +02:00
Bram Moolenaar
182c5be111
Remove the old and not well supported GTK 1 code. (James Vega)
2010-06-25 05:37:59 +02:00
Bram Moolenaar
fd3e5dc97f
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
2010-05-30 19:00:15 +02:00
Bram Moolenaar
b26e6327e6
Add :nbstart and :nbclose.
2010-05-22 21:34:09 +02:00
Bram Moolenaar
67c5384434
Included the patch to support netbeans in a terminal.
2010-05-22 18:28:27 +02:00
Bram Moolenaar
ca7e1f2066
Fix: window title not updated after file dropped.
2010-05-22 15:50:12 +02:00
Bram Moolenaar
64486671c3
Add 'relativenumber' patch from Markus Heidelberg.
2010-05-16 15:46:46 +02:00
Bram Moolenaar
c5d5d01ad9
updated for version 7.2.350
...
Problem: Win32: When changing font the window may jump from the secondary
to the primary screen. (Michael Wookey)
Solution: When the screen position was negative don't correct it to zero.
2010-01-27 21:05:05 +01:00
Bram Moolenaar
09736232af
updated for version 7.2-264
2009-09-23 16:14:49 +00:00
Bram Moolenaar
9f8650c969
updated for version 7.2-240
2009-07-29 09:11:15 +00:00
Bram Moolenaar
a48b1659b3
updated for version 7.2-218
2009-06-24 16:32:08 +00:00
Bram Moolenaar
746ebd3b6a
updated for version 7.2-203
2009-06-16 14:01:43 +00:00
Bram Moolenaar
4bdbbf7066
updated for version 7.2-184
2009-05-21 21:27:43 +00:00
Bram Moolenaar
b85cb21cb1
updated for version 7.2-181
2009-05-17 14:24:23 +00:00
Bram Moolenaar
0133bba301
updated for version 7.2-065
2008-12-03 17:50:45 +00:00
Bram Moolenaar
fe86f2d7cd
updated for version 7.2-055
2008-11-28 20:29:07 +00:00
Bram Moolenaar
1b8d33b6b2
updated for version 7.2b-028
2008-08-06 12:37:44 +00:00
Bram Moolenaar
c236c16d08
updated for version 7.2b-000
2008-07-13 17:41:49 +00:00
Bram Moolenaar
3577c6fafb
updated for version 7.2a
2008-06-24 21:16:56 +00:00
Bram Moolenaar
ec80df74ac
updated for version 7.1-297
2008-05-07 19:46:51 +00:00
Bram Moolenaar
6f7743ef82
updated for version 7.1-244
2008-02-06 16:33:58 +00:00
Bram Moolenaar
91a4e82243
updated for version 7.1-236
2008-01-19 14:59:58 +00:00
Bram Moolenaar
6784078701
updated for version 7.1-191
2008-01-03 15:15:07 +00:00
Bram Moolenaar
9b25ffbb2b
updated for version 7.1-149
2007-11-06 21:27:31 +00:00
Bram Moolenaar
9c8791fde0
updated for version 7.1-095
2007-09-05 19:47:23 +00:00
Bram Moolenaar
367329ba08
updated for version 7.1-093
2007-08-30 11:53:22 +00:00
Bram Moolenaar
70c2a63474
updated for version 7.1-078
2007-08-15 18:08:50 +00:00
Bram Moolenaar
ff1d0d4cf5
updated for version 7.1b
2007-05-10 17:24:16 +00:00
Bram Moolenaar
b5dd424dc3
updated for version 7.1a
2007-05-06 12:28:24 +00:00
Bram Moolenaar
79ee315b72
updated for version 7.0-232
2007-04-26 16:20:50 +00:00
Bram Moolenaar
da68cf33d8
updated for version 7.0-128
2006-10-10 15:35:57 +00:00
Bram Moolenaar
8838aeeea9
updated for version 7.0-121
2006-10-08 11:56:24 +00:00
Bram Moolenaar
05bb82f949
updated for version 7.0-099
2006-09-10 19:39:25 +00:00