- 07 May, 2011 2 commits
- 06 May, 2011 6 commits
-
-
deuce authored
There must be a better formula than this though.
-
deuce authored
Using the Pasteboard API would require Objective C and since my Mac is too old to run a newer OS X, I can't really work on this.
-
deuce authored
-
deuce authored
-
deuce authored
and is no longer supported by GCC for Darwin.
-
deuce authored
screen size, just redraw. Move resize handling into a separate function, and set an initial screen size of the multiple times 640x400 rather than a 1x1 window as current so the WM can position it more intelligently.
-
- 05 May, 2011 2 commits
- 04 May, 2011 3 commits
- 01 May, 2011 4 commits
- 29 Apr, 2011 1 commit
-
-
rswindell authored
-
- 28 Apr, 2011 4 commits
- 27 Apr, 2011 10 commits
-
-
rswindell authored
commonly modified by multiple threads, potentially simultaneously, resulting in bad values (e.g. active_clients = -1). Updated copyright date to 2011. Fixed Win32 compile bug in main.cpp introduced in last commit. Eliminated some unused variables and updated some times (e.g. ulong in place fo uint32_t).
-
rswindell authored
-
rswindell authored
fails to compile.
-
rswindell authored
(as reported by X-bit.org).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
- 23 Apr, 2011 3 commits
- 22 Apr, 2011 2 commits
- 21 Apr, 2011 3 commits
-
-
deuce authored
Thanks!
-
deuce authored
are where the code was actually "wrong" in some way and the cast was not intentional. If the compiler thinks you need to be warned about casting a pointer to an int of a different size and that's exactly what we mean to do, then we *should* be getting a warning.
-
deuce authored
-