Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312 | Bram Moolenaar | 2017-11-18 | 1 | -245/+3 |
| | | | | | | 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.1309: cannot use 'balloonexpr' in a terminalv8.0.1309 | Bram Moolenaar | 2017-11-18 | 1 | -9/+33 |
| | | | | | | Problem: Cannot use 'balloonexpr' in a terminal. Solution: Add 'balloonevalterm' and add code to handle mouse movements in a terminal. Initial implementation for Unix with GUI. | ||||
* | patch 8.0.1136: W_WIDTH() is always the samev8.0.1136 | Bram Moolenaar | 2017-09-22 | 1 | -1/+1 |
| | | | | | Problem: W_WIDTH() is always the same. Solution: Expand the macro. | ||||
* | patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118 | Bram Moolenaar | 2017-09-16 | 1 | -8/+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.1084: GTK build has compiler warningsv8.0.1084 | Bram Moolenaar | 2017-09-09 | 1 | -12/+4 |
| | | | | | | Problem: GTK build has compiler warnings. (Christian Brabandt) Solution: Get screen size with a different function. (Ken Takata, Yasuhiro Matsumoto) | ||||
* | patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not neededv8.0.0620 | Bram Moolenaar | 2017-06-05 | 1 | -7/+2 |
| | | | | | | Problem: Since we only support GTK versions that have it, the ckeck for HAVE_GTK_MULTIHEAD is no longer needed. Solution: Remove HAVE_GTK_MULTIHEAD. (Kazunobu Kuriyama) | ||||
* | patch 8.0.0466: still macros that should be all-capsv8.0.0466 | Bram Moolenaar | 2017-03-16 | 1 | -1/+1 |
| | | | | | Problem: There are still a few macros that should be all-caps. Solution: Make a few more macros all-caps. | ||||
* | patch 8.0.0448: some macros are in lower casev8.0.0448 | Bram Moolenaar | 2017-03-12 | 1 | -2/+2 |
| | | | | | Problem: Some macros are in lower case, which can be confusing. Solution: Make a few lower case macros upper case. | ||||
* | patch 8.0.0089v8.0.0089 | Bram Moolenaar | 2016-11-17 | 1 | -0/+11 |
| | | | | | Problem: Various problems with GTK 3.22.2. Solution: Fix the problems, add #ifdefs. (Kazunobu Kuriyama) | ||||
* | patch 8.0.0074v8.0.0074 | Bram Moolenaar | 2016-11-10 | 1 | -1/+1 |
| | | | | | | Problem: Cannot make Vim fail on an internal error. Solution: Add IEMSG() and IEMSG2(). (Domenique Pelle) Avoid reporting an internal error without mentioning where. | ||||
* | patch 7.4.2358v7.4.2358 | Bram Moolenaar | 2016-09-09 | 1 | -2/+2 |
| | | | | | 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.2092v7.4.2092 | Bram Moolenaar | 2016-07-22 | 1 | -0/+6 |
| | | | | | Problem: GTK 3 build fails with older GTK version. Solution: Check the pango version. (Kazunobu Kuriyama) | ||||
* | patch 7.4.2089v7.4.2089 | Bram Moolenaar | 2016-07-21 | 1 | -24/+25 |
| | | | | | | Problem: Color handling of X11 GUIs is too complicated. Solution: Simplify the code. Use RGBA where appropriate. (Kazunobu Kuriyama) | ||||
* | patch 7.4.1892v7.4.1892 | Bram Moolenaar | 2016-06-04 | 1 | -0/+1 |
| | | | | | Problem: balloon eval only gets the window number, not the ID. Solution: Add v:beval_winid. | ||||
* | patch 7.4.1749v7.4.1749 | Bram Moolenaar | 2016-04-17 | 1 | -0/+5 |
| | | | | | Problem: When using GTK 3.20 there are a few warnings. Solution: Use new functions when available. (Kazunobu Kuriyama) | ||||
* | patch 7.4.1402v7.4.1402 | Bram Moolenaar | 2016-02-23 | 1 | -2/+161 |
| | | | | | Problem: GTK 3 is not supported. Solution: Add GTK 3 support. (Kazunobu Kuriyama) | ||||
* | patch 7.4.1207v7.4.1207 | Bram Moolenaar | 2016-01-30 | 1 | -53/+33 |
| | | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) | ||||
* | patch 7.4.1200v7.4.1200 | Bram Moolenaar | 2016-01-29 | 1 | -1/+1 |
| | | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) | ||||
* | patch 7.4.1197v7.4.1197 | Bram Moolenaar | 2016-01-29 | 1 | -18/+18 |
| | | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) | ||||
* | updated for version 7.4.482v7.4.482 | Bram Moolenaar | 2014-10-21 | 1 | -0/+11 |
| | | | | | | Problem: When 'balloonexpr' results in a list, the text has a trailing newline. (Lcd) Solution: Remove one trailing newline. | ||||
* | updated for version 7.4.342v7.4.342 | Bram Moolenaar | 2014-06-25 | 1 | -3/+5 |
| | | | | | Problem: Clang gives warnings. Solution: Add an else block. (Dominique Pelle) | ||||
* | updated for version 7.3.925v7.3.925 | Bram Moolenaar | 2013-05-06 | 1 | -1/+1 |
| | | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | ||||
* | updated for version 7.3.695v7.3.695 | Bram Moolenaar | 2012-10-21 | 1 | -3/+5 |
| | | | | | Problem: Balloon cannot show multi-byte text. Solution: Properly deal with multi-byte characters. (Dominique Pelle) | ||||
* | Remove the old and not well supported GTK 1 code. (James Vega) | Bram Moolenaar | 2010-06-25 | 1 | -58/+5 |
| | |||||
* | Fix a few compiler warnings. Fix crash with encrypted undo file. | Bram Moolenaar | 2010-06-06 | 1 | -1/+3 |
| | |||||
* | updated for version 7.2-184v7.2.184 | Bram Moolenaar | 2009-05-21 | 1 | -4/+4 |
| | |||||
* | updated for version 7.2-181v7.2.181 | Bram Moolenaar | 2009-05-17 | 1 | -8/+4 |
| | |||||
* | updated for version 7.2-142v7.2.142 | Bram Moolenaar | 2009-03-18 | 1 | -0/+17 |
| | |||||
* | updated for version 7.1bv7.1b | Bram Moolenaar | 2007-05-10 | 1 | -3/+3 |
| | |||||
* | updated for version 7.0-070v7.0.070 | Bram Moolenaar | 2006-08-29 | 1 | -5/+5 |
| | |||||
* | updated for version 7.0g03v7.0g03 | Bram Moolenaar | 2006-05-04 | 1 | -1/+10 |
| | |||||
* | updated for version 7.0230v7.0230 | Bram Moolenaar | 2006-03-20 | 1 | -28/+42 |
| | |||||
* | updated for version 7.0216v7.0216 | Bram Moolenaar | 2006-03-06 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0204v7.0204 | Bram Moolenaar | 2006-02-22 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0203v7.0203 | Bram Moolenaar | 2006-02-21 | 1 | -1/+5 |
| | |||||
* | updated for version 7.0197v7.0197 | Bram Moolenaar | 2006-02-14 | 1 | -1/+4 |
| | |||||
* | updated for version 7.0185v7.0185 | Bram Moolenaar | 2006-01-22 | 1 | -0/+8 |
| | |||||
* | updated for version 7.0183v7.0183 | Bram Moolenaar | 2006-01-20 | 1 | -2/+10 |
| | |||||
* | updated for version 7.0127v7.0127 | Bram Moolenaar | 2005-08-10 | 1 | -2/+2 |
| | |||||
* | updated for version 7.0057v7.0057 | Bram Moolenaar | 2005-03-07 | 1 | -16/+79 |
| | |||||
* | updated for version 7.0044v7.0044 | Bram Moolenaar | 2005-01-25 | 1 | -0/+2 |
| | |||||
* | updated for version 7.0001v7.0001 | Bram Moolenaar | 2004-06-13 | 1 | -0/+1268 |