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
2013-10-08id-data eyedropprt, currently only accessible via the Ekey,Campbell Barton
2013-10-08e-key to access the eyedropper over a color button.Campbell Barton
2013-10-08move color button event handling into its own function.Campbell Barton
2013-10-08avoid allocating a dummy string for the unlink button.Campbell Barton
2013-10-04pressing enter over a file-text button is ignored (so enter in the file selec...Campbell Barton
2013-10-02re-shuffle ifdef for osx to make it more clearCampbell Barton
2013-10-02OSX: readd ctrl-a for 'select all' in text(-boxes) against my own conviction ...Jens Verwiebe
2013-10-01OSX/keys: change to OSX conform cmd-a for 'select-all' in text(-boxes)Jens Verwiebe
2013-09-24Fix #36783: click outside splash screen to close it would not highlight theBrecht Van Lommel
2013-09-20Fix #36226, Select Linked works not in touch with Prefs.Lukas Toenne
2013-09-13when handling the escape key, check for press (ignore release events), right ...Campbell Barton
2013-09-09Fix #36682: disable shift+backspace shortcut to delete all text in text fields,Brecht Van Lommel
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-08-31remove calls to CTX_wm_region(C) when the region is already known.Campbell Barton
2013-08-31fix for ui glitch, pressing backspace over a button to reset to the default v...Campbell Barton
2013-08-30minor ui editsCampbell Barton
2013-08-29Last uiList patch (for now!): filtering and reordering of shown elements.Bastien Montagne
2013-08-28Some tweaking to uiList dragsize, to make it more reactive to very quick moves.Bastien Montagne
2013-08-28tweak to dragging the ui-list, would lag behind the mouse noticeably.Campbell Barton
2013-08-27Small enhancement to grab-resize of uiLists, suggested by plasmasolutions: do...Bastien Montagne
2013-08-27uiLists enhacements: dragresize and better GRID layout.Bastien Montagne
2013-08-11remove unused auto-key struct-member from uiAfterFunc, add compiler defines t...Campbell Barton
2013-08-07quiet shadow warnings and remove redundant NULL checkCampbell Barton
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-27correct sloppy NULL checks, in interface code:Campbell Barton
2013-07-25fix/workaround [#36269] Crash upon right click on menu and left click on itemCampbell Barton
2013-07-25internal change for ui_mouse_motion_towards_*** use,Campbell Barton
2013-07-23let the enter key active text buttons and the unlink buttonCampbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-13fix for missing break statements in switch, some key shortcuts and notifiers ...Campbell Barton
2013-07-10fix [#35948] Toggle-Draw AutoKeyframe BugCampbell Barton
2013-07-10fix [#36073] Changing list items misses undo pushCampbell Barton
2013-07-09Fix #36030: datablock drag and drop to buttons not working with a certain numberBrecht Van Lommel
2013-07-05edit on r57996, no need to use for loop.Campbell Barton
2013-07-04Fix #36001: crashing copying long strings in text buttons.Brecht Van Lommel
2013-07-04Fix #35991: show warning message to when trying to edit driven values in numb...Brecht Van Lommel
2013-06-26Fix [#35750] list items in properties editor (text colors not following list ...Bastien Montagne
2013-06-19fix for filesel autocomplete, it had the annoying behavior if you entered in ...Campbell Barton
2013-06-19alternate fix for r57562. check if the mouse is over the parent menu.Campbell Barton
2013-06-19fix [#35792] Submenus not opening properly on mouse moveCampbell Barton
2013-06-13fix [#35346] Python: still UI issue with popup and dropdown listCampbell Barton
2013-06-13fix [#35713] Set Origin not waiting for user input.Campbell Barton
2013-06-09Code cleanup: removed some unused UI button typesBrecht Van Lommel
2013-06-07Usablity:Ton Roosendaal
2013-06-03fix for missing undo push for drag-toggle.Campbell Barton
2013-06-03fix [#35434] Segmentation fault switching screen layout from pythonCampbell Barton
2013-05-17fix for crash with toggle-drag on a popup (when the popup is closed while dra...Campbell Barton
2013-05-13change to drag-lock behavior, only use with outliner (this way layers can be ...Campbell Barton
2013-05-13fix for toggle drag not working in popups (move layers for eg)Campbell Barton
2013-05-04fix for mistake in own recent commit, broke operator search (r56465).Campbell Barton