Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
AgeCommit message (Expand)Author
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23doxygen: make sure license blocks don't interfere.Nathan Letwory
2011-02-23"I must be an idiot"Nathan Letwory
2011-02-23doxygen fix, otherwise file doesn't show up in module section.Nathan Letwory
2011-02-23doxygen: add Audaspace C API entryNathan Letwory
2011-02-22doxygen: add bullet to extern libs, some small changes in page names, and fix...Nathan Letwory
2011-02-21Finally got around to fixing priorities, so cleanup in stubs.c can be done. b...Nathan Letwory
2011-02-21add includes to cmake filesCampbell Barton
2011-02-21doxygen: some code shuffle to prevent clashing file names, ensure MEM_guarded...Nathan Letwory
2011-02-21doxygen: add guardedalloc and AVINathan Letwory
2011-02-20Add XF86keysym.h detection and use to CMake system, for r34983.Guillermo S. Romero
2011-02-19Add media keys for XFree86/Xorg based X11.Guillermo S. Romero
2011-02-19Audaspace:Joerg Mueller
2011-02-19Relicensing audaspace under GPL 2 or later.Joerg Mueller
2011-02-19Adding support for the "media" play/pause/stop/next/prev buttonsJoshua Leung
2011-02-18malloc() comes from stdlib.h per K&R ANSI C, C89 & C99.Guillermo S. Romero
2011-02-17Start simple intros for intern and extern libs.Nathan Letwory
2011-02-17apply fix [#26117] Recent changes to "mikktspace.c" broke building on FreeBSD...Campbell Barton
2011-02-17Starting work on doxygen cleanup. Many things still to be done.Nathan Letwory
2011-02-16The modifications in mkktspace broke compilation on gcc 4.2.xM.G. Kishalmi
2011-02-16fix from mikes for building on apple with gcc 4.2.1Campbell Barton
2011-02-15Fix from sparky for compile problem with older GCCNathan Letwory
2011-02-15Move mikktspace code to own library, so it is clear that it is alsoNathan Letwory
2011-02-12fix for more warnings.Campbell Barton
2011-02-12fix for uninitialized value in BLI_path_cwd() if PWD wasn't defined and the C...Campbell Barton
2011-02-12quiet some clang warnings.Campbell Barton
2011-02-08minor edits, no functional changes.Campbell Barton
2011-02-04Fix [#19997] Duplicating window results in graphics corruption in UINathan Letwory
2011-02-03Audio Bugfixes:Joerg Mueller
2011-01-30remove nan-makefilesCampbell Barton
2011-01-28Make version check more future proof.Nathan Letwory
2011-01-27fix for gcc 4.6 commit: this is needed for osx too.Campbell Barton
2011-01-27[#25815] Patch gcc 4.6Campbell Barton
2011-01-27Silencing some annoying key-event prints in Win32 console:Joshua Leung
2011-01-26Apply part of patch [#25612] Windows 7 icon progress barNathan Letwory
2011-01-26Apply multimonitor fix part of patch [#25612]Nathan Letwory
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-25cmake maintenance, was missing 2 headers and made some minor improvements to ...Campbell Barton
2011-01-24Fix [#25715] [!] key doesn't work on french keyboard with Windows XP/7.\nSubm...Nathan Letwory
2011-01-23correct own bad spellingCampbell Barton
2011-01-20Ghost:X11 Set the default max width and max height value.Diego Borghetti
2011-01-18Fix [#25678]: (Ghost Cocoa) Fix character encoding translation for filenames ...Damien Plisson
2011-01-17fix compile on MinGW, missing define in the mingw headers.Andrea Weikert
2011-01-16These files are needed for booleans (which I had disabled)Campbell Barton
2011-01-16remove MSVC 6.0 workaround.Campbell Barton
2011-01-16remove unused memutil classesCampbell Barton
2011-01-15misc edits, no functional changesCampbell Barton
2011-01-09use PySequence_Size() rather then PySequence_Length(), this is only kept in p...Campbell Barton
2011-01-05SVN maintenance.Guillermo S. Romero
2011-01-05Patch: [#22524] Update Windows Recent Documents on Open/SaveAndrea Weikert