Results 8 issues of Jeremy Whiting

s/some stopped/stopped some/

Uses document/spreadsheet/presentation icons to show the current document type in the window icon. Unfortunately the AppKit tabs we are using don't support showing any icons but the window does so...

Fixed the "Argument list too long" error in make dist by addressing three issues in Makefile.am: Line 935: Changed echo $(COOL_JS_DST) to use a shell loop that executes at recipe...

Fixes flash of white background when darkTheme=true is set either by user or by user's selection of dark os theme. Change-Id: I193e548975f75483d2879fe0a2c52b38463584ed * Resolves: # * Target version: master ###...

When switching from tabbed view to compact view the font size is uninitialized and shows 6 even though the current selected text is likely not 6pt. Adds a commandstatechanged event...

* Resolves: # * Target version: master ### Summary ### TODO - [ ] A mechanism for merging windows together once separated is still needed. will look into that next....

Since the templates are in the Contents/Resources we needed to adjust the generate-templates-manifest.js to look there instead. Also fixed loading template files by passing a templatePath to createDocument. Change-Id: If08dc03323a371b5565465fc2f9b2a46f113fdc0...

Fixed the "Argument list too long" error in make dist by addressing three issues in Makefile.am: Line 935: Changed echo $(COOL_JS_DST) to use a shell loop that executes at recipe...