1
0
Fork 0
mirror of https://github.com/quantum5/MusicKeyboard.git synced 2025-04-24 21:21:59 -04:00

Commit graph

  • bc8d1c9af3 Use DPI-aware font handling master Quantum 2019-10-16 18:50:13 -0400
  • c9865a2efc Add high DPI support Quantum 2019-10-15 19:15:13 -0400
  • 0a9ecabf8f
    Update screenshot link Guanzhong Chen 2018-07-23 15:12:08 -0400
  • a89c439ea4 Allow building without PDB files. Quantum 2017-08-10 12:17:08 -0400
  • 8ef3ef52eb Create README and LICENSE files. Quantum 2017-07-16 16:54:01 -0400
  • fffa318553 Make keyboard work better with other physical keyboard layouts v0.3 Quantum 2017-04-19 17:12:55 -0400
  • 51aac101bd Make keyboard work better with other physical keyboard layouts Quantum 2017-04-19 17:12:55 -0400
  • 0010e79c76 Make the MIDI writing feature actually usable. Quantum 2017-04-18 20:45:34 -0400
  • 32809c148b Make the MIDI writing feature actually usable. Quantum 2017-04-18 20:45:34 -0400
  • b0d5a0d8ff Some version of MinGW doesn't seem to have Windows 7 constants touch Quantum 2016-02-14 16:41:40 -0500
  • 3721262ef6 Some version of MinGW doesn't seem to have Windows 7 constants Quantum 2016-02-14 16:41:40 -0500
  • cca2afea69 Attempt to build on MinGW Quantum 2016-02-14 16:37:06 -0500
  • 8a13b16d0f Attempt to build on MinGW Quantum 2016-02-14 16:37:06 -0500
  • c8a835e83f Working touch support. Quantum 2016-02-14 16:26:49 -0500
  • 6b456f6bec Working touch support. Quantum 2016-02-14 16:26:49 -0500
  • 0f297cfae3 Fixed up the corner cases. v0.1 Quantum 2015-01-25 21:17:58 -0500
  • 86dfb3d33f Fixed up the corner cases. Quantum 2015-01-25 21:17:58 -0500
  • 936219a3e9 Added adjustment support. Quantum 2015-01-24 19:38:30 -0500
  • 210d91e0de Added adjustment support. Quantum 2015-01-24 19:38:30 -0500
  • 6aa4b3a793 Added tested compilers for informational purposes. Quantum 2014-10-01 19:58:26 -0400
  • 9875265c33 Added tested compilers for informational purposes. Quantum 2014-10-01 19:58:26 -0400
  • 84aa5620f8 Fixed repetition on Caps Lock. Quantum 2014-09-08 10:41:18 -0400
  • e4b1154606 Fixed repetition on Caps Lock. Quantum 2014-09-08 10:41:18 -0400
  • 5c4df0131d Hid piano during resizing to avoid slowness, and flickering on Aero. Quantum 2014-08-12 16:13:43 -0400
  • cf4aa335c6 Hid piano during resizing to avoid slowness, and flickering on Aero. Quantum 2014-08-12 16:13:43 -0400
  • fa80eabdf4 Made Caps Lock hook work on XP. Quantum 2014-05-02 12:39:11 -0400
  • e0ea6c6072 Made Caps Lock hook work on XP. Quantum 2014-05-02 12:39:11 -0400
  • cc84cf036d Mapped Caps Lock to a note, more regular layout of keys. Quantum 2014-04-27 12:46:39 -0400
  • fdccdaa1d2 Mapped Caps Lock to a note, more regular layout of keys. Quantum 2014-04-27 12:46:39 -0400
  • 913b852913 Carries the instrument across a device change. Quantum 2014-04-18 20:01:15 -0400
  • b6c31d578f Carries the instrument across a device change. Quantum 2014-04-18 20:01:15 -0400
  • ddc05c1171 Wrong label. Quantum 2014-04-18 19:47:00 -0400
  • b0634dcd28 Wrong label. Quantum 2014-04-18 19:47:00 -0400
  • 5a4c6a962c Added MIDI device selection. Quantum 2014-04-18 19:30:24 -0400
  • 37e593e47a Added MIDI device selection. Quantum 2014-04-18 19:30:24 -0400
  • acd4b63dc0 Simplified modifier handling logic. Allowed chord of the same note across octaves. Quantum 2014-04-18 14:54:46 -0400
  • 474efa8655 Simplified modifier handling logic. Allowed chord of the same note across octaves. Quantum 2014-04-18 14:54:46 -0400
  • 663738493c Fixed DC eating Quantum 2014-04-14 20:51:57 -0400
  • 019567b10d Fixed DC eating Quantum 2014-04-14 20:51:57 -0400
  • 2e1632d486 That bitmap caching never worked... Quantum 2014-04-14 20:21:32 -0400
  • 2ca1d5a9d3 That bitmap caching never worked... Quantum 2014-04-14 20:21:32 -0400
  • 9a7929a99e Added ESC to move focused control. Quantum 2014-04-08 19:29:52 -0400
  • 7af966e0f3 Added ESC to move focused control. Quantum 2014-04-08 19:29:52 -0400
  • b15645ed50 Proper note stopping in case of modifier releasing. Quantum 2014-01-23 18:16:02 -0500
  • d6274e4d64 Proper note stopping in case of modifier releasing. Quantum 2014-01-23 18:16:02 -0500
  • 3b4ebc97fd Remapped key layout to support one octave increments. Makes playing pieces that makes extensive use of keys between old modifier boundaries MUCH easier. Quantum 2013-12-09 20:17:32 -0500
  • ad98677dac Remapped key layout to support one octave increments. Makes playing pieces that makes extensive use of keys between old modifier boundaries MUCH easier. Quantum 2013-12-09 20:17:32 -0500
  • 002f3bc3ea Added beeping support. Quantum 2013-12-09 17:09:54 -0500
  • 2b5ff9a51d Added beeping support. Quantum 2013-12-09 17:09:54 -0500
  • 06b443137c UPX target added to Makefile. Quantum 2013-09-12 20:53:30 -0400
  • 9859d8ef48 UPX target added to Makefile. Quantum 2013-09-12 20:53:30 -0400
  • 1cbf142bcc Believed to have fixed all problems. Quantum 2013-09-12 20:49:42 -0400
  • e9f79aed7c Believed to have fixed all problems. Quantum 2013-09-12 20:49:42 -0400
  • b45fda9459 Stupid linker options. Quantum 2013-09-12 20:38:45 -0400
  • 006d073aed Stupid linker options. Quantum 2013-09-12 20:38:45 -0400
  • 2fafd9ff1b And this stupid RCFLAGS. Quantum 2013-09-12 20:36:33 -0400
  • 004c1f8d1d And this stupid RCFLAGS. Quantum 2013-09-12 20:36:33 -0400
  • 15f9be364c Yes, Make, you need to create that directory. Quantum 2013-09-12 20:34:52 -0400
  • eb27fe750b Yes, Make, you need to create that directory. Quantum 2013-09-12 20:34:52 -0400
  • 9bff741313 MinGW Compatibility. Quantum 2013-09-12 20:23:27 -0400
  • 8150ab9dcb MinGW Compatibility. Quantum 2013-09-12 20:23:27 -0400
  • e26053a8d0 One really needs a restart when he screws up. Quantum 2013-09-12 19:31:05 -0400
  • 11549853bf One really needs a restart when he screws up. Quantum 2013-09-12 19:31:05 -0400
  • d789df93ee Merge branch 'master' of github.com:xiaomao5/MusicKeyboard Quantum 2013-09-12 19:11:35 -0400
  • b3bdd04dd9 Added saving abilities. Quantum 2013-09-12 19:10:54 -0400
  • cad626bdaf Create README.md Quantum 2013-09-09 18:58:39 -0400
  • c54cf56435 Added saving abilities. Quantum 2013-09-12 19:10:54 -0400
  • f3776a00b3 Create README.md Quantum 2013-09-09 18:58:39 -0400
  • 282f8bb7c8 Added mouse support. Quantum 2013-09-09 18:14:14 -0400
  • 5e6ad7506c Added mouse support. Quantum 2013-09-09 18:14:14 -0400
  • f100921c57 Using WinMain now, can you GCC stop complaining? Quantum 2013-09-08 12:03:07 -0400
  • 8f38a97cb9 Using WinMain now, can you GCC stop complaining? Quantum 2013-09-08 12:03:07 -0400
  • 0b80ff1914 HOW DARE YOU PICK ON MY CAPITALIZATION?!?! Quantum 2013-09-08 11:56:32 -0400
  • cdc01a0aad HOW DARE YOU PICK ON MY CAPITALIZATION!!! Quantum 2013-09-08 11:56:32 -0400
  • eb5d562ee6 How can I please you, O GCC? Quantum 2013-09-08 11:54:49 -0400
  • ce10e9e9f2 How can I please you, O GCC? Quantum 2013-09-08 11:54:49 -0400
  • 41feb7fce6 Used resource for manifest. Quantum 2013-09-08 11:46:22 -0400
  • ab7c722c9c Used resource for manifest. Quantum 2013-09-08 11:46:22 -0400
  • 74a3a44562 Cleaned up window painting and fixed colours. Quantum 2013-06-14 19:30:29 -0400
  • d971915275 Cleaned up window painting and fixed colours. Quantum 2013-06-14 19:30:29 -0400
  • 01ac5a541f Merge branch 'master' of github.com:xiaomao5/MusicKeyboard Quantum 2013-06-14 19:10:14 -0400
  • a3b5334921 I didn't know that I deleted new[] arrays with delete. Quantum 2013-06-14 19:10:01 -0400
  • c305773c3f Removed non-existent dependency in Makefile. Quantum 2013-06-14 13:43:32 -0300
  • 752d847797 Removed non-existent dependency in Makefile. Quantum 2013-06-14 13:43:32 -0300
  • 287311ebab Update PianoControl.cpp Quantum 2013-06-14 13:40:54 -0300
  • a29f0b11e3 I didn't know that I deleted new[] arrays with delete. Quantum 2013-06-14 19:10:01 -0400
  • fd1419e9fb Update PianoControl.cpp Quantum 2013-06-14 13:40:54 -0300
  • 6978cbc4e6 Used a Piano control instead of a bitmap. Quantum 2013-06-07 19:40:52 -0400
  • 8a946ee58b Used a Piano control instead of a bitmap. Quantum 2013-06-07 19:40:52 -0400
  • bf8d3026ff Fixed strange bug where music doesn't play when ran as taskbar pinned item. Quantum 2013-06-04 16:30:06 -0400
  • 3f80ecd644 Fixed strange bug where music doesn't play when ran as taskbar pinned item. Quantum 2013-06-04 16:30:06 -0400
  • 29dd3e7622 Initial Commit. Quantum 2013-06-02 22:14:25 -0400
  • be89fa7bf6 Initial Commit. Quantum 2013-06-02 22:14:25 -0400