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
2011-11-04Fix #29155: Inconsistency with 0 and Del hotkeysSergey Sharybin
2011-11-04correct some warnings, also sensor_x was being paassed to object_camera_matri...Campbell Barton
2011-11-04Enabled ndof devices for controlling colour wheel and cube UI controls Matt Ebb
2011-11-04utility function to find the biggest area: BKE_screen_find_big_area(...), was...Campbell Barton
2011-11-04compile without python works againCampbell Barton
2011-11-01== Removal of SpaceSound ==Thomas Dinges
2011-11-01== Cleanup of SpaceImasel ==Andrea Weikert
2011-10-31Fix: selecting with z-buffer hiding did not work when graphics card settingsBrecht Van Lommel
2011-10-29replace BLI_strtok_r from r41337 with lighter method that doesnt alloc for te...Campbell Barton
2011-10-28UI list template: committing patch [#26629].Bastien Montagne
2011-10-28Renaming the extensionless "blenderbuttons" to "blender_icons.png"Joshua Leung
2011-10-27pass image description to image loading functions for more useful error than ...Campbell Barton
2011-10-25- fix numpad comma replacement which was broken since unicode input was added.Campbell Barton
2011-10-24fix for error utf8 printing input.Campbell Barton
2011-10-24fix for crash when entering in non unicode ascii chars.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23Typo fixes for the typo fixes. :DThomas Dinges
2011-10-23fix some typo'sCampbell Barton
2011-10-23- fix for error with utf8 textinput for buttonsCampbell Barton
2011-10-23use defines for keying set names to avoid confusing them with text and having...Campbell Barton
2011-10-23Context menu 'Edit Source' operator no longer needs to be enabled as a build ...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22- use defines for wmKeyMapItem & wmEvent alt/shift/ctrl/oskeyCampbell Barton
2011-10-22py api - added PyC_UnicodeFromByteAndSize() to match PyUnicode_FromStringAndS...Campbell Barton
2011-10-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel
2011-10-21misc cleanupCampbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton
2011-10-20fixes for unicode input, should work for operator textinput now.Campbell Barton
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-20fix [#28902] Rendering and visibility icons in modifier panel move between cl...Campbell Barton
2011-10-20minor changes to test editingCampbell Barton
2011-10-20initial support for unicode keyboard input for ghost & blenders WM.Campbell Barton
2011-10-20debug build option WITH_PYTHON_UI_INFO, so you can right click and edit the p...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-16utf8 editing for UI text input, this means backspace, delete, arrow keys prop...Campbell Barton
2011-10-15spelling corrections in comments and quiet warningCampbell Barton
2011-10-15make sure render layer names are unique when setting through rna.Campbell Barton
2011-10-15fix UI jump in normal buttons for buttons which didnt start out normalized.Campbell Barton
2011-10-14Fix for first part of #28911: driver not working properly since 2.594Sergey Sharybin
2011-10-11fix for drag-n-drop ID's for renaming (own fault when fixing #24016)Campbell Barton
2011-10-10bug #28848 also mentions Ctrl+Backspace isnt working.Campbell Barton
2011-10-09text edit: selecting zoomed in text with the mouse had an incorrect offset.Campbell Barton
2011-10-09text editing: make jumping left/right both act the same way (was skipping an ...Campbell Barton
2011-10-09button text editing: home/end were not moving the cursor position, only the s...Campbell Barton
2011-10-09fix [#28848] Editing object name (e.g.), Ctrl-Shift-Arrows don't work as Ctrl...Campbell Barton
2011-10-05minor editsCampbell Barton
2011-10-04Fix #28202: (only) modifying keymap item properties did not save properly, theBrecht Van Lommel
2011-10-03fix for missing null check in own recent commit.Campbell Barton
2011-10-03revert r40738, flipepd enums give quick access to first items, even if it doe...Campbell Barton