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
2015-02-09Fix T43554: Zoom to mousepos makes 2D Views pan after zoom limits arejulianeisel
2015-02-06cleanup: styleCampbell Barton
2015-02-06cleanup: use bool args & redundant castsCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-28Add theme option for cliping borderAntony Riakiotakis
2015-01-27Interface get rid of some quadstrips in favor of trianglestripsMartijn Berger
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-26UI: macro for checking modifiersjulianeisel
2015-01-26Correction to c792e546991bd9: OS-Key should be checked as welljulianeisel
2015-01-26Cleanup: Remove ugly ELEM checks in modifier key handlingjulianeisel
2015-01-26If a modifier key is held, don't open context menujulianeisel
2015-01-21UI: support alt+wheel for expanded enumsCampbell Barton
2015-01-21Fix T43247: Don't open pulldown when a popup overlaps itjulianeisel
2015-01-21BKE_screen: add BKE_screen_find_area_xyCampbell Barton
2015-01-20Fix UI glitch: Ctrl/Shift didnt refresh the UICampbell Barton
2015-01-20Fix UI glitches drawing text at different sizesCampbell Barton
2015-01-20UI: cleanup UI_fontstyle_string_width, UI_draw_stringCampbell Barton
2015-01-20BLF: remove paranoid checks for unset default fontCampbell Barton
2015-01-19Fix two potential bugs reported by latest coverity scan.Bastien Montagne
2015-01-19Viewport: Add adjustable safe areas, 3d-view & VSECampbell Barton
2015-01-14UI: Eyedropper for view-depthCampbell Barton
2015-01-13Fix T43128: Headerless panels are reorderable on Windowsjulianeisel
2015-01-12Second try to fix missing previews of mat/tex/etc. in .blend files.Bastien Montagne
2015-01-11Cleanup: quite some harmless but noisy warnings from gcc...Bastien Montagne
2015-01-07Ugh, forgot to invert that one in previous commit, sorry for the noise...Bastien Montagne
2015-01-07Ensure mat/tex/etc. previews are generated/saved in .blend files when enabled...Bastien Montagne
2015-01-06UI: refactor button string get/set into functions.Campbell Barton
2015-01-06Correction to previous commitjulianeisel
2015-01-05Fix/cleanup very ugly and unsafe usage of but->str in ui_but_update().Bastien Montagne
2015-01-05Fix T43111: Node Editor (Slider) Draw Glitchjulianeisel
2015-01-04Fix sequencer border-flickeringCampbell Barton
2015-01-04Fix for crash for 'Edit Source'Campbell Barton
2015-01-03D824: Add themeing for keyframe lines in TimelineDiego Garcia
2015-01-03Grease Pencil: Vertex size and colours are now themableJoshua Leung
2015-01-03Cleanup: rename 'filelist' BLI funcs to consistent naming.Bastien Montagne
2015-01-03Add some BLI helpers needed by asset branch.Bastien Montagne
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-30Fix possible NULL pointer dereferenceCampbell Barton
2014-12-25Refactor 'immediate search' featureBastien Montagne
2014-12-18Fix/workaround T42944: Crash adding a shortcut in properties spaceCampbell Barton
2014-12-15Fix missing UI ID messages and/or I18N contexts for MovieClip/Mask/Palette/Pa...Bastien Montagne
2014-12-14IME fix: Quit two assert failuresSeverin
2014-12-10UI: add Shift-Drag to multiselect expanded enum items too.Bastien Montagne
2014-12-08Cleanup: Minor edits to widget emboss codejulianeisel
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-12-06Fix inbetween mousemove event getting detected in hotkey buttons.Brecht Van Lommel
2014-12-02Fix rare crash dragging number-buttonsCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-26cleanup: style & tipsCampbell Barton
2014-11-24UI: avoid property lookup for uiItemMenuEnumRCampbell Barton