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
2017-08-29View2D: function to get view to region matrixCampbell Barton
2017-08-29Merge branch 'master' into blender2.8Campbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-03-22OpenGL: convert to new matrix API (part 5)Mike Erwin
2017-02-22Cleanup: StyleJulian Eisel
2017-02-11OpenGL immediate mode: Convert leftover UI_ThemeColor callsLuca Rood
2017-02-10Remove most (maybe all?) remaining yellow textJulian Eisel
2017-02-05fix most UI text colorMike Erwin
2016-11-29Replacing UI_view2d_scrollsers_draw() to immedaite modeBenjamin N. Summerton
2016-11-29Moved UI_view2_multi_grid_draw() to GawainBenjamin N. Summerton
2016-11-18fix problem from D2360Mike Erwin
2016-11-18Moved UI_view2d_grid_draw() to immediate functionsBenjamin N. Summerton
2016-11-16Blender2.8 convert UI_view2d_constant_grid_draw to new immediate modeMike Erwin
2016-10-16OpenGL: remove some unused legacy matrix callsMike Erwin
2016-02-29Cleanup: Duplicated functionJulian Eisel
2016-02-01View2D: avoid divide-by-zeroCampbell Barton
2016-01-25Correct fix for T47047Campbell Barton
2016-01-24Add missing line width in the 2d view grid drawingSergey Sharybin
2016-01-22OpenGL: pull glBegin/End out of loopsMike Erwin
2016-01-09Cleanup: warning/spellingCampbell Barton
2016-01-08Fix T47047: Toolbars opening at maximum zoom levelCampbell Barton
2015-10-16Fix T46510: VSE View-all crops out imageCampbell Barton
2015-10-16Cleanup: use bools for v2d, minor ws editsCampbell Barton
2015-06-30Cleanup: move BLI_timestr to BLI_timecodeCampbell Barton
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-05-31UI: comments (doxygen tweaks)Campbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-05-04Cleanup: wrapped function indentationCampbell Barton
2015-02-09Fix T43554: Zoom to mousepos makes 2D Views pan after zoom limits arejulianeisel
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-28Cleanup: use SELECT flagCampbell Barton
2014-09-10Partial fix T41749Campbell Barton
2014-08-13SpellingCampbell Barton
2014-06-14UI: refactor text cache to use zero length arraysCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-21Fix for UI_view2d_to_region_float (was ignoring x,y args)Campbell Barton
2014-04-17Viewport Text Drawing: replace single allocs with a memarenaCampbell Barton
2014-02-22Fix T38348: Panel remains scrolled when switching tabsCampbell Barton
2014-01-29UI: Refactor timecode functions into BLI_timecodeCampbell Barton
2014-01-20Correction for recent commit clearing font cacheCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-15Code Cleanup: avoid duplicate calls to WM_window_pixels_x/yCampbell Barton
2014-01-15Fix for minor precision glitch while zooming on clamped view2dCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton