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-10Fix T37739: uiList drag-resize was not working as expected outside of panels.Bastien Montagne
2013-12-10Style CleanupCampbell Barton
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell Barton
2013-12-03Code cleanup: replace rectf_scale with BLI_rctf_scaleCampbell Barton
2013-12-03User Interface: error in own recent commit, replacing loop with memsetCampbell Barton
2013-12-02User Interface: fix for crash pressing Ctrl+DeleteCampbell 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-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25UIList: add proper support for ctrl-c/v (copy/paste) of names.Bastien Montagne
2013-11-25Code Cleanup: style commentsCampbell Barton
2013-11-24UI List: renaming can now also be done with double click and ctrl+enter.Brecht Van Lommel
2013-11-23revert part of last commit, add ui_but_find_mouse_over_ex()Campbell Barton
2013-11-23UI List: ctrl click on names in list can be used for renaming.Bastien Montagne
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-11-18Fix T37088: Crash with eyedropper (shortcut E)Campbell Barton
2013-11-18Fix T37511: toggle-drag feature was crashing with menu items.Campbell Barton
2013-11-16Fix T37442: Disabled uiList would "freeze" Blender when trying to drag-resize...mont29
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-10-30revert own commit r60607, caused bug [#37253]Campbell Barton
2013-10-26holding ctrl now snaps the hue for color wheel and hsvcube.Campbell Barton
2013-10-26code cleanup: use bool for shift arg, order args more consistently between fu...Campbell Barton
2013-10-25replace snap values with enum and bool depending on use (it wasn't clear whic...Campbell Barton
2013-10-25patch [#37197] angle snapping for NORMAL buttonCampbell Barton
2013-10-17patch [#37114] copypaste for NORMAL buttons (BUT_NORMAL)Campbell Barton
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-08e-key to access the eyedropper over a color button.Campbell Barton
2013-10-08move color button event handling into its own function.Campbell Barton
2013-10-08avoid allocating a dummy string for the unlink button.Campbell Barton
2013-10-04pressing enter over a file-text button is ignored (so enter in the file selec...Campbell Barton
2013-10-02re-shuffle ifdef for osx to make it more clearCampbell Barton
2013-10-02OSX: readd ctrl-a for 'select all' in text(-boxes) against my own conviction ...Jens Verwiebe
2013-10-01OSX/keys: change to OSX conform cmd-a for 'select-all' in text(-boxes)Jens Verwiebe
2013-09-24Fix #36783: click outside splash screen to close it would not highlight theBrecht Van Lommel
2013-09-20Fix #36226, Select Linked works not in touch with Prefs.Lukas Toenne
2013-09-13when handling the escape key, check for press (ignore release events), right ...Campbell Barton
2013-09-09Fix #36682: disable shift+backspace shortcut to delete all text in text fields,Brecht Van Lommel
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-08-31remove calls to CTX_wm_region(C) when the region is already known.Campbell Barton
2013-08-31fix for ui glitch, pressing backspace over a button to reset to the default v...Campbell Barton
2013-08-30minor ui editsCampbell Barton
2013-08-29Last uiList patch (for now!): filtering and reordering of shown elements.Bastien Montagne
2013-08-28Some tweaking to uiList dragsize, to make it more reactive to very quick moves.Bastien Montagne
2013-08-28tweak to dragging the ui-list, would lag behind the mouse noticeably.Campbell Barton
2013-08-27Small enhancement to grab-resize of uiLists, suggested by plasmasolutions: do...Bastien Montagne