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-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
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-12-07Code Cleanup: pass rectangles as const in insterface filesCampbell 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-08-27Mask primitivesSergey Sharybin
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-06-05fix [#35613] Dopesheet, Graph Editor Trouble Selecting ChannelsCampbell Barton
2013-05-15Fix part of #35372: distorted strokes when painting zoomed out with a small b...Brecht Van Lommel
2013-04-18View2D could potentially divide stuff by zero, giving bad matrices.Ton Roosendaal
2013-04-18Bug fix #34943Ton Roosendaal
2013-03-19add BLI_rcti,f_recenter()Campbell Barton
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-21Compile fixes for recent code cleanups:Thomas Dinges
2013-02-21use radians for BLF_rotationCampbell Barton
2013-02-02fix for glitch drawing file selector dividers (would draw apart or on top of ...Campbell Barton
2013-01-09style cleanupCampbell Barton
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-12-19UI DPI scaling fix:Ton Roosendaal
2012-12-17UI fixes:Ton Roosendaal
2012-12-14use UI_view2d_getscale() to get the scale for image cursor drawing and ED_mas...Campbell Barton
2012-12-13style cleanup: changes from recent commitsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-10-30Usability: Logic editorTon Roosendaal
2012-10-25Bugfix #28298Ton Roosendaal
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-17style cleanup: multiple statements on a single line in interface code.Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15code cleanup: remove paranoid/invalid NULL checks and also reduce some unneed...Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-05use define for 0.375 = GLA_PIXEL_OFS, used all over the interface.Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-06-28code cleanup: compile with clang and quiet some warnings.Campbell Barton
2012-06-28Basic snapping in node transform operator.Lukas Toenne
2012-06-20avoid calls to BLF_height_default in a loop calling with the same value, also...Campbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton