Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.0.0367: types in include files may be inconsistentv8.0.0367 | Bram Moolenaar | 2017-02-25 | 1 | -2/+2 |
| | | | | | | Problem: If configure defines _LARGE_FILES some include files are included before it is defined. Solution: Include vim.h first. (Sam Thursfield, closes #1508) | ||||
* | patch 7.4.2293v7.4.2293 | Bram Moolenaar | 2016-08-29 | 1 | -1/+1 |
| | | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino) | ||||
* | patch 7.4.2243v7.4.2243 | Bram Moolenaar | 2016-08-22 | 1 | -3/+3 |
| | | | | | | Problem: Warning for assigning negative value to unsigned. (Danek Duvall) Solution: Make cterm_normal_fg_gui_color and _bg_ guicolor_T, cast to long_u only when an unsigned is needed. | ||||
* | patch 7.4.2094v7.4.2094 | Bram Moolenaar | 2016-07-23 | 1 | -161/+22 |
| | | | | | | Problem: The color allocation in X11 is overly complicated. Solution: Remove find_closest_color(), XAllocColor() already does this. (Kazunobu Kuriyama) | ||||
* | patch 7.4.1995v7.4.1995 | Bram Moolenaar | 2016-07-07 | 1 | -0/+6 |
| | | | | | | Problem: GUI: cursor drawn in wrong place if a timer callback causes a screen update. (David Samvelyan) Solution: Also redraw the cursor when it's blinking and on. | ||||
* | patch 7.4.1890v7.4.1890 | Bram Moolenaar | 2016-06-04 | 1 | -0/+6 |
| | | | | | | Problem: GUI: When channel data is received the cursor blinking is interrupted. (Ramel Eshed) Solution: Don't update the cursor when it is blinking. | ||||
* | patch 7.4.1873v7.4.1873 | Bram Moolenaar | 2016-06-02 | 1 | -6/+18 |
| | | | | | | Problem: When a callback adds a timer the GUI doesn't use it until later. (Ramel Eshed) Solution: Return early if a callback adds a timer. | ||||
* | patch 7.4.1433v7.4.1433 | Bram Moolenaar | 2016-02-27 | 1 | -36/+0 |
| | | | | | | Problem: The Sniff interface is no longer useful, the tool has not been available for may years. Solution: Delete the Sniff interface and related code. | ||||
* | patch 7.4.1225v7.4.1225 | Bram Moolenaar | 2016-01-31 | 1 | -2/+1 |
| | | | | | Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi) | ||||
* | patch 7.4.1209v7.4.1209 | Bram Moolenaar | 2016-01-30 | 1 | -3/+3 |
| | | | | | Problem: Can't build with Athena. Solution: Fix function declarations. | ||||
* | patch 7.4.1208v7.4.1208 | Bram Moolenaar | 2016-01-30 | 1 | -232/+172 |
| | | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) | ||||
* | patch 7.4.1198v7.4.1198 | Bram Moolenaar | 2016-01-29 | 1 | -20/+20 |
| | | | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H. | ||||
* | patch 7.4.938v7.4.938 | Bram Moolenaar | 2015-11-24 | 1 | -0/+5 |
| | | | | | Problem: X11 and GTK have moure mouse buttons than Vim supports. Solution: Recognize more mouse buttons. (Benoit Pierre, closes #498) | ||||
* | patch 7.4.866v7.4.866 | Bram Moolenaar | 2015-09-15 | 1 | -4/+3 |
| | | | | | | | Problem: Crash when changing the 'tags' option from a remote command. (Benjamin Fritz) Solution: Instead of executing messages immediately, use a queue, like for netbeans. (James Kolb) | ||||
* | updated for version 7.4a.024v7.4a.024 | Bram Moolenaar | 2013-07-14 | 1 | -4/+3 |
| | | | | | Problem: X11 GUI: Checking icon height twice. Solution: Check height and width. (Dominique Pelle) | ||||
* | updated for version 7.3.1286v7.3.1286 | Bram Moolenaar | 2013-07-01 | 1 | -0/+1 |
| | | | | | Problem: Check for screen size missing for Athena and Motif. Solution: Add call to limit_screen_size(). | ||||
* | updated for version 7.3.1188v7.3.1188 | Bram Moolenaar | 2013-06-13 | 1 | -6/+6 |
| | | | | | Problem: Newline characters messing up error message. Solution: Remove the newlines. (Kazunobu Kuriyama) | ||||
* | updated for version 7.3.059v7.3.059 | Bram Moolenaar | 2010-11-16 | 1 | -0/+5 |
| | | | | | | | Problem: Netbeans: Problem with recursively handling messages for Athena and Motif. Solution: Call netbeans_parse_messages() in the main loop, like it's done for GTK. (Xavier de Gaye) | ||||
* | Remove unused code. | Bram Moolenaar | 2010-08-08 | 1 | -11/+0 |
| | |||||
* | Support completion for ":find". (Nazri Ramliy) | Bram Moolenaar | 2010-07-14 | 1 | -1/+1 |
| | | | | Cleanup white space. | ||||
* | Various small fixes from Dominique Pelle. | Bram Moolenaar | 2010-06-26 | 1 | -3/+3 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | updated for version 7.2-184v7.2.184 | Bram Moolenaar | 2009-05-21 | 1 | -69/+54 |
| | |||||
* | updated for version 7.2-125v7.2.125 | Bram Moolenaar | 2009-02-24 | 1 | -33/+26 |
| | |||||
* | updated for version 7.2-035v7.2.035 | Bram Moolenaar | 2008-11-12 | 1 | -1/+1 |
| | |||||
* | updated for version 7.1-318v7.1.318 | Bram Moolenaar | 2008-06-20 | 1 | -0/+3 |
| | |||||
* | updated for version 7.1b | Bram Moolenaar | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0g01 | Bram Moolenaar | 2006-05-02 | 1 | -0/+4 |
| | |||||
* | updated for version 7.0ev7.0e | Bram Moolenaar | 2006-04-16 | 1 | -0/+16 |
| | |||||
* | updated for version 7.0c03v7.0c03 | Bram Moolenaar | 2006-03-29 | 1 | -0/+2 |
| | |||||
* | updated for version 7.0c01v7.0c01 | Bram Moolenaar | 2006-03-27 | 1 | -1/+3 |
| | |||||
* | updated for version 7.0218v7.0218 | Bram Moolenaar | 2006-03-08 | 1 | -7/+28 |
| | |||||
* | updated for version 7.0158v7.0158 | Bram Moolenaar | 2005-11-23 | 1 | -2/+3 |
| | |||||
* | updated for version 7.0127v7.0127 | Bram Moolenaar | 2005-08-10 | 1 | -2/+2 |
| | |||||
* | updated for version 7.0116v7.0116 | Bram Moolenaar | 2005-07-25 | 1 | -28/+12 |
| | |||||
* | updated for version 7.0060 | Bram Moolenaar | 2005-03-15 | 1 | -1/+52 |
| | |||||
* | updated for version 7.0055v7.0055 | Bram Moolenaar | 2005-03-04 | 1 | -0/+2 |
| | |||||
* | updated for version 7.0035v7.0035 | Bram Moolenaar | 2005-01-08 | 1 | -20/+10 |
| | |||||
* | updated for version 7.0028v7.0028 | Bram Moolenaar | 2005-01-02 | 1 | -246/+5 |
| | |||||
* | updated for version 7.0027v7.0027 | Bram Moolenaar | 2004-12-31 | 1 | -0/+15 |
| | |||||
* | updated for version 7.0023v7.0023 | Bram Moolenaar | 2004-12-19 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0022v7.0022 | Bram Moolenaar | 2004-12-12 | 1 | -0/+14 |
| | |||||
* | updated for version 7.0020v7.0020 | Bram Moolenaar | 2004-10-24 | 1 | -4/+0 |
| | |||||
* | updated for version 7.0001v7.0001 | Bram Moolenaar | 2004-06-13 | 1 | -0/+3748 |