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
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-16fix for creating movie paths with non utf8 names.Campbell Barton
2010-11-12add back red tint for zero user datablocks.Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-11-10bugfix #24573Ton Roosendaal
2010-11-10bugfix [#24635] "Add Shortcut"Campbell Barton
2010-11-07Enabled kerning for the default UI font for the places that are using UI_Draw...Andrea Weikert
2010-11-07bugfix [#24575] On file save plus and minus don't re-evaluate whether a file ...Campbell Barton
2010-11-06== filebrowser ==Andrea Weikert
2010-11-05'Continue' zoom method for 2d views wasn't continuously updating. added a tim...Campbell Barton
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-11-04fix to allow [#24009] to be fixed.Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-28bugfix [#24432] HS+V color pickerCampbell Barton
2010-10-28for the color picker functions use UI_GRAD_* constants rather then numbers, n...Campbell Barton
2010-10-25curve widget bounds were not properly clipped causing drawing artifacts in ot...Campbell Barton
2010-10-25bugfix [#24377] Bad frames drawnCampbell Barton
2010-10-24bugfix [#24357] Font folder can be specified but is not openedCampbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-19[#24307] 3d Viewport Mini 3D Axis changes color when alter 3d grid theme colorCampbell Barton
2010-10-19patch [#24320] Fix for [#24311] Copy and PasteCampbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-18bugfix [#24302] Ctrl+Click Extrude gets old mouse eventsCampbell Barton
2010-10-17re-arrange icon_draw_rect, also use an assert() for odd icon sizes. this can ...Campbell Barton
2010-10-17fix for bad use of UNUSED() with win32 & some other minor error checks.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16patch for bug [#24253] r32218 breaks outliner icon drawingCampbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-14bugfix [#23070] some shortcuts cannot be saved in a usual wayCampbell Barton
2010-10-14fix unused args warnings and remove some unused args.Campbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton
2010-10-14fix for crash in own recent color picker commit, store the hsv color inCampbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-13== docs ==Luca Bonavita
2010-10-13fix for remaining glitch in square color picker, the backdrop could change co...Campbell Barton
2010-10-13bugfix [#23355] Square Color picker moving by itself and locking upCampbell Barton
2010-10-13bugfix [#24030] Grease Pencil + Driver keysCampbell Barton
2010-10-11bugfix [#24214] F6 "last operator" panel repeatable segmentation faultCampbell Barton
2010-10-08bugfix [#24179] Button "Loop Cut and Slide" on Mesh Tools not workCampbell Barton
2010-10-08Fix #23358: template_curve_mapping doesn't work in split viewsSergey Sharybin
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-10-07bugfix [#24158] Object text fields immediately search based on existing contentCampbell Barton
2010-10-07remove calls to WM_event_add_mousemove r22031, from view2d operators since it...Campbell Barton
2010-10-06bugfix [#23311] Half a colour picker appearsCampbell Barton
2010-10-05patch [#24125] Fix for Slider Widget (UI)Campbell Barton
2010-09-30Fix #24067: sculpt brush/texture preview would disappear when overlappingBrecht Van Lommel
2010-09-30Patch #24056: Indicate keyed status of swatchesJoshua Leung
2010-09-30Bugfix #23031: adding a driver ontop of keyframe makes driver undeletableJoshua Leung