Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-21 | updated for version 7.3.985 | Bram Moolenaar | |
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) | |||
2013-05-06 | updated for version 7.3.925 | Bram Moolenaar | |
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | |||
2013-03-13 | updated for version 7.3.856 | Bram Moolenaar | |
Problem: When calling system() multi-byte clipboard contents is garbled. Solution: Save and restore the clipboard contents. (Yukihiro Nakadaira) | |||
2013-02-14 | updated for version 7.3.819 | Bram Moolenaar | |
Problem: Compiling without +eval and with Python isn't working. Solution: Add the eval feature when building with Python. | |||
2013-01-23 | updated for version 7.3.777 | Bram Moolenaar | |
Problem: When building with Gnome locale gets reset. Solution: Set locale after gnome_program_init(). (Christian Brabandt) | |||
2012-05-18 | updated for version 7.3.520 | Bram Moolenaar | |
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. | |||
2011-10-26 | updated for version 7.3.347 | Bram Moolenaar | |
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. | |||
2011-08-10 | updated for version 7.3.279 | Bram Moolenaar | |
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) | |||
2011-06-26 | updated for version 7.3.234 | Bram Moolenaar | |
Problem: With GTK menu may be popping down. Solution: Use event time instead of GDK_CURRENT_TIME. (Hong Xu) | |||
2011-06-19 | updated for version 7.3.221 | Bram Moolenaar | |
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. | |||
2011-02-25 | updated for version 7.3.134 | Bram Moolenaar | |
Problem: Drag-n-drop doesn't work in KDE Dolphin. Solution: Add GDK_ACTION_MOVE flag. (Florian Degner) | |||
2011-02-25 | updated for version 7.3.130 | Bram Moolenaar | |
Problem: Variable misplaced in #ifdef. Solution: Move clipboard_event_time outside of #ifdef. | |||
2010-08-15 | Fix #ifdef for GDK_SUPER_MASK. (Stephan Schulz) | Bram Moolenaar | |
2010-08-13 | Fix #ifdef for GDK_SUPER_MASK. | Bram Moolenaar | |
2010-08-08 | Remove unused code. | Bram Moolenaar | |
2010-08-08 | Improve positioning of combining characters in GTK. | Bram Moolenaar | |
2010-08-07 | Fix: with newer GTK versions accented characters were drawn too much to the | Bram Moolenaar | |
left. | |||
2010-07-25 | Add support for horizontal scroll wheel. (Bjorn Winckler) | Bram Moolenaar | |
2010-07-14 | Support completion for ":find". (Nazri Ramliy) | Bram Moolenaar | |
Cleanup white space. | |||
2010-07-11 | Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used. | Bram Moolenaar | |
(James Vega) | |||
2010-06-26 | Various small fixes from Dominique Pelle. | Bram Moolenaar | |
2010-06-25 | Remove the old and not well supported GTK 1 code. (James Vega) | Bram Moolenaar | |
2010-06-22 | Fixes for time in clipboard request. Also fix ownership. (David Fries) | Bram Moolenaar | |
2010-06-06 | One more fix for conceal patch. | Bram Moolenaar | |
2010-06-05 | updated for version 7.2.442 | Bram Moolenaar | |
Problem: Copy/paste with OpenOffice doesn't work. Solution: Do not offer the HTML target when it is not supported. (James Vega) | |||
2010-05-22 | Add :nbstart and :nbclose. | Bram Moolenaar | |
2010-05-22 | Included the patch to support netbeans in a terminal. | Bram Moolenaar | |
2010-05-17 | Avoid warnings for unused arguments when compiling with Gnome. | Bram Moolenaar | |
2010-05-15 | First step in the Vim 7.3 branch. Changed version numbers. | Bram Moolenaar | |
2010-02-11 | updated for version 7.2.358 | Bram Moolenaar | |
Problem: Compiler warnings on VMS. (Zoltan Arpadffy) Solution: Pass array itself instead its address. Return a value. | |||
2009-11-03 | updated for version 7.2-283 | Bram Moolenaar | |
2009-09-23 | updated for version 7.2-264 | Bram Moolenaar | |
2009-09-23 | updated for version 7.2-263 | Bram Moolenaar | |
2009-09-11 | updated for version 7.2-256 | Bram Moolenaar | |
2009-07-01 | updated for version 7.2-221 | Bram Moolenaar | |
2009-06-16 | updated for version 7.2-201 | Bram Moolenaar | |
2009-06-16 | updated for version 7.2-200 | Bram Moolenaar | |
2009-06-03 | updated for version 7.2-195 | Bram Moolenaar | |
2009-05-17 | updated for version 7.2-181 | Bram Moolenaar | |
2008-11-28 | updated for version 7.2-055 | Bram Moolenaar | |
2008-07-08 | updated for version 7.2a-018 | Bram Moolenaar | |
2008-07-02 | updated for version 7.2a-012 | Bram Moolenaar | |
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2008-01-06 | updated for version 7.1-209 | Bram Moolenaar | |
2007-10-19 | updated for version 7.1-141 | Bram Moolenaar | |
2007-09-15 | updated for version 7.1-109 | Bram Moolenaar | |
2007-09-05 | updated for version 7.1-095 | Bram Moolenaar | |
2007-06-19 | updated for version 7.1-010 | Bram Moolenaar | |
2007-05-14 | updated for version 7.1-001 | Bram Moolenaar | |
2007-05-10 | updated for version 7.1b | Bram Moolenaar | |