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-10-29To keep my commit rate high! :)Ton Roosendaal
2012-10-29Yet another hanging variable in event code - code cleanup woes.Ton Roosendaal
2012-10-29Bugfix #33004Ton Roosendaal
2012-10-29Fix to make NDoF work again.Ton Roosendaal
2012-10-29New woes in event system :) Ton Roosendaal
2012-10-29A last (I hope) tweak for double click detection.Ton Roosendaal
2012-10-29Bugfix #32996Ton Roosendaal
2012-10-29style cleanupCampbell Barton
2012-10-28style cleanupCampbell Barton
2012-10-28Event system fix:Ton Roosendaal
2012-10-28Event system cleanup: bringing KM_CLICK back in control. Ton Roosendaal
2012-10-27add --debug-handlers so --debug-events isnt so noisy.Campbell Barton
2012-10-27add back debug prints for event handlers. not sure why they were removed in r...Campbell Barton
2012-10-27Another tweak in event code to get KM_CLICK work.Ton Roosendaal
2012-10-27Putting back mysterious lines that check KM_CLICK keymap conflictsTon Roosendaal
2012-10-27The UI wasn't capable of handling Double Click events; causing fast typing toTon Roosendaal
2012-10-27style cleanupCampbell Barton
2012-10-26Bugfix for new handling of double-click:Ton Roosendaal
2012-10-26Bugfix #28734Ton Roosendaal
2012-10-26fix [#31661] Custom properties do no respect min/max valuesCampbell Barton
2012-10-26fix for crash when a python operator or render engine was freed in the C code...Campbell Barton
2012-10-26fix [#30087] operator_context is different for popup and submenu's *TODO, aft...Campbell Barton
2012-10-25fix [#32938] The Splash Screen doesn't show up correctly .....Campbell Barton
2012-10-25Fix #30940: layout.prop_search() item not drawing correct inside menus.Brecht Van Lommel
2012-10-24add section on how to run scripts in blender for the API intro, found there w...Campbell Barton
2012-10-24fix for maximized startup blend preventing -p command line argument from work...Campbell Barton
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-23debug output: stop printing event handlers for mouse moves of mouse inbetween...Campbell Barton
2012-10-22New "dynamic" i18n menu.Bastien Montagne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-20don't print mousemoves with wm_handlers_do and --debug-eventsCampbell Barton
2012-10-19More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to tra...Bastien Montagne
2012-10-19Fix #32705: Esc a value change doesn't recalc compositorSergey Sharybin
2012-10-17code cleanup:Campbell Barton
2012-10-14style cleanupCampbell Barton
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-12code cleanup: video playback move frame step into the PlayState struct.Campbell Barton
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-09Fix #32824: Color management configuration check was missed on file link/appendSergey Sharybin
2012-10-07Fix file descriptor leak in BLI_file_ungzip_to_mem and small memleak in wm_wi...Sv. Lockal
2012-10-07style cleanup: if();Campbell Barton
2012-10-06disable padding warning for DNA, gave problems with struct bounds padding whi...Campbell Barton
2012-10-05Grease Pencil notifier/listener cleanupDan Eicher
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-05Fix related to #32734: crash saving blend file from render_pre callback. NotBrecht Van Lommel
2012-09-30style cleanupCampbell Barton
2012-09-28fix for header not updating with an error report when a job finishes.Campbell Barton
2012-09-27wm_event_do_handlers was calling sound_sync_scene() twice without error check...Campbell Barton