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
2014-01-28Fix T38367: operators activated from popups didnt reuse settingsCampbell Barton
2014-01-28Fix T38381, Fix T38184: key events getting lost when modal operator is running.Brecht Van Lommel
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-11Events: support for buttons 6 & 7 (some trackballs have these) X11 onlyCampbell Barton
2014-01-11Events: Use INBETWEEN_MOUSEMOVE for inactive windows too.Campbell Barton
2014-01-08Fix T38108: blender freeze in remembering operator properties.Brecht Van Lommel
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell Barton
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-09-30fix for building with some configurationsCampbell Barton
2013-09-18fix relating to bug [#36758],Campbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton
2013-09-10Usual UI messages fixes...Bastien Montagne
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-02Add poll message when poll fails because of window missing from the context.Campbell Barton
2013-08-28remove unused function. also typoCampbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-27fix for error reading from freed memory when deleting a screen, would free th...Campbell Barton
2013-07-31code cleanup: remove redundant NULL checksCampbell Barton
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-23avoid calling context functions when direct access is possible.Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-04Fix #35991: show warning message to when trying to edit driven values in numb...Brecht Van Lommel
2013-07-02fix for crash in demo-mode, caused by r51702Campbell Barton
2013-06-27Fix #35809: dragging a non-active node in the node editor did not work reliably.Brecht Van Lommel
2013-06-25Fix part of #35859: lib linking errors were not shown when opening files thro...Brecht Van Lommel
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-07Usablity:Ton Roosendaal
2013-06-03fix [#35434] Segmentation fault switching screen layout from pythonCampbell Barton
2013-05-26fix for incorrect type casting when checking macros exec() functions.Campbell Barton
2013-05-23Bug fix #35481Ton Roosendaal
2013-05-20fix [#35434] Segmentation fault switching screen layout from pythonCampbell Barton
2013-05-17More work on 3d view render:Ton Roosendaal
2013-05-17fix for crash with toggle-drag on a popup (when the popup is closed while dra...Campbell Barton
2013-05-13Fix #35337: sculpt performance regression, partial redraw was not working any...Brecht Van Lommel
2013-05-02Revert fix for #34822Ton Roosendaal
2013-04-26add support for macro redo if all operators in the macro have an exec()Campbell Barton
2013-04-18Fix #34997: when starting the game engine in one window and switching to a se...Brecht Van Lommel
2013-04-18Bug fix #34822Ton Roosendaal
2013-04-08fix for bug where notifiers could hold pointers to freed data which listeners...Campbell Barton
2013-04-04code cleanup: use bools in interface handlers, dont show translation menu whe...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-24Usablity:Ton Roosendaal