Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated for version 7.4.332v7.4.332 | Bram Moolenaar | 2014-06-17 | 1 | -10/+31 |
| | | | | | | Problem: GTK: When a sign icon doesn't fit exactly there can be ugly gaps. Solution: Scale the sign to fit when the aspect ratio is not too far off. (Christian Brabandt) | ||||
* | updated for version 7.4.295v7.4.295 | Bram Moolenaar | 2014-05-13 | 1 | -0/+1 |
| | | | | | Problem: Various typos, bad white space and unclear comments. Solution: Fix typos. Improve white space. Update comments. | ||||
* | updated for version 7.4.270v7.4.270 | Bram Moolenaar | 2014-04-29 | 1 | -4/+8 |
| | | | | | Problem: Comparing pointers instead of the string they point to. Solution: Use strcmp(). (Ken Takata) | ||||
* | updated for version 7.4.252v7.4.252 | Bram Moolenaar | 2014-04-06 | 1 | -0/+3 |
| | | | | | Problem: Critical error in GTK, removing timer twice. Solution: Clear the timer after removing it. (James McCoy) | ||||
* | updated for version 7.3.1278v7.3.1278 | Bram Moolenaar | 2013-06-30 | 1 | -0/+1 |
| | | | | | | Problem: When someone sets the screen size to a huge value with "stty" Vim runs out of memory before reducing the size. Solution: Limit Rows and Columns in more places. | ||||
* | updated for version 7.3.985v7.3.985 | Bram Moolenaar | 2013-05-21 | 1 | -0/+5 |
| | | | | | | Problem: GTK vim not started as gvim doesn't set WM_CLASS property to a useful value. Solution: Call g_set_prgname() on startup. (James McCoy) | ||||
* | updated for version 7.3.925v7.3.925 | Bram Moolenaar | 2013-05-06 | 1 | -1/+1 |
| | | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | ||||
* | updated for version 7.3.856v7.3.856 | Bram Moolenaar | 2013-03-13 | 1 | -5/+7 |
| | | | | | Problem: When calling system() multi-byte clipboard contents is garbled. Solution: Save and restore the clipboard contents. (Yukihiro Nakadaira) | ||||
* | updated for version 7.3.819v7.3.819 | Bram Moolenaar | 2013-02-14 | 1 | -2/+1 |
| | | | | | Problem: Compiling without +eval and with Python isn't working. Solution: Add the eval feature when building with Python. | ||||
* | updated for version 7.3.777v7.3.777 | Bram Moolenaar | 2013-01-23 | 1 | -0/+8 |
| | | | | | Problem: When building with Gnome locale gets reset. Solution: Set locale after gnome_program_init(). (Christian Brabandt) | ||||
* | updated for version 7.3.520v7.3.520 | Bram Moolenaar | 2012-05-18 | 1 | -2/+24 |
| | | | | | | Problem: Gvim starts up slow on Unbuntu 12.04. Solution: Move the call to gui_mch_init_check() to after fork(). (Yasuhiro Matsumoto) Do check $DISPLAY being set. | ||||
* | updated for version 7.3.347v7.3.347 | Bram Moolenaar | 2011-10-26 | 1 | -1/+1 |
| | | | | | | Problem: When dropping text from a browser on Vim it receives HTML even though "html" is excluded from 'clipboard'. (Andrei Avk) Solution: Fix the condition for TARGET_HTML. | ||||
* | updated for version 7.3.279v7.3.279 | Bram Moolenaar | 2011-08-10 | 1 | -6/+16 |
| | | | | | | Problem: With GTK, when gvim is full-screen and a tab is opened and using a specific monitor configuration the window is too big. Solution: Adjust the window size like on MS-Windows. (Yukihiro Nakadaira) | ||||
* | updated for version 7.3.234v7.3.234 | Bram Moolenaar | 2011-06-26 | 1 | -7/+5 |
| | | | | | Problem: With GTK menu may be popping down. Solution: Use event time instead of GDK_CURRENT_TIME. (Hong Xu) | ||||
* | updated for version 7.3.221v7.3.221 | Bram Moolenaar | 2011-06-19 | 1 | -2/+1 |
| | | | | | | Problem: Text from the clipboard is sometimes handled as linewise, but not consistently. Solution: Assume the text is linewise when it ends in a CR or NL. | ||||
* | updated for version 7.3.134v7.3.134 | Bram Moolenaar | 2011-02-25 | 1 | -1/+1 |
| | | | | | Problem: Drag-n-drop doesn't work in KDE Dolphin. Solution: Add GDK_ACTION_MOVE flag. (Florian Degner) | ||||
* | updated for version 7.3.130v7.3.130 | Bram Moolenaar | 2011-02-25 | 1 | -2/+3 |
| | | | | | Problem: Variable misplaced in #ifdef. Solution: Move clipboard_event_time outside of #ifdef. | ||||
* | Fix #ifdef for GDK_SUPER_MASK. (Stephan Schulz) | Bram Moolenaar | 2010-08-15 | 1 | -2/+2 |
| | |||||
* | Fix #ifdef for GDK_SUPER_MASK. | Bram Moolenaar | 2010-08-13 | 1 | -1/+1 |
| | |||||
* | Remove unused code. | Bram Moolenaar | 2010-08-08 | 1 | -46/+0 |
| | |||||
* | Improve positioning of combining characters in GTK. | Bram Moolenaar | 2010-08-08 | 1 | -4/+11 |
| | |||||
* | Fix: with newer GTK versions accented characters were drawn too much to the | Bram Moolenaar | 2010-08-07 | 1 | -15/+12 |
| | | | | left. | ||||
* | Add support for horizontal scroll wheel. (Bjorn Winckler) | Bram Moolenaar | 2010-07-25 | 1 | -1/+7 |
| | |||||
* | Support completion for ":find". (Nazri Ramliy) | Bram Moolenaar | 2010-07-14 | 1 | -2/+2 |
| | | | | Cleanup white space. | ||||
* | Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used. | Bram Moolenaar | 2010-07-11 | 1 | -56/+6 |
| | | | | (James Vega) | ||||
* | Various small fixes from Dominique Pelle. | Bram Moolenaar | 2010-06-26 | 1 | -2/+2 |
| | |||||
* | Remove the old and not well supported GTK 1 code. (James Vega) | Bram Moolenaar | 2010-06-25 | 1 | -1306/+18 |
| | |||||
* | Fixes for time in clipboard request. Also fix ownership. (David Fries) | Bram Moolenaar | 2010-06-22 | 1 | -1/+8 |
| | |||||
* | One more fix for conceal patch. | Bram Moolenaar | 2010-06-06 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2.442 | Bram Moolenaar | 2010-06-05 | 1 | -17/+67 |
| | | | | | | Problem: Copy/paste with OpenOffice doesn't work. Solution: Do not offer the HTML target when it is not supported. (James Vega) | ||||
* | Add :nbstart and :nbclose. | Bram Moolenaar | 2010-05-22 | 1 | -3/+1 |
| | |||||
* | Included the patch to support netbeans in a terminal. | Bram Moolenaar | 2010-05-22 | 1 | -1/+2 |
| | |||||
* | Avoid warnings for unused arguments when compiling with Gnome. | Bram Moolenaar | 2010-05-17 | 1 | -11/+23 |
| | |||||
* | First step in the Vim 7.3 branch. Changed version numbers. | Bram Moolenaar | 2010-05-15 | 1 | -3/+3 |
| | |||||
* | updated for version 7.2.358v7.2.358 | Bram Moolenaar | 2010-02-11 | 1 | -1/+1 |
| | | | | | Problem: Compiler warnings on VMS. (Zoltan Arpadffy) Solution: Pass array itself instead its address. Return a value. | ||||
* | updated for version 7.2-283v7.2.283 | Bram Moolenaar | 2009-11-03 | 1 | -2/+18 |
| | |||||
* | updated for version 7.2-264v7.2.264 | Bram Moolenaar | 2009-09-23 | 1 | -0/+23 |
| | |||||
* | updated for version 7.2-263v7.2.263 | Bram Moolenaar | 2009-09-23 | 1 | -5/+12 |
| | |||||
* | updated for version 7.2-256v7.2.256 | Bram Moolenaar | 2009-09-11 | 1 | -0/+6 |
| | |||||
* | updated for version 7.2-221v7.2.221 | Bram Moolenaar | 2009-07-01 | 1 | -18/+1 |
| | |||||
* | updated for version 7.2-201v7.2.201 | Bram Moolenaar | 2009-06-16 | 1 | -0/+62 |
| | |||||
* | updated for version 7.2-200v7.2.200 | Bram Moolenaar | 2009-06-16 | 1 | -4/+7 |
| | |||||
* | updated for version 7.2-195v7.2.195 | Bram Moolenaar | 2009-06-03 | 1 | -2/+8 |
| | |||||
* | updated for version 7.2-181v7.2.181 | Bram Moolenaar | 2009-05-17 | 1 | -109/+92 |
| | |||||
* | updated for version 7.2-055v7.2.055 | Bram Moolenaar | 2008-11-28 | 1 | -6/+6 |
| | |||||
* | updated for version 7.2a-018v7.2a.018 | Bram Moolenaar | 2008-07-08 | 1 | -4/+5 |
| | |||||
* | updated for version 7.2a-012v7.2a.012 | Bram Moolenaar | 2008-07-02 | 1 | -3/+4 |
| | |||||
* | updated for version 7.2av7.2a | Bram Moolenaar | 2008-06-24 | 1 | -0/+5 |
| | |||||
* | updated for version 7.1-209v7.1.209 | Bram Moolenaar | 2008-01-06 | 1 | -1/+6 |
| | |||||
* | updated for version 7.1-141v7.1.141 | Bram Moolenaar | 2007-10-19 | 1 | -8/+21 |
| |