summaryrefslogtreecommitdiffstats
path: root/src/gui_gtk.c
AgeCommit message (Expand)Author
2023-08-19patch 9.0.1743: Parameter of gui_gtk:gui_mch_browse incorrectly marked as UNUSEDv9.0.1743Doug Kearns
2023-01-08patch 9.0.1158: code is indented more than necessaryv9.0.1158Yegappan Lakshmanan
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-03-20patch 8.2.4599: GTK: get assertion errors when scrolling a split windowv8.2.4599Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-10-19patch 8.2.3539: GTK3: with 'rightleft' set scrollbar may move unintentionallyv8.2.3539Bram Moolenaar
2021-06-05patch 8.2.2939: GTK: righthand scrollbar does not show with split windowv8.2.2939Bram Moolenaar
2021-04-05patch 8.2.2720: GTK menu tooltip moves the cursorv8.2.2720Bram Moolenaar
2021-04-05patch 8.2.2717: GTK menu items don't show a tooltipv8.2.2717Bram Moolenaar
2021-04-04patch 8.2.2709: the GTK GUI has a gap next to the scrollbarv8.2.2709Bram Moolenaar
2020-10-21patch 8.2.1878: GTK: error for redefining functionv8.2.1878Bram Moolenaar
2020-09-09patch 8.2.1649: GTK3: using old file chooserv8.2.1649Bram Moolenaar
2020-07-17patch 8.2.1228: scrollbars not flush against the window edges when maximisedv8.2.1228Bram Moolenaar
2020-04-06patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar
2019-12-01patch 8.1.2380: using old C style commentsv8.1.2380Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-03-30patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2018-11-16patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar
2018-09-18patch 8.1.0405: too many #ifdefs for GTKv8.1.0405Bram Moolenaar
2018-09-11patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building failsv8.1.0368Bram Moolenaar
2018-02-27patch 8.0.1550: various small problems in source filesv8.0.1550Bram Moolenaar
2018-02-04patch 8.0.1466: older GTK versions don't have gtk_entry_get_text_length()v8.0.1466Bram Moolenaar
2018-01-28patch 8.0.1434: GTK: :promtfind does not put focus on text inputv8.0.1434Bram Moolenaar
2017-09-22patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar
2017-06-13patch 8.0.0637: crash when using some version of GTK 3v8.0.0637Bram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar
2017-03-12patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar
2017-01-09patch 8.0.0162: build error on Fedora 23v8.0.0162Bram Moolenaar
2016-11-17patch 8.0.0089v8.0.0089Bram Moolenaar
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
2016-04-30patch 7.4.1803v7.4.1803Bram Moolenaar
2016-02-27patch 7.4.1432v7.4.1432Bram Moolenaar
2016-02-23patch 7.4.1402v7.4.1402Bram Moolenaar
2016-01-30patch 7.4.1207v7.4.1207Bram Moolenaar
2015-12-29patch 7.4.995v7.4.995Bram Moolenaar
2013-07-03updated for version 7.3.1289v7.3.1289Bram Moolenaar
2012-10-18updated for version 7.3.692v7.3.692Bram Moolenaar
2012-07-10updated for version 7.3.593v7.3.593Bram Moolenaar
2012-07-10updated for version 7.3.592v7.3.592Bram Moolenaar
2012-06-06updated for version 7.3.542v7.3.542Bram Moolenaar
2012-04-25updated for version 7.3.506v7.3.506Bram Moolenaar
2011-06-26updated for version 7.3.234v7.3.234Bram Moolenaar
2011-01-17updated for version 7.3.102v7.3.102Bram Moolenaar
2010-12-08updated for version 7.3.076v7.3.076Bram Moolenaar
2010-11-24updated for version 7.3.069v7.3.069Bram Moolenaar
2010-07-11Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.Bram Moolenaar
2010-06-25Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar