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
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-15UI Tweaks: Text field in Rename Markers popup now gets focus when theJoshua Leung
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-24fix [#25776] Crash when operator's bl_idname has more than one dotCampbell Barton
2011-01-24no functional changes.Campbell Barton
2011-01-19Bugfix #25652Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-24presets for operators, re-using same preset system as render, cloth etc use.Campbell Barton
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-15Centralized operator UI drawing into a new function uiLayoutOperatorButs(),Campbell Barton
2010-12-13Bugfix #25199Ton Roosendaal
2010-12-12Bugfix #25179Ton Roosendaal
2010-12-112.4 feature back:Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton
2010-10-08Fix #23358: template_curve_mapping doesn't work in split viewsSergey Sharybin
2010-10-07bugfix [#24158] Object text fields immediately search based on existing contentCampbell Barton
2010-09-23support for PROP_ENUM_FLAG buttons, these were only supported by python.Campbell Barton
2010-08-24remove recently added rna function uilayout.prop_search_self() and instead al...Campbell Barton
2010-08-23new UI rna functionCampbell Barton
2010-08-17when complaining that an RNA name doesnt exist in the UI, give the struct nam...Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-03pointer poll functions for object's, mainly for modifiers, constraints.Campbell Barton
2010-08-01bugfix [#23134] uv project modifier not working.Campbell Barton
2010-07-31- add back prefix for ID lists (LF) for linked and fake user for search fields.Campbell Barton
2010-07-27Fix #22950: width of a layout object does not propagate to its sub-layoutBrecht Van Lommel
2010-07-27* Partially revert r30763, where PROP_IMAGEPATH was added.Nicholas Bishop
2010-07-26* Added a new RNA subtype, PROP_IMAGEPATH. It's the same as PROP_FILEPATH, bu...Nicholas Bishop
2010-07-04convenience functionality for browse button (requested by Colin for the seque...Campbell Barton
2010-06-27align menu text to the left when displayed in a panel.Campbell Barton
2010-06-27- changed recent commit from William to have enum in user preferences as an e...Campbell Barton
2010-06-26alpha drawing for color picker, move alpha button into the picker.Campbell Barton
2010-05-15Make creating and saving previews for Lamp, World, Texture, Material and Imag...Andrea Weikert
2010-04-27Add missing null check solving crash on texture panel, also fix possible 'fre...Daniel Genrich
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-14Better tooltips and button name in some case in file browserDaniel Salazar
2010-02-12correct fsf addressCampbell Barton
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-07Color Picker work:Matt Ebb
2010-01-06Fix for PROP_MATRIX auto UI layoutMatt Ebb
2010-01-03Changes to Brush texture workflowMatt Ebb
2009-12-24Key map related things:Matt Ebb