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-09-30Fix #28432: Scrolling lists respond incorrectly if mouse is not movedSergey Sharybin
2011-09-30minor changes, dont append with cmake platform flags which is a string and us...Campbell Barton
2011-09-28fix 2 bugs with reset-default failing on operators redo panel.Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-26replace strnlen with BLI_strnlen, make some args const - no functional changes.Campbell Barton
2011-09-26use BLI_snprintf rather than sprintf for interface functionsCampbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-22Fix #28593: F6 operator redo could crash when editing buttons that use unitBrecht Van Lommel
2011-09-21Translation: reload font on enabling/disabling use international fonts.Brecht Van Lommel
2011-09-20i18n: replace some bit checks from U.transopts with utility functions UI_tran...Sergey Sharybin
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-19i18n: do not translate obect mode enum and transform orientation enum if UI t...Sergey Sharybin
2011-09-17image button was hard coded to draw the splash screen which it loaded from PN...Campbell Barton
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-19store a pointer to the units system in the uiBlock since the button code was ...Campbell Barton
2011-08-18misc changes to unterface & undoCampbell Barton
2011-08-18disable undo for screen & wm RNA buttons, changing shading mode via the UI fo...Campbell Barton
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-06rna/ui: avoid duplicate property gHash lookups by passing the property when i...Campbell Barton
2011-08-06make ui_def_but_rna into 2 functions, once which takes a prop, another which ...Campbell Barton
2011-08-06Graph Editor "Active Keyframe" settingsJoshua Leung
2011-07-16select uiStyle according to UserDef and update lang-packsXiao Xiangquan
2011-07-05Merging from trunk up to r38119.Joerg Mueller
2011-07-04First stages of easier "expressions" creation...Joshua Leung
2011-07-03changed the max decimal points to show from 7 to 6, since with float precisio...Campbell Barton
2011-06-16fix for own error in r37542Campbell Barton
2011-06-16fix [#27673] Value sliders >1 do not represent numerical ratios rightCampbell Barton
2011-06-16minor speedup for UI draw code, noticed ui_get_but_val() could be called 3-5 ...Campbell Barton
2011-06-09replace log() calls with constantsCampbell Barton
2011-06-09use a better method for finding the precision to use for float buttons, about...Campbell Barton
2011-06-07fix for glitch in previous commit with 0.00002 displaying as 0.000020, this u...Campbell Barton
2011-06-07smarter precision calculation, so 0.000001 isn't displayed as 0.00.Campbell Barton
2011-06-07Move UI float precission calculation into its own function.Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-06-02UI: fix two issues with expanded enum property buttons:Brecht Van Lommel
2011-06-02uninitialized variable was used when ensuring mirrored vertex groups.Campbell Barton
2011-05-31Button value reset:Brecht Van Lommel
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-27remove BLI_streq() since it was hardly used, also replace string search with ...Campbell Barton
2011-05-02reverse string lookup listbase function BLI_findstring counterparts, added BL...Campbell Barton
2011-04-23quiet some clang warnings & fix for bugs in exceptional cases.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
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