| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2012/02/04 06:04:24 | 15232 | 15232 | konforce | replace (void *) arithmetic to satisfy msvc |
| 2012/02/02 13:52:33 | 15231 | 15231 | tjaden | x11: Provisionally re-enable cleanup code disabled in r11919. The log message then was: Work around a double-free bug in GLX when a program opens multiple windows. From what I can tell the two windows share visual structures, and when the first window closes the structure is freed immediately. Let's see if anyone complains now. |
| 2012/02/02 13:52:04 | 15230 | 15230 | tjaden | x11: Fix a memory leak when a visual is rejected. |
| 2012/02/02 13:51:36 | 15229 | 15229 | tjaden | x11: Fix memory leaks in xrandr code. |
| 2012/02/02 13:51:07 | 15228 | 15228 | tjaden | Fix buggy implementation of _al_vector_append_array. On expansion the existing elements of the vector would be clobbered. |
| 2012/01/31 20:30:18 | 15227 | 15227 | elias | Fixed a few warnings in the image addon. |
| 2012/01/31 20:29:56 | 15226 | 15226 | elias | Fixed bug introduced three revisions ago (15223). Thanks to tobing for spotting. |
| 2012/01/27 23:25:46 | 15225 | 15225 | tjaden | Warn if can't build tests due to missing library. |
| 2012/01/27 23:15:11 | 15224 | 15224 | tjaden | Fix incorrectly set allegro_main variables following monolithic build changes. |
| 2012/01/26 23:27:44 | 15223 | 15223 | trentg | Restore ttf.c to it's state a few commits ago, with the addition of a memset to clear the WRITEONLY glyph locked region to zeroes so the 2 pixel borders aren't random garbage that can be seen sometimes with linear filtering on |
| 2012/01/26 22:27:17 | 15222 | 15222 | trentg | Revert previous commit |
| 2012/01/26 21:41:02 | 15221 | 15221 | trentg | Elias pointed out space between glyphs in ttf addon might not be initialized, and it wasn't |
| 2012/01/25 23:00:55 | 15220 | 15220 | tjaden | Delete unused file alinline.h. |
| 2012/01/25 22:51:44 | 15219 | 15219 | tjaden | Clean up visuals selection: don't leave NULL entries in eds array. A side-effect is that if config_selection=new doesn't work it will fallback to config_selection=old instead of crashing. |
| 2012/01/25 22:51:15 | 15218 | 15218 | tjaden | Add MITRE synonym. It is Australia day after all. |
| 2012/01/25 22:50:43 | 15217 | 15217 | tjaden | Don't use #define unnecessarily. |
| 2012/01/25 19:44:53 | 15216 | 15216 | elias | Fixed ffmpeg deprecation warning (my libavcodec says version 52 aka 0.6 so I assume the FFMPEG_0_8 define should be save) |
| 2012/01/25 19:08:27 | 15215 | 15215 | elias | Added pkgconfig for the monolith library. Install the monolith library. |
| 2012/01/25 02:33:01 | 15214 | 15214 | siegelord | Make al_ref_cstr, al_ref_ustr and al_ref_buffer return const ALLEGRO_USTR* instead of just an ALLEGRO_USTR*. This seems to be the right idea for several reasons: the documentation describes the returns as read-only; the parameters to those functions are const; going through with this change revealed a bug in ex_utf8 (freeing a reference to a statically allocated string). |
| 2012/01/25 01:07:20 | 15213 | 15213 | kazzmir | include allegro.h header |