aboutsummaryrefslogtreecommitdiffstats
path: root/Lib
AgeCommit message (Expand)Author
2015-11-07SizeGripItem: finish and fix implementation, use with pixmapAdrien Tétar
2015-11-07Work in Progress: Selection Resizing Handles=?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?=
2015-11-06Merge pull request #121 from trufont/patch-17Adrien Tétar
2015-11-06metricsWindow: fix canvas resizeAdrien Tétar
2015-11-06Merge pull request #120 from trufont/patch-17Adrien Tétar
2015-11-06fontView, glyphView: don't copy nameAdrien Tétar
2015-11-06fontView: fix importFromCurrentFontAdrien Tétar
2015-11-05meta: PEP8Adrien Tétar
2015-11-05glyphView: add LayerActionsDialogAdrien Tétar
2015-11-05glyphView: consolidate offCurve actionsAdrien Tétar
2015-11-05fontView: add metrics settings buttons signalsAdrien Tétar
2015-11-04metricsWindow: fix no-wrap scrollbarsAdrien Tétar
2015-11-04metricsWindow: don't resize after paintingAdrien Tétar
2015-11-03glyphView: small rewriteAdrien Tétar
2015-11-03fontView: allow pfb as well, fix path API misuseAdrien Tétar
2015-11-03glyphView: fix knife tool for multiple cuts on one segmentAdrien Tétar
2015-11-02fontView: extractor supportAdrien Tétar
2015-10-31glyphCollectionView: tiny improvements to the selection systemAdrien Tétar
2015-10-31meta: PEP8Adrien Tétar
2015-10-31defcon: newGlyph returns the glyph, glyphView: preserve currentToolAdrien Tétar
2015-10-31glyphView: rename anchor with double-clickAdrien Tétar
2015-10-31fontView: use font.glyphOrder + notificationsAdrien Tétar
2015-10-30glyphView: react to blueValues changedAdrien Tétar
2015-10-30fontInfo: fix integerFloatList writing, metricsWindow: update fixAdrien Tétar
2015-10-30representationFactories: use the new register mechanismAdrien Tétar
2015-10-30meta: license cleanupAdrien Tétar
2015-10-30meta: polishingsAdrien Tétar
2015-10-29fontView: use available geometryAdrien Tétar
2015-10-29meta: shufflings, loadMostRecentFile, metricsWindow: canvas key shortcutsAdrien Tétar
2015-10-28meta: some packaging touchupsAdrien Tétar
2015-10-26[fontView] s/Mark/Flag/g in UI strings onlyDave Crossland
2015-10-25fontView: set Ctrl+G as shortcut for Add glyph, Ctrl+Alt+G is used for Groups...Denis Jacquerye
2015-10-24spaceCenter: tiny fixAdrien Tétar
2015-10-24meta: consolidate callbacks/scrolling/sizingAdrien Tétar
2015-10-24meta: fix sizing mechanism, fix AllFonts()Adrien Tétar
2015-10-23Add Lib/TruFont.specDave Crossland
2015-10-23Merge pull request #45 from n7s/masterDenis Jacquerye
2015-10-23defconQt/__main__.py: move code to main() and call when __name__ is “__main...Denis Jacquerye
2015-10-22Added blank line to make flake happy.Nicolas Spalinger
2015-10-22Modified setup.py and __main.py__ for Windows users.Nicolas Spalinger
2015-10-22resources: cleanup defaultColorAdrien Tétar
2015-10-22Merge pull request #49 from moyogo/fontinfoAdrien Tétar
2015-10-22fontInfo: use super().method(arg) instead of super(C, self).method(arg)Denis Jacquerye
2015-10-22fontInfo: add class TabWidget, use load and write functions for info typeDenis Jacquerye
2015-10-21make the "no color" icon thinner and darker (fixes #40)Felipe Corrêa da Silva Sanches
2015-10-21meta: PEP8Adrien Tétar
2015-10-21glyphCollectionView: make highlight/insert mechanism subclass-awareAdrien Tétar
2015-10-21fontView: sort tooltipAdrien Tétar
2015-10-21glyphCollectionView: fix scroll/ptSize, fontView: fix markColorAdrien Tétar
2015-10-21fontInfo: Add OS/2 tab, from https://gist.github.com/adrientetar/6f3875da8489...Denis Jacquerye