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
2012-10-15fix for own mistake using freed memory with menus.Campbell Barton
2012-10-14More UI messages and BKE_reportf->BKE_report fixes...Bastien Montagne
2012-10-14style cleanupCampbell Barton
2012-10-13Make zoom direction consistent all over the editorsSergey Sharybin
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-11style cleanup:Campbell Barton
2012-10-09Revert part of 51209 -- MOUSEZOOM inversion should be done in lots of otherSergey Sharybin
2012-10-09OSX zoom pinch was using inverted directionSergey Sharybin
2012-10-08Correction to zoom-t-mouse formula which was broken since view2d drag zoom re...Sergey Sharybin
2012-10-08code cleanup: reduce change the size of some float vectors that were bigger t...Campbell Barton
2012-10-08Display enum descriptions in tooltips for operators using a "type" or "mode"Joshua Leung
2012-10-07style cleanup: if();Campbell Barton
2012-10-07patch [#32791] Spelling mistakes corrected.Campbell Barton
2012-10-05Fix #32707: texture preview not loadedSergey Sharybin
2012-10-05UI: buttons that open menus now align to the menu rather than looking disconn...Brecht Van Lommel
2012-10-04fix for using hsv uninitialized in ui_draw_but_HSVCIRCLE()Campbell Barton
2012-10-04code cleanup: make the behavior of set_current_material_texture() clearer and...Campbell Barton
2012-10-04avoid a sqrtf call in ui_hsvcircle_vals_from_pos() for values outside the cir...Campbell Barton
2012-10-01quiet some warnings.Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-28Fix #32671: new orbit sensitivity and turntable/trackball choice was only ava...Brecht Van Lommel
2012-09-28Made View2D drag zoom behave in the same way as zoom in 3d viewportSergey Sharybin
2012-09-28Fix #32673: long strings were wrongly clipped when modifyingSergey Sharybin
2012-09-28fix [#31476] DopeSheet GreasePencil Mode Window won't scroll upCampbell Barton
2012-09-28correct own typo from r43404Campbell Barton
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-28fix [#32678] Changing RGB Curve via 'X' or 'Y' coordinates does not updateCampbell Barton
2012-09-27Fix/enhancement of "locale to po file name" code. Now should handle nicely lo...Bastien Montagne
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-27correct debug/test assignment being left in the UI_view2d_smooth_view() so it...Campbell Barton
2012-09-26Correction to svn rev50845Sergey Sharybin
2012-09-24Themes fixes:Sergey Sharybin
2012-09-24Fix #32396: EyeDropper does nothing on "New" in Uv image editorSergey Sharybin
2012-09-22code cleanup: remove/comment unused definesCampbell Barton
2012-09-22Improvement to own commit r50810.Campbell Barton
2012-09-22fix [#32609] RGB Curves Mouse Pointer ProblemCampbell Barton
2012-09-22Enable predictable menu key-chaining as with r50501.Campbell Barton
2012-09-22revert own commit r50501 (have a better way to implement this same feature)Campbell Barton
2012-09-212.49 feature: Game Controller State name shows up when mouse over them (the n...Dalai Felinto
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-19Fixed "cleaning" of some menu labels (those with all the ugly %t/|), wasn't w...Bastien Montagne
2012-09-19Add a "Header" sub-menu to the right-click one of all buttons in a header are...Bastien Montagne
2012-09-19code cleanup: marker transform was doing some redundant/misleading assignment...Campbell Barton
2012-09-18Compilation error fix: plain C dos not support mixed declarations and codSergey Sharybin
2012-09-18fix for segfault when trying to link a sensor with an actuator from an object...Dalai Felinto
2012-09-18fix for bug setting single user obdata while in editmode, it didnt work (made...Campbell Barton
2012-09-17style cleanupCampbell Barton
2012-09-17code cleanup: text clipping function ui_text_leftclip() was also used for cur...Campbell Barton
2012-09-17code cleanup: add some comments and made some small speedup to text clipping ...Campbell Barton