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-10-23- fix for error with utf8 textinput for buttonsCampbell Barton
2011-10-23Context menu 'Edit Source' operator no longer needs to be enabled as a build ...Campbell Barton
2011-10-22- use defines for wmKeyMapItem & wmEvent alt/shift/ctrl/oskeyCampbell Barton
2011-10-20fixes for unicode input, should work for operator textinput now.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-16utf8 editing for UI text input, this means backspace, delete, arrow keys prop...Campbell Barton
2011-10-15fix UI jump in normal buttons for buttons which didnt start out normalized.Campbell Barton
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-03fix for missing null check in own recent commit.Campbell Barton
2011-10-03minor edit for UI code, pointless short/int mix.Campbell Barton
2011-09-28fix 2 bugs with reset-default failing on operators redo panel.Campbell Barton
2011-09-27minor changes to interface code (no functional changes)Campbell Barton
2011-09-26use BLI_snprintf rather than sprintf for interface functionsCampbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-25picky style edits with screen/view/drawing, also remove own bad example doc.Campbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-19store a pointer to the units system in the uiBlock since the button code was ...Campbell Barton
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-07comment unused varsCampbell Barton
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-08-05fix for icon scaling with the DPI settingCampbell Barton
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-29merge with trunk r38787Xiao Xiangquan
2011-07-26- bugfix for icon listview where the icons would only wrap onceCampbell Barton
2011-07-16select uiStyle according to UserDef and update lang-packsXiao Xiangquan
2011-07-05Merging from trunk up to r38119.Joerg Mueller
2011-07-04Fix #27850: keyboards with a comma instead of a dot on the numpad now getBrecht Van Lommel
2011-06-30Bugfixes:Joshua Leung
2011-06-04Code holiday commit:Ton Roosendaal
2011-06-02UI: fix two issues with expanded enum property buttons:Brecht Van Lommel
2011-05-31Button value reset:Brecht Van Lommel
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-19UI: fix menus getting closed too quick when moving mouse not exactly towardsBrecht Van Lommel
2011-05-18UI: fix access of freed memory in buttons handling code.Brecht Van Lommel
2011-05-10entering non utf8 text in filepaths in the file selector would get incorrectl...Campbell Barton
2011-05-01Style CleanupCampbell Barton
2011-04-20Bugfix #27058Ton Roosendaal
2011-04-11fix [#26856] Can't change target object in modifier by Ctrl+VCampbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton