summaryrefslogtreecommitdiffstats
path: root/src/gui.c
AgeCommit message (Collapse)Author
2011-10-20updated for version 7.3.344v7.3.344Bram Moolenaar
Problem: Problem with GUI startup related to XInitThreads. Solution: Use read() and write() instead of fputs() and fread(). (James Vega)
2011-09-14updated for version 7.3.315v7.3.315Bram Moolenaar
Problem: Opening a window before forking causes problems for GTK. Solution: Fork first, create the window in the child and report back to the parent process whether it worked. If successful the parent exits, if unsuccessful the child exits and the parent continues in the terminal. (Tim Starling)
2011-08-10updated for version 7.3.279v7.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.234v7.3.234Bram Moolenaar
Problem: With GTK menu may be popping down. Solution: Use event time instead of GDK_CURRENT_TIME. (Hong Xu)
2011-06-20updated for version 7.3.229v7.3.229Bram Moolenaar
Problem: Using fork() makes gvim crash on Mac when build with CoreFoundation. Solution: Disallow fork() when __APPLE__ is defined. (Hisashi T Fujinaka)
2011-05-10updated for version 7.3.187v7.3.187Bram Moolenaar
Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
2011-01-17updated for version 7.3.102v7.3.102Bram Moolenaar
Problem: When using ":make", typing the next command and then getting the "reload" prompt the next command is (partly) eaten by the reload prompt. Solution: Accept ':' as a special character at the reload prompt to accept the default choice and execute the command.
2010-10-20updated for version 7.3.031v7.3.031Bram Moolenaar
Problem: Can't pass the X window ID to another application. Solution: Add v:windowid. (Christian J. Robinson, Lech Lorens)
2010-09-29updated for version 7.3.016v7.3.016Bram Moolenaar
Problem: Netbeans doesn't work under Athena. Solution: Support Athena, just like Motif. (Xavier de Gaye)
2010-08-08Remove unused code.Bram Moolenaar
2010-08-06Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron)Bram Moolenaar
2010-07-26Fix compiler warnings on 64 bit systems.Bram Moolenaar
2010-07-25Add support for horizontal scroll wheel. (Bjorn Winckler)Bram Moolenaar
2010-07-23Add the 'concealcursor' option to decide when the cursor line is to beBram Moolenaar
concealed or not. Rename 'conc' to 'cole' as the short name for 'conceallevel'.
2010-07-19Rename w_p_conceal to w_p_conc for consistency.Bram Moolenaar
2010-07-18Added strwidth() and strchars() functions.Bram Moolenaar
2010-07-14Support completion for ":find". (Nazri Ramliy)Bram Moolenaar
Cleanup white space.
2010-07-02Make updating text for conceal mode simpler. A few compiler warning fixes.Bram Moolenaar
2010-06-26Change remaining HAVE_GTK2 to FEAT_GUI_GTK.Bram Moolenaar
2010-06-25Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar
2010-05-30Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)Bram Moolenaar
2010-05-22Add :nbstart and :nbclose.Bram Moolenaar
2010-05-22Included the patch to support netbeans in a terminal.Bram Moolenaar
2010-05-22Fix: window title not updated after file dropped.Bram Moolenaar
2010-05-16Add 'relativenumber' patch from Markus Heidelberg.Bram Moolenaar
2010-01-27updated for version 7.2.350v7.2.350Bram Moolenaar
Problem: Win32: When changing font the window may jump from the secondary to the primary screen. (Michael Wookey) Solution: When the screen position was negative don't correct it to zero.
2009-09-23updated for version 7.2-264v7.2.264Bram Moolenaar
2009-07-29updated for version 7.2-240v7.2.240Bram Moolenaar
2009-06-24updated for version 7.2-218v7.2.218Bram Moolenaar
2009-06-16updated for version 7.2-203v7.2.203Bram Moolenaar
2009-05-21updated for version 7.2-184v7.2.184Bram Moolenaar
2009-05-17updated for version 7.2-181v7.2.181Bram Moolenaar
2008-12-03updated for version 7.2-065v7.2.065Bram Moolenaar
2008-11-28updated for version 7.2-055v7.2.055Bram Moolenaar
2008-08-06updated for version 7.2b-028v7.2b.028Bram Moolenaar
2008-07-13updated for version 7.2b-000v7.2b.000Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2008-05-07updated for version 7.1-297v7.1.297Bram Moolenaar
2008-02-06updated for version 7.1-244v7.1.244Bram Moolenaar
2008-01-19updated for version 7.1-236v7.1.236Bram Moolenaar
2008-01-03updated for version 7.1-191v7.1.191Bram Moolenaar
2007-11-06updated for version 7.1-149v7.1.149Bram Moolenaar
2007-09-05updated for version 7.1-095v7.1.095Bram Moolenaar
2007-08-30updated for version 7.1-093v7.1.093Bram Moolenaar
2007-08-15updated for version 7.1-078v7.1.078Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2007-05-06updated for version 7.1aBram Moolenaar
2007-04-26updated for version 7.0-232v7.0.232Bram Moolenaar
2006-10-10updated for version 7.0-128v7.0.128Bram Moolenaar
2006-10-08updated for version 7.0-121v7.0.121Bram Moolenaar