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-06-29Actions can now be made single-user from the OutlinerJoshua Leung
2011-06-21Merge with trunk r37677Joerg Mueller
2011-06-18use ascii drawing function where utf8 isnt needed.Campbell Barton
2011-06-17fix [#26621] Memory leaks when creating popup window.Campbell Barton
2011-06-16use directory selector for properties defined as PROP_DIRPATH, user preferenc...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-16== Simple Title Cards for Sequencer ==Joshua Leung
2011-06-15Committing patch #25676 Anisotropic filtering in viewport and BGE by me.Mitchell Stokes
2011-06-14RGB curve widget follows user preference DPI now too.Ton Roosendaal
2011-06-14Merge with trunk r37475.Joerg Mueller
2011-06-14revert own fix for [#27648], looks like this needs to work differently to be ...Campbell Barton
2011-06-14fix [#27648] Weird shading behind grayed out negate checkboxCampbell Barton
2011-06-11Bugfix #27138Ton Roosendaal
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-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-06-06use the same stippled drawing for colorband background as alpha color swatche...Campbell Barton
2011-06-06Resolve 2 theme issuesCampbell Barton
2011-06-05operator buttons get a red highlight when alert is set for the layoutCampbell Barton
2011-06-05colorband and image header were ignoring DPI sizeCampbell Barton
2011-06-05panel headers were not scaling with DPI properlyCampbell Barton
2011-06-05compile without splash and icons when WITH_HEADLESS is set.Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-06-04Merge with trunk revision 37149.Joerg Mueller
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-06-01UI: template_ID now takes into account if the property is editable.Brecht Van Lommel
2011-06-01* Fix compiler warning from previous commitJoshua Leung
2011-05-31Button value reset:Brecht Van Lommel
2011-05-31cmake maintenanceCampbell Barton
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-25fix [#27479] Missing 'Select vertex groups under the cursor' in weight paint ...Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-05-19UI: fix direction properties not showing the right direction editing widget,Brecht Van Lommel
2011-05-19UI: fix menus getting closed too quick when moving mouse not exactly towardsBrecht Van Lommel
2011-05-18UI: fix access of freed memory in buttons handling code.Brecht Van Lommel
2011-05-16code cleanup: icon creationAndrea Weikert
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-05-12Fix #27359: Pasting long text crashes blenderSergey Sharybin
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-12Bugfix #27181Ton Roosendaal
2011-05-10entering non utf8 text in filepaths in the file selector would get incorrectl...Campbell Barton
2011-05-06fix [#27304] uiItemsFullEnumO: operator missing srna ''Campbell Barton