Blender Git Loki

Git Commits -> Revision 1f3f52f

Revision 1f3f52f by Daniel Dunbar (master)
March 24, 2003, 01:46 (GMT)
Update space dispatch:
- drawXXXspace, changeXXXspace, and winqreadXXXspace now receive the area
and spacedata as explicit arguments, allowing them to access private
data w/o going through globals.
- pass the new BWinEvent through to the winqreadXXXspace, allowing future
access to extended event data.

Removed direct calls to winqreadXXXspace to simulate user actions, replaced
by calls to action functions in edit.c or the appropriate handler.

Commit Details:

Full Hash: 1f3f52f5e4eb8b55a7ba1d7bc1d656b6a12f0df0
SVN Revision: 546
Parent Commit: a6a50cc
Lines Changed: +239, -182

39 Modified Paths:

/source/blender/include/BIF_drawimage.h (+2, -1) (Diff)
/source/blender/include/BIF_drawseq.h (+3, -1) (Diff)
/source/blender/include/BIF_space.h (+10, -13) (Diff)
/source/blender/include/BIF_spacetypes.h (+4, -3) (Diff)
/source/blender/include/BSE_drawimasel.h (+2, -1) (Diff)
/source/blender/include/BSE_drawipo.h (+3, -1) (Diff)
/source/blender/include/BSE_drawnla.h (+3, -1) (Diff)
/source/blender/include/BSE_drawoops.h (+2, -1) (Diff)
/source/blender/include/BSE_drawview.h (+2, -1) (Diff)
/source/blender/include/BSE_edit.h (+4, -0) (Diff)
/source/blender/include/BSE_editaction.h (+1, -1) (Diff)
/source/blender/include/BSE_editipo.h (+1, -0) (Diff)
/source/blender/include/BSE_filesel.h (+3, -2) (Diff)
/source/blender/src/buttons.c (+1, -1) (Diff)
/source/blender/src/drawaction.c (+2, -2) (Diff)
/source/blender/src/drawimage.c (+1, -1) (Diff)
/source/blender/src/drawimasel.c (+1, -1) (Diff)
/source/blender/src/drawipo.c (+11, -1) (Diff)
/source/blender/src/drawnla.c (+1, -1) (Diff)
/source/blender/src/drawoops.c (+1, -1) (Diff)
/source/blender/src/drawseq.c (+1, -1) (Diff)
/source/blender/src/drawsound.c (+2, -2) (Diff)
/source/blender/src/drawtext.c (+7, -4) (Diff)
/source/blender/src/drawview.c (+2, -1) (Diff)
/source/blender/src/edit.c (+45, -1) (Diff)
/source/blender/src/editaction.c (+4, -1) (Diff)
/source/blender/src/editimasel.c (+5, -1) (Diff)
/source/blender/src/editipo.c (+10, -0) (Diff)
/source/blender/src/editnla.c (+4, -1) (Diff)
/source/blender/src/editscreen.c (+1, -1) (Diff)
/source/blender/src/editseq.c (+2, -2) (Diff)
/source/blender/src/editsound.c (+7, -3) (Diff)
/source/blender/src/filesel.c (+5, -2) (Diff)
/source/blender/src/headerbuttons.c (+9, -16) (Diff)
/source/blender/src/renderwin.c (+4, -4) (Diff)
/source/blender/src/space.c (+69, -104) (Diff)
/source/blender/src/spacetypes.c (+3, -3) (Diff)
/source/blender/src/usiblender.c (+1, -0) (Diff)
/source/blender/src/writeavicodec.c (+0, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021