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-12-18Fix region expander (+) drawing too narrow.Brecht Van Lommel
2012-12-18Nicer function for drawing text in 3d window:Ton Roosendaal
2012-12-17UI fixes:Ton Roosendaal
2012-12-17Small tweak for using transparent+overlapping regions:Ton Roosendaal
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-16Test print in bugfix...Ton Roosendaal
2012-12-16Bug fix 33563Ton Roosendaal
2012-12-16Fix region overlap drawing over render info text in image editor and 3d view.Brecht Van Lommel
2012-12-15Finished themes for transparent Button regions in Blender.Ton Roosendaal
2012-12-15Graah! Not using brains for quick fixes...Ton Roosendaal
2012-12-15Classical mistake - fix a bug in 1 feature, but don't test the related ones :/Ton Roosendaal
2012-12-15Bugfix, irc collection:Ton Roosendaal
2012-12-14code cleanup and move alternate shell calculation method into its own functio...Campbell Barton
2012-12-14Fixes for correct UI scaling display:Ton Roosendaal
2012-12-14style cleanupCampbell Barton
2012-12-13Bug fix, irc report:Ton Roosendaal
2012-12-13Bugfix [#33511] Ton Roosendaal
2012-12-13remove BKE_main_scene_add(), just add main arg to BKE_scene_add()Campbell Barton
2012-12-13style cleanup: changes from recent commitsCampbell Barton
2012-12-13code cleanup: quiet warningsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-21Fix #33241: can't exit edit mode when object gets hidden via animation.Brecht Van Lommel
2012-11-11* Replace math.h with BLI_math.h, this fixes compile on windows. Thomas Dinges
2012-11-11Four fixes (own collection)Ton Roosendaal
2012-10-31style cleanupCampbell Barton
2012-10-27Bugfix 32988Ton Roosendaal
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26Bugfix: because of fixed event checking, the 'area zone' didn't work anymore.Ton Roosendaal
2012-10-26fix [#30087] operator_context is different for popup and submenu's *TODO, aft...Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-26code cleanup: use min_/max_ math functions, add minmax_v2_v2v2.Campbell Barton
2012-10-25Bugfix #24343Ton Roosendaal
2012-10-25UI: add hide/show menus item in header right click menu (same as +/- button).Brecht Van Lommel
2012-10-25Bugfix #28298Ton Roosendaal
2012-10-25fix for nasty bug with frame dropping playback.Campbell Barton
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-23skip hidden datablocks when switching screens.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-10fix error setting quadview when there is no camera in the scene, the view wou...Campbell Barton
2012-10-09And more UI messages fixes...Bastien Montagne
2012-10-07style cleanup: if();Campbell Barton
2012-10-04Kind of cleanup of "menu strings": always have a space between the entry's la...Bastien Montagne
2012-09-23fix for all pose-group editing functions crashing when the context didnt have...Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-19Add a "Header" sub-menu to the right-click one of all buttons in a header are...Bastien Montagne
2012-09-19Fix missing dependency graph update when switching to another scene, now doesBrecht Van Lommel