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
2013-01-07svn merge ^/trunk/blender -r50999:51100soc-2012-bratwurstCampbell Barton
2012-10-04Kind of cleanup of "menu strings": always have a space between the entry's la...Bastien Montagne
2012-09-26merge with trunk -r50910Antony Riakiotakis
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-01merge with trunk r50303Antony Riakiotakis
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21svn merge ^/trunk/blender -r50010:50095Campbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-19code cleanupCampbell Barton
2012-08-19svn merge ^/trunk/blender -r49900:49963Campbell Barton
2012-08-19svn merge ^/trunk/blender -r49750:49800Campbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-08-11fix for minor UI annoyance - when the window is fullscreen now dont draw area...Campbell Barton
2012-08-10merge with trunk 49750Antony Riakiotakis
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-06merge troonk revusion 49612Antony Riakiotakis
2012-08-05use define for 0.375 = GLA_PIXEL_OFS, used all over the interface.Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-18merge with trunk 49039Antony Riakiotakis
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-12add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmaxCampbell Barton
2012-07-11merge with trunk 48817Antony Riakiotakis
2012-07-08style cleanupCampbell Barton
2012-07-04Created an invisible region that lays over top of the 3d view and can be used...Jorge Rodriguez
2012-05-29Close an area by dragging an edge between two areas. Also works while draggin...Jorge Rodriguez
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-08style cleanup: screenCampbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-04-29style cleanup: missed these from previous cleanupCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28Camera tracking: if there's no image for current frame display default gridSergey Sharybin
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-11code cleanup: float formatting was confusing in some cases - eg: (0.,0.,0.)Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell 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-03-18spelling cleanupCampbell Barton
2012-03-06Fix sculpt partial redraw in viewport not working, my mistake, found by Nicho...Brecht Van Lommel
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11minor changes to BLF api useCampbell Barton
2011-11-30Deduplicate code used for drawing text information at the top of space region.Sergey Sharybin
2011-11-30UI: another tweak to panel header drawing, to get the checkboxes positioned r...Brecht Van Lommel
2011-11-27UI: tweak to panel header padding, made region expander a bit smaller andBrecht Van Lommel
2011-11-20UI: fix issue with part of panels going offscreen after recent commit.Brecht Van Lommel
2011-11-20UI: modify region expand widget from floating (+) icon into a dark tab withBrecht Van Lommel