log

age author description
Wed, 02 Oct 2019 09:15:51 -0400 Jordi Gutiérrez Hermoso NES_ROM: new `from_json` and `to_json` methods draft default tip
Wed, 02 Oct 2019 09:13:48 -0400 Jordi Gutiérrez Hermoso NES_ROM: refactor ctor and read_rom to allow initial position and palettes draft
Wed, 02 Oct 2019 09:12:33 -0400 Jordi Gutiérrez Hermoso Tile: allow passing in a palette in the ctor draft
Wed, 02 Oct 2019 09:11:33 -0400 Jordi Gutiérrez Hermoso Tile: don't update pixmap on tile change draft
Wed, 02 Oct 2019 09:09:16 -0400 Jordi Gutiérrez Hermoso NES_ROM: style fix draft
Wed, 02 Oct 2019 09:08:09 -0400 Jordi Gutiérrez Hermoso NES_ROM: modify comment to explain that we only rotate bytes on the PRG draft
Tue, 01 Oct 2019 09:13:08 -0400 Jordi Gutiérrez Hermoso NES: factor out byte_forward and byte_backward into general rotate_tile_data draft
Mon, 30 Sep 2019 09:18:19 -0400 Jordi Gutiérrez Hermoso Tile: replace __repr__ method draft
Mon, 30 Sep 2019 09:17:40 -0400 Jordi Gutiérrez Hermoso Tile: add a short docstring draft
Mon, 30 Sep 2019 09:16:49 -0400 Jordi Gutiérrez Hermoso nes: use better name for index variable draft
Fri, 20 Sep 2019 13:50:33 -0400 Jordi Gutiérrez Hermoso main: set organization name, domain, and app name
Fri, 20 Sep 2019 13:38:02 -0400 Jordi Gutiérrez Hermoso MainWindow: move into widgets module
Thu, 19 Sep 2019 17:16:21 -0400 Jordi Gutiérrez Hermoso TILE_PALETTES: add a few more standard palettes
Thu, 19 Sep 2019 17:10:07 -0400 Jordi Gutiérrez Hermoso ROMDockable: hide byte-shifting buttons for CHR browsing
Thu, 19 Sep 2019 17:09:02 -0400 Jordi Gutiérrez Hermoso NES_ROM: limit byte-shifting functions to 8 bytes
Thu, 19 Sep 2019 17:06:43 -0400 Jordi Gutiérrez Hermoso main: move main function out of global namespace
Thu, 19 Sep 2019 17:05:15 -0400 Jordi Gutiérrez Hermoso NES_ROM: allow ROMs to be provided as zip files
Wed, 18 Sep 2019 16:30:53 -0400 Jordi Gutiérrez Hermoso ROMDockable: show in title bar if we're looking at the ROM's PRG or CHR
Wed, 18 Sep 2019 16:28:59 -0400 Jordi Gutiérrez Hermoso hgignore: add zip files
Sun, 15 Sep 2019 20:47:01 -0400 Jordi Gutiérrez Hermoso NES_ROM: implement circular byte shifting
Sun, 15 Sep 2019 22:05:36 -0400 Jordi Gutiérrez Hermoso PaletteComboBox: new widget in ROM canvas toolbar
Sun, 15 Sep 2019 22:03:03 -0400 Jordi Gutiérrez Hermoso refactor: move widgets into their own module
Sun, 15 Sep 2019 20:58:15 -0400 Jordi Gutiérrez Hermoso MainWindow: rename central scroll widget
Sun, 15 Sep 2019 20:56:38 -0400 Jordi Gutiérrez Hermoso MainWindow: increase default size
Sat, 14 Sep 2019 23:33:01 -0400 Jordi Gutiérrez Hermoso refactor: move the NES ROM manipulation code into its own module
Thu, 12 Sep 2019 08:42:37 -0400 Jordi Gutiérrez Hermoso Tile: set new palette by copy
Thu, 12 Sep 2019 08:05:08 -0400 Jordi Gutiérrez Hermoso ScrollAreaWithVerticalBar: new class workaround
Thu, 12 Sep 2019 07:57:08 -0400 Jordi Gutiérrez Hermoso ColourButton: tighten space between the buttons
Tue, 10 Sep 2019 23:11:17 -0400 Jordi Gutiérrez Hermoso RomWidget: use the rom's filename as title
Tue, 10 Sep 2019 22:52:50 -0400 Jordi Gutiérrez Hermoso RomWidget: add column increase/decrease buttons