Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.1.0405: too many #ifdefs for GTKv8.1.0405 | Bram Moolenaar | 2018-09-18 | 1 | -157/+23 |
| | | | | | Problem: Too many #ifdefs for GTK. Solution: Define macros instead of using #ifdef. (Ken Takata, closes #3436) | ||||
* | patch 8.1.0368: GTK code has too many #ifdefs and GTK 2.10 building failsv8.1.0368 | Bram Moolenaar | 2018-09-11 | 1 | -17/+1 |
| | | | | | | 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) | ||||
* | patch 8.0.0557: GTK: using static gravities is not usefulv8.0.0557 | Bram Moolenaar | 2017-04-09 | 1 | -31/+0 |
| | | | | | Problem: GTK: using static gravities is not useful. Solution: Remove setting static gravities. (Kazunobu Kuriyama) | ||||
* | patch 8.0.0521: GtkForm handling is outdatedv8.0.0521 | Bram Moolenaar | 2017-03-29 | 1 | -153/+4 |
| | | | | | | | 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) | ||||
* | patch 7.4.2358v7.4.2358 | Bram Moolenaar | 2016-09-09 | 1 | -10/+10 |
| | | | | | Problem: Compiler warnings with Solaris Studio when using GTK3. Solution: Define FUNC2GENERIC depending on the system. (Kazunobu Kuriyama) | ||||
* | patch 7.4.2293v7.4.2293 | Bram Moolenaar | 2016-08-29 | 1 | -1/+1 |
| | | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino) | ||||
* | patch 7.4.1402v7.4.1402 | Bram Moolenaar | 2016-02-23 | 1 | -4/+386 |
| | | | | | Problem: GTK 3 is not supported. Solution: Add GTK 3 support. (Kazunobu Kuriyama) | ||||
* | Remove the old and not well supported GTK 1 code. (James Vega) | Bram Moolenaar | 2010-06-25 | 1 | -90/+0 |
| | |||||
* | Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle) | Bram Moolenaar | 2010-05-30 | 1 | -1/+3 |
| | |||||
* | updated for version 7.2-257v7.2.257 | Bram Moolenaar | 2009-09-11 | 1 | -5/+3 |
| | |||||
* | updated for version 7.2-182v7.2.182 | Bram Moolenaar | 2009-05-17 | 1 | -0/+1 |
| | |||||
* | updated for version 7.2-181v7.2.181 | Bram Moolenaar | 2009-05-17 | 1 | -18/+14 |
| | |||||
* | updated for version 7.1b | Bram Moolenaar | 2007-05-10 | 1 | -3/+4 |
| | |||||
* | updated for version 7.0044 | Bram Moolenaar | 2005-01-25 | 1 | -0/+1 |
| | |||||
* | updated for version 7.0030 | Bram Moolenaar | 2005-01-04 | 1 | -8/+1 |
| | |||||
* | updated for version 7.0001v7.0001 | Bram Moolenaar | 2004-06-13 | 1 | -0/+942 |