log

age author description
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
Tue, 10 Sep 2019 22:51:12 -0400 Jordi Gutiérrez Hermoso Tile: copy the default palette when setting it
Tue, 10 Sep 2019 22:49:50 -0400 Jordi Gutiérrez Hermoso Tile: change default palette
Tue, 10 Sep 2019 22:48:55 -0400 Jordi Gutiérrez Hermoso ColourButton: increase size and add a tooltip
Tue, 10 Sep 2019 22:24:52 -0400 Jordi Gutiérrez Hermoso TILE_PALETTES: Add a few more palettes
Tue, 10 Sep 2019 21:30:26 -0400 Jordi Gutiérrez Hermoso NES_PALETTE: comment with hex instead of decimal
Tue, 10 Sep 2019 13:41:00 -0400 Jordi Gutiérrez Hermoso hgignore: add .nes files
Tue, 10 Sep 2019 13:24:13 -0400 Jordi Gutiérrez Hermoso color: new palette_to_pixmap function
Tue, 10 Sep 2019 13:21:22 -0400 Jordi Gutiérrez Hermoso MainWindow: refactor to move ROM grid into a dockable window
Tue, 10 Sep 2019 13:16:38 -0400 Jordi Gutiérrez Hermoso colours: add is_dark function
Tue, 10 Sep 2019 13:01:53 -0400 Jordi Gutiérrez Hermoso colour: start a list of default palettes
Tue, 10 Sep 2019 12:58:47 -0400 Jordi Gutiérrez Hermoso ColourPicker: enable transparency