summaryrefslogtreecommitdiff
path: root/src/proto/gui_x11.pro
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1450: GUI: endless loop when stopping cursor blinkingv8.0.1450Bram Moolenaar2018-01-311-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.0755Bram Moolenaar2017-07-231-0/+1
| | | | | Problem: Terminal window does not have colors in the GUI. Solution: Lookup the GUI color.
* patch 7.4.2243v7.4.2243Bram Moolenaar2016-08-221-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.1995Bram Moolenaar2016-07-071-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.1890Bram Moolenaar2016-06-041-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.1133Bram Moolenaar2016-01-191-68/+68
| | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
* updated for version 7.1aBram Moolenaar2007-05-051-68/+68
|
* updated for version 7.0c01v7.0c01Bram Moolenaar2006-03-271-1/+1
|
* updated for version 7.0bv7.0bBram Moolenaar2006-03-241-68/+68
|
* updated for version 7.0116v7.0116Bram Moolenaar2005-07-251-1/+1
|
* updated for version 7.0060v7.0060Bram Moolenaar2005-03-161-0/+1
|
* updated for version 7.0035v7.0035Bram Moolenaar2005-01-081-2/+1
|
* updated for version 7.0028v7.0028Bram Moolenaar2005-01-021-1/+0
|
* updated for version 7.0022v7.0022Bram Moolenaar2004-12-121-0/+1
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+70