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-12-11User Interface: Align number buttons labels to the left, number rightCampbell Barton
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell 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-25User Defaults: Change user defaults based on decission by new UI team - T37518Campbell Barton
2013-11-21Code cleanup: Minor addition to rB254aa8f3a0fbffcbcb886cfaa81b630ae3e9bb78: h...Bastien Montagne
2013-11-21Squashed commit of the following:Bastien Montagne
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton
2013-11-19Fix: tab completing a filepath name in file browsers asks to create a newHenrik Aarnio
2013-11-01missing bit from last float precision update (patch by 'unknow' via irc)Dalai Felinto
2013-10-31Python ui: increase interface float precision limit from 6 to 7Dalai Felinto
2013-10-22style cleanupCampbell Barton
2013-10-16Project Pampa request: copy-paste for curve mapping widgetsSergey Sharybin
2013-10-12Fix #37047, Expanded Enum Alignment glitching.Lukas Toenne
2013-10-11Fix [#37039] Resize lists by new grab handles puts file into unsaved state.Bastien Montagne
2013-10-09fix [#37007] Save to file - increment number doesn't update background color ...Campbell Barton
2013-09-16replace RNA_property_array_length with RNA_property_array_check where the len...Campbell Barton
2013-09-14minor style clanup and use more meaningful name for 3DCONNEXION source code.Campbell Barton
2013-09-11interface, replace '|' with define UI_SEP_CHARCampbell Barton
2013-09-05simplify idprop reallocation with MEM_recallocNCampbell Barton
2013-09-03add checks for bad args to RNA_def_property_ui_range & RNA_def_property_range...Campbell Barton
2013-08-31fix for ui glitch, pressing backspace over a button to reset to the default v...Campbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-27internal api: args passed to ui_but_equals_old() were wrong order.Campbell Barton
2013-07-25skip creating the draw-string for number buttons while editing the text (valu...Campbell Barton
2013-07-25ui: internal change. replace strcat with BLI string functions for key-event d...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-17Hide unnecessary error print when showing tooltip over a property with no RNABrecht Van Lommel
2013-07-13fix for misc errorsCampbell Barton
2013-07-10fix [#36073] Changing list items misses undo pushCampbell Barton
2013-07-09fix [#36008] Can't set values higher than 1.0 in HSV colour picker (But can i...Campbell Barton
2013-07-07Bugfix [35841] WM_OT_context_[toggle/cycle/etc.] operators dont show shortcutJoshua Leung
2013-06-19ui precision drawing - avoid calling pow(10, -prec) since the range is small ...Campbell Barton
2013-06-19Take precision into account for calculating display of small numbersGaia Clary
2013-06-19fix for filesel autocomplete, it had the annoying behavior if you entered in ...Campbell Barton
2013-06-16add BLI_strcpy_rlen, replace strcat, which was used in misleading way.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-02tweak to recent commit, don't show keymap in menu tooltips.Campbell Barton
2013-06-01display menu items key shortcuts in the button tooltips.Campbell Barton
2013-05-12Fix for [#35224] Transform Orientation - order inconsistencyBastien Montagne
2013-05-11Fix #35262: assiging shortcuts from e.g. delete or selection mode menus did notBrecht Van Lommel
2013-05-08code cleanup: ui_but_is_rna_undo --> ui_is_but_rna_undo (ui_is_but_*** is use...Campbell Barton
2013-04-23fix [#35055] Crash in Edit Source feature for multilevel menusCampbell Barton
2013-04-19More fix (cleanup) to r56063: remove call to RNA_create_pointer, it has alrea...Bastien Montagne
2013-04-19fix for crash in r56063, was just missing an ID property copy (which menu does)Campbell Barton
2013-04-15Fix: when using a search menu with an operator's enum prop, the operator was ...Bastien Montagne
2013-04-13Fix: uiBlockSetNFunc was using uiButHandleFunc as param signature, instead of...Bastien Montagne
2013-04-08Fix #34875: 0 digits of precision was not supported for FloatProperty, nowBrecht Van Lommel