| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-18 | Merge pull request #23 from moyogo/fix-fontView | Adrien Tétar | |
| fontView: LayerSetList() doesn’t take TFont as argument since 816748b | |||
| 2015-10-18 | fontView: LayerSetList() doesn’t take TFont as argument since 816748b | Denis Jacquerye | |
| 2015-10-18 | fontView: don't do multiple settingsWindow either | Adrien Tétar | |
| 2015-10-18 | fontView: modeless settingsWindow | Adrien Tétar | |
| 2015-10-17 | glyphView: add startPoints support, consolidate notifications | Adrien Tétar | |
| 2015-10-16 | remove an obsolete file #17 | Lasse Fister | |
| 2015-10-16 | enhanced layer support in glyphView | Lasse Fister | |
| font wider layer control widget cleaning up after first round of review #17 fix 2 typos Place LayerSetWidget controls inside of InspectorWindow default color swatch is a red diagonal with white background LayerSetWidget to LayerSetList, changed the superclass as well remove unused import | |||
| 2015-10-15 | glyphView: fix logic error in CPDeleted | 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-13 | spaceCenter: fix updates to self | Adrien Tétar | |
| 2015-10-12 | Merge pull request #8 from moyogo/uninames | Adrien Tétar | |
| defcon: Add TGlyph.autoUnicode() to get unicode from AGL or uninames | |||
| 2015-10-12 | defcon: Add TGlyph.autoUnicode() to get unicode from AGL or uninames ↵ | Denis Jacquerye | |
| (uniXXXX, uXXXX, uXXXXXX) | |||
| 2015-10-12 | fontView: Do not reload when font.path is not defined | Denis Jacquerye | |
| 2015-10-12 | glyphView: allow offCurves deletion | Adrien Tétar | |
| 2015-10-12 | meta: last pre-release patch | Adrien Tétar | |
| 2015-10-11 | meta: add more (generated) resources | Adrien Tétar | |
| 2015-10-11 | meta: packaging changes | Adrien Tétar | |
| 2015-10-11 | oops | Adrien Tétar | |
| 2015-10-11 | meta: default to empty font, fixture | Adrien Tétar | |
| 2015-10-11 | meta: release metapatch | Adrien Tétar | |
| 2015-10-10 | Rename charset to glyphSet, settings/defaultCharset to settings/defaultGlyphSet | Denis Jacquerye | |
| 2015-10-10 | Rename CharacterSet and variable with “character” in name to GlyphSet ↵ | Denis Jacquerye | |
| and “glyph” when relevant | |||
| 2015-10-10 | fontView: import sys because sys.platform is used since bd72f20 | Denis Jacquerye | |
| 2015-10-10 | glyphView: layers support, fontView: change UFO open behavior, various | Adrien Tétar | |
| 2015-10-10 | fontView: add ufo2fdk-based export functionality | Adrien Tétar | |
| 2015-10-10 | Merged in moyogo/defconqt/defaultglyphset (pull request #5) | Adrien Tétar | |
| fontView: remove Latin-1 acute and dieresis and add uni0308 to default set | |||
| 2015-10-10 | fontView: Remove Latin-1 dieresis and add uni0308 in default set. | Denis Jacquerye | |
| 2015-10-09 | fontView: allow saving as ufo3 or ufo2 | Adrien Tétar | |
| 2015-10-09 | spaceCenter: add left/right text fields | Adrien Tétar | |
| 2015-10-09 | glyphView: scale elements everytime the view scale changes | Adrien Tétar | |
| 2015-10-09 | fontView: put InspectorWindow on the side | Adrien Tétar | |
| 2015-10-09 | glyphView: show the whole glyph upon opening | Adrien Tétar | |
| 2015-10-09 | glyphView: fixed bug that could collapse both offCurves in a smooth point | Adrien Tétar | |
| 2015-10-09 | fontView: Remove Latin-1 acute from default set since acutecomb is there, ↵ | Denis Jacquerye | |
| leave grave since it’s ASCII | |||
| 2015-10-09 | fontView: remove cedilla and add uni0327 to default set | Denis Jacquerye | |
| 2015-10-09 | fontView: Rename “latin1” “latinDefault” | Denis Jacquerye | |
| 2015-10-09 | fontView: In renamed Latin-default character set, use combining diacritics ↵ | Denis Jacquerye | |
| as components instead of spacing diacritics. * Replace spacing diacritics used as components (circumflex → uni0301, ring → uni030A, tilde → tildecomb). * Remove spacing diacritics not used as components (caron, breve, dotaccent, ogonek, hungarumlaut). * Add combining diacritics (acutecomb, gravecomb). * Rename “Latin-1” “Latin-default”. | |||
| 2015-10-08 | fontView: use QRegularExpression | Adrien Tétar | |
| QRegExp is deprecated in Qt5. | |||
| 2015-10-08 | Merged in moyogo/defconqt/inspector-unicodes (pull request #1) | Adrien Tétar | |
| InspectorView unicodes: remove unicode, validate, prevent crashing, use ' ' as separator | |||
| 2015-10-08 | fontView: don't add characterSet glyphs in SortingDialog, beef up ↵ | Adrien Tétar | |
| AddGlyphsDialog | |||
| 2015-10-08 | fontView: separate unicodes with ' ' instead of ';' | Denis Jacquerye | |
| 2015-10-08 | fontView: remove unicode and validate unicodes in InspectorView | Denis Jacquerye | |
| Remove unicode since unicodes’s first element is the same thing. Validate and show unicodes as 4-hex- or 6-hex-digits per convention. Fix crashing bug when unicodes.text() is ''. | |||
| 2015-10-08 | meta: a few bug fixes with existing widgets | Adrien Tétar | |
| 2015-10-08 | glyphView: correctly set undo/redo stack | Adrien Tétar | |
| 2015-10-08 | openTypeNameUniqueID is a string type, don't try to make an int out of it | Lasse Fister | |
