summaryrefslogtreecommitdiff
path: root/src/gui_x11.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1890v7.4.1890Bram Moolenaar2016-06-041-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.1873Bram Moolenaar2016-06-021-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.1433Bram Moolenaar2016-02-271-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.1225Bram Moolenaar2016-01-311-2/+1
| | | | | Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi)
* patch 7.4.1209v7.4.1209Bram Moolenaar2016-01-301-3/+3
| | | | | Problem: Can't build with Athena. Solution: Fix function declarations.
* patch 7.4.1208v7.4.1208Bram Moolenaar2016-01-301-232/+172
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1198v7.4.1198Bram Moolenaar2016-01-291-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.938Bram Moolenaar2015-11-241-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.866Bram Moolenaar2015-09-151-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.024Bram Moolenaar2013-07-141-4/+3
| | | | | Problem: X11 GUI: Checking icon height twice. Solution: Check height and width. (Dominique Pelle)
* updated for version 7.3.1286v7.3.1286Bram Moolenaar2013-07-011-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.1188Bram Moolenaar2013-06-131-6/+6
| | | | | Problem: Newline characters messing up error message. Solution: Remove the newlines. (Kazunobu Kuriyama)
* updated for version 7.3.059v7.3.059Bram Moolenaar2010-11-161-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 Moolenaar2010-08-081-11/+0
|
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-1/+1
| | | | Cleanup white space.
* Various small fixes from Dominique Pelle.Bram Moolenaar2010-06-261-3/+3
|
* Add :nbstart and :nbclose.Bram Moolenaar2010-05-221-2/+1
|
* Included the patch to support netbeans in a terminal.Bram Moolenaar2010-05-221-3/+3
|
* updated for version 7.2-184v7.2.184Bram Moolenaar2009-05-211-69/+54
|
* updated for version 7.2-125v7.2.125Bram Moolenaar2009-02-241-33/+26
|
* updated for version 7.2-035v7.2.035Bram Moolenaar2008-11-121-1/+1
|
* updated for version 7.1-318v7.1.318Bram Moolenaar2008-06-201-0/+3
|
* updated for version 7.1bBram Moolenaar2007-05-101-1/+1
|
* updated for version 7.0g01Bram Moolenaar2006-05-021-0/+4
|
* updated for version 7.0ev7.0eBram Moolenaar2006-04-161-0/+16
|
* updated for version 7.0c03v7.0c03Bram Moolenaar2006-03-291-0/+2
|
* updated for version 7.0c01v7.0c01Bram Moolenaar2006-03-271-1/+3
|
* updated for version 7.0218v7.0218Bram Moolenaar2006-03-081-7/+28
|
* updated for version 7.0158v7.0158Bram Moolenaar2005-11-231-2/+3
|
* updated for version 7.0127v7.0127Bram Moolenaar2005-08-101-2/+2
|
* updated for version 7.0116v7.0116Bram Moolenaar2005-07-251-28/+12
|
* updated for version 7.0060Bram Moolenaar2005-03-151-1/+52
|
* updated for version 7.0055v7.0055Bram Moolenaar2005-03-041-0/+2
|
* updated for version 7.0035v7.0035Bram Moolenaar2005-01-081-20/+10
|
* updated for version 7.0028v7.0028Bram Moolenaar2005-01-021-246/+5
|
* updated for version 7.0027v7.0027Bram Moolenaar2004-12-311-0/+15
|
* updated for version 7.0023v7.0023Bram Moolenaar2004-12-191-0/+1
|
* updated for version 7.0022v7.0022Bram Moolenaar2004-12-121-0/+14
|
* updated for version 7.0020v7.0020Bram Moolenaar2004-10-241-4/+0
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+3748