Steve Checkoway
|
bfd39f66ac
|
Fix screenshot crash.
|
2005-12-23 13:10:21 +00:00 |
|
Steve Checkoway
|
417461540b
|
dstwidth, dstheight >= 0
|
2005-12-23 12:54:45 +00:00 |
|
Steve Checkoway
|
4e84abb2b6
|
Fix warnings.
|
2005-12-23 09:51:09 +00:00 |
|
Glenn Maynard
|
81559b2916
|
cleanup, remove old regex code
|
2005-12-23 08:22:21 +00:00 |
|
Steve Checkoway
|
8d93b172ef
|
Cleanup comment, flatten preprocessor directives.
|
2005-12-23 07:34:38 +00:00 |
|
Steve Checkoway
|
f688db98a8
|
Fix compile. "The keyword __attribute__ allows you to specify special attributes when making a declaration." -- http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html
|
2005-12-23 06:15:43 +00:00 |
|
Glenn Maynard
|
66fd1baca2
|
cleanup
|
2005-12-23 05:31:27 +00:00 |
|
Glenn Maynard
|
eff6f70502
|
cleanup
|
2005-12-23 05:25:35 +00:00 |
|
Glenn Maynard
|
eb151cf9d3
|
remove XXX: Fail() is no longer tricky
|
2005-12-23 05:24:23 +00:00 |
|
Glenn Maynard
|
ee14402dd8
|
remove unused
|
2005-12-23 05:21:32 +00:00 |
|
Glenn Maynard
|
f3fcafe95e
|
move "View Statistics" to MyDoc; make it follow across user changes
|
2005-12-23 02:03:55 +00:00 |
|
Glenn Maynard
|
6e18d9766c
|
legacy
|
2005-12-23 02:02:04 +00:00 |
|
Glenn Maynard
|
a3bfc1be1b
|
add --machine-profile-stats
|
2005-12-23 02:00:30 +00:00 |
|
Glenn Maynard
|
f446ae9436
|
use GetMyDocumentsDir, GetApplicationDataDir
|
2005-12-23 01:58:45 +00:00 |
|
Glenn Maynard
|
1251bdbe56
|
update
|
2005-12-23 01:58:13 +00:00 |
|
Glenn Maynard
|
79c60d650f
|
fix warnings
|
2005-12-23 01:07:04 +00:00 |
|
Glenn Maynard
|
47de881923
|
missing license texts
|
2005-12-23 00:59:00 +00:00 |
|
Glenn Maynard
|
f39e79b14a
|
remove pointless comments inserted mechanically by VC
|
2005-12-23 00:54:15 +00:00 |
|
Glenn Maynard
|
4cd71c77bd
|
const
|
2005-12-22 22:08:41 +00:00 |
|
Chris Danford
|
74749a19bb
|
move localized string to separate file
|
2005-12-22 03:10:04 +00:00 |
|
Glenn Maynard
|
c0d9825704
|
Validate changes to edit descriptions. Ignore attempts to clear
descriptions for edits (that'd be like renaming a file to not
have a filename).
|
2005-12-22 03:08:29 +00:00 |
|
Glenn Maynard
|
50276a15be
|
fix comment
|
2005-12-22 02:40:07 +00:00 |
|
Glenn Maynard
|
6a45bc9ae0
|
sync to memory card
|
2005-12-21 21:11:49 +00:00 |
|
Glenn Maynard
|
d33d896549
|
most of the time, all copies will succeed
|
2005-12-21 20:07:48 +00:00 |
|
Chris Danford
|
c4d4f640bb
|
localize text entry
|
2005-12-21 12:55:20 +00:00 |
|
Chris Danford
|
28959facb3
|
make prompt strings localizable
|
2005-12-21 09:56:16 +00:00 |
|
Chris Danford
|
ff45bcce27
|
remove unused
|
2005-12-21 09:47:58 +00:00 |
|
Glenn Maynard
|
a474b70913
|
remove more unused stuff
|
2005-12-21 09:02:48 +00:00 |
|
Glenn Maynard
|
581568ade0
|
remove old compatibility calls
|
2005-12-21 09:01:25 +00:00 |
|
Glenn Maynard
|
40946423be
|
find, size
|
2005-12-21 09:00:54 +00:00 |
|
Glenn Maynard
|
a89a488251
|
use find()
|
2005-12-21 08:46:30 +00:00 |
|
Glenn Maynard
|
902e2a5701
|
prefer standard find() over Find
|
2005-12-21 08:43:44 +00:00 |
|
Glenn Maynard
|
dcd1d8f98e
|
prefer standard find() over Find
|
2005-12-21 08:33:30 +00:00 |
|
Glenn Maynard
|
443e80551f
|
prefer standard find() over Find
|
2005-12-21 08:27:00 +00:00 |
|
Glenn Maynard
|
8f4496685e
|
cleanups
|
2005-12-21 07:52:23 +00:00 |
|
Glenn Maynard
|
39b07e55b3
|
cleanup (prefer size() over GetLength)
|
2005-12-21 07:50:14 +00:00 |
|
Glenn Maynard
|
5e2806c5f7
|
simplify
|
2005-12-21 07:42:52 +00:00 |
|
Steve Checkoway
|
87c3fd131a
|
Cleanup.
|
2005-12-21 07:12:45 +00:00 |
|
Glenn Maynard
|
d657b99b6f
|
Fix likely() and unlikely() when x is not 0 or 1. Remove an old
comment and declare some math functions CONST_FUNCTION.
|
2005-12-21 06:26:10 +00:00 |
|
Glenn Maynard
|
168868fef5
|
redundant
|
2005-12-21 06:19:18 +00:00 |
|
Glenn Maynard
|
eca5a911d8
|
unused
|
2005-12-21 06:13:47 +00:00 |
|
Glenn Maynard
|
7ac1862281
|
unneeded high-level dependency: main() is a very standard function
|
2005-12-21 06:13:20 +00:00 |
|
Glenn Maynard
|
08376fc0f1
|
WorkerThread -> RageWorkerThread
|
2005-12-21 06:10:41 +00:00 |
|
Glenn Maynard
|
2efb95aa92
|
header cleanup
|
2005-12-21 06:00:18 +00:00 |
|
Glenn Maynard
|
bdf5a3b924
|
Remove MemoryCardDriver::Flush. Flush in Unmount instead.
|
2005-12-21 05:58:01 +00:00 |
|
Glenn Maynard
|
8ceb3e7421
|
remove FlushAndReset
|
2005-12-21 05:53:15 +00:00 |
|
Glenn Maynard
|
a6aa42a9a4
|
FlushAndReset is a no-op. (It used to be used to reset drivers in Linux,
but that's no longer necessary.)
|
2005-12-21 05:52:11 +00:00 |
|
Glenn Maynard
|
f1498f38f0
|
I can't remember any rationale for "UnmountCard should never block",
and it does block: umounting a filesystem in Linux will block until
it's flushed.
|
2005-12-21 05:46:01 +00:00 |
|
Glenn Maynard
|
5efc86a81a
|
merge identical copying code
|
2005-12-21 04:05:08 +00:00 |
|
Glenn Maynard
|
f6900259d1
|
indentation changes only
|
2005-12-21 03:58:07 +00:00 |
|