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-05-06fix [#27304] uiItemsFullEnumO: operator missing srna ''Campbell Barton
2011-05-04new BLF functionsCampbell Barton
2011-05-03fix [#27160] Shaded checkbox is not working.Campbell Barton
2011-05-03fix [#27218] Tooltip text renders incorrectly.Campbell Barton
2011-05-02reverse string lookup listbase function BLI_findstring counterparts, added BL...Campbell Barton
2011-05-01Style CleanupCampbell Barton
2011-05-01- Description of texture angle sources and stroke methodsSergey Sharybin
2011-04-29corrections for redundant null checks & transform printing a string into its ...Campbell Barton
2011-04-28Added tooltip note that parent curve 'Follow' needs to be enabled for track a...Campbell Barton
2011-04-252.5 Interface:Thomas Dinges
2011-04-25fix [#27139] Value Slider, some colours are two colouredCampbell Barton
2011-04-23quiet some clang warnings & fix for bugs in exceptional cases.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-20Bugfix #27058Ton Roosendaal
2011-04-19Bugfix #26977 + Patch by Harley AchesonTon Roosendaal
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