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-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
2013-05-02fix for mistake in own commit r56399, it broke click-dragging to open and sel...Campbell Barton
2013-05-02fix [#35178] Autoselect-in-list for Vertex Group selection doesn't work.Campbell Barton
2013-05-02interface: clear red-alert flag when editing a button, confuses and makes it ...Campbell Barton
2013-04-30Fix compilation in release mode with strict flagsSergey Sharybin
2013-04-30fix for an issue raised in [#35154],Campbell Barton
2013-04-30fix [#35154] Python: UI issues with invoke_props_dialog()Campbell Barton
2013-04-30convert macro PASS_EVENT_TO_PARENT_IF_NONACTIVE into a static function. (havi...Campbell Barton
2013-04-27"Bug" & usability fix, own collection.Ton Roosendaal
2013-04-23fix [#35055] Crash in Edit Source feature for multilevel menusCampbell Barton
2013-04-15Fix: when using a search menu with an operator's enum prop, the operator was ...Bastien Montagne