summaryrefslogtreecommitdiff
path: root/src/gui_x11.c
AgeCommit message (Collapse)Author
2017-09-02patch 8.0.1038: strike-through text not supportedBram Moolenaar
Problem: Strike-through text not supported. Solution: Add support for the "strikethrough" attribute. (Christian Brabandt, Ken Takata)
2017-08-27patch 8.0.1008: slow updating of terminal window in MotifBram Moolenaar
Problem: Slow updating of terminal window in Motif. Solution: Add a timeout to the wait-for-character loop.
2017-07-24patch 8.0.0767: build failure with Athena and MotifBram Moolenaar
Problem: Build failure with Athena and Motif. Solution: Move local variable delcarations. (Kazunobu Kuriyama)
2017-07-23patch 8.0.0755: terminal window does not have colors in the GUIBram Moolenaar
Problem: Terminal window does not have colors in the GUI. Solution: Lookup the GUI color.
2017-03-12patch 8.0.0447: getting font name does not work on X11Bram Moolenaar
Problem: Getting font name does not work on X11. Solution: Implement gui_mch_get_fontname() for X11. Add more GUI tests. (Kazunobu Kuriyama)
2017-02-25patch 8.0.0367: types in include files may be inconsistentBram Moolenaar
Problem: If configure defines _LARGE_FILES some include files are included before it is defined. Solution: Include vim.h first. (Sam Thursfield, closes #1508)
2016-08-29patch 7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-08-22patch 7.4.2243Bram Moolenaar
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.
2016-07-23patch 7.4.2094Bram Moolenaar
Problem: The color allocation in X11 is overly complicated. Solution: Remove find_closest_color(), XAllocColor() already does this. (Kazunobu Kuriyama)
2016-07-07patch 7.4.1995Bram Moolenaar
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.
2016-06-04patch 7.4.1890Bram Moolenaar
Problem: GUI: When channel data is received the cursor blinking is interrupted. (Ramel Eshed) Solution: Don't update the cursor when it is blinking.
2016-06-02patch 7.4.1873Bram Moolenaar
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.
2016-02-27patch 7.4.1433Bram Moolenaar
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.
2016-01-31patch 7.4.1225Bram Moolenaar
Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi)
2016-01-30patch 7.4.1209Bram Moolenaar
Problem: Can't build with Athena. Solution: Fix function declarations.
2016-01-30patch 7.4.1208Bram Moolenaar
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
2016-01-29patch 7.4.1198Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) Also remove use of HAVE_STDARG_H.
2015-11-24patch 7.4.938Bram Moolenaar
Problem: X11 and GTK have moure mouse buttons than Vim supports. Solution: Recognize more mouse buttons. (Benoit Pierre, closes #498)
2015-09-15patch 7.4.866Bram Moolenaar
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)
2013-07-14updated for version 7.4a.024Bram Moolenaar
Problem: X11 GUI: Checking icon height twice. Solution: Check height and width. (Dominique Pelle)
2013-07-01updated for version 7.3.1286Bram Moolenaar
Problem: Check for screen size missing for Athena and Motif. Solution: Add call to limit_screen_size().
2013-06-13updated for version 7.3.1188Bram Moolenaar
Problem: Newline characters messing up error message. Solution: Remove the newlines. (Kazunobu Kuriyama)
2010-11-16updated for version 7.3.059Bram Moolenaar
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)
2010-08-08Remove unused code.Bram Moolenaar
2010-07-14Support completion for ":find". (Nazri Ramliy)Bram Moolenaar
Cleanup white space.
2010-06-26Various small fixes from Dominique Pelle.Bram Moolenaar
2010-05-22Add :nbstart and :nbclose.Bram Moolenaar
2010-05-22Included the patch to support netbeans in a terminal.Bram Moolenaar
2009-05-21updated for version 7.2-184Bram Moolenaar
2009-02-24updated for version 7.2-125Bram Moolenaar
2008-11-12updated for version 7.2-035Bram Moolenaar
2008-06-20updated for version 7.1-318Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2006-05-02updated for version 7.0g01Bram Moolenaar
2006-04-16updated for version 7.0eBram Moolenaar
2006-03-29updated for version 7.0c03Bram Moolenaar
2006-03-27updated for version 7.0c01Bram Moolenaar
2006-03-08updated for version 7.0218Bram Moolenaar
2005-11-23updated for version 7.0158Bram Moolenaar
2005-08-10updated for version 7.0127Bram Moolenaar
2005-07-25updated for version 7.0116Bram Moolenaar
2005-03-15updated for version 7.0060Bram Moolenaar
2005-03-04updated for version 7.0055Bram Moolenaar
2005-01-08updated for version 7.0035Bram Moolenaar
2005-01-02updated for version 7.0028Bram Moolenaar
2004-12-31updated for version 7.0027Bram Moolenaar
2004-12-19updated for version 7.0023Bram Moolenaar
2004-12-12updated for version 7.0022Bram Moolenaar
2004-10-24updated for version 7.0020Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar