| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2006/05/21 10:01:46 | 5813 | 5813 | elias | added XInitThreads and [xkeyboard] to example config |
| 2006/05/21 09:39:42 | 5812 | 5812 | elias | documented XInitThreads config variable |
| 2006/05/21 09:16:16 | 5811 | 5811 | elias | call XInitThreads in the X11 driver, to make Mesa-OpenGL work together with Allegro there. It can be disabled at runtime through a config variable. |
| 2006/05/20 17:29:43 | 5810 | 5810 | elias | i think my previous patch broke binary compatibility with 4.2.0, this should restore it |
| 2006/05/20 15:38:02 | 5809 | 5809 | elias | fixed previous commit |
| 2006/05/20 15:35:53 | 5808 | 5808 | elias | Actually implemented al_ffblk_size |
| 2006/05/20 14:54:07 | 5807 | 5807 | elias | deprecated file_size and al_ffblk->info in favor of sile_size_ex and al_ffblk_get_size, and fixed the unix port to not ignore all files > 2GB |
| 2006/05/20 14:49:58 | 5806 | 5806 | elias | Replaced file_size with file_size_ex, which uses a 64-bit return types instead of long. This allows reporting the size of files bigger than 2GB. |
| 2006/05/16 14:05:54 | 5805 | 5805 | tjaden | Andrei Ellman fixed an uninitialised data bug in datedit.c, resulting in a crash in grabber if you were to update the datafile more than once per session. |
| 2006/05/16 14:00:32 | 5804 | 5804 | tjaden | Avoid a redundant pointer indirection. |
| 2006/05/16 13:19:15 | 5803 | 5803 | elias | Milan Mimica fixed a bug where an exit function could get called over and over |
| 2006/05/12 14:21:50 | 5802 | 5802 | elias | fixed two warnings about an unused parameter with USE_MEMMOVE |
| 2006/05/06 09:36:18 | 5801 | 5801 | elias | changed mv in last chang to cp |
| 2006/05/06 01:04:38 | 5800 | 5800 | tjaden | Michal Molhanec made msvchelp.exe work on Cygwin, where there was a problem with the case-insensitivity of environment variables. Reported by Milan Mimica. |
| 2006/05/06 00:56:43 | 5799 | 5799 | tjaden | Milan Mimica replaced an instance of ALLEGRO_LINUX by __linux__ as the former is only defined if Linux console support is enabled. |
| 2006/05/06 00:29:25 | 5798 | 5798 | tjaden | Reformatted the 4.2.1 change log and removed a couple of insignificant/redundant entries. |
| 2006/05/06 00:21:27 | 5797 | 5797 | tjaden | Milan Mimica fixed a bug with the memmove implementation of blit with 24 bpp bitmaps. |
| 2006/05/05 19:51:38 | 5796 | 5796 | elias | updated some outdated CVS info |
| 2006/05/05 19:45:53 | 5795 | 5795 | elias | updated changed._ty and thanks._tx |
| 2006/05/05 16:25:35 | 5794 | 5794 | peterhull90 | Fixed bug whereby Allegro detects keypresses on KEY_MINUS_PAD as KEY_PLUS_PAD. http://www.allegro.cc/forums/thread/582398 |