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
2013-07-02Fix #35958: texture timeout with value 0 not preserved when saving user prefe...Brecht Van Lommel
2013-06-27correct previous startup.blend - r57698 (which disabled cycles by accident).Campbell Barton
2013-06-27Fix #35802: searchbox menu not opening when opened from a popup near the bottomBrecht Van Lommel
2013-06-27Further fix for #35880: theme color of enabled option buttons in popups was s...Brecht Van Lommel
2013-06-26Style cleanup (indent of switch/case in own code).Bastien Montagne
2013-06-26Fix #35880: popup menus like F6 redo did not use the right theme color forBrecht Van Lommel
2013-06-26Fix [#35750] list items in properties editor (text colors not following list ...Bastien Montagne
2013-06-25Fix #35715: graph editor > channels > move.. menu item showed wrong keyboard ...Brecht Van Lommel
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-24fix [#35844] "Blender User Preferences" window don't save size fontCampbell Barton
2013-06-24Fix [#35790] Panel Section Arrows Wrong Theme ColorsBastien Montagne
2013-06-19Fix for expanded enums with icon_only enabled, name of each item was still us...Bastien Montagne
2013-06-19ui precision drawing - avoid calling pow(10, -prec) since the range is small ...Campbell Barton
2013-06-19Take precision into account for calculating display of small numbersGaia Clary
2013-06-19fix for filesel autocomplete, it had the annoying behavior if you entered in ...Campbell Barton
2013-06-19alternate fix for r57562. check if the mouse is over the parent menu.Campbell Barton
2013-06-19fix [#35792] Submenus not opening properly on mouse moveCampbell Barton
2013-06-18Made blender compilable with strict flags.Sergey Sharybin
2013-06-18Added back left/right arrows for embossed number fields. (they where active b...Gaia Clary
2013-06-16add BLI_strcpy_rlen, replace strcat, which was used in misleading way.Campbell Barton
2013-06-13fix [#35346] Python: still UI issue with popup and dropdown listCampbell Barton
2013-06-13fix [#35713] Set Origin not waiting for user input.Campbell Barton
2013-06-13internal change to searchbox: store the active search index rather then index...Campbell Barton
2013-06-13Fix #35715: incorrect shortcut shown for some menus after recent code refacto...Brecht Van Lommel
2013-06-09Code cleanup: removed some unused UI button typesBrecht Van Lommel
2013-06-09This commit replaces old "manual" Editors menu with nice RNA-based one (so on...Bastien Montagne
2013-06-09add editmode wire color,Campbell Barton
2013-06-07Usablity:Ton Roosendaal
2013-06-07add support for storing text styles in themes.Campbell Barton
2013-06-07fix for copy/paste error in scaling text by DPI, vertical shadow offset wasn'...Campbell Barton
2013-06-05fix [#35613] Dopesheet, Graph Editor Trouble Selecting ChannelsCampbell Barton
2013-06-03fix for missing undo push for drag-toggle.Campbell Barton
2013-06-03fix [#35311] Planar Decimate / Limited Dissolve fails to merge some adjacent ...Campbell Barton
2013-06-03fix [#35434] Segmentation fault switching screen layout from pythonCampbell Barton
2013-06-02tweak to recent commit, don't show keymap in menu tooltips.Campbell Barton
2013-06-01display menu items key shortcuts in the button tooltips.Campbell Barton
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-06-01style cleanupCampbell Barton
2013-05-30fix for incorrect use of strncat in uiItemMenuEnumOCampbell Barton
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28code cleanup: remove old/unused bmesh bevel transform mode, remove commented ...Campbell Barton
2013-05-26code cleanup: typosCampbell Barton
2013-05-23Fix stack corruptions in special casesSergey Sharybin
2013-05-21remove return value from MEM_freeN, it wasn't used anywhere and was cast to a...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-17fix for crash with toggle-drag on a popup (when the popup is closed while dra...Campbell Barton
2013-05-15Fix part of #35372: distorted strokes when painting zoomed out with a small b...Brecht Van Lommel
2013-05-13Fix #35342: multisample antialiasing makes tooltips look blurry.Brecht Van Lommel