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-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
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-11fix for crash in own recent commit. searchbox's need their own keynav state s...Campbell Barton
2013-04-11fix [#34936] Unable to select items using only the arrow keysCampbell Barton
2013-04-06ctrl+a select all in button fieldCampbell Barton
2013-04-04code cleanup: use bools in interface handlers, dont show translation menu whe...Campbell Barton
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-26fix for missing redraw in own commit r55554 (Ctrl+F text editor find).Campbell Barton
2013-03-24edit to 55549, replace fake click event with call to uiButActiveOnly().Campbell Barton
2013-03-24UI small fixes:Ton Roosendaal
2013-03-24Small feature:Ton Roosendaal
2013-03-24Usablity:Ton Roosendaal
2013-03-23code cleanup: remove unused button type HSVSLICampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18Bug fix, irc:Ton Roosendaal
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-03-16fix for error pasting into a color button (tried to read its rna index of -1)Campbell Barton
2013-03-13Fix wrong use of enum in UI code to reactive button on mouse over, this workedBrecht Van Lommel
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-04fix [#34490] Copy and paste floating point number fields losses precisionCampbell Barton
2013-03-03move toggle drag into a UI handler (was modal operator)Campbell Barton
2013-03-01fix for drag-toggle, bit-buttons weren't handled which made drag toggle fail ...Campbell Barton
2013-02-28fix [#33466] alt + mouse wheelCampbell Barton
2013-02-27fix for error with drag toggle which showed up with overlapping regions.Campbell Barton
2013-02-26simplify drag toggle operator, use BLI_rctf_isect_segment between mouse event...Campbell Barton
2013-02-26add define for drag toggle.Campbell Barton