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
2014-05-30Fixed compile errors associated with merge from soc-2013-viewport_fx and MSVC...Jason Wilkins
2014-05-22Merge branch 'soc-2014-viewport' into soc-2013-viewport_fxJason Wilkins
2014-05-01Add BLI_compiler_compat.h to help with portabilityCampbell Barton
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-11UI: split area_copy_data into ED_area_data_copy, ED_area_data_swapCampbell Barton
2014-04-11UI: correct own bad use of bool and document area_copy_data argsCampbell Barton
2014-04-03Code cleanup: styleCampbell Barton
2014-04-02implement cache line for image editorSergey Sharybin
2014-04-02UI: support for dragging popups title areaCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-12UI: allow passing "" for icon only enum buttons and still get an iconCampbell Barton
2014-03-05Merge branch 'master' into soc-2013-viewport_fxjwilkins
2014-02-28Code cleanup: style/warningsCampbell Barton
2014-02-28Fix T38876: hide area split widget in lower left of widget on OS X.Brecht Van Lommel
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
2014-01-22Fix tool properties region drawing even if the toolbar is hidden.Brecht Van Lommel
2014-01-17UI: tweak menu padding and make separator line more visible.Brecht Van Lommel
2013-12-18Fix T37843: area split widget missing in python console editor.Brecht Van Lommel
2013-12-17Fix for crash in toolbar tabs with only one tab definedCampbell Barton
2013-12-16UI: Tabs categories for panels (D75)Campbell Barton
2013-12-16Disable region overlap in movie clip editorSergey Sharybin
2013-12-11Fix T37777: layout.column_flow() not working correct with retina / DPI.Brecht Van Lommel
2013-12-04Add alloca include for MSVCCampbell Barton
2013-12-04User interface: internal change, collect panels to draw before drawing.Campbell Barton
2013-12-04Code Cleanup: correct fabsf/fabs/abs useCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25UI: fix errors in screen edge drawing, moving and region hiding.Anthony Edlin
2013-09-29Fix [#36830] 'Reset to Default Value' on Current Area Type button causes crashBastien Montagne
2013-09-20more progress on last refactor before end of GSoC 2013Jason Wilkins
2013-09-14minor style clanup and use more meaningful name for 3DCONNEXION source code.Campbell Barton
2013-09-04fix for glitch splitting horizontally with a high dpi, could make areas small...Campbell Barton
2013-08-27rest of changes needed for the raster shader (still incomplete, but it compiles)Jason Wilkins
2013-08-07Created shader for 'DrawPixels', got 'DrawPixels' working on ES, removed last...Jason Wilkins
2013-08-05border render with cycles had 1 pixel offset on the top-right edge of the ima...Campbell Barton
2013-08-05use api function for rect intersectionCampbell Barton
2013-08-04Committing since GPU module compiles again. I've made too many changes witho...Jason Wilkins
2013-07-27remove unused code & some redundant NULL checks.Campbell Barton
2013-07-25Need to call eglewInit before eglBindAPI. Jason Wilkins
2013-07-23Blender now runs when compiled with ANGLE and draws to the screen without tri...Jason Wilkins
2013-07-17cleanup of gpu_matrix.cJason Wilkins
2013-07-17Merged work from working copy of GSoC 2012 work into GSoC 2013 branch.Jason Wilkins
2013-07-08Fix #36059: region overlap did not show scopes overlapping in the image editor.Brecht Van Lommel