Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.2.2247: VMS: various smaller problemsv8.2.2247 | Bram Moolenaar | 2020-12-30 | 1 | -1/+2 |
| | | | | | Problem: VMS: various smaller problems. Solution: Fix VMS building and other problems. (Zoltan Arpadffy) | ||||
* | patch 8.2.1422: the Mac GUI implementation is outdatedv8.2.1422 | Bram Moolenaar | 2020-08-11 | 1 | -34/+3 |
| | | | | | | | Problem: The Mac GUI implementation is outdated and probably doesn't even work. Solution: Remove the Mac GUI code. The MacVim project provides the supported Vim GUI version. | ||||
* | patch 8.2.0320: no Haiku supportv8.2.0320 | Bram Moolenaar | 2020-02-26 | 1 | -3/+20 |
| | | | | | Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes #5605) | ||||
* | patch 8.1.2366: using old C style commentsv8.1.2366 | Bram Moolenaar | 2019-11-30 | 1 | -207/+206 |
| | | | | | Problem: Using old C style comments. Solution: Use // comments where appropriate. | ||||
* | patch 8.1.1633: cannot generate prototypes with X11 but without GUIv8.1.1633 | Bram Moolenaar | 2019-07-04 | 1 | -0/+6 |
| | | | | | Problem: Cannot generate prototypes with X11 but without GUI. Solution: Include X11/Intrinsic.h. | ||||
* | patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230 | Bram Moolenaar | 2019-04-28 | 1 | -0/+13 |
| | | | | | | Problem: A lot of code is shared between vim.exe and gvim.exe. Solution: Optionally put the shared code in vim.dll. (Ken Takata, closes #4287) | ||||
* | patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941 | Bram Moolenaar | 2019-02-17 | 1 | -2/+2 |
| | | | | | | | Problem: Macros for MS-Windows are inconsistent, using "32", "3264 and others. Solution: Use MSWIN for all MS-Windows builds. Use FEAT_GUI_MSWIN for the GUI build. (Hirohito Higashi, closes #3932) | ||||
* | patch 8.1.0810: too many #ifdefsv8.1.0810 | Bram Moolenaar | 2019-01-24 | 1 | -3/+1 |
| | | | | | Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, part 4. | ||||
* | patch 8.1.0228: dropping files is ignored while Vim is busyv8.1.0228 | Bram Moolenaar | 2018-07-29 | 1 | -2/+3 |
| | | | | | Problem: Dropping files is ignored while Vim is busy. Solution: Postpone the effect of dropping files until it's safe. | ||||
* | patch 8.0.1795: lose contact with jobs when :gui forksv8.0.1795 | Bram Moolenaar | 2018-05-05 | 1 | -0/+4 |
| | | | | | | | Problem: Lose contact with jobs when :gui forks. Solution: Don't fork when there is a running job. Make log message for a died job clearer. Also close the terminal when stderr and stdout are the same FD. | ||||
* | patch 8.0.1544: when using 'termguicolors' SpellBad doesn't showv8.0.1544 | Bram Moolenaar | 2018-02-27 | 1 | -0/+2 |
| | | | | | Problem: When using 'termguicolors' SpellBad doesn't show. Solution: When the GUI colors are not set fall back to the cterm colors. | ||||
* | patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312 | Bram Moolenaar | 2017-11-18 | 1 | -4/+0 |
| | | | | | | Problem: balloon_show() only works in terminal when compiled with the GUI. Solution: Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI specific file. | ||||
* | patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118 | Bram Moolenaar | 2017-09-16 | 1 | -2/+0 |
| | | | | | | Problem: FEAT_WINDOWS adds a lot of #ifdefs while it is nearly always enabled and only adds 7% to the binary size of the tiny build. Solution: Graduate FEAT_WINDOWS. | ||||
* | patch 8.0.1038: strike-through text not supportedv8.0.1038 | Bram Moolenaar | 2017-09-02 | 1 | -0/+1 |
| | | | | | | Problem: Strike-through text not supported. Solution: Add support for the "strikethrough" attribute. (Christian Brabandt, Ken Takata) | ||||
* | patch 7.4.2358v7.4.2358 | Bram Moolenaar | 2016-09-09 | 1 | -0/+26 |
| | | | | | Problem: Compiler warnings with Solaris Studio when using GTK3. Solution: Define FUNC2GENERIC depending on the system. (Kazunobu Kuriyama) | ||||
* | 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.2192v7.4.2192 | Bram Moolenaar | 2016-08-10 | 1 | -1/+1 |
| | | | | | Problem: Generating prototypes with Cygwin doesn't work well. Solution: Change #ifdefs. (Ken Takata) | ||||
* | patch 7.4.2089v7.4.2089 | Bram Moolenaar | 2016-07-21 | 1 | -0/+6 |
| | | | | | | Problem: Color handling of X11 GUIs is too complicated. Solution: Simplify the code. Use RGBA where appropriate. (Kazunobu Kuriyama) | ||||
* | patch 7.4.1611v7.4.1611 | Bram Moolenaar | 2016-03-19 | 1 | -1/+1 |
| | | | | | | Problem: The versplit feature makes the code uneccessary complicated. Solution: Remove FEAT_VERTSPLIT, always support vertical splits when FEAT_WINDOWS is defined. | ||||
* | patch 7.4.1402v7.4.1402 | Bram Moolenaar | 2016-02-23 | 1 | -0/+7 |
| | | | | | Problem: GTK 3 is not supported. Solution: Add GTK 3 support. (Kazunobu Kuriyama) | ||||
* | patch 7.4.1375v7.4.1375 | Bram Moolenaar | 2016-02-20 | 1 | -7/+2 |
| | | | | | Problem: Still some Win16 code. Solution: Remove FEAT_GUI_W16.(Hirohito Higashi) | ||||
* | updated for version 7.4.553v7.4.553 | Bram Moolenaar | 2014-12-17 | 1 | -1/+1 |
| | | | | | Problem: Various small issues. Solution: Fix those issues. | ||||
* | updated for version 7.3.1220v7.3.1220 | Bram Moolenaar | 2013-06-17 | 1 | -1/+6 |
| | | | | | | Problem: MS-Windows: When using wide font italic and bold are not included. Solution: Support wide-bold, wide-italic and wide-bold-italic. (Ken Takata, Taro Muraoka) | ||||
* | updated for version 7.3.774v7.3.774 | Bram Moolenaar | 2013-01-23 | 1 | -9/+0 |
| | | | | | Problem: Tiny GUI version misses console dialog feature. Solution: Define FEAT_CON_DIALOG when apprpriate. (Christian Brabandt) | ||||
* | updated for version 7.3.234v7.3.234 | Bram Moolenaar | 2011-06-26 | 1 | -0/+2 |
| | | | | | Problem: With GTK menu may be popping down. Solution: Use event time instead of GDK_CURRENT_TIME. (Hong Xu) | ||||
* | updated for version 7.3.187v7.3.187 | Bram Moolenaar | 2011-05-10 | 1 | -16/+1 |
| | | | | | Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code. | ||||
* | Whitespace cleanup. | Bram Moolenaar | 2010-07-17 | 1 | -1/+1 |
| | |||||
* | Change remaining HAVE_GTK2 to FEAT_GUI_GTK. | Bram Moolenaar | 2010-06-26 | 1 | -6/+6 |
| | |||||
* | Remove the old and not well supported GTK 1 code. (James Vega) | Bram Moolenaar | 2010-06-25 | 1 | -14/+0 |
| | |||||
* | updated for version 7.2a | Bram Moolenaar | 2008-06-24 | 1 | -1/+1 |
| | |||||
* | updated for version 7.1-007v7.1.007 | Bram Moolenaar | 2007-06-19 | 1 | -1/+0 |
| | |||||
* | updated for version 7.1b | Bram Moolenaar | 2007-05-10 | 1 | -3/+3 |
| | |||||
* | updated for version 7.1a | Bram Moolenaar | 2007-05-06 | 1 | -0/+4 |
| | |||||
* | updated for version 7.0-232v7.0.232 | Bram Moolenaar | 2007-04-26 | 1 | -1/+2 |
| | |||||
* | updated for version 7.0f02v7.0f02 | Bram Moolenaar | 2006-04-27 | 1 | -0/+8 |
| | |||||
* | updated for version 7.0f01v7.0f01 | Bram Moolenaar | 2006-04-25 | 1 | -0/+5 |
| | |||||
* | updated for version 7.0e02v7.0e02 | Bram Moolenaar | 2006-04-18 | 1 | -0/+43 |
| | |||||
* | updated for version 7.0c10v7.0c10 | Bram Moolenaar | 2006-04-05 | 1 | -0/+3 |
| | |||||
* | updated for version 7.0c01 | Bram Moolenaar | 2006-03-27 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0cv7.0c | Bram Moolenaar | 2006-03-27 | 1 | -0/+4 |
| | |||||
* | updated for version 7.0216v7.0216 | Bram Moolenaar | 2006-03-06 | 1 | -0/+2 |
| | |||||
* | updated for version 7.0208 | Bram Moolenaar | 2006-02-27 | 1 | -2/+0 |
| | |||||
* | updated for version 7.0206v7.0206 | Bram Moolenaar | 2006-02-24 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0197v7.0197 | Bram Moolenaar | 2006-02-14 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0163 | Bram Moolenaar | 2005-12-06 | 1 | -38/+3 |
| | |||||
* | updated for version 7.0116 | Bram Moolenaar | 2005-07-25 | 1 | -2/+3 |
| | |||||
* | updated for version 7.0098 | Bram Moolenaar | 2005-06-30 | 1 | -4/+0 |
| | |||||
* | updated for version 7.0085 | Bram Moolenaar | 2005-06-14 | 1 | -2/+1 |
| | |||||
* | updated for version 7.0060 | Bram Moolenaar | 2005-03-15 | 1 | -2/+5 |
| | |||||
* | updated for version 7.0030 | Bram Moolenaar | 2005-01-04 | 1 | -26/+1 |
| |