Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated for version 7.3.279v7.3.279 | Bram Moolenaar | 2011-08-10 | 1 | -1/+1 |
| | | | | | | 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) | ||||
* | updated for version 7.3.234v7.3.234 | Bram Moolenaar | 2011-06-26 | 1 | -0/+4 |
| | | | | | Problem: With GTK menu may be popping down. Solution: Use event time instead of GDK_CURRENT_TIME. (Hong Xu) | ||||
* | updated for version 7.3.229v7.3.229 | Bram Moolenaar | 2011-06-20 | 1 | -1/+2 |
| | | | | | | Problem: Using fork() makes gvim crash on Mac when build with CoreFoundation. Solution: Disallow fork() when __APPLE__ is defined. (Hisashi T Fujinaka) | ||||
* | updated for version 7.3.187v7.3.187 | Bram Moolenaar | 2011-05-10 | 1 | -19/+4 |
| | | | | | Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code. | ||||
* | updated for version 7.3.102v7.3.102 | Bram Moolenaar | 2011-01-17 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | updated for version 7.3.031v7.3.031 | Bram Moolenaar | 2010-10-20 | 1 | -0/+10 |
| | | | | | Problem: Can't pass the X window ID to another application. Solution: Add v:windowid. (Christian J. Robinson, Lech Lorens) | ||||
* | updated for version 7.3.016v7.3.016 | Bram Moolenaar | 2010-09-29 | 1 | -1/+1 |
| | | | | | Problem: Netbeans doesn't work under Athena. Solution: Support Athena, just like Motif. (Xavier de Gaye) | ||||
* | Remove unused code. | Bram Moolenaar | 2010-08-08 | 1 | -7/+0 |
| | |||||
* | Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron) | Bram Moolenaar | 2010-08-06 | 1 | -0/+1 |
| | |||||
* | Fix compiler warnings on 64 bit systems. | Bram Moolenaar | 2010-07-26 | 1 | -4/+4 |
| | |||||
* | Add support for horizontal scroll wheel. (Bjorn Winckler) | Bram Moolenaar | 2010-07-25 | 1 | -43/+74 |
| | |||||
* | Add the 'concealcursor' option to decide when the cursor line is to be | Bram Moolenaar | 2010-07-23 | 1 | -4/+7 |
| | | | | | concealed or not. Rename 'conc' to 'cole' as the short name for 'conceallevel'. | ||||
* | Rename w_p_conceal to w_p_conc for consistency. | Bram Moolenaar | 2010-07-19 | 1 | -2/+2 |
| | |||||
* | Added strwidth() and strchars() functions. | Bram Moolenaar | 2010-07-18 | 1 | -6/+1 |
| | |||||
* | Support completion for ":find". (Nazri Ramliy) | Bram Moolenaar | 2010-07-14 | 1 | -1/+1 |
| | | | | Cleanup white space. | ||||
* | Make updating text for conceal mode simpler. A few compiler warning fixes. | Bram Moolenaar | 2010-07-02 | 1 | -4/+42 |
| | |||||
* | Change remaining HAVE_GTK2 to FEAT_GUI_GTK. | Bram Moolenaar | 2010-06-26 | 1 | -30/+30 |
| | |||||
* | Remove the old and not well supported GTK 1 code. (James Vega) | Bram Moolenaar | 2010-06-25 | 1 | -2/+2 |
| | |||||
* | Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle) | Bram Moolenaar | 2010-05-30 | 1 | -0/+2 |
| | |||||
* | Add :nbstart and :nbclose. | Bram Moolenaar | 2010-05-22 | 1 | -2/+1 |
| | |||||
* | Included the patch to support netbeans in a terminal. | Bram Moolenaar | 2010-05-22 | 1 | -6/+6 |
| | |||||
* | Fix: window title not updated after file dropped. | Bram Moolenaar | 2010-05-22 | 1 | -3/+4 |
| | |||||
* | Add 'relativenumber' patch from Markus Heidelberg. | Bram Moolenaar | 2010-05-16 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2.350v7.2.350 | Bram Moolenaar | 2010-01-27 | 1 | -4/+10 |
| | | | | | | 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. | ||||
* | updated for version 7.2-264v7.2.264 | Bram Moolenaar | 2009-09-23 | 1 | -2/+31 |
| | |||||
* | updated for version 7.2-240v7.2.240 | Bram Moolenaar | 2009-07-29 | 1 | -0/+14 |
| | |||||
* | updated for version 7.2-218v7.2.218 | Bram Moolenaar | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2-203v7.2.203 | Bram Moolenaar | 2009-06-16 | 1 | -0/+15 |
| | |||||
* | updated for version 7.2-184v7.2.184 | Bram Moolenaar | 2009-05-21 | 1 | -5/+5 |
| | |||||
* | updated for version 7.2-181v7.2.181 | Bram Moolenaar | 2009-05-17 | 1 | -11/+5 |
| | |||||
* | updated for version 7.2-065v7.2.065 | Bram Moolenaar | 2008-12-03 | 1 | -12/+16 |
| | |||||
* | updated for version 7.2-055v7.2.055 | Bram Moolenaar | 2008-11-28 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2b-028v7.2b.028 | Bram Moolenaar | 2008-08-06 | 1 | -3/+4 |
| | |||||
* | updated for version 7.2b-000v7.2b.000 | Bram Moolenaar | 2008-07-13 | 1 | -1/+19 |
| | |||||
* | updated for version 7.2a | Bram Moolenaar | 2008-06-24 | 1 | -1/+1 |
| | |||||
* | updated for version 7.1-297v7.1.297 | Bram Moolenaar | 2008-05-07 | 1 | -0/+9 |
| | |||||
* | updated for version 7.1-244v7.1.244 | Bram Moolenaar | 2008-02-06 | 1 | -5/+1 |
| | |||||
* | updated for version 7.1-236v7.1.236 | Bram Moolenaar | 2008-01-19 | 1 | -1/+1 |
| | |||||
* | updated for version 7.1-191v7.1.191 | Bram Moolenaar | 2008-01-03 | 1 | -2/+4 |
| | |||||
* | updated for version 7.1-149v7.1.149 | Bram Moolenaar | 2007-11-06 | 1 | -1/+13 |
| | |||||
* | updated for version 7.1-095v7.1.095 | Bram Moolenaar | 2007-09-05 | 1 | -1/+12 |
| | |||||
* | updated for version 7.1-093v7.1.093 | Bram Moolenaar | 2007-08-30 | 1 | -2/+3 |
| | |||||
* | updated for version 7.1-078v7.1.078 | Bram Moolenaar | 2007-08-15 | 1 | -1/+1 |
| | |||||
* | updated for version 7.1b | Bram Moolenaar | 2007-05-10 | 1 | -3/+3 |
| | |||||
* | updated for version 7.1a | Bram Moolenaar | 2007-05-06 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0-232v7.0.232 | Bram Moolenaar | 2007-04-26 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0-128v7.0.128 | Bram Moolenaar | 2006-10-10 | 1 | -2/+3 |
| | |||||
* | updated for version 7.0-121v7.0.121 | Bram Moolenaar | 2006-10-08 | 1 | -0/+3 |
| | |||||
* | updated for version 7.0-099v7.0.099 | Bram Moolenaar | 2006-09-10 | 1 | -0/+12 |
| | |||||
* | updated for version 7.0-072v7.0.072 | Bram Moolenaar | 2006-08-29 | 1 | -3/+4 |
| |