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
2014-02-12NDOF: minor color picker improvementsCampbell Barton
2014-02-12NDOF: fix for negative colors and flickering hue when picking with HSVCUBECampbell Barton
2014-02-10UI: allow clicking to close menus and popups (but not submenus).Campbell Barton
2014-02-10UI: refactor menus to remove menus encoded in stringsCampbell Barton
2014-02-09UI: use proportional option while dragging buttonsCampbell Barton
2014-02-08UI: multi-drag number button editingCampbell Barton
2014-02-08UI: split ui_button_execute_do into begin/endCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Change confusing check discovered while working on HCL color wheel:Antony Riakiotakis
2014-02-01Code cleanup: use length squared where possibleCampbell Barton
2014-01-29UI: minor optimization for button lookup, break early when button foundCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-17UI: tweak menu padding and make separator line more visible.Brecht Van Lommel
2014-01-15Code Cleanup: use iroundfCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2014-01-05UI: Use shift+lmb for toggling panel pinning (not to conflict with MMB emulat...Campbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-19Fix T37795: Resetting a button to the default value could crashCampbell Barton
2013-12-18UI: avoid using AT define for malloc id'sCampbell Barton
2013-12-18Fix for button selection offsetCampbell Barton
2013-12-18Code Clenaup: use const for button checking functionsCampbell Barton
2013-12-16UI: Tabs categories for panels (D75)Campbell Barton
2013-12-10Fix T37739: uiList drag-resize was not working as expected outside of panels.Bastien Montagne
2013-12-10Style CleanupCampbell Barton
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell Barton
2013-12-03Code cleanup: replace rectf_scale with BLI_rctf_scaleCampbell Barton
2013-12-03User Interface: error in own recent commit, replacing loop with memsetCampbell Barton
2013-12-02User Interface: fix for crash pressing Ctrl+DeleteCampbell Barton
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-29File Browser: autocomplete keeps focus in the file field when entering a folder.Brecht Van Lommel
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25UIList: add proper support for ctrl-c/v (copy/paste) of names.Bastien Montagne
2013-11-25Code Cleanup: style commentsCampbell Barton
2013-11-24UI List: renaming can now also be done with double click and ctrl+enter.Brecht Van Lommel
2013-11-23revert part of last commit, add ui_but_find_mouse_over_ex()Campbell Barton
2013-11-23UI List: ctrl click on names in list can be used for renaming.Bastien Montagne
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-20Fix T37545: SV+H color cube display changes H slider position when modifying ...Lukas Tönne
2013-11-18Fix T37088: Crash with eyedropper (shortcut E)Campbell Barton
2013-11-18Fix T37511: toggle-drag feature was crashing with menu items.Campbell Barton
2013-11-16Fix T37442: Disabled uiList would "freeze" Blender when trying to drag-resize...mont29
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-10-30revert own commit r60607, caused bug [#37253]Campbell Barton
2013-10-26holding ctrl now snaps the hue for color wheel and hsvcube.Campbell Barton
2013-10-26code cleanup: use bool for shift arg, order args more consistently between fu...Campbell Barton
2013-10-25replace snap values with enum and bool depending on use (it wasn't clear whic...Campbell Barton