~decimad/kicad:font-refine

Last commit made on 2016-10-20
Get this branch:
git clone -b font-refine https://git.launchpad.net/~decimad/kicad
Only Michael Steinberg can upload to this branch. If you are Michael Steinberg please log in for upload directions.

Branch merges

Branch information

Name:
font-refine
Repository:
lp:~decimad/kicad

Recent commits

402f53a... by Michael Steinberg

update font code along with the changes done in the msdf atlas tool (use codepoint spans and refined char placement)

add font coordinate system clarification drawing (svg)

d9a8aac... by Michael Steinberg

transfer font texture width to the fragment shader via uniform variable

ce83410... by jean-pierre charras

export_vrml.cpp: fix shadowed variable.

45e67d2... by jean-pierre charras

Fixes: lp:1635018 (Per-footprint tedit timestamp updated even when footprint isn't (updated at loading time, not after edit))
https://bugs.launchpad.net/kicad/+bug/1635018

4d180ef... by Tomasz Wlostowski

router: correct handling of per-pad/per-module clearance

bb20a7f... by Tomasz Wlostowski

common: remove dependency on libbitmaps in EDA_ITEM::GetMenuImage()

69cd717... by Tomasz Wlostowski

SHAPE_POLY_SET: mark all newly added hole outlines as closed

1924478... by jean-pierre charras

Eeschema: editors: show the pin position (when clicking on it) in message panel.
Pin properties dialog: show pin position ( and allow editon ).

c483574... by Wayne Stambaugh

Add stitching via support to the version 5 road map.

cd49ff0... by Henner Zeller

Pcbnew: prevent reversal of pad loading order when loading board.

When opening a board file and storing it again, the pads in all
embedded modules get reversed. This is generally not really nice
if the PCB is managed by version control as it creates churn and
could make merges hard.