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-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18Re-enable the clay strips sculpt brush.Nicholas Bishop
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-23code style cleanup, no functional changes.Campbell Barton
2012-02-17Fix #25649: Image editor paint icon missing until enter weight paintSergey Sharybin
2012-01-22style chang, made mainly because I wanted to be able to add breakpoints to ME...Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-20UI:Brecht Van Lommel
2011-10-28Renaming the extensionless "blenderbuttons" to "blender_icons.png"Joshua Leung
2011-10-27pass image description to image loading functions for more useful error than ...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-21misc cleanupCampbell Barton
2011-09-30minor changes, dont append with cmake platform flags which is a string and us...Campbell Barton
2011-09-27minor changes to interface code (no functional changes)Campbell Barton
2011-09-27fix [#28752] Brush Icons do not scale correctly with DPI Campbell Barton
2011-08-25picky style edits with screen/view/drawing, also remove own bad example doc.Campbell Barton
2011-08-05fix for icon scaling with the DPI settingCampbell Barton
2011-06-05compile without splash and icons when WITH_HEADLESS is set.Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-05-16code cleanup: icon creationAndrea Weikert
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-04-01while looking into adding back brush tool keys found mixed texture/image pain...Campbell Barton
2011-03-16changes to icon loadingCampbell Barton
2011-03-13fix mistake from commit rev. 33868. The variable icon was a pointer, not an i...Andrea Weikert
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18- clear some warningsCampbell Barton
2011-02-13warning cleanup.Campbell Barton
2011-02-12fix for uninitialized value in BLI_path_cwd() if PWD wasn't defined and the C...Campbell Barton
2011-01-19Bugfix #25720Ton Roosendaal
2011-01-18Small fix for my last fix: ignore the `preview' flag; if either sizeNicholas Bishop
2011-01-18More fixes for bug [#25649], Image editor paint icon missing untilNicholas Bishop
2011-01-16Fixed bug [#25649] Image editor paint icon missing until enter weightNicholas Bishop
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07fix [#25520] crash when closing the properties panel in uv/image editorCampbell Barton
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-14Fixed bug #23826, Other kind of brushes appear in sculpt modeNicholas Bishop
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-19use 'const char *' for imbuf and file ops.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-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