summaryrefslogtreecommitdiff
path: root/src/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.279v7.3.279Bram Moolenaar2011-08-101-1/+1
| | | | | | 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.234Bram Moolenaar2011-06-261-0/+4
| | | | | Problem: With GTK menu may be popping down. Solution: Use event time instead of GDK_CURRENT_TIME. (Hong Xu)
* updated for version 7.3.229v7.3.229Bram Moolenaar2011-06-201-1/+2
| | | | | | Problem: Using fork() makes gvim crash on Mac when build with CoreFoundation. Solution: Disallow fork() when __APPLE__ is defined. (Hisashi T Fujinaka)
* updated for version 7.3.187v7.3.187Bram Moolenaar2011-05-101-19/+4
| | | | | Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
* updated for version 7.3.102v7.3.102Bram Moolenaar2011-01-171-1/+1
| | | | | | | | 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.
* updated for version 7.3.031v7.3.031Bram Moolenaar2010-10-201-0/+10
| | | | | Problem: Can't pass the X window ID to another application. Solution: Add v:windowid. (Christian J. Robinson, Lech Lorens)
* updated for version 7.3.016v7.3.016Bram Moolenaar2010-09-291-1/+1
| | | | | Problem: Netbeans doesn't work under Athena. Solution: Support Athena, just like Motif. (Xavier de Gaye)
* Remove unused code.Bram Moolenaar2010-08-081-7/+0
|
* Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron)Bram Moolenaar2010-08-061-0/+1
|
* Fix compiler warnings on 64 bit systems.Bram Moolenaar2010-07-261-4/+4
|
* Add support for horizontal scroll wheel. (Bjorn Winckler)Bram Moolenaar2010-07-251-43/+74
|
* Add the 'concealcursor' option to decide when the cursor line is to beBram Moolenaar2010-07-231-4/+7
| | | | | concealed or not. Rename 'conc' to 'cole' as the short name for 'conceallevel'.
* Rename w_p_conceal to w_p_conc for consistency.Bram Moolenaar2010-07-191-2/+2
|
* Added strwidth() and strchars() functions.Bram Moolenaar2010-07-181-6/+1
|
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-1/+1
| | | | Cleanup white space.
* Make updating text for conceal mode simpler. A few compiler warning fixes.Bram Moolenaar2010-07-021-4/+42
|
* Change remaining HAVE_GTK2 to FEAT_GUI_GTK.Bram Moolenaar2010-06-261-30/+30
|
* Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar2010-06-251-2/+2
|
* Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)Bram Moolenaar2010-05-301-0/+2
|
* Add :nbstart and :nbclose.Bram Moolenaar2010-05-221-2/+1
|
* Included the patch to support netbeans in a terminal.Bram Moolenaar2010-05-221-6/+6
|
* Fix: window title not updated after file dropped.Bram Moolenaar2010-05-221-3/+4
|
* Add 'relativenumber' patch from Markus Heidelberg.Bram Moolenaar2010-05-161-1/+1
|
* updated for version 7.2.350v7.2.350Bram Moolenaar2010-01-271-4/+10
| | | | | | 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.
* updated for version 7.2-264v7.2.264Bram Moolenaar2009-09-231-2/+31
|
* updated for version 7.2-240v7.2.240Bram Moolenaar2009-07-291-0/+14
|
* updated for version 7.2-218v7.2.218Bram Moolenaar2009-06-241-1/+1
|
* updated for version 7.2-203v7.2.203Bram Moolenaar2009-06-161-0/+15
|
* updated for version 7.2-184v7.2.184Bram Moolenaar2009-05-211-5/+5
|
* updated for version 7.2-181v7.2.181Bram Moolenaar2009-05-171-11/+5
|
* updated for version 7.2-065v7.2.065Bram Moolenaar2008-12-031-12/+16
|
* updated for version 7.2-055v7.2.055Bram Moolenaar2008-11-281-1/+1
|
* updated for version 7.2b-028v7.2b.028Bram Moolenaar2008-08-061-3/+4
|
* updated for version 7.2b-000v7.2b.000Bram Moolenaar2008-07-131-1/+19
|
* updated for version 7.2aBram Moolenaar2008-06-241-1/+1
|
* updated for version 7.1-297v7.1.297Bram Moolenaar2008-05-071-0/+9
|
* updated for version 7.1-244v7.1.244Bram Moolenaar2008-02-061-5/+1
|
* updated for version 7.1-236v7.1.236Bram Moolenaar2008-01-191-1/+1
|
* updated for version 7.1-191v7.1.191Bram Moolenaar2008-01-031-2/+4
|
* updated for version 7.1-149v7.1.149Bram Moolenaar2007-11-061-1/+13
|
* updated for version 7.1-095v7.1.095Bram Moolenaar2007-09-051-1/+12
|
* updated for version 7.1-093v7.1.093Bram Moolenaar2007-08-301-2/+3
|
* updated for version 7.1-078v7.1.078Bram Moolenaar2007-08-151-1/+1
|
* updated for version 7.1bBram Moolenaar2007-05-101-3/+3
|
* updated for version 7.1aBram Moolenaar2007-05-061-1/+1
|
* updated for version 7.0-232v7.0.232Bram Moolenaar2007-04-261-1/+1
|
* updated for version 7.0-128v7.0.128Bram Moolenaar2006-10-101-2/+3
|
* updated for version 7.0-121v7.0.121Bram Moolenaar2006-10-081-0/+3
|
* updated for version 7.0-099v7.0.099Bram Moolenaar2006-09-101-0/+12
|
* updated for version 7.0-072v7.0.072Bram Moolenaar2006-08-291-3/+4
|