Erik Faye-Lund
14244a2d0d
add sync_destroy_device()
2010-03-19 17:41:36 +01:00
Erik Faye-Lund
76d3fc55f7
c-ize the bass-example a bit more
2010-03-19 17:41:36 +01:00
Erik Faye-Lund
70bcea33ab
clean up network code
2010-03-19 17:41:35 +01:00
Erik Faye-Lund
8c9f5db445
reconnect on disconnection
2010-03-19 17:41:35 +01:00
Erik Faye-Lund
a379fe572a
fixup contrib example a bit
2010-03-19 17:41:35 +01:00
Erik Faye-Lund
5c7dfb7bec
contrib: added the old example_bass with a C++ wrapper
2010-03-19 17:41:34 +01:00
Erik Faye-Lund
decf843c04
player/client: port to C
...
Make sure that all code included in the player and client is
pure C. This helps on portability.
2010-03-19 17:41:34 +01:00
Erik Faye-Lund
dc1ab70976
fix keyboard shortcuts
2010-03-19 17:41:34 +01:00
Erik Faye-Lund
c3ade8560c
clean up project structure a bit
2010-03-19 17:41:34 +01:00
Erik Faye-Lund
b9200bbd3b
split solution in two
...
Visual Studio only allows one project in a solution to be debugged
at the time. Split the solution in two, so both the player and the
editor can be opened in a separate Visual Studio instance without
file lock conflicts.
Remove outdated Visual Studio 2005 solution and project files while
we're at it.
2010-03-19 17:41:33 +01:00
Erik Faye-Lund
ae37108d09
use software vertex processing for example-code
...
There's no good reason for not doing this, and it allows
the example to run on older computers.
2010-03-19 17:41:33 +01:00
Erik Faye-Lund
892ac2f0fb
allow moving left/right when playing back
...
There's no point in disallowing left/right motion when playing back. This
patch re-allows that (and allows swapping tracks while playing back as well).
2010-03-19 17:41:33 +01:00
Erik Faye-Lund
7d62c05504
Whops, some code was left broken after some encapsulation-fixes.
2010-03-19 17:41:32 +01:00
Erik Faye-Lund
31698760f1
const
2010-03-19 17:41:32 +01:00
Erik Faye-Lund
c463800979
Implemented select all, select track and select row.
2010-03-19 17:41:32 +01:00
Erik Faye-Lund
6fcd107159
formatting / cleanup
2010-03-19 17:41:32 +01:00
Erik Faye-Lund
557473f5a3
Encapsulating...
2010-03-19 17:41:31 +01:00
Erik Faye-Lund
cabec12793
formatting
2010-03-19 17:41:31 +01:00
Erik Faye-Lund
e8f1727b4c
Formatting and removed ini-file from the vs08 project.
2010-03-19 17:41:31 +01:00
Erik Faye-Lund
bd4c5d31b3
Removed ini-file stuff. Sorry Skrebbel, but it wasn't good enough ;)
2010-03-19 17:41:30 +01:00
Erik Faye-Lund
18410f89f3
Resize margins with font changes as well.
2010-03-19 17:41:30 +01:00
Erik Faye-Lund
0ec7daf2c1
Allow run-time font changing.
2010-03-19 17:41:30 +01:00
Erik Faye-Lund
60ee9553d4
made some of the font-properties class members instead of const variables (and even worse, global variables).
2010-03-19 17:41:30 +01:00
Erik Faye-Lund
95b2cfd073
renamed fontHeight to rowHeight
2010-03-19 17:41:29 +01:00
Erik Faye-Lund
fa03d803e2
formatting
2010-03-19 17:41:29 +01:00
Erik Faye-Lund
8d58ac16e3
Slight clean-ups:
...
- more relevant window-caption
- not wasting time on measuring the latency
- passing the window handle instead of grabbing the foreground one
- made the BPM a separate variable, so it's a bit easier to understand the code.
2010-03-19 17:41:29 +01:00
Erik Faye-Lund
edd626e5ad
XP styles.
2010-03-19 17:41:28 +01:00
Erik Faye-Lund
068471028f
retabbing
2010-03-19 17:41:28 +01:00
Erik Faye-Lund
29706e3329
Added a .reg-file that cleans the registry for all GNU Rocket stuff.
2010-03-19 17:41:28 +01:00
Erik Faye-Lund
0dc304a335
Overwriting paste. A tad more logical to work with than the old method.
2010-03-19 17:41:28 +01:00
Erik Faye-Lund
634588aeed
Removed superfluous "virtual" keywords. It's only the base-class that needs the methods to be declared as virtual.
2010-03-19 17:41:27 +01:00
Erik Faye-Lund
b6bdcd264f
undo should be applied backwards...
2010-03-19 17:41:27 +01:00
Erik Faye-Lund
60a5ff3b9f
Auto-export on save.
2010-03-19 17:41:27 +01:00
Erik Faye-Lund
02f38874b5
Capping path to 64 chars.
2010-03-19 17:41:26 +01:00
Erik Faye-Lund
4677e3228a
Filename before app-title. Also, don't display path and extension.
2010-03-19 17:41:26 +01:00
Erik Faye-Lund
fe8d009a22
added recentfiles.cpp to vs2005 project, fixed some warnings, removed Release()-call that caused crash.
2010-03-19 17:41:26 +01:00
Erik Faye-Lund
1eb06de644
rows as a document property
2010-03-19 17:41:26 +01:00
Erik Faye-Lund
ee62a21d3e
const and sign-correctness.
2010-03-19 17:41:25 +01:00
Erik Faye-Lund
3fa3ed5c4d
moved recent files code to source-file
2010-03-19 17:41:25 +01:00
Erik Faye-Lund
3c42ac535a
Fixed bug 2166761 when loading.
2010-03-19 17:41:25 +01:00
Erik Faye-Lund
347914dcf8
moved recent files code to separate class...
2010-03-19 17:41:24 +01:00
Erik Faye-Lund
1879f075a7
Fixed bug 2166761 for all known cases except from document-loading.
2010-03-19 17:41:24 +01:00
Erik Faye-Lund
065993b82e
Added white-space for more readable and merge-able XML-files.
2010-03-19 17:41:24 +01:00
Erik Faye-Lund
bb7d788038
only insert needed for load()
2010-03-19 17:41:23 +01:00
Erik Faye-Lund
062ee83a9f
Somehow I find it more useful to be able to do both horizontal and vertical home/end than that row-snapping thingie. I'll just commit this, and see if anyone disagrees ;)
2010-03-19 17:41:23 +01:00
Erik Faye-Lund
45a9afd6bf
Only ask to save if document has been changed. Remembers old save-points. Also corrected an error message.
2010-03-19 17:41:23 +01:00
Erik Faye-Lund
b0224c0f2b
Removed an assert
2010-03-19 17:41:23 +01:00
Erik Faye-Lund
b9771f6e59
...aaand also to use the correct parent-window.
2010-03-19 17:41:22 +01:00
Erik Faye-Lund
56cfb61ded
I believe it's considered good style to let the user know where an error comes from...
2010-03-19 17:41:22 +01:00
Erik Faye-Lund
ec506de188
Adding files to MRU-list at "save as".
2010-03-19 17:41:22 +01:00