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
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
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-07Various Sticky fixes (tm)Julian Eisel
2015-04-06Fix T44278: Tab, Z-Key and Spacebar not workingJulian Eisel
2015-04-05Stickies: Don't send extra event on KM_CLICKJulian Eisel
2015-04-04WM: prefer define over zero wmEvent.valCampbell Barton
2015-04-04Fix T44251: Changing views using numpad brokenJulian Eisel
2015-04-03Sticky Keys backendJulian Eisel
2015-03-26sound module: Append functions with BKE (makes it easier to make themAntony Riakiotakis
2015-03-09Fix T43920: Crash when clicking into different area during IME compositionSeverin
2015-03-03Fix T43864: Saving from top area in fullscreen changes wrong area into File B...Julian Eisel
2015-02-23Debug GPU functionality from soc-viewport_fx by Jason WilkinsAntony Riakiotakis
2015-02-06Cleanup: styleCampbell Barton
2015-01-29File Browser: Remove unused fileselect event valuejulianeisel
2015-01-28Stacked fullscreen area support (proper implemenation)julianeisel
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-25Cleanup: Ugly typo (retore->restore)julianeisel
2015-01-14Workaround/Fix T43139: Calling bpy.ops.screen.screen_full_area() multiple tim...julianeisel
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2015-01-12Fix T42754: File-Selector lost on fullscreen exitCampbell Barton
2015-01-06Event System Cleanup: Modifier Key Assignment Switchjulianeisel
2015-01-06Fix T40435: Fix event system modifier key handlingjulianeisel
2014-12-08Cleanup: spellingCampbell Barton
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-16Cleanup: Replace `WM_operator_name_call` by `WM_operator_name_call_ptr` where...Bastien Montagne
2014-11-11UI Refactor T41640Campbell Barton
2014-10-13Filter out pie spawn button events.Antony Riakiotakis
2014-10-13Pie menus: Confirm thresholdAntony Riakiotakis