Permalink
stable-1.10
Commits on May 28, 2021
Commits on Apr 6, 2021
-
-
-
-
gaf export: Fix long version of -l|--layout option
Reported-by: Girvin Herr <gherrl@fastmail.com>
-
Commits on Feb 26, 2021
-
gschem: Fix use of $< in non-suffix rule
Apparently this doesn't work with FreeBSD `make'. Reported-by: Don Kuenz <mail@crcomp.net>
Commits on Dec 22, 2020
-
-
-
-
Allow building with older library versions
This partially reverts commit 2957627.
Commits on Dec 20, 2020
Commits on Dec 16, 2020
-
-
-
-
-
-
-
gschem: Don't scroll log window unless realized
gtk_text_view_scroll_to_iter doesn't check if the text view has a layout; if it hasn't, an assertion in gtk_text_layout_get_iter_location is violated, and the program aborts. In order to avoid that, check if the text view is realized before trying to scroll it.
-
-
-