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