furnace/src/gui
cam900 028adf2c8e Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
* 'master' of https://github.com/tildearrow/furnace: (70 commits)
  whoops
  GUI: AY8930 credits
  GUI: fix inability to close subsongs
  BANK
  OPN: wire up ExtCh system
  fix build failure
  dev95 - multiple songs in a single file (READ)
  DO NOT USE - THIS FAILS - WORK IN PROGRESS
  enforce asset limits
  old .dmf loading improvements
  add AICA and YMZ ADPCM formats
  allocate ID for YMZ280B
  harden .fur file saver
  Fix AY VGM output, Fix presets
  preparations for UI improvements
  GUI: add more presets
  prepare for ExtCh OPN/OPNA
  GUI: clarify that lock layout doesn't work yet
  GUI: remember last state of order edit mode
  GUI: store edit/followOrders/followPattern state
  ...

# Conflicts:
#	src/engine/fileOps.cpp
#	src/engine/platform/ym2610.cpp
#	src/engine/platform/ym2610b.cpp
#	src/engine/sample.cpp
#	src/engine/sample.h
#	src/engine/sysDef.cpp
#	src/gui/doAction.cpp
#	src/gui/sysConf.cpp
2022-05-18 03:09:55 +09:00
..
about.cpp GUI: AY8930 credits 2022-05-15 02:37:39 -05:00
actionUtil.h dev95 - multiple songs in a single file (READ) 2022-05-15 01:42:49 -05:00
channels.cpp dev95 - multiple songs in a single file (READ) 2022-05-15 01:42:49 -05:00
chanOsc.cpp per-channel oscilloscope, part 9 2022-05-01 18:29:16 -05:00
compatFlags.cpp dev94 - add a full linear pitch mode, part 1 2022-05-10 03:51:18 -05:00
cursor.cpp dev95 - multiple songs in a single file (READ) 2022-05-15 01:42:49 -05:00
dataList.cpp GUI: right click menu for open instrument 2022-05-09 13:20:44 -05:00
debug.cpp Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt 2022-05-11 00:16:20 +09:00
debug.h license clarification, part 3 2022-02-14 22:12:20 -05:00
debugWindow.cpp Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt 2022-05-18 03:09:55 +09:00
doAction.cpp Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt 2022-05-18 03:09:55 +09:00
editControls.cpp dev95 - multiple songs in a single file (READ) 2022-05-15 01:42:49 -05:00
editing.cpp dev95 - multiple songs in a single file (READ) 2022-05-15 01:42:49 -05:00
effectList.cpp new panning effects (80/81/82) 2022-04-29 23:41:14 -05:00
fileDialog.cpp GUI: add backdrop if system file picker is open 2022-04-30 02:02:55 -05:00
fileDialog.h GUI: add backdrop if system file picker is open 2022-04-30 02:02:55 -05:00
font_exo.cpp use the old version of Exo font 2022-01-22 02:54:32 -05:00
font_icon.cpp icon fonttttttt 2021-12-21 00:30:55 -05:00
font_liberationSans.cpp add more fonts 2022-01-19 16:58:01 -05:00
font_mononoki.cpp add more fonts 2022-01-19 16:58:01 -05:00
font_plexMono.cpp add more fonts 2022-01-19 16:58:01 -05:00
font_plexSans.cpp add more fonts 2022-01-19 16:58:01 -05:00
font_proggyClean.cpp add more fonts 2022-01-19 16:58:01 -05:00
font_ptMono.cpp add more fonts 2022-01-19 16:58:01 -05:00
font_unifont.cpp add more fonts 2022-01-19 16:58:01 -05:00
fonts.cpp license clarification, part 3 2022-02-14 22:12:20 -05:00
fonts.h GUI: add option to load Japanese chars 2022-03-21 23:36:17 -05:00
gui.cpp whoops 2022-05-15 02:53:52 -05:00
gui.h Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt 2022-05-18 03:09:55 +09:00
guiConst.cpp Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt 2022-05-18 03:09:55 +09:00
guiConst.h Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt 2022-05-01 00:25:21 +09:00
icon.c license clarification, part 3 2022-02-14 22:12:20 -05:00
icon.h license clarification, part 3 2022-02-14 22:12:20 -05:00
insEdit.cpp Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt 2022-05-18 03:09:55 +09:00
intConst.cpp Partially ES5506 support (not working yet!) 2022-04-21 01:52:37 +09:00
intConst.h Partially ES5506 support (not working yet!) 2022-04-21 01:52:37 +09:00
log.cpp GUI: add an effect list window 2022-04-19 18:44:05 -05:00
macstuff.h license clarification, part 3 2022-02-14 22:12:20 -05:00
macstuff.m license clarification, part 3 2022-02-14 22:12:20 -05:00
midiMap.cpp GUI: add an option for it 2022-05-08 02:07:58 -05:00
mixer.cpp GUI: usability fixes (ctrl-wheel) 2022-04-02 00:11:44 -05:00
newSong.cpp preparations for UI improvements 2022-05-14 04:05:29 -05:00
orders.cpp dev95 - multiple songs in a single file (READ) 2022-05-15 01:42:49 -05:00
osc.cpp GUI: introduce power-saving mode 2022-04-16 18:35:25 -05:00
pattern.cpp dev95 - multiple songs in a single file (READ) 2022-05-15 01:42:49 -05:00
piano.cpp GUI: partially add a piano 2022-04-13 03:24:49 -05:00
plot_nolerp.cpp GUI: macro UI refactor, part 4 2022-05-07 18:30:16 -05:00
plot_nolerp.h GUI: macro UI refactor, part 4 2022-05-07 18:30:16 -05:00
presets.cpp Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt 2022-05-18 03:09:55 +09:00
regView.cpp Revert "release 0.6pre0" 2022-04-01 05:20:00 -05:00
sampleEdit.cpp Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt 2022-05-01 00:25:21 +09:00
sampleUtil.h GUI: sample editor keybinds 2022-03-22 04:54:01 -05:00
settings.cpp dev95 - multiple songs in a single file (READ) 2022-05-15 01:42:49 -05:00
songInfo.cpp dev95 - multiple songs in a single file (READ) 2022-05-15 01:42:49 -05:00
songNotes.cpp Revert "release 0.6pre0" 2022-04-01 05:20:00 -05:00
stats.cpp GUI: add audio load meter to statistics 2022-05-03 02:29:12 -05:00
subSongs.cpp GUI: fix inability to close subsongs 2022-05-15 02:37:33 -05:00
sysConf.cpp Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt 2022-05-18 03:09:55 +09:00
sysEx.cpp GUI: now add ability to load VMEM 2022-05-08 02:47:20 -05:00
util.cpp use _wgetenv instead of getenv on Windows 2022-02-17 23:07:36 -05:00
util.h GUI: code split, part 4 2022-02-17 22:59:11 -05:00
volMeter.cpp GUI: prepare for oscilloscope improvements 2022-04-09 02:42:58 -05:00
waveEdit.cpp This is not a sample properties table 2022-04-17 11:38:28 -04:00