summaryrefslogtreecommitdiffstats
path: root/src/gui_gtk_f.c
AgeCommit message (Collapse)Author
2020-10-21patch 8.2.1881: cannot build with GTK3v8.2.1881Bram Moolenaar
Problem: Cannot build with GTK3. Solution: Adjust form functions.
2020-10-21patch 8.2.1878: GTK: error for redefining functionv8.2.1878Bram Moolenaar
Problem: GTK: error for redefining function. (Tony Mechelynck) Solution: Remove "gtk_" prefix from local functions and prepend "gui_" to global functions.
2020-10-21patch 8.2.1875: warning when building GTK guiv8.2.1875Bram Moolenaar
Problem: Warning when building GTK gui. Solution: Add missing function parameter.
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
Problem: Clearing a struct is verbose. Solution: Define and use CLEAR_FIELD() and CLEAR_POINTER().
2019-12-01patch 8.1.2380: using old C style commentsv8.1.2380Bram Moolenaar
Problem: Using old C style comments. Solution: Use // comments where appropriate.
2019-04-27patch 8.1.1219: not checking for NULL return from alloc()v8.1.1219Bram Moolenaar
Problem: Not checking for NULL return from alloc(). Solution: Add checks. (Martin Kunev, closes #4303, closes #4174)
2019-03-02patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar
Problem: Various small code ugliness. Solution: Remove pointless NULL checks. Fix function calls. Fix typos. (Dominique Pelle, closes #4060)
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
Problem: Macros for MS-Windows are inconsistent, using "32", "3264 and others. Solution: Use MSWIN for all MS-Windows builds. Use FEAT_GUI_MSWIN for the GUI build. (Hirohito Higashi, closes #3932)
2018-09-18patch 8.1.0405: too many #ifdefs for GTKv8.1.0405Bram Moolenaar
Problem: Too many #ifdefs for GTK. Solution: Define macros instead of using #ifdef. (Ken Takata, closes #3436)
2018-09-11patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building failsv8.1.0368Bram Moolenaar
Problem: GTK code has too many #ifdefs and building fails with GTK 2.10. Solution: Always use gtk_widget_get_window() and define it for older GTK versions. (Ken Takata, closes #3421)
2017-04-09patch 8.0.0557: GTK: using static gravities is not usefulv8.0.0557Bram Moolenaar
Problem: GTK: using static gravities is not useful. Solution: Remove setting static gravities. (Kazunobu Kuriyama)
2017-03-29patch 8.0.0521: GtkForm handling is outdatedv8.0.0521Bram Moolenaar
Problem: GtkForm handling is outdated. Solution: Get rid of event filter functions. Get rid of GtkForm.width and .height. Eliminate gtk_widget_size_request() calls. (Kazunobu Kuriyama)
2016-09-09patch 7.4.2358v7.4.2358Bram Moolenaar
Problem: Compiler warnings with Solaris Studio when using GTK3. Solution: Define FUNC2GENERIC depending on the system. (Kazunobu Kuriyama)
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-02-23patch 7.4.1402v7.4.1402Bram Moolenaar
Problem: GTK 3 is not supported. Solution: Add GTK 3 support. (Kazunobu Kuriyama)
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
2009-09-11updated for version 7.2-257v7.2.257Bram Moolenaar
2009-05-17updated for version 7.2-182v7.2.182Bram Moolenaar
2009-05-17updated for version 7.2-181v7.2.181Bram Moolenaar
2007-05-10updated for version 7.1bBram Moolenaar
2005-01-25updated for version 7.0044Bram Moolenaar
2005-01-04updated for version 7.0030Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar