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-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
2012-09-17style cleanup: multiple statements on a single line in interface code.Campbell Barton
2012-09-16use the format attribute in more places, disable X11 options when building wi...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15code cleanup: remove more invalid/paranoid NULL checks Campbell Barton
2012-09-15code cleanup: remove paranoid/invalid NULL checks and also reduce some unneed...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-14Correction to rev50582: LABEL could have a1 = 1.0f and in this case a2 would ...Sergey Sharybin
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-09-14code cleanup: correct misleading use of LABEL button type.Campbell Barton
2012-09-12code cleanup: changing the INT define to an enum conflicts with INT typedef o...Campbell Barton
2012-09-12code cleanup: use an enum for uiBut->pointype (more useful debug display of m...Campbell Barton
2012-09-12a-z menu input now works for enum popups.Campbell Barton
2012-09-10change to auto-opening menus so the first menu item in popup menu wont auto o...Campbell Barton
2012-09-10code cleanup: use typedef'd enum for block bounds types.Campbell Barton