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
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
2014-01-29Option to lock the interface while renderingSergey Sharybin
2014-01-28Fix T38367: operators activated from popups didnt reuse settingsCampbell Barton
2014-01-28Fix T38381, Fix T38184: key events getting lost when modal operator is running.Brecht Van Lommel
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-11Events: support for buttons 6 & 7 (some trackballs have these) X11 onlyCampbell Barton
2014-01-11Events: Use INBETWEEN_MOUSEMOVE for inactive windows too.Campbell Barton
2014-01-08Fix T38108: blender freeze in remembering operator properties.Brecht Van Lommel
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell Barton
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-09-30fix for building with some configurationsCampbell Barton
2013-09-18fix relating to bug [#36758],Campbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton