Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.0.1450: GUI: endless loop when stopping cursor blinkingv8.0.1450 | Bram Moolenaar | 2018-01-31 | 1 | -1/+1 |
| | | | | | | Problem: Endless loop when gui_mch_stop_blink() is called while blink_state is BLINK_OFF. (zdohnal) Solution: Avoid calling gui_update_cursor() recursively. | ||||
* | patch 8.0.0755: terminal window does not have colors in the GUIv8.0.0755 | Bram Moolenaar | 2017-07-23 | 1 | -0/+1 |
| | | | | | Problem: Terminal window does not have colors in the GUI. Solution: Lookup the GUI color. | ||||
* | patch 7.4.2243v7.4.2243 | Bram Moolenaar | 2016-08-22 | 1 | -2/+2 |
| | | | | | | 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.1995v7.4.1995 | Bram Moolenaar | 2016-07-07 | 1 | -0/+1 |
| | | | | | | 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/+1 |
| | | | | | | 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.1133v7.4.1133 | Bram Moolenaar | 2016-01-19 | 1 | -68/+68 |
| | | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS(). | ||||
* | updated for version 7.1a | Bram Moolenaar | 2007-05-05 | 1 | -68/+68 |
| | |||||
* | updated for version 7.0c01v7.0c01 | Bram Moolenaar | 2006-03-27 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0bv7.0b | Bram Moolenaar | 2006-03-24 | 1 | -68/+68 |
| | |||||
* | updated for version 7.0116v7.0116 | Bram Moolenaar | 2005-07-25 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0060v7.0060 | Bram Moolenaar | 2005-03-16 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0035v7.0035 | Bram Moolenaar | 2005-01-08 | 1 | -2/+1 |
| | |||||
* | updated for version 7.0028v7.0028 | Bram Moolenaar | 2005-01-02 | 1 | -1/+0 |
| | |||||
* | updated for version 7.0022v7.0022 | Bram Moolenaar | 2004-12-12 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0001v7.0001 | Bram Moolenaar | 2004-06-13 | 1 | -0/+70 |