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-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-04-18fix for own mistake in recent commit: [#27000] Spotlight spot shape size, lam...Campbell Barton
2011-04-17change unit evaluation only to do try the units replacements if evaluating wi...Campbell Barton
2011-04-15fix [#26937] Radio button text truncation should start at beginning of stringCampbell Barton
2011-04-11fix [#26856] Can't change target object in modifier by Ctrl+VCampbell Barton
2011-04-08Fixes related to using Library files:Ton Roosendaal
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-04-05tooltips were part way of the bottom of the screen (timeline play button for eg)Campbell Barton
2011-04-05Commit r33378 adds a red alert to search buttons which have items which are n...Campbell Barton
2011-04-04UI fix:Ton Roosendaal
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-04-02Committing patch [#26740] Interface improvement for toolbar by Brecht. Thanks!Thomas Dinges
2011-04-01Bugfix #26691Ton Roosendaal
2011-04-01while looking into adding back brush tool keys found mixed texture/image pain...Campbell Barton
2011-03-29Fix #26653: changed DPI setting in user preferences is not saved as default.Brecht Van Lommel
2011-03-29use less verbose string formatting for units and interface.Campbell Barton
2011-03-29Bugfix [#26650] Reset to Default Theme doesn't reset Bone Color SetsJoshua Leung
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-25new function RNA_warning(), replaces printf with function which may be called...Campbell Barton
2011-03-24fix for using uiItemIntO for an enum, added uiItemEnumO_value function.Campbell Barton
2011-03-24RNA & interface functions for checking if RNA in a button uses valid rna prop...Campbell Barton
2011-03-19Code comments onlyTon Roosendaal
2011-03-19remove some redundant vars, assignments & checks.Campbell Barton
2011-03-18Bugfix #26462Ton Roosendaal
2011-03-18while looking into a problem in interface.c, noticed ui_get_but_val() is call...Campbell Barton
2011-03-17Bugfix #26483Ton Roosendaal
2011-03-16changes to icon loadingCampbell Barton
2011-03-14patch [#26495] Adjustable outline width for selected objectsCampbell Barton
2011-03-13fix mistake from commit rev. 33868. The variable icon was a pointer, not an i...Andrea Weikert
2011-03-10Bugfix #26437Ton Roosendaal
2011-03-09From the todo:Ton Roosendaal
2011-03-08ui_textedit_delete_selection() could access past the array bounds.Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-03-03minor correction for r35312, check the operator returns finished.Campbell Barton
2011-03-03Logic Editor: link a Sensor with an Actuator and automatically creates an And...Dalai Felinto
2011-03-01Bugfix #26251Ton Roosendaal
2011-03-01Typo in last commit, changing variable name for more readable code...Ton Roosendaal
2011-03-01Bug fixes #26236 #26237 Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-27Bugfix, own collection.Ton Roosendaal
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-26Bugfix #26221Ton Roosendaal
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-20misc warnings/fixesCampbell Barton
2011-02-19Todo item:Ton Roosendaal