Commit graph

58 commits

Author SHA1 Message Date
Jordan Eldredge
c76a20234c Fix incorrect case of file 2019-06-26 18:47:39 -07:00
Jordan Eldredge
b74febb261 Handle = as comment separator in .ini files 2019-06-14 22:29:48 -07:00
Jordan Eldredge
6799e2fa5a
Try running screenshot tests on Travis (#782)
* Try running screenshot tests on Travis

* Standardize domain in integration tests

* Allow images to not match that well

* Turn back on all other tests
2019-05-09 17:55:53 -07:00
Jordan Eldredge
0c94263f0f Improve integration test timeouts 2019-05-09 17:15:22 -07:00
Jordan Eldredge
53218aba6e Update integration tests and snapshots 2019-05-09 16:23:16 -07:00
Jordan Eldredge
185039bf55 Test green dimensions viscolor.txt 2018-12-30 22:31:46 -08:00
Jordan Eldredge
d697a0a81c Commit missing fixture file 2018-12-23 14:12:53 -08:00
Jordan Eldredge
0d29ffe3f4 Improve parsing of viscolor 2018-12-14 17:03:26 -08:00
Jordan Eldredge
491c7591d0 Use morganherlocker/cubic-spline for spline
This allows us to do a simpler line interpolation which is closer to
what Winamp actually does:

1. Derive a Y value for every column
2. Draw a pixel at the Y value for the first column
3. For each successive column:
3a. Draw a vertical line from the previous Y value to the current Y value
2018-11-04 15:21:22 -08:00
Jordan Eldredge
5bf7d94f37 Use pixelated eq graph in screenshots 2018-11-03 21:43:02 -07:00
Jordan Eldredge
c9b0f61b88 Make the screenshot time three seconds 2018-10-10 22:48:35 -07:00
Jordan Eldredge
f94cb4a7ab Revert "Revert "Serialize to indexdb" (#664)"
This reverts commit a053818c5e.
2018-10-05 21:31:05 -07:00
Jordan Eldredge
a053818c5e
Revert "Serialize to indexdb" (#664)
* Revert "Don't re-center windows when loading from serialized state"

This reverts commit d778c03f61.

* Revert "Clean up comment"

This reverts commit 8253093a2b.

* Revert "Fix spelling of IndexedDB"

This reverts commit b34d90e998.

* Revert "Add a few more generic assertions about serialized state"

This reverts commit a8267581d0.

* Revert "Refactor debounce and throttle"

This reverts commit 6ecc5142b5.

* Revert "Double check that the serialized state we generated equals the one we have saved"

This reverts commit 82a81bf584.

* Revert "Add many tests for serialization"

This reverts commit 55603346c2.

* Revert "Split serialized state types into their own file"

This reverts commit 4c9c5b99d3.

* Revert "Refactor how we manage window positions"

This reverts commit d6a1baece3.

* Revert "Fix export"

This reverts commit 462cf4b42d.

* Revert "Clean up selectors file"

This reverts commit cdfa99383a.

* Revert "Mark serialization methods priviate for now"

This reverts commit fc79c77451.

* Revert "Add types for WindowManager"

This reverts commit 0a7f258b64.

* Revert "Export Box"

This reverts commit e94cdef100.

* Revert "Use browserSize from state. Make it non-optional"

This reverts commit 53481ba892.

* Revert "Add back resetWindowLayout"

This reverts commit 35f4004caa.

* Revert "Begin tracking window size"

This reverts commit 96ed2b353c.

* Revert "Use namespaced Utils for webamplazy"

This reverts commit 949a2bc771.

* Revert "Use namespaced Utils"

This reverts commit 3049350701.

* Revert "Add initial approach of recovering from bad window positions"

This reverts commit 1791babf1a.

* Revert "Move centerWindowsIfNeeded to an action creatorThis forces us to type it, as a nice side benefit"

This reverts commit 40e31f0577.

* Revert "Make state serialization opt-in (for now)"

This reverts commit bef421ebed.

* Revert "Persist focus, and handle bad focus"

This reverts commit 3f1861d4f8.

* Revert "Handle the case where `positions` might be an empty object to begin with"

This reverts commit f8544ed126.

* Revert "Don't center windows when restoring from serialized state"

This reverts commit ca1cfe3dc6.

* Revert "Center windows correctly, even if the windows don't start at 0,0"

This reverts commit 777d482e73.

* Revert "Make hotkeys a function not a singleton class that has side effects when you construct it"

This reverts commit 87ca43ba45.

* Revert "Move global file input out of NPM module"

This reverts commit 9f726899c7.

* Revert "Don't exclude generic windows"

This reverts commit 245dd166a2.

* Revert "Serialize window position as well"

This reverts commit b71e09284e.

* Revert "Persist window states (exept position)"

This reverts commit 690f650e4c.

* Revert "Serialize media state, and apply equalizer state to on deserialize"

This reverts commit 94e105b104.

* Revert "Add a flag to clear IndexDB state"

This reverts commit 364ddb7411.

* Revert "Serialize state to indexdb"

This reverts commit 60429b280a.
2018-10-01 12:50:43 -07:00
Jordan Eldredge
d778c03f61 Don't re-center windows when loading from serialized state 2018-09-30 22:04:04 -07:00
Jordan Eldredge
55603346c2 Add many tests for serialization 2018-09-30 22:04:04 -07:00
Jordan Eldredge
48a31c5501 Update integration snapshots to include peaks 2018-08-30 05:04:39 -07:00
Jordan Eldredge
cf1b4082bc Use Internet Archive's background color 2018-07-07 12:21:47 -07:00
Jordan Eldredge
df97a4f0c9 Update screenshot snapshot 2018-07-02 21:18:24 -07:00
Jordan Eldredge
50c5c264d1 Pose snapshot with visualizer 2018-07-02 20:09:34 -07:00
Jordan Eldredge
c5b4254a59 Slightly prettier curve in screenshots 2018-07-02 19:56:40 -07:00
Jordan Eldredge
3d836424da Turn on buttons for screenshot 2018-07-02 19:38:26 -07:00
Jordan Eldredge
836b500c2a Only hide the about menu in screenshot mode 2018-07-02 19:21:38 -07:00
Jordan Eldredge
4623cec225 Disable the marquee in screenshot mode 2018-07-02 19:14:02 -07:00
Jordan Eldredge
d5fc239c38 Pad marquee with spaces 2018-07-02 19:03:04 -07:00
Jordan Eldredge
8082d97982 Add snapshot for loading skin via query param 2018-06-30 13:52:15 -07:00
Jordan Eldredge
2f0b3ebac4 Add transparency integration test 2018-06-30 13:38:25 -07:00
Jordan Eldredge
179bab89fe Add more integration tests 2018-06-28 23:25:13 -07:00
Jordan Eldredge
d17574607c Add Puppeteer snapshot testing 2018-06-28 22:16:37 -07:00
Ricky Miller
5732baeb97 Update Regex, add pledit with quotes 2018-02-12 09:22:33 -08:00
Jordan Eldredge
9b0b2acc3b Add additional region fixture test 2017-11-16 21:31:39 -08:00
Jordan Eldredge
445f5c557f Allow region.txt to have leading ,s 2017-11-16 21:31:39 -08:00
Jordan Eldredge
76cf5612ad Make ini parsing more robust 2017-11-16 21:31:39 -08:00
Jordan Eldredge
bba1c24deb Make region parsing more robust 2017-11-16 21:31:24 -08:00
Jordan Eldredge
e94f86e0aa First attempt at region support 2017-11-15 21:10:31 -08:00
Jordan Eldredge
280c4446f1 Move files next to file under test 2017-01-17 15:27:23 -08:00
Jordan Eldredge
0ed966b9c6 Add tests for Character 2017-01-17 14:53:07 -08:00
Jordan Eldredge
8eb308e6d0 Improve Character component 2017-01-17 14:52:09 -08:00
Jordan Eldredge
ea3234fa72 Start testing reducers 2017-01-13 21:39:26 -08:00
Jordan Eldredge
69cf900c0b Add snapshot test for MainWindow 2017-01-13 21:11:12 -08:00
Jordan Eldredge
8dce934f62 Autoload jsx files 2017-01-13 21:02:04 -08:00
Jordan Eldredge
38f57e5219 Make test names consistent 2017-01-03 20:49:47 -08:00
Jordan Eldredge
9408e5b95f Disable band while we wait for Safari to fix their bug. 2016-11-28 20:31:20 -08:00
Jordan Eldredge
2a3e59f160 Don't automock 2016-11-28 20:24:21 -08:00
Jordan Eldredge
785af97700 Add snapWithin() and add snapping to like sides 2016-11-28 20:24:12 -08:00
Jordan Eldredge
7dd1bb8858 Enable react linting rules, fix linting errors
Also fix lint command in `package.json`
2016-11-28 20:24:12 -08:00
Jordan Eldredge
99e9e70ce6 First stab at spline line for equalizer 2016-08-29 20:17:38 -07:00
Jordan Eldredge
1f5e7503b0 Separate sprite definitions from CSS rules 2016-08-29 20:15:21 -07:00
Jordan Eldredge
5a5b88756e Get band input UI working for EQ 2016-08-23 17:46:18 -07:00
Jordan Eldredge
9dde8dfc9c Fix snapping for non-overlapping boxes
Boxes were snapping together even if they were not overlapping in the
non-snapping axis:

    ###
    #A#
    ###

        ###
        #B#
        ###

Although A and B are near eachother on the X axis they should not snap
together, since they are far apart on the Y axis. Now they don't.
2016-08-10 18:12:38 -07:00
Jordan Eldredge
ba86f0edc2 Add snapUtils file. These may evolve when actually used. 2016-08-10 18:12:38 -07:00