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-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
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-12code cleanup: use an enum for uiBut->pointype (more useful debug display of m...Campbell Barton
2012-09-10change to auto-opening menus so the first menu item in popup menu wont auto o...Campbell Barton
2012-09-10code cleanup: use typedef'd enum for block bounds types.Campbell Barton
2012-09-10code cleanup:Campbell Barton
2012-09-09fix [#29072] Color pickers don't close properly when moving the mouse awayCampbell Barton
2012-09-03code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h an...Campbell Barton
2012-08-26code cleanup: comments and some minor edits to interface code.Campbell Barton
2012-08-18use rctf struct for UI buttons and blocks, easier to read and means we can us...Campbell Barton
2012-08-17fix for crash showing tooltip for NODE_OT_add_search()Campbell Barton
2012-07-17option to clear all keys from a button, so you dont have to hunt about for th...Campbell Barton
2012-06-21hue color display still was shifted, turned out the resolution was a bit too ...Campbell Barton
2012-06-01Theme color for frame nodes. The alpha value from this theme color is also us...Lukas Toenne
2012-05-23Finish changes in up/down arrows for menusSergey Sharybin
2012-05-17style cleanup: line length and ensure some macros error when not ending with ';'Campbell Barton
2012-05-08style cleanup: gpencil & metaballCampbell Barton
2012-03-23patch [#30620] Wiki Quick Hack: Make Tooltip Text Colour ThemeableCampbell Barton
2012-03-20patch [#30595] Wiki Quick Hacks: Make Tooltip Background Colour ThemeableCampbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-22fix for memory leak displaying shortcuts to buttons which use allocated strin...Campbell Barton
2012-01-21modify number button copy/paste to work as if you enter the button, select te...Campbell Barton
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-14fix for own error making button outlines darker.Campbell Barton
2011-12-17Fix #29569: region expander widget drawing poorly antialiased.Brecht Van Lommel
2011-11-20UI:Brecht Van Lommel
2011-11-10presets now work from non-redo popups,Campbell Barton