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-12-07Code Cleanup: pass rectangles as const in insterface filesCampbell Barton
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell Barton
2013-12-03Code cleanup: replace rectf_scale with BLI_rctf_scaleCampbell Barton
2013-07-15fix for bad lengths being passed to string functions.Campbell Barton
2013-06-24Fix [#35790] Panel Section Arrows Wrong Theme ColorsBastien Montagne
2013-03-23Code cleanuo:Thomas Dinges
2013-03-15Add the possibility to define the translation context for py rna classes (ope...Bastien Montagne
2013-02-14Divide by 3 instead of multiplying by variations of 0.333Sergej Reich
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-01code cleanup: make wmEvent's 'const' in interface code (reduces manual checki...Campbell Barton
2013-01-28Fix for a nasty glicth found by Irie Shinsuke in Freestyle branch.Bastien Montagne
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-20removed extraneous glEnable(GL_BLEND)/glDisable(GL_BLEND) in ui_draw_aligned_...Jason Wilkins
2013-01-11Bug fix #33826Ton Roosendaal
2013-01-09remove uiPanelClearType(), instead redraw all windows when registering/unregi...Campbell Barton
2013-01-09avoid having dangling panel pointers in the interface, unregistering addons c...Campbell Barton
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-12-20UI fixes, from the todo:Ton Roosendaal
2012-12-20Restored old hack to open/close panels on A-key.Ton Roosendaal
2012-12-20style cleanupCampbell Barton
2012-12-18Fixes for ctrl+click on panel header:Brecht Van Lommel
2012-12-15Finished themes for transparent Button regions in Blender.Ton Roosendaal
2012-12-13Only LMB clicks in Panel should return "handled" - it accidentally returned i...Ton Roosendaal
2012-12-13Bug fix:Ton Roosendaal
2012-12-12Holiday coding log :)Ton Roosendaal
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-21code cleanup: use rect size macros for the interfaceCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell 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-18use rctf struct for UI buttons and blocks, easier to read and means we can us...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-06-06style cleanupCampbell Barton
2012-06-05style cleanupCampbell Barton
2012-05-28* Some code optimizations to panel collapse code, to avoid calculations for e...Thomas Dinges
2012-05-28User Interface Panels:Thomas Dinges
2012-05-27style cleanupCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-17style cleanup: line length and ensure some macros error when not ending with ';'Campbell Barton
2012-03-30style cleanup: interfaceCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton