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
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13style cleanupCampbell Barton
2013-03-12Temp fix for stupid -Wformat-security issue.Bastien Montagne
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-20Quick fix: translating header's string with some languages (complex scripts, ...Bastien Montagne
2013-02-18fix [#34279] Python console: Selected region is not highlighted when using wh...Campbell Barton
2013-02-17remove stipple from console selection drawing.Campbell Barton
2013-02-12Add translation of stats/info string.Bastien Montagne
2013-02-12Added a missing space (between separator and face count in object mode)Joshua Leung
2013-02-06fix for crashes running some operators in background mode and some divide by ...Campbell Barton
2013-01-27Very old todo: Packed file UITon Roosendaal
2013-01-27Operators name "cleanup"Dalai Felinto
2013-01-09reduce the alpha of console selection (text was too hard to read)Campbell Barton
2012-12-31style cleanupCampbell Barton
2012-12-30Modify info stats for dynamic-topology sculpt modeNicholas Bishop
2012-12-27New features!Ton Roosendaal
2012-12-27display the number of tri's in object mode status, often requested feature fr...Campbell Barton
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-12-15add checks to style checker script for 'a . b' and 'a []'Campbell Barton
2012-12-14correct scrollbars not working properly with DPI in the console/info view.Campbell Barton
2012-12-14code cleanup: minor edits to the console.Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-07== file browser ==Andrea Weikert
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-16More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-14Fix for misplaced cursor in wrapped console prompt, also fixes newline for si...Sv. Lockal
2012-10-13And more UI messages spell check.Bastien Montagne
2012-09-30style cleanupCampbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-02code cleanup: rename bool --> do_tint, confused qtcreatorCampbell Barton
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-05-04First part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-04-30Patch [#30681] Improved Display of Header Statistics by Harley Acheson (harle...Thomas Dinges
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-03-28style cleanupCampbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton