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-17Hotkey for outliner window was there twiceMartin Poirier
2009-12-17- sequencer clipboard now stored globally (not in the scene, makes pasting in...Campbell Barton
2009-12-17Fix #20374: Limit selection to visible would not work anymore after trying toBrecht Van Lommel
2009-12-17Fix [#20397] Saving with F2 on multiple windows layout crashesMatt Ebb
2009-12-17keymap editorMartin Poirier
2009-12-14Fix #19897: WM_OT_redraw_timer memory leak using Draw Window.Brecht Van Lommel
2009-12-14Fix #20113: CLICK events stop working when opening a new file.Brecht Van Lommel
2009-12-14patch [#20342] Notifier patch for modifier rename and particle system renameMatt Ebb
2009-12-11Sculpt Branch:sculpt25Brecht Van Lommel
2009-12-11Fix small mem leak in wm_window_get_size_ghostDamien Plisson
2009-12-11Double Click plays nicer with Click.Martin Poirier
2009-12-11wm_menu_invoke calls exec automatically if property is already set.Martin Poirier
2009-12-10Double Click event value.Martin Poirier
2009-12-10align option for splitCampbell Barton
2009-12-10Sculpt Branch:Brecht Van Lommel
2009-12-10Update Handling: moved wm_data_handle_update from windowmanager toBrecht Van Lommel
2009-12-09Sculpt Branch:Brecht Van Lommel
2009-12-09RNA: fix for yesterday's commit, browsing screens and scenes wasBrecht Van Lommel
2009-12-09grabcursor attribute stores full grab mode so we can better differentiate whe...Martin Poirier
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-07Sculpt Branch:Brecht Van Lommel
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