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
2009-12-08Animation System: Handling UpdatesBrecht Van Lommel
2009-12-08RNA functions to find keymaps in a keyconfig (from the usual idname + space o...Martin Poirier
2009-12-08RNA:Brecht Van Lommel
2009-12-08Sequencer:Brecht Van Lommel
2009-12-08UI: fix trailing tooltips when deactivating window, and when openingBrecht Van Lommel
2009-12-08Various changes to screen-related code, aiming to fix a few problems and usab...Matt Ebb
2009-12-07Custom cursor draw function uses the real cursor position when cursor is grab...Martin Poirier
2009-12-07Function to access the real cursor position from Ghost (useful when cursor is...Martin Poirier
2009-12-07Flag down a window when cursor is grabbed.Martin Poirier
2009-12-07Bugfix: WM could access freed memory when testing for click event afterBrecht Van Lommel
2009-12-07Fix for [#20057] Shift F for setting brush strenght can never get to 1Matt Ebb
2009-12-06wm.invoke_popup(op, width, height) similar to wm.invoke_props_popup(op, event...Campbell Barton
2009-12-05Support for the C Macro system in Python.Martin Poirier
2009-12-05Macros in macro didn't work correctly.Martin Poirier
2009-12-04Save_Mainfile operator only needs window for invoke. Removed poll function an...Martin Poirier
2009-12-04This commit deletes temporary "temp" screen layouts when the windows using th...Joshua Leung
2009-12-04* Fix for incorrect disabling after baking cloth simMatt Ebb
2009-12-02Reset operator properties for keymap items when operator idname is changed.Martin Poirier
2009-12-02Apply patch [#20145] Ghost Win32 roundup patch: Minimum Window Size, Continuo...Nathan Letwory
2009-12-01circle select modal operator wasnt returning FINISHED so it wasnt getting an ...Campbell Barton
2009-11-30better not process events early, could cause troubles later.Campbell Barton
2009-11-30bugfix [#20083] Wrong position of splash screen on dualheadCampbell Barton
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-29Fix CLICK event for modal operators.Martin Poirier
2009-11-29Draw function for operators (just like panels), used for the redo popup, file...Campbell Barton
2009-11-28experemental UI introspection added for mindrones,Campbell Barton
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton
2009-11-28Bugfix #20125: View 2D Zoom to Border was missing modal keymapJoshua Leung
2009-11-27Fix for bug #20039: panning and rotating view makes animation playback slow.Brecht Van Lommel
2009-11-26Click event detection ignores mouse move.Martin Poirier
2009-11-26After talking with Matt about this, added notifier NC_ID to handle ID changes...Elia Sarti
2009-11-24avoid operator type lookups when its knownCampbell Barton
2009-11-24Extend handler return values to distinguish between events that have been han...Martin Poirier
2009-11-232.5 bugfix: splash would crash when .Blog contained file names without aBrecht Van Lommel
2009-11-23New CLICK event value. If RELEASE is not handled and last event was PRESS of ...Martin Poirier
2009-11-23links to Python API docs from splash and help menuCampbell Barton
2009-11-23Splash screen, implemented by Matt.Brecht Van Lommel
2009-11-232.5 internal bugfix: remove modal handlers before exiting the screen,Brecht Van Lommel
2009-11-23temp hack to make the popup show wider when running the edit description oper...Campbell Barton
2009-11-222.5: Emulate numpad works again.Brecht Van Lommel
2009-11-21patch [#19796] GLEW update by Mitchell Stokes (Moguri)Dalai Felinto
2009-11-21More macro goodness.Martin Poirier
2009-11-21patch from Dave Plater which fixes some problems building the BGE with cmakeCampbell Barton
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-11-19Support for grab cursor in macro system (and vice versa).Martin Poirier
2009-11-19missed render border in modal keymapCampbell Barton
2009-11-19Fix crash on Windows when clicking anywhere in a window. Cursor grabbing code...Joshua Leung
2009-11-18Correctly detect and use modal keymaps in macrosMartin Poirier
2009-11-18Disable continuous grab during tablet use (fixing tablet jerkiness issues)Damien Plisson
2009-11-18Fun stuff with macroMartin Poirier