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
2020-05-28Fix for T77111: Joins Areas Without Creating Invalid EdgesHarley Acheson
2020-05-26Improved Area Border Selection and DraggingHarley Acheson
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-04-18UI: move region toggling to propertiesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-23UI: make editor corner splitting / joining more reliable.Harley Acheson
2019-01-05UI: Preferences Redesign Part 2Severin
2018-12-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-12-05UI: reduce area splitting action zone size.Harley Acheson
2018-08-02UI: Slightly larger action zone for corner resizingPablo Vazquez
2018-06-30Cleanup: Move area geometry management into an own fileSeverin
2018-06-29Cleanup: Add/use function to get area width/height from area verticesSeverin
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29WM: Remove Screen CastCampbell Barton
2018-06-28Change earlier fix to work with hiDPISeverin
2018-06-20Merge branch 'master' into blender2.8Campbell Barton
2018-06-20Merge branch 'master' into blender2.8Campbell Barton
2018-06-20Screen: split ED_area_actionzone_find_xyCampbell Barton
2018-06-20Cleanup: rename is_in_area_actionzoneCampbell Barton
2018-06-06Merge branch 'master' into blender2.8Bastien Montagne
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-23UI: Global "Status-bar" Area (WIP)Julian Eisel
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel
2018-04-16Cleanup: move some screen utility functions, from topbar branch.Julian Eisel
2018-03-02Cleanup: rename 'screen_changed_update'Campbell Barton
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Cleanup: sync w/ blender2.8 branchCampbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2016-12-09Correction to previous commitJulian Eisel
2016-12-09Move screen drawing functions into new screen_draw.cJulian Eisel
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-10-14Fullscreen Editor (new fullscreen mode for clean UI)Dalai Felinto
2014-04-11UI: split area_copy_data into ED_area_data_copy, ED_area_data_swapCampbell Barton
2014-04-11UI: correct own bad use of bool and document area_copy_data argsCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-11Code cleanup: assign win size to const vars and some renamingCampbell Barton
2013-11-25UI: fix errors in screen edge drawing, moving and region hiding.Anthony Edlin
2012-12-13Bugfix [#33511] Ton Roosendaal
2012-12-12Holiday coding log :)Ton Roosendaal
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-05-08style cleanup: screenCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton