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-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
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-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-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-17style cleanupCampbell 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-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-10fix [#32384] Submenu hotkeys not working at all since 2.6xCampbell Barton
2012-09-10code cleanup:Campbell Barton
2012-09-10missing include in own recent commitCampbell Barton
2012-09-10code cleanup: use single define for undo string size, was 64 mostly, but 512 ...Campbell Barton
2012-09-10style cleanupCampbell Barton
2012-09-10fix for own error in r50482.Campbell Barton
2012-09-10style cleanupCampbell Barton
2012-09-09fix [#29072] Color pickers don't close properly when moving the mouse awayCampbell Barton
2012-09-09style cleanup:Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-03code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h an...Campbell Barton
2012-08-30Fix #32418: color copy/paste between gamma and linear color buttons gave wrongBrecht Van Lommel
2012-08-26code cleanup: comments and some minor edits to interface code.Campbell Barton
2012-08-25style cleanup: also spellingCampbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-23BGE: When creating a controller by linking a sensor and actuator, the created...Mitchell Stokes
2012-08-21code cleanup: use rect size macros for the interfaceCampbell Barton
2012-08-21alt+wheel scrolling over the render slots works again (this didnt support scr...Campbell Barton
2012-08-21code cleanup: don't use magic numbers for curve flag & use bool args for curv...Campbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-19style cleanupCampbell Barton
2012-08-19fix for own commit r49991, this exposed bad logic in rect copy function.Campbell Barton
2012-08-18code cleanup: use BLI rect functions for interface button and block code.Campbell Barton
2012-08-18use rctf struct for UI buttons and blocks, easier to read and means we can us...Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-07-29scale down histogram button movement by 10, was very sensitiveCampbell Barton
2012-07-26Fix #31897: Ctrl+Click in 'Hue Correct' Node Adds in Wrong LocationSergey Sharybin
2012-07-26image histogram/sample line couldn't show HDR colors. now allow zooming the v...Campbell Barton
2012-07-25Fix #32004: Up/down arrow keys can move index out of actual range of template...Sergey Sharybin
2012-07-18shift help with continuous grab on a curve point now does scaled motion.Campbell Barton
2012-07-17holding shift with cont. grab now works on the hsv cube and the value slider.Campbell Barton