~sethh/kicad:blur_highlight

Last commit made on 2019-09-04
Get this branch:
git clone -b blur_highlight https://git.launchpad.net/~sethh/kicad
Only Seth Hillbrand can upload to this branch. If you are Seth Hillbrand please log in for upload directions.

Branch merges

Branch information

Name:
blur_highlight
Repository:
lp:~sethh/kicad

Recent commits

76eaace... by Seth Hillbrand

blur: Adding GL Shaders

beb26e8... by Seth Hillbrand

Add interstitial layer and blur it behind the selection

This makes the highlighting more readable for text in eeschema

c8a6878... by Seth Hillbrand

pcbnew: Allow tuning length to be longer than INT_MAX

The INT_MAX limit for most elements makes sense only for single-segment,
straight line elements. For elements that accumulate lengths, we should
utilize the long long int (64 bits) to allow for greater lengths.

Fixes: lp:1842367
* https://bugs.launchpad.net/kicad/+bug/1842367

8bbbc66... by Jeff Young

Another attempt to fix the crash-on-selection bug.

Fixes: lp:1842394
* https://bugs.launchpad.net/kicad/+bug/1842394

d4aa502... by Jeff Young

Correct footprint filter tool name and tooltip.

Fixes: lp:1842477
* https://bugs.launchpad.net/kicad/+bug/1842477

54255cf... by Jeff Young

Cleanup to make implementation names consistent with what they now do.

Fixes: lp:1842477
* https://bugs.launchpad.net/kicad/+bug/1842477

54a85cf... by Jeff Young

Not everything in a VIEW_GROUP is an EDA_ITEM.

Fixes: lp:1842394
* https://bugs.launchpad.net/kicad/+bug/1842394

720de6b... by Jeff Young

Cleanup.

9a6c534... by Jeff Young

Another try at the duplicate-then-move ghosting bug.

Fixes: lp:1813038
* https://bugs.launchpad.net/kicad/+bug/1813038

594fef1... by Jeff Young

Constrain sheet pins to sheet boundary when rotating.

Fixes: lp:1841714
* https://bugs.launchpad.net/kicad/+bug/1841714