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-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton
2014-08-14Pie menus:Antony Riakiotakis
2014-08-13Maybe slightly controversial pie commit:Antony Riakiotakis
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-07-23Fix T41156: UILayout.prop_enum() does not observe "text" parameter overrideBastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-14UI: Add support for popups to refresh their layput (D578)Campbell Barton
2014-06-13Code cleanup: UI, unnecessary float/int conversionCampbell Barton
2014-05-06Fix for own recent change to menu shortcut behaviorCampbell Barton
2014-04-30Warning cleanup: signed/unsigned compareCampbell Barton
2014-04-13Code cleanup: quiet warnings & styleCampbell Barton
2014-04-02Replace resize code of image scopes by use of new GRIP button.Bastien Montagne
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-19Fix for Layout.operator_enum ignoring alignmentCampbell Barton
2014-03-12UI: allow passing "" for icon only enum buttons and still get an iconCampbell Barton
2014-02-27Fix: 'F-Curve Editor' popup text was truncated.Campbell Barton
2014-02-12fix/workaround for v3d object mode selector flipping directionCampbell Barton
2014-02-11Own recent removal of string encoded menus missed render layers/passesCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-30UI API: don't use a text label when icon_only is setCampbell Barton
2014-01-27UI: Fix for icon-only menus too small click-able areaCampbell Barton
2014-01-17UI: tweak menu padding and make separator line more visible.Brecht Van Lommel
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-11-27Fix T37383: wrong spacing on Add menu in 3D view header.Brecht Van Lommel
2013-11-26Fix own regression in rB254aa8f3a0fb: Titles and sub-titles in menus were dra...Bastien Montagne
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-23UI List: ctrl click on names in list can be used for renaming.Bastien Montagne
2013-11-22fix for active bone not saving in editmode.Campbell Barton
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-18Patch T37363: Highlight bone layers with active bones (as for Object Layers)Joshua Leung
2013-11-18Code cleanup - Reduce duplication of layer number calculations hereJoshua Leung
2013-11-09uiList: fix another bug, where active item labels in sublayouts would not get...Bastien Montagne
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-10-12Revert both own r60700 and r60702. API behavior for expanded enums is complet...Bastien Montagne
2013-10-12Followup to own r60700, fix was not correct... In fact, beahivor of expanded ...Bastien Montagne
2013-10-12Fix obvious error in expanded enum layout code, given uiname would never be u...Bastien Montagne
2013-10-09re-enable activating the text input field for new popup dialog boxes,Campbell Barton
2013-09-03display angle in axis/angle buttons as degrees as with euler rotations.Campbell Barton
2013-08-27uiLists enhacements: dragresize and better GRID layout.Bastien Montagne
2013-08-23UI layout: Fix the fact that children layouts were implicitely inconditionnal...Bastien Montagne
2013-08-04avoid runtime overflow (1 << 31), for RNA and armature layer UI.Campbell Barton
2013-07-12fix [#36109] UI softlock when first property of an operator is StringCampbell Barton
2013-07-10fix [#36073] Changing list items misses undo pushCampbell Barton
2013-06-26Fix [#35750] list items in properties editor (text colors not following list ...Bastien Montagne
2013-06-25Fix #35715: graph editor > channels > move.. menu item showed wrong keyboard ...Brecht Van Lommel
2013-06-19Fix for expanded enums with icon_only enabled, name of each item was still us...Bastien Montagne
2013-06-13Fix #35715: incorrect shortcut shown for some menus after recent code refacto...Brecht Van Lommel
2013-06-01style cleanupCampbell Barton