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
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-10-07 22:24:02 +0400
committerTon Roosendaal <ton@blender.org>2003-10-07 22:24:02 +0400
commitf234b44d474ad45e07e4a9b2416a19a37c2e35ee (patch)
tree90482479c494adf505234952a13e09893fffa78e /source/blender/src/eventdebug.c
parent39b1ceb66915b851b06bd544aa7b476a6a1010a2 (diff)
- another huge commit! read this!
- removed src/buttons.c and include/BIF_buttons.h - added src/buttons.txt, which is the old buttons.c for review and adding code to new panels structure - changed internal events to match new buttonspace structure - added tabs for new shading group of buttons - removed loads of little warnings, -Wall now compiles src/ almost without error (hint: setenv NAN_QUIET to see it all better) Now I'm ready to do actual buttons -> panels conversion. I will do the raw versions first, others then can cleanup
Diffstat (limited to 'source/blender/src/eventdebug.c')
-rw-r--r--source/blender/src/eventdebug.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/source/blender/src/eventdebug.c b/source/blender/src/eventdebug.c
index a754dbfa49f..dd12215c727 100644
--- a/source/blender/src/eventdebug.c
+++ b/source/blender/src/eventdebug.c
@@ -48,20 +48,8 @@ char *event_to_string(short evt) {
smap(RESHAPE);
smap(UI_BUT_EVENT);
smap(REDRAWVIEW3D);
- smap(REDRAWBUTSHEAD);
- smap(REDRAWBUTSALL);
- smap(REDRAWBUTSVIEW);
- smap(REDRAWBUTSLAMP);
- smap(REDRAWBUTSMAT);
- smap(REDRAWBUTSTEX);
- smap(REDRAWBUTSANIM);
- smap(REDRAWBUTSWORLD);
- smap(REDRAWBUTSRENDER);
- smap(REDRAWBUTSEDIT);
smap(REDRAWVIEWCAM);
smap(REDRAWHEADERS);
- smap(REDRAWBUTSGAME);
- smap(REDRAWBUTSRADIO);
smap(REDRAWVIEW3D_Z);
smap(REDRAWALL);
smap(REDRAWINFO);
@@ -78,9 +66,6 @@ char *event_to_string(short evt) {
smap(IMALEFTMOUSE);
smap(AFTERPIBREAD);
smap(REDRAWTEXT);
- smap(REDRAWBUTSSCRIPT);
- smap(REDRAWSOUND);
- smap(REDRAWBUTSSOUND);
smap(REDRAWACTION);
smap(LEFTMOUSE);
smap(MIDDLEMOUSE);
@@ -200,7 +185,6 @@ char *event_to_string(short evt) {
smap(PAGEUPKEY);
smap(PAGEDOWNKEY);
smap(ENDKEY);
- smap(REDRAWBUTSCONSTRAINT);
smap(REDRAWNLA);
}
#undef smap