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-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
2013-03-15Screen: add exit callback for area and region types, this gets called whenBrecht Van Lommel
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-03move toggle drag into a UI handler (was modal operator)Campbell Barton
2013-02-12Small tweak in event debug printing:Ton Roosendaal
2013-02-12Fix #34126: report list memory leak when calling operator from python and theBrecht Van Lommel
2013-02-11replace MEM_callocN with MEM_mallocN for events since their overwritten right...Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-02style cleanupCampbell Barton
2013-01-30Add active region for operator execution.Campbell Barton
2013-01-17fix airbrush + tablet pressure bug.Campbell Barton
2013-01-16fix for airbrush not using tablet pressure (any brush with BRUSH_SPACE disabl...Campbell Barton
2013-01-16draw the brush size with pressure applied (when the tablet is used), nice to ...Campbell Barton
2013-01-16don't check for mouse-movement if the double click event isn't on a mouse-but...Campbell Barton
2013-01-16move double click check into its own function.Campbell Barton
2013-01-16minor changes to ghostCampbell Barton
2013-01-10Bug fix 33732Ton Roosendaal
2013-01-06Trackpad: "pinch/stretch" zooming is non-inversed in default now.Ton Roosendaal