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-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-11use const char for display deviceCampbell Barton
2012-12-09Bugfix: softshadow in menus was broken.Ton Roosendaal
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-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-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
2012-11-18style cleanup: if's on the same line.Campbell Barton
2012-11-17Fix compositing normal node not properly showing vector XYZ values when openingBrecht Van Lommel
2012-11-13disable applying constructive modifiers when in sculpt mode with multi-res da...Campbell Barton
2012-11-13remove 'Reset' button from operator UI, instead have 'Restore Defaults' in pr...Campbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-09UI scripting:Ton Roosendaal
2012-11-09Usability:Ton Roosendaal
2012-11-09rename template_color_wheel() to template_color_picker()Campbell Barton
2012-11-09Bugfix #33124Ton Roosendaal
2012-11-09Axis Colours are now ThemeableJoshua Leung
2012-11-09fix [#33121] crashing when srolling down in text editor !Campbell Barton
2012-11-08Bugfix #29072 (Color pickers don't close properly when moving the mouse away)Ton Roosendaal
2012-11-07code cleanup: use min/max functions rather then macros.Campbell Barton
2012-11-07prevent floating point exceptions from being raised in soft_range_round_up/so...Campbell Barton
2012-11-07Fixed crashes when motion tracks are zero-sizedSergey Sharybin
2012-11-06add comments for uiBut a1 and a2 values.Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-11-01style cleanupCampbell Barton