skia2/debugger/QT
chudy@google.com bbad34de3b Effects Bug Fix
Certain compilers in an effort to optimize code chop off files that are never
used. By adding a flag to common conditions and variables we can force skia to
recompile with global static initializers off. By making a call to
SkGraphics::Init we now register all those functions that had been previously
automatically excluded by the compiler.

Review URL: https://codereview.appspot.com/6443112

git-svn-id: http://skia.googlecode.com/svn/trunk@5057 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-08-13 14:26:36 +00:00
..
moc_SkCanvasWidget.cpp Key Shortcuts for Zooming. Refactored some event propogation. 2012-07-26 20:26:44 +00:00
moc_SkDebuggerGUI.cpp Moved the ownership of the current clip and current matrix into the debug canvas as part of the upcoming general refactor to everything living in debug canvas. 2012-08-03 17:32:05 +00:00
moc_SkGLWidget.cpp Moved the ownership of the current clip and current matrix into the debug canvas as part of the upcoming general refactor to everything living in debug canvas. 2012-08-03 17:32:05 +00:00
moc_SkInspectorWidget.cpp Added stubs for zoom info panel. 2012-07-09 20:26:53 +00:00
moc_SkQtWidget.cpp clt debugger 2012-06-29 14:21:22 +00:00
moc_SkRasterWidget.cpp Moved the ownership of the current clip and current matrix into the debug canvas as part of the upcoming general refactor to everything living in debug canvas. 2012-08-03 17:32:05 +00:00
moc_SkSettingsWidget.cpp SkHitBox added. 2012-07-12 14:31:25 +00:00
qrc_SkIcons.cpp Cleaned up icons, added keyboard shortcuts to everything 2012-07-16 18:35:23 +00:00
SkCanvasWidget.cpp Refactoring into a public facing facing SkDebugger class first pass. 2012-08-07 16:12:23 +00:00
SkCanvasWidget.h Refactoring into a public facing facing SkDebugger class first pass. 2012-08-07 16:12:23 +00:00
SkDebuggerGUI.cpp Effects Bug Fix 2012-08-13 14:26:36 +00:00
SkDebuggerGUI.h Replaced all instances of std strings and vectors in favor of SkStrings and SkTDArrays within skia code 2012-08-07 20:41:37 +00:00
SkGLWidget.cpp Refactoring into a public facing facing SkDebugger class first pass. 2012-08-07 16:12:23 +00:00
SkGLWidget.h Refactoring into a public facing facing SkDebugger class first pass. 2012-08-07 16:12:23 +00:00
SkIcons.qrc clt debugger 2012-06-29 14:21:22 +00:00
SkInspectorWidget.cpp Fixed numerous mem errors 2012-07-31 12:49:52 +00:00
SkInspectorWidget.h Fixed numerous mem errors 2012-07-31 12:49:52 +00:00
SkListWidget.cpp Added more features to deletes and breakpoints 2012-07-17 15:40:51 +00:00
SkListWidget.h clt debugger 2012-06-29 14:21:22 +00:00
SkRasterWidget.cpp Refactoring into a public facing facing SkDebugger class first pass. 2012-08-07 16:12:23 +00:00
SkRasterWidget.h Refactoring into a public facing facing SkDebugger class first pass. 2012-08-07 16:12:23 +00:00
SkSettingsWidget.cpp Fixed numerous mem errors 2012-07-31 12:49:52 +00:00
SkSettingsWidget.h Fixed numerous mem errors 2012-07-31 12:49:52 +00:00