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
2010-01-07Replaced lasso gesture filling code with scanfill, not 100% as nice, but simp...Matt Ebb
2010-01-06Disable OpenGL anti-aliasing by default for now.Damien Plisson
2010-01-06OpenGL Anti-aliasing implementation for blender windowsDamien Plisson
2010-01-06*Disabled filled lasso drawing on Windows for now, was causing some strange p...Matt Ebb
2010-01-06Small tweaks to gesture drawing to show the filled selectable area.Matt Ebb
2010-01-05Macro: insert macro properties into sub operator properties when run (this en...Martin Poirier
2010-01-04bugfix: macro redo could crash because of not nulled freed pointer.Martin Poirier
2010-01-03Changes to Brush texture workflowMatt Ebb
2010-01-03bugfix [#20510] .blog file causes crash (again rev25592)Campbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-28remove operators WM_OT_open_recentfile and WM_OT_open_recentfile_splashCampbell Barton
2009-12-28- loading missing files didnt give any warningCampbell Barton
2009-12-27Wrong description in WM_OT_call_menuMartin Poirier
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-24pedantic naming: wmKeyMapItem wasnt called 'kmi' in some cases.Campbell Barton
2009-12-24Key map related things:Matt Ebb
2009-12-23fix for a crash when running blender in debug mode (-d arg), was registering ...Campbell Barton
2009-12-22Reports: writing movies now uses the reports mechanism to throw errors.Brecht Van Lommel
2009-12-22Fix #20433: make single user doesn't work from menu. Popup menus forBrecht Van Lommel
2009-12-21Missing id assignment for kmi creation function (2 out of 3 isn't good enough).Martin Poirier
2009-12-19Bugfix: doubles are not supported correctly in SDNA, double clickBrecht Van Lommel
2009-12-18Keymap conflict detection operator.Martin Poirier
2009-12-17Fix #19431: gestures would sometimes draw incorrect, now ensures theyBrecht Van Lommel
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-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-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