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-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-10-16Project Pampa request: copy-paste for curve mapping widgetsSergey Sharybin
2013-10-15fix [#37078] Search props don't react on click at the right end (where 'X' is...Campbell Barton
2013-10-08id-data eyedropprt, currently only accessible via the Ekey,Campbell Barton
2013-10-08move eyedropper into its own file, uses mostly different includes to interfac...Campbell Barton
2013-09-11fix [#36699] ASCII-character "|" blocks parentingCampbell Barton
2013-08-31fix for ui glitch, pressing backspace over a button to reset to the default v...Campbell Barton
2013-07-25add missing break to space-buttons listener, also rewind own recent change (u...Campbell Barton
2013-07-25internal change for ui_mouse_motion_towards_*** use,Campbell Barton
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-13fix [#35346] Python: still UI issue with popup and dropdown listCampbell Barton
2013-06-09Code cleanup: removed some unused UI button typesBrecht Van Lommel
2013-06-07add support for storing text styles in themes.Campbell Barton
2013-05-02fix [#35178] Autoselect-in-list for Vertex Group selection doesn't work.Campbell Barton
2013-04-30use const vars for UI arrays.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-11fix [#34936] Unable to select items using only the arrow keysCampbell 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-26style cleanup:Campbell Barton
2013-03-23Code cleanuo:Thomas Dinges
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-07avoid calling glGetFloatv() twice when UI_RB_ALPHA is enabled with uiRoundBox()Campbell Barton
2013-03-06fix for bug where array buttons would use -1 index, causing an out-of-bounds ...Campbell Barton
2013-03-04fix [#34490] Copy and paste floating point number fields losses precisionCampbell Barton
2013-03-01code cleanup: minor refactor of button pressed state checking, needed for dra...Campbell Barton
2013-02-26simplify drag toggle operator, use BLI_rctf_isect_segment between mouse event...Campbell Barton
2013-02-22Toggle-Drag UI FeatureCampbell Barton
2013-02-19Fix #34315: memory leak cancelling move to layer operator, after change to makeBrecht Van Lommel
2013-02-01code cleanup: make wmEvent's 'const' in interface code (reduces manual checki...Campbell Barton
2013-01-17use define for text offset & seletion.Campbell Barton
2013-01-01Further trackpad work:Ton Roosendaal
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-13minor editsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-11use const char for display deviceCampbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-06add comments for uiBut a1 and a2 values.Campbell Barton
2012-10-31Fix #31482: menu with scrollers when window is too small, didn't auto scrollBrecht Van Lommel
2012-10-26* New string property subtype: PASSWORDJiri Hnidek
2012-10-05UI: buttons that open menus now align to the menu rather than looking disconn...Brecht Van Lommel
2012-10-04avoid a sqrtf call in ui_hsvcircle_vals_from_pos() for values outside the cir...Campbell Barton
2012-09-22revert own commit r50501 (have a better way to implement this same feature)Campbell Barton
2012-09-19code cleanup: marker transform was doing some redundant/misleading assignment...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton