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-23Fix T40325: UILists do not save their height anymoreBastien Montagne
2014-05-17Fix T40236: Undo not pushed in old-school node curve tool button functions.Lukas Tönne
2014-05-09Code cleanup: styleCampbell Barton
2014-05-09Bake API: renaming WM_JOB_RENDER_BAKE to WM_JOB_OBJECT_BAKE and use it consis...Dalai Felinto
2014-05-06Cleanup: redundant NULL checksCampbell Barton
2014-05-04Fix T40010: Single user looses parent relationship (temporarily)Campbell Barton
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-20Code cleanup: styleCampbell Barton
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-03I18N: add missing linesSv. Lockal
2014-04-02UI: Tweak last commit for UIList and image scopes' grip size.Bastien Montagne
2014-04-02Replace resize code of image scopes by use of new GRIP button.Bastien Montagne
2014-04-02Add drag-resize to uiTemplatePreview (mat/tex/etc. preview widget).Bastien Montagne
2014-03-12Code cleanup: de-duplicate switch statement, style editsCampbell Barton
2014-03-12Anticipate future color picker types and don't crash (uiBut could beAntony Riakiotakis
2014-03-12HSL color wheel implementation.Antony Riakiotakis
2014-03-12UI: allow passing "" for icon only enum buttons and still get an iconCampbell Barton
2014-03-11Fix T39087: Weight Paint, custom color ranges don't update in viewportCampbell Barton
2014-02-25Fix T38804: unnecessary empty space in the modifier UI.Brecht Van Lommel
2014-02-21Fix T38739: Simulations, unsupported in the Game Engine, could not be removed...Thomas Dinges
2014-02-10UI: use RNA for colorband interpolation menuCampbell Barton
2014-02-09UI: improve reports popupCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-29Fix T37661: color ramps and curve mapping editing not disabled for linked data.Brecht Van Lommel
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
2014-01-25Fix T38356: Crash when UIList.filter_items returns too few items.Bastien Montagne
2014-01-17UI: tweak menu padding and make separator line more visible.Brecht Van Lommel
2014-01-15UI: add "double click to rename" tooltip to list items.Andrew Buttery
2014-01-12UIList tweak: make active item visible when it changes somehow (useful e.g. w...Bastien Montagne
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2014-01-03UI: Tooltip fix for the Particle Template ID.Andrew Buttery
2013-12-18UI: avoid using AT define for malloc id'sCampbell Barton
2013-12-18Style Cleanup: minor edits in recent changesCampbell Barton
2013-12-13Interface / Modifiers: Don't show cage placeholder in modifier header, if the...Thomas Dinges
2013-12-13UI: color ramp buttons were redesigned and get a button to pick the n-th colo...Geoffroy Krantz
2013-12-10Nodes UI: add the position field to the color ramp node.Geoffroy Krantz
2013-12-10uiList: Small tweak to drag-resize (switch to auto-size mode).Bastien Montagne
2013-12-07Code Cleanup: pass rectangles as const in insterface filesCampbell Barton
2013-12-06Fix T37710: Missing bounds check for active UI list item could crash.Campbell Barton
2013-12-02Fix for crash pasting text into uilist filterCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-23UI List: ctrl click on names in list can be used for renaming.Bastien Montagne
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-18Fix T37345: Image baking progress bar wrongly appears in node editorSergey Sharybin
2013-11-09uiList: fix a bug in computing visual active index (afaict, in case of reorde...Bastien Montagne
2013-11-04Missing convert button on particle modifier panel. Cache pathcache checkAntony Riakiotakis
2013-10-16Fix part of #37087, brush curve becomes inverted when using the resetAntony Riakiotakis