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
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
2012-12-19DPI: fix wrong scaling of editor type choosing buttons, and for menu arrowsBrecht Van Lommel
2012-12-18Icons now draw good again!Ton Roosendaal
2012-12-18Various minor fixes to i18n code (mostly, translation of enum items' tooltips...Bastien Montagne
2012-12-18make sure color picker and color swatch buttons have rnaindex of -1.Campbell Barton
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-18Blender icons now are in the 21st century too!Ton Roosendaal
2012-12-18Fixes for ctrl+click on panel header:Brecht Van Lommel
2012-12-18some speedup by avoiding translation on entire enum arrays, and just translat...Campbell Barton
2012-12-17UI fixes:Ton Roosendaal
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-16Bugfix #33458Ton Roosendaal
2012-12-15Bugfix, IRC submitted:Ton Roosendaal
2012-12-15Finished themes for transparent Button regions in Blender.Ton Roosendaal
2012-12-15avoid using strlen() for comparisons in for loops. for expanding whitespace i...Campbell Barton
2012-12-15style cleanup: stop the style checker script from complaining about '!*ptr'Campbell Barton
2012-12-15Restoring default theme made the panel regions opaque again.Antony Riakiotakis
2012-12-15initialize static island colour display on reverting to default themeAntony Riakiotakis
2012-12-14use UI_view2d_getscale() to get the scale for image cursor drawing and ED_mas...Campbell Barton
2012-12-13Feature fix:Ton Roosendaal
2012-12-13Only LMB clicks in Panel should return "handled" - it accidentally returned i...Ton Roosendaal
2012-12-13Bug fix:Ton Roosendaal
2012-12-13minor editsCampbell Barton
2012-12-13remove UI_DPI_FAC, its not needed anymore.Campbell Barton
2012-12-13style cleanup: changes from recent commitsCampbell Barton
2012-12-12Crash, IRC report.Ton Roosendaal
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12Fix for menu context. The menu draw function context did not inherit the cust...Lukas Toenne
2012-12-12Bug fix [#33492] Right click on 'confirm reload' crashesTon Roosendaal
2012-12-12A big cleaning patch by Bastien Montagne (thanks a lot!)Tamito Kajiyama
2012-12-11use const char for display deviceCampbell Barton
2012-12-11Merged changes in the trunk up to revision 52858.Tamito Kajiyama
2012-12-09Bugfix: softshadow in menus was broken.Ton Roosendaal
2012-12-08Merged changes in the trunk up to revision 52815.Tamito Kajiyama
2012-12-04operator spacebar search menu wasn't ignoring internal operators,Campbell Barton
2012-12-03fix [#33389] Curve points restricted to 0..1 range,Campbell Barton
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-12-02There was no way of knowing what ID type a property comes from by the tooltip...Campbell Barton
2012-12-02UI: revert the previous fix for middle click on button, conflicts with panning.Brecht Van Lommel
2012-12-02change uiButGetStrInfo() to use a trailing NULL arg rather then passing the n...Campbell Barton
2012-12-01UI: allow middlemouse in addition to leftmouse for clicking on various buttons,Brecht Van Lommel
2012-12-01Merged changes in the trunk up to revision 52690.Tamito Kajiyama
2012-11-27code cleanup: bmesh operator comments, readying for doc-generation.Campbell Barton
2012-11-26search box width's now scale with DPI setting.Campbell Barton
2012-11-26Made changes to BLF_translation.h as noted in blenkernel/intern/idcode.c.Tamito Kajiyama
2012-11-26Merged changes in the trunk up to revision 52546.Tamito Kajiyama
2012-11-24add ENUM support for layout.prop_search() / uiItemPointerRCampbell Barton
2012-11-24correct warning messages - ptr/prop mismatch.Campbell Barton
2012-11-23Basic work to solve "New" translation mismatch (this is an adjective, which o...Bastien Montagne