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
2017-03-14WM: add Operator.is_repeat() check for C & PyCampbell Barton
2017-03-14WM: store operators with undo flagCampbell Barton
2017-03-06Multi-View: Map cursor coordinates to visual coordinatesJulian Eisel
2016-11-15Cleanup: More explicit parenthesesSergey Sharybin
2016-11-15Implement grouped undo option for operatorsDalai Felinto
2016-09-12Fix error in --debug-handlers printingJulian Eisel
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-07-29Remove "debug build only" event printing.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-21Fix T48196: Crash enabling modal operator in execCampbell Barton
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-05-10Fix T48369: Missing suport for main '+' key.Bastien Montagne
2016-04-23Fix T48173: event.mouse_prev_x/y unreliable.Brecht Van Lommel
2016-04-19Cleanup: pass event args as constCampbell Barton
2016-04-17Fix T48171: activating spacebar search menu over text button activates it or ...Brecht Van Lommel
2016-02-29Fix a bunch of temp full-screen glitchesJulian Eisel
2016-02-08Fix T47354: Garbage key events (UNKOWNKEY) would remain in backup event's key...Bastien Montagne
2016-01-28WM: allow filesel to execute a modal operatorCampbell Barton
2016-01-27WM: Support showing reports for modal operatorsCampbell Barton
2016-01-17Cleanup: styleCampbell Barton
2016-01-17Fix memory leak in (the still unused) WM_reportf.Brecht Van Lommel
2016-01-17WM: remove unnecessary context argument from WM_report, no good reason to hav...Brecht Van Lommel
2016-01-11WM: show file selector errors in headerCampbell Barton
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-09-10Correction to last commitJulian Eisel
2015-07-14Cleanup: headers (wm)Campbell Barton
2015-07-01User Prefs for NDOF dead-zoneCampbell Barton
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2015-06-11Fix possible NULL pointer useCampbell Barton
2015-06-08Fix T44976: 3D View turns into an Image Editor after saving renderJulian Eisel
2015-06-01Fix T40621: Tablet in walk mode failsCampbell Barton
2015-06-01WM: include tablet data in WM_event_printCampbell Barton
2015-06-01Fix T44747: Drag toggle /w nodes (glitch)Campbell Barton
2015-06-01Cleanup: doxygen commentsCampbell Barton
2015-06-01Fix T44892: Cursor warp, invoked outside the areaCampbell Barton
2015-05-26Fix T44740: Tweak events stuck (ignored release)Campbell Barton
2015-05-23Cleanup: typosCampbell Barton
2015-05-18UI: errors in buttons now show in info reportCampbell Barton
2015-05-17Fix T44739: OS X RMB emulation giving wrong mouse button release event.Brecht Van Lommel
2015-05-15Fix some issues found by Coverity ScanJulian Eisel
2015-05-04Fix Buttons context, invalid object data accessCampbell Barton
2015-05-04Cleanup: WM_main_remove_notifier_referenceCampbell Barton
2015-04-30Fix T44439: outliner's treestore could keep invalid ID pointers, could crash ...Bastien Montagne
2015-04-29Don't check against scene notifier twiceAntony Riakiotakis
2015-04-27Fix T44011: Ruler/Knife/Loop-cut fail in quad-viewCampbell Barton
2015-04-27Cleanup: rename GRAB_POINTER -> GRAB_CURSORCampbell Barton
2015-04-25Fix T42495: Fullscreen area icon glitchJulian Eisel
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-15Cleanup: use const for event->tablet_dataCampbell Barton