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
2018-06-07Cleanup: trailing space for windowmanagerCampbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16WM: remove hard-coded circle radius memoryCampbell Barton
2017-10-16Cleanup: simplify lasso reallocationCampbell Barton
2017-10-16Cleanup: rename gesture mode to is_activeCampbell Barton
2017-10-01Fix gradient tool crash with recent changesCampbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2016-10-26Cleanup: rename functions in BLI_bitmap_draw_2dCampbell Barton
2016-10-26Cleanup: move bitmap drawing into its own moduleCampbell Barton
2016-06-08GPU: avoid disabling basic-shader for lassoCampbell Barton
2016-06-07GPU: Fix for glDrawPixels drawing w/ glsl shaderCampbell Barton
2016-04-08Wide lines + line stipple deprecated API replacementAlexander Romanov
2016-01-08Math Lib: use x-span for fill_poly_v2i_n callbackCampbell Barton
2015-07-14Cleanup: headers (wm)Campbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (windowmanager)Campbell Barton
2014-04-02Code cleanup: avoid redundant lookups for subwindowsCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-15Code Cleanup: use iroundfCampbell Barton
2013-12-11Code cleanup: assign win size to const vars and some renamingCampbell Barton
2013-10-29patch [#37217] Make WM_gesture_lines draw the lasso unfilled. (Adding reroute...Campbell Barton
2013-10-04fix for lasso failing/glitches on overlapping lines, replace scanfill with 2d...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-02-10Fix a few DPI / retina draw issues:Brecht Van Lommel
2012-12-27add option to BLI_scanfill_calc() - BLI_SCANFILL_CALC_HOLES, gives some speed...Campbell Barton
2012-12-22code cleanup and minor changesCampbell Barton
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-07-05style cleanupCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-13code cleanup:Campbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-04-16minor speedup for scanfill, dont calculate the normal if its already known - ...Campbell Barton
2012-04-16make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the ...Campbell Barton
2012-04-16code cleanup: avoid confusion with incorrectly named argument to BLI_edgefill...Campbell Barton
2012-03-27style cleanup: wm, mosyly adding space around opsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-19svn merge ^/trunk/blender -r44235:44250Campbell Barton
2012-02-19style cleanyp: split > 120 width lines.Campbell Barton
2011-12-07svn merge ^/trunk/blender -r42466:42495Campbell Barton