Mercurial > hg > tilerswift
graph
-
Tile: don't update pixmap on tile change draftWed, 02 Oct 2019 09:11:33 -0400, by Jordi Gutiérrez Hermoso
-
NES_ROM: modify comment to explain that we only rotate bytes on the PRG draftWed, 02 Oct 2019 09:08:09 -0400, by Jordi Gutiérrez Hermoso
-
NES: factor out byte_forward and byte_backward into general rotate_tile_data draftTue, 01 Oct 2019 09:13:08 -0400, by Jordi Gutiérrez Hermoso
-
nes: use better name for index variable draftMon, 30 Sep 2019 09:16:49 -0400, by Jordi Gutiérrez Hermoso
-
main: set organization name, domain, and app nameFri, 20 Sep 2019 13:50:33 -0400, by Jordi Gutiérrez Hermoso
-
MainWindow: move into widgets moduleFri, 20 Sep 2019 13:38:02 -0400, by Jordi Gutiérrez Hermoso
-
TILE_PALETTES: add a few more standard palettesThu, 19 Sep 2019 17:16:21 -0400, by Jordi Gutiérrez Hermoso
-
ROMDockable: hide byte-shifting buttons for CHR browsingThu, 19 Sep 2019 17:10:07 -0400, by Jordi Gutiérrez Hermoso
-
NES_ROM: limit byte-shifting functions to 8 bytesThu, 19 Sep 2019 17:09:02 -0400, by Jordi Gutiérrez Hermoso
-
main: move main function out of global namespaceThu, 19 Sep 2019 17:06:43 -0400, by Jordi Gutiérrez Hermoso
-
NES_ROM: allow ROMs to be provided as zip filesThu, 19 Sep 2019 17:05:15 -0400, by Jordi Gutiérrez Hermoso
-
ROMDockable: show in title bar if we're looking at the ROM's PRG or CHRWed, 18 Sep 2019 16:30:53 -0400, by Jordi Gutiérrez Hermoso
-
hgignore: add zip filesWed, 18 Sep 2019 16:28:59 -0400, by Jordi Gutiérrez Hermoso
-
NES_ROM: implement circular byte shiftingSun, 15 Sep 2019 20:47:01 -0400, by Jordi Gutiérrez Hermoso
-
PaletteComboBox: new widget in ROM canvas toolbarSun, 15 Sep 2019 22:05:36 -0400, by Jordi Gutiérrez Hermoso
-
refactor: move widgets into their own moduleSun, 15 Sep 2019 22:03:03 -0400, by Jordi Gutiérrez Hermoso
-
MainWindow: rename central scroll widgetSun, 15 Sep 2019 20:58:15 -0400, by Jordi Gutiérrez Hermoso
-
MainWindow: increase default sizeSun, 15 Sep 2019 20:56:38 -0400, by Jordi Gutiérrez Hermoso
-
refactor: move the NES ROM manipulation code into its own moduleSat, 14 Sep 2019 23:33:01 -0400, by Jordi Gutiérrez Hermoso
-
Tile: set new palette by copyThu, 12 Sep 2019 08:42:37 -0400, by Jordi Gutiérrez Hermoso
-
ScrollAreaWithVerticalBar: new class workaroundThu, 12 Sep 2019 08:05:08 -0400, by Jordi Gutiérrez Hermoso
-
ColourButton: tighten space between the buttonsThu, 12 Sep 2019 07:57:08 -0400, by Jordi Gutiérrez Hermoso
-
RomWidget: use the rom's filename as titleTue, 10 Sep 2019 23:11:17 -0400, by Jordi Gutiérrez Hermoso
-
RomWidget: add column increase/decrease buttonsTue, 10 Sep 2019 22:52:50 -0400, by Jordi Gutiérrez Hermoso
-
Tile: copy the default palette when setting itTue, 10 Sep 2019 22:51:12 -0400, by Jordi Gutiérrez Hermoso
-
Tile: change default paletteTue, 10 Sep 2019 22:49:50 -0400, by Jordi Gutiérrez Hermoso
-
ColourButton: increase size and add a tooltipTue, 10 Sep 2019 22:48:55 -0400, by Jordi Gutiérrez Hermoso
-
TILE_PALETTES: Add a few more palettesTue, 10 Sep 2019 22:24:52 -0400, by Jordi Gutiérrez Hermoso
-
NES_PALETTE: comment with hex instead of decimalTue, 10 Sep 2019 21:30:26 -0400, by Jordi Gutiérrez Hermoso
-
hgignore: add .nes filesTue, 10 Sep 2019 13:41:00 -0400, by Jordi Gutiérrez Hermoso
-
color: new palette_to_pixmap functionTue, 10 Sep 2019 13:24:13 -0400, by Jordi Gutiérrez Hermoso
-
MainWindow: refactor to move ROM grid into a dockable windowTue, 10 Sep 2019 13:21:22 -0400, by Jordi Gutiérrez Hermoso
-
colours: add is_dark functionTue, 10 Sep 2019 13:16:38 -0400, by Jordi Gutiérrez Hermoso
-
colour: start a list of default palettesTue, 10 Sep 2019 13:01:53 -0400, by Jordi Gutiérrez Hermoso
-
ColourPicker: enable transparencyTue, 10 Sep 2019 12:58:47 -0400, by Jordi Gutiérrez Hermoso
-
TileGrid: new zoomOriginal methodTue, 10 Sep 2019 12:48:02 -0400, by Jordi Gutiérrez Hermoso
-
refactor: import Qt models as QC, QG, and QW.Tue, 10 Sep 2019 12:35:52 -0400, by Jordi Gutiérrez Hermoso
-
TilePicker: also clear the flips when adding a tileMon, 09 Sep 2019 18:02:54 -0400, by Jordi Gutiérrez Hermoso
-
TilePicker: increase default sizeMon, 09 Sep 2019 18:00:21 -0400, by Jordi Gutiérrez Hermoso
-
TileGrid: new increaseCols/decreaseCols methodsMon, 09 Sep 2019 17:59:06 -0400, by Jordi Gutiérrez Hermoso
-
TileHolder: implement __len__ methodMon, 09 Sep 2019 17:58:09 -0400, by Jordi Gutiérrez Hermoso
-
GridHolder: return fillvalue for out-of-bounds indexingMon, 09 Sep 2019 17:55:39 -0400, by Jordi Gutiérrez Hermoso
-
Tile: add update_pixmap methodSun, 08 Sep 2019 21:46:52 -0400, by Jordi Gutiérrez Hermoso
-
Tile: use descriptors for tile propertySun, 08 Sep 2019 21:10:03 -0400, by Jordi Gutiérrez Hermoso
-
Tile: add unparse_tile methodSun, 08 Sep 2019 21:09:17 -0400, by Jordi Gutiérrez Hermoso
-
Tile: fix __repr__Sun, 08 Sep 2019 21:08:34 -0400, by Jordi Gutiérrez Hermoso
-
NES_ROM: new class, make it responsible for storing tiles, filename, PRG, CHRGSun, 08 Sep 2019 19:19:37 -0400, by Jordi Gutiérrez Hermoso
-
parse_tile: move this into a classmethod of Tile classSun, 08 Sep 2019 19:18:51 -0400, by Jordi Gutiérrez Hermoso
-
ColourButton: use complete CSS instead overriding platfrom styleSun, 08 Sep 2019 18:43:19 -0400, by Jordi Gutiérrez Hermoso
-
ColourButton: always use plastique style, not system styleSat, 07 Sep 2019 13:05:16 -0400, by Jordi Gutiérrez Hermoso
-
TileGrid: only repaint the visible regionSun, 08 Sep 2019 18:47:21 -0400, by Jordi Gutiérrez Hermoso
-
TileGrid: use separate backgrounds for ROMCanvas and TilePickerFri, 06 Sep 2019 22:11:18 -0400, by Jordi Gutiérrez Hermoso
-
refactor TilePicker and GridCanvas (now ROMCanvas) into common superclassFri, 06 Sep 2019 08:32:35 -0400, by Jordi Gutiérrez Hermoso
-
TilePicker: add tile flipping functionalityWed, 04 Sep 2019 12:31:05 -0400, by Jordi Gutiérrez Hermoso
-
ColourButton: label each colour with its hex indexWed, 04 Sep 2019 10:14:04 -0400, by Jordi Gutiérrez Hermoso
-
TilePicker: beginnings of new widgetTue, 03 Sep 2019 22:54:24 -0400, by Jordi Gutiérrez Hermoso
-
GridCanvas: add zoom in and zoom out buttonsTue, 03 Sep 2019 22:05:31 -0400, by Jordi Gutiérrez Hermoso