Skip to content
Permalink
stable-1.10

Commits on May 28, 2021

Commits on Feb 26, 2021

  1. gschem: Fix use of $< in non-suffix rule

    Apparently this doesn't work with FreeBSD `make'.
    
    Reported-by: Don Kuenz <mail@crcomp.net>
    rlutz committed Feb 26, 2021

Commits on Dec 22, 2020

  1. Bump gEDA version

    rlutz committed Dec 22, 2020
  2. Update NEWS

    rlutz committed Dec 22, 2020
  3. Allow building with older library versions

    This partially reverts commit 2957627.
    rlutz committed Dec 22, 2020

Commits on Dec 20, 2020

  1. Re-add support for Guile 2.0

    rlutz committed Dec 20, 2020

Commits on Dec 16, 2020

  1. Bump gEDA version

    rlutz committed Dec 16, 2020
  2. Regenerate PO files

    rlutz committed Dec 16, 2020
  3. Update wiki pages

    rlutz committed Dec 16, 2020
  4. Update NEWS

    rlutz committed Dec 16, 2020
  5. Add new-style power symbols

    rlutz committed Dec 16, 2020
  6. 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.
    rlutz committed Dec 16, 2020
  7. Add AppStream metainfo files

    rlutz committed Dec 16, 2020
  8. Add screenshots

    rlutz committed Dec 16, 2020

Commits on Dec 11, 2020

Older