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-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
2013-05-13change to drag-lock behavior, only use with outliner (this way layers can be ...Campbell Barton
2013-05-13fix for toggle drag not working in popups (move layers for eg)Campbell Barton
2013-05-12Fix for [#35224] Transform Orientation - order inconsistencyBastien Montagne
2013-05-11Bug fix #35307Ton Roosendaal
2013-05-11style cleanupCampbell Barton
2013-05-11Fix #35262: assiging shortcuts from e.g. delete or selection mode menus did notBrecht Van Lommel
2013-05-11Fix #35281: search menu buttons (with an X on the right side to clear) had textBrecht Van Lommel
2013-05-10Fix for #35286, 'Reset to Default Theme' makes some node titlebars go black. ...Lukas Toenne
2013-05-09Partial revert of own commits r56604 and r56603:Thomas Dinges
2013-05-09UI naming consistency:Thomas Dinges
2013-05-08Fix for #35253, Cannot animate X, Y, Z values in nodes with vector sub-menu. ...Lukas Toenne
2013-05-08Fix #35252: Crash with the node placed partially behind the screenSergey Sharybin
2013-05-08code cleanup: ui_but_is_rna_undo --> ui_is_but_rna_undo (ui_is_but_*** is use...Campbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-08use smaller size for uiWidgetTrias.vecCampbell Barton
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-05-05revert part of own commit r56476, caused scene unlink button to be removed.Campbell Barton
2013-05-04fix for mistake in own recent commit, broke operator search (r56465).Campbell Barton
2013-05-03adjustment to own commit r56463.Campbell Barton
2013-05-02fix for mistake in own commit r56399, it broke click-dragging to open and sel...Campbell Barton
2013-05-02fix [#35178] Autoselect-in-list for Vertex Group selection doesn't work.Campbell Barton
2013-05-02interface: clear red-alert flag when editing a button, confuses and makes it ...Campbell Barton
2013-05-02don't show an 'X' next to never-null pointer search menus.Campbell Barton
2013-04-30Fix compilation in release mode with strict flagsSergey Sharybin