index
:
trufont
add-requirements.txt
integrate-py2app--rb3
master
use-fonttools-at-HEAD
A ufo3 font editor. À l’ancienne.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
defconQt
/
glyphCollectionView.py
Age
Commit message (
Collapse
)
Author
2015-10-31
glyphCollectionView: tiny improvements to the selection system
Adrien Tétar
2015-10-24
meta: consolidate callbacks/scrolling/sizing
Adrien Tétar
2015-10-24
meta: fix sizing mechanism, fix AllFonts()
Adrien Tétar
2015-10-21
glyphCollectionView: make highlight/insert mechanism subclass-aware
Adrien Tétar
2015-10-21
glyphCollectionView: fix scroll/ptSize, fontView: fix markColor
Adrien Tétar
2015-10-20
glyphCollectionView: fix unicodedata check
Adrien Tétar
2015-10-20
glyphCollectionView: calculate voidFont pointSize depending on squareSize
Adrien Tétar
2015-10-19
Comment out unused variables
Denis Jacquerye
2015-10-19
Use PEP8 code style
Denis Jacquerye
2015-10-19
glyphCollectionView: add missed code
Adrien Tétar
2015-10-18
glyphCollectionView: Return, not Enter
Adrien Tétar
2015-10-18
glyphCollectionView: bigger text on OSX
Adrien Tétar
2015-10-18
glyphCollectionView: allow typing glyphNames
Adrien Tétar
2015-10-14
meta: use backspace as Del key on OSX, refactor
Adrien Tétar
2015-10-14
glyphCollectionView: proceedWithDeletion() needs one argument
Denis Jacquerye
2015-10-11
meta: default to empty font, fixture
Adrien Tétar
2015-10-10
glyphView: layers support, fontView: change UFO open behavior, various
Adrien Tétar
2015-10-08
Adopt the new calling convention of defcon-ufo3 for representations
Lasse Fister
2015-10-08
first set of fixes to upgrade to ufo_v3
Lasse Fister
2015-10-07
glyphCollectionView: allow drag'n'drop to reorder glyphs
Adrien Tétar
2015-10-06
meta: CurrentGlyph() support, drop dead code, nits
Adrien Tétar
2015-10-02
objects,glyphCollectionView: bug fixes
Adrien Tétar
2015-09-29
fontView,glyphView: generalize copy/paste and use app-wide clipboard
Adrien Tétar
2015-09-27
glyphCollectionView: fix misnaming
Adrien Tétar
2015-09-26
glyphCollectionView: rewrite and extend the selection system, kbd navigation ↵
Adrien Tétar
now possible and scrolls to selected cell (Still some work to do with ShiftModifier, but the bulk is done.)
2015-09-25
use defcon API to add components to a glyph
Felipe Corrêa da Silva Sanches
2015-09-25
issue #19: Copying and pasting components (a.k.a. "references" in fontforge ↵
Felipe Corrêa da Silva Sanches
jargon) into glyphs.
2015-09-21
meta: refactorings and cleanups, fontView: partial rewrite, new ↵
Adrien Tétar
AddGlyphsWindow, extract cells widget to a separate location, support CharacterSet objects fully