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
AgeCommit message (Expand)Author
2011-02-13warning cleanup.Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-17Drag & drop feature:Ton Roosendaal
2010-12-13clipboard setting background check correction.Campbell Barton
2010-12-12Fix for compile on windows:Thomas Dinges
2010-12-12- fix for rna show_brush variable shadowing its parent classes with a flag wh...Campbell Barton
2010-12-11Fix for [#22967] UI stops updatingJanne Karhu
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-09Bugfix #20812 (and probably others)Ton Roosendaal
2010-11-05tedious string copying changesCampbell Barton
2010-10-22bugfix/workaround for ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: A...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15Less cryptic modifier key typesNathan Letwory
2010-10-15Add comment about when prefsizx et al are used.Nathan Letwory
2010-10-15Fix for r32487: the logic was suboptimal, improved to always work correctly.Nathan Letwory
2010-10-15Fix [#24260] Window geometry command-line option doesn't workNathan Letwory
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton
2010-09-27Fix typo that broke build on OSX.Ken Hughes
2010-09-15Apply patch [#23809] Blender.exe -W supportNathan Letwory
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-07-15change some references to .B.blend, .Blog to new namesCampbell Barton
2010-06-14naming changesCampbell Barton
2010-06-02Progress indicator in the application iconDamien Plisson
2010-05-06Make drop images work from external desktop into Blender image window.William Reynish
2010-05-06Part 1 of making external drop events work. Have to move work to another system,Ton Roosendaal
2010-03-28Fix [#21689] for coordinate issue (y flipped) when setting mouse cursor positionDamien Plisson
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-02-01Cocoa : implement opening .blend file by double-clicking on it in OSX FinderDamien Plisson
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-19Fix [#20067] Blender 2.5.0 Alpha0 - Duplicating WindowMatt Ebb
2010-01-18Fix for window not redrawing properly on resize (on osx at least), add a Matt Ebb
2010-01-08Disable anti-aliasing initialization, was causing GL_SELECT issuesDamien Plisson
2010-01-07OpenGL anti-aliasing for 3D view, user selectableDamien Plisson
2010-01-06Disable OpenGL anti-aliasing by default for now.Damien Plisson
2010-01-06OpenGL Anti-aliasing implementation for blender windowsDamien Plisson
2009-12-11Fix small mem leak in wm_window_get_size_ghostDamien Plisson
2009-12-09grabcursor attribute stores full grab mode so we can better differentiate whe...Martin Poirier
2009-12-08UI: fix trailing tooltips when deactivating window, and when openingBrecht Van Lommel
2009-12-07Function to access the real cursor position from Ghost (useful when cursor is...Martin Poirier
2009-12-04This commit deletes temporary "temp" screen layouts when the windows using th...Joshua Leung
2009-11-30better not process events early, could cause troubles later.Campbell Barton
2009-11-232.5 internal bugfix: remove modal handlers before exiting the screen,Brecht Van Lommel
2009-11-11Nodes Editor + other warning fixes:Joshua Leung
2009-11-11Mitchell Stokes BGE MouseWarp patch + warning fixCampbell Barton
2009-11-11Background mode in more working conditions.Martin Poirier