- 23 Jul, 2014 2 commits
-
-
IOhannes m zmölnig authored
any.h includes <algorithm> (but this is to go away). if a class needs <algorithm> itself, it ought to include it explicitly.
-
IOhannes m zmölnig authored
-
- 21 Jul, 2014 2 commits
-
-
IOhannes m zmoelnig authored
since the new ax-macros also define these (e.g. on OSX)
-
IOhannes m zmoelnig authored
not only GL_LIBS
-
- 19 Jul, 2014 3 commits
-
-
IOhannes m zmölnig authored
-
IOhannes m zmölnig authored
-
IOhannes m zmölnig authored
-
- 12 Jul, 2014 1 commit
-
-
Antoine Villeret authored
Signed-off-by:
Antoine Villeret <antoine.villeret@gmail.com>
-
- 08 Jul, 2014 4 commits
-
-
IOhannes m zmölnig authored
-
IOhannes m zmölnig authored
-
IOhannes m zmölnig authored
avoid more crashes
-
IOhannes m zmölnig authored
strlen(NULL) is undefined behaviour, which makes open_via_path(NULL,...) crash on some systems. so we now use a proper C-string that only consists of the terminating 0-byte. this should *really* close sf-bug #225
-
- 07 Jul, 2014 1 commit
-
-
IOhannes m zmölnig authored
Fixes sourceforge's pd-gem/bugs/225
-
- 26 Jun, 2014 2 commits
-
-
IOhannes m zmölnig authored
rather than !HAVE_LIBGLEW. this is necessary after updating the GEM_CHECK_LIB. check: why is there no HAVE_GEM_LIB_GLEW or the like?
-
IOhannes m zmölnig authored
-
- 24 Jun, 2014 1 commit
-
-
IOhannes m zmölnig authored
rather than on the library check
-
- 23 Jun, 2014 6 commits
-
-
IOhannes m zmölnig authored
makeFont() must free all allocated ressources, so we don't need to free m_font ourselves (which would result in a double free if m_font is really only a proxy to the real font-ressource) github Closes: umlaeute/Gem#16
-
IOhannes m zmölnig authored
and added dummy (t_symbol*) argument for setMess(), since CPPEXTERN_MSG() requires it...
-
IOhannes m zmölnig authored
-
IOhannes m zmölnig authored
-
IOhannes m zmölnig authored
-
IOhannes m zmölnig authored
-
- 11 Jun, 2014 1 commit
-
-
IOhannes m zmölnig authored
-
- 10 Jun, 2014 2 commits
-
-
IOhannes m zmoelnig authored
-
IOhannes m zmoelnig authored
-
- 05 Jun, 2014 3 commits
-
-
IOhannes m zmölnig authored
-
IOhannes m zmölnig authored
-
IOhannes m zmölnig authored
when building GEM_MUILTICONTEXT, we want to get rid of GemWinCreate and friends
-
- 29 May, 2014 1 commit
-
-
IOhannes m zmölnig authored
-
- 28 May, 2014 2 commits
-
-
IOhannes m zmölnig authored
-
IOhannes m zmölnig authored
- there's no render() method (fixing FTBFS) - remove the boilerplate; it's easier to see that these do nothing if we are not deluded by long comments
-
- 27 May, 2014 2 commits
-
-
IOhannes m zmölnig authored
LATER check which M$VC versions have this type, and only typedef it for those that lack it. reapplied patch-set after migration to frei0r-1.2
-
IOhannes m zmölnig authored
-
- 13 May, 2014 1 commit
-
-
Cyrille Henry authored
-
- 08 May, 2014 2 commits
-
-
IOhannes m zmölnig authored
rather than always building both
-
IOhannes m zmölnig authored
-
- 07 May, 2014 3 commits
-
-
IOhannes m zmölnig authored
they tend to saturate less...
-
IOhannes m zmölnig authored
fixes crashes with small dot-sizes (resulting in devision-by-zero)
-
IOhannes m zmölnig authored
so we cannot calculate both Y0 & Y1. CID:27796,27808
-
- 06 May, 2014 1 commit
-
-
IOhannes m zmölnig authored
CID:27972
-