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-11-21Cleanup: typoCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-09-04Fix T41704: 2.71.6 no longer reading user ui panel arrangement from earlier s...Bastien Montagne
2014-08-27Tabname should be fixed here as well.Antony Riakiotakis
2014-08-27Fix for uiPanelFindByType comparing wrong memberAntony Riakiotakis
2014-08-27UI: Warn when using fallback categoryCampbell Barton
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-07-28UI: Change appearance for panel drag area (D637)Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-02Fix incorrect sizes used copying panel idname, tabname.Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-02Fix for collapse ignoring pinned panelsCampbell Barton
2014-02-24Fix T38810: ctrl + click panel collapse not taking tabs into account.Brecht Van Lommel
2014-02-22Fix T38348: Panel remains scrolled when switching tabsCampbell Barton
2014-02-21Fix own error - tab scrolling mixed up region/window coordsCampbell Barton
2014-02-17UI: wheel switches tabs over the tab area, or ctrl+wheel anywhereCampbell Barton
2014-02-10UI: panel tabs, use simple color interpolation that ignores alphaCampbell Barton
2014-02-08UI: support for alpha tab backgroundCampbell Barton
2014-02-05Fix T38478: pin panel, then ctrl+click to collapse others incorrectly unpinne...Brecht Van Lommel
2014-01-23Make Tab Divider interopolate between the region background and tab outline.Jonathan Williamson
2014-01-23Tab theme colorsCampbell Barton
2014-01-15Fix for mistake in recent shadow addition in tabsCampbell Barton
2014-01-15Fix T38207: Tab scale jitters when resizing regionCampbell Barton
2014-01-15Code Cleanup: use iroundfCampbell Barton
2014-01-14Fix for icon pin drawing too large when (U.pixelsize != 1)Campbell Barton
2014-01-14Code Cleanup: minor edits to recent commitCampbell Barton
2014-01-14Missed a comment on last commit.Jonathan Williamson
2014-01-14Make Toolbar Tabs more readableJonathan Williamson
2014-01-13Fix T38171: Vertical tabs don't respond to clicks on the left most pixelsCampbell Barton
2014-01-05UI: pin icon was ignoring DPICampbell Barton
2014-01-05UI: Use shift+lmb for toggling panel pinning (not to conflict with MMB emulat...Campbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2014-01-04UI: Fix issue where tab text was too small and closely spacedCampbell Barton
2013-12-18Revert fix for T37705: it's messing up the panel order in another place.Brecht Van Lommel
2013-12-18Fix T37705: texture panel order wrong when switching from cycles to blender r...Brecht Van Lommel
2013-12-16UI: Tabs categories for panels (D75)Campbell Barton
2013-12-07Code Cleanup: pass rectangles as const in insterface filesCampbell 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-07-15fix for bad lengths being passed to string functions.Campbell Barton
2013-06-24Fix [#35790] Panel Section Arrows Wrong Theme ColorsBastien Montagne
2013-03-23Code cleanuo:Thomas Dinges
2013-03-15Add the possibility to define the translation context for py rna classes (ope...Bastien Montagne
2013-02-14Divide by 3 instead of multiplying by variations of 0.333Sergej Reich
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-01code cleanup: make wmEvent's 'const' in interface code (reduces manual checki...Campbell Barton
2013-01-28Fix for a nasty glicth found by Irie Shinsuke in Freestyle branch.Bastien Montagne
2013-01-21code cleanup: style & warnings.Campbell Barton