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-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
2014-09-14Cleanup & typo in assignmentCampbell Barton
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-14Follow up to previous commit.Antony Riakiotakis
2014-07-14Feature request:Antony Riakiotakis
2014-07-11WM: add WM_operator_properties_create_ptrCampbell Barton
2014-06-15Code cleanup: commentsCampbell Barton
2014-06-03Change to key modifier should trigger re-evaluation of drag-and-dropCampbell Barton
2014-06-03Code cleanup: use typedefs for ui handler functionsCampbell Barton
2014-05-16Fix T40202: File selector operators not reported in info viewCampbell Barton
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-28NDOF: minor tweaks based on feedback.Campbell Barton
2014-02-26Fix T37756: file > open with file selector already open not restoring screen ...Brecht Van Lommel
2014-02-22NDOF: fix for view3d ignoring lens values when panningCampbell Barton
2014-02-18NDOF: Fix for fly/walk mode ignoring axis invert optionsCampbell Barton
2014-02-15NDOF: rename 'zoom updown' to 'pan xy swap axis'Campbell Barton
2014-02-12NDOF: print events when debugging is enabledCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-31Events: fix for wmEvent prevx, prevy not updatingCampbell Barton