Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-29 | updated for version 7.3.643 | Bram Moolenaar | |
Problem: MS-Windows: When starting gvim maximized 'lines' and 'columns' are wrong. (Christian Robinson) Solution: Move the check for gui.starting from ui_get_shellsize() to check_shellsize(). | |||
2012-08-15 | updated for version 7.3.632 | Bram Moolenaar | |
Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito) | |||
2012-02-05 | updated for version 7.3.431 | Bram Moolenaar | |
Problem: Fetching a key at a prompt may be confused by escape sequences. Especially when getting a prompt at a VimEnter autocommand. (Alex Efros) Solution: Properly handle escape sequences deleted by check_termcode(). | |||
2012-01-26 | updated for version 7.3.413 | Bram Moolenaar | |
Problem: Build warnings on MS-Windows. Solution: Add type casts. (Mike Williams) | |||
2012-01-20 | updated for version 7.3.405 | Bram Moolenaar | |
Problem: When xterm gets back the function keys it may delete the urxvt mouse termcap code. Solution: Check for the whole code, not just the start. (Egmont Koblinger) | |||
2011-12-01 | updated for version 7.3.364 | Bram Moolenaar | |
Problem: Can't compile on HP-UX. (John Marriott) Solution: Only use TTYM_URXVT when it is defined. | |||
2011-11-30 | updated for version 7.3.358 | Bram Moolenaar | |
Problem: Mouse support doesn't work properly. Solution: Add HMT_URXVT. (lilydjwg, James McCoy) | |||
2011-10-26 | updated for version 7.3.353 | Bram Moolenaar | |
Problem: Missing part of the urxvt patch. Solution: Add the change in term.c | |||
2011-09-14 | updated for version 7.3.306 | Bram Moolenaar | |
Problem: When closing a window there is a chance that deleting a scrollbar triggers a GUI resize, which uses the window while it is not in a valid state. Solution: Set the buffer pointer to NULL to be able to detect the invalid situation. Fix a few places that used the buffer pointer incorrectly. | |||
2011-05-10 | updated for version 7.3.187 | Bram Moolenaar | |
Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code. | |||
2010-12-30 | updated for version 7.3.092 | Bram Moolenaar | |
Problem: Resizing the window when exiting. Solution: Don't resize when exiting. | |||
2010-12-30 | updated for version 7.3.091 | Bram Moolenaar | |
Problem: "vim -w foo" writes special key codes for removed escape sequences. (Josh Triplett) Solution: Don't write K_IGNORE codes. | |||
2010-07-25 | Add support for horizontal scroll wheel. (Bjorn Winckler) | Bram Moolenaar | |
2010-07-18 | Also make ALT modifier work for mouse wheel. (Benjamin Haskell) | Bram Moolenaar | |
2010-07-18 | Make CTRL modifier work for mouse wheel. (Benjamin Haskell) | Bram Moolenaar | |
2010-06-26 | Remove wrong #ifdef added by previous change. | Bram Moolenaar | |
2010-06-26 | Various small fixes from Dominique Pelle. | Bram Moolenaar | |
2010-05-30 | Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle) | Bram Moolenaar | |
2009-07-22 | updated for version 7.2-238 | Bram Moolenaar | |
2009-06-16 | updated for version 7.2-199 | Bram Moolenaar | |
2009-05-17 | updated for version 7.2-180 | Bram Moolenaar | |
2009-01-22 | updated for version 7.2-085 | Bram Moolenaar | |
2008-07-29 | updated for version 7.2b-024 | Bram Moolenaar | |
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2008-02-27 | updated for version 7.1-266 | Bram Moolenaar | |
2007-09-15 | updated for version 7.1-109 | Bram Moolenaar | |
2007-05-10 | updated for version 7.1b | Bram Moolenaar | |
2007-05-06 | updated for version 7.1a | Bram Moolenaar | |
2006-10-24 | updated for version 7.0-150 | Bram Moolenaar | |
2006-08-16 | updated for version 7.0-062 | Bram Moolenaar | |
2006-05-03 | updated for version 7.0g02 | Bram Moolenaar | |
2006-03-01 | updated for version 7.0211 | Bram Moolenaar | |
2006-02-27 | updated for version 7.0209 | Bram Moolenaar | |
2006-02-25 | updated for version 7.0207 | Bram Moolenaar | |
2006-02-24 | updated for version 7.0206 | Bram Moolenaar | |
2006-02-23 | updated for version 7.0205 | Bram Moolenaar | |
2006-02-22 | updated for version 7.0204 | Bram Moolenaar | |
2006-02-21 | updated for version 7.0203 | Bram Moolenaar | |
2006-02-14 | updated for version 7.0197 | Bram Moolenaar | |
2006-01-30 | updated for version 7.0189 | Bram Moolenaar | |
2006-01-26 | updated for version 7.0188 | Bram Moolenaar | |
2006-01-13 | updated for version 7.0180 | Bram Moolenaar | |
2005-12-28 | updated for version 7.0177 | Bram Moolenaar | |
2005-08-10 | updated for version 7.0127 | Bram Moolenaar | |
2005-06-21 | updated for version 7.0089 | Bram Moolenaar | |
2005-06-01 | updated for version 7.0078 | Bram Moolenaar | |
2005-03-25 | updated for version 7.0064 | Bram Moolenaar | |
2005-03-22 | updated for version 7.0063 | Bram Moolenaar | |
2005-03-15 | updated for version 7.0060 | Bram Moolenaar | |
2005-03-06 | updated for version 7.0056 | Bram Moolenaar | |