From 22123fb676d26d309d428a892c453e35e684e367 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 6 Jan 2015 17:27:41 -0500 Subject: [PATCH] Merged wintable/new/ into wintable/. --- wintable/{new => }/accessibility.h | 0 wintable/accessibilitynotes | 3 +++ wintable/{new => }/api.h | 0 wintable/{new => }/checkboxes.h | 0 wintable/{new => }/children.h | 0 wintable/{new => }/coord.h | 0 wintable/{new => }/draw.h | 0 wintable/{new => }/events.h | 0 wintable/{new => }/header.h | 0 wintable/{new => }/hscroll.h | 0 wintable/{new => }/links | 0 wintable/{new => }/main.c | 0 wintable/new/accessnotes | 2 -- wintable/{new => }/resize.h | 0 wintable/{new => }/scroll.h | 0 wintable/{new => }/scrollbarseries | 0 wintable/{new => }/select.h | 0 wintable/{new => }/util.h | 0 wintable/{new => }/vscroll.h | 0 19 files changed, 3 insertions(+), 2 deletions(-) rename wintable/{new => }/accessibility.h (100%) rename wintable/{new => }/api.h (100%) rename wintable/{new => }/checkboxes.h (100%) rename wintable/{new => }/children.h (100%) rename wintable/{new => }/coord.h (100%) rename wintable/{new => }/draw.h (100%) rename wintable/{new => }/events.h (100%) rename wintable/{new => }/header.h (100%) rename wintable/{new => }/hscroll.h (100%) rename wintable/{new => }/links (100%) rename wintable/{new => }/main.c (100%) delete mode 100644 wintable/new/accessnotes rename wintable/{new => }/resize.h (100%) rename wintable/{new => }/scroll.h (100%) rename wintable/{new => }/scrollbarseries (100%) rename wintable/{new => }/select.h (100%) rename wintable/{new => }/util.h (100%) rename wintable/{new => }/vscroll.h (100%) diff --git a/wintable/new/accessibility.h b/wintable/accessibility.h similarity index 100% rename from wintable/new/accessibility.h rename to wintable/accessibility.h diff --git a/wintable/accessibilitynotes b/wintable/accessibilitynotes index e90e9cc..0d18cb3 100644 --- a/wintable/accessibilitynotes +++ b/wintable/accessibilitynotes @@ -5,3 +5,6 @@ http://blogs.msdn.com/b/saraford/archive/2004/08/20/which-controls-support-which http://msdn.microsoft.com/en-us/library/ms971325 TODO see if there's a MSAA-centric version of http://acccheck.codeplex.com/ + +http://msdn.microsoft.com/en-us/library/windows/desktop/dd318017%28v=vs.85%29.aspx +http://msdn.microsoft.com/en-us/library/windows/desktop/dd373624%28v=vs.85%29.aspx diff --git a/wintable/new/api.h b/wintable/api.h similarity index 100% rename from wintable/new/api.h rename to wintable/api.h diff --git a/wintable/new/checkboxes.h b/wintable/checkboxes.h similarity index 100% rename from wintable/new/checkboxes.h rename to wintable/checkboxes.h diff --git a/wintable/new/children.h b/wintable/children.h similarity index 100% rename from wintable/new/children.h rename to wintable/children.h diff --git a/wintable/new/coord.h b/wintable/coord.h similarity index 100% rename from wintable/new/coord.h rename to wintable/coord.h diff --git a/wintable/new/draw.h b/wintable/draw.h similarity index 100% rename from wintable/new/draw.h rename to wintable/draw.h diff --git a/wintable/new/events.h b/wintable/events.h similarity index 100% rename from wintable/new/events.h rename to wintable/events.h diff --git a/wintable/new/header.h b/wintable/header.h similarity index 100% rename from wintable/new/header.h rename to wintable/header.h diff --git a/wintable/new/hscroll.h b/wintable/hscroll.h similarity index 100% rename from wintable/new/hscroll.h rename to wintable/hscroll.h diff --git a/wintable/new/links b/wintable/links similarity index 100% rename from wintable/new/links rename to wintable/links diff --git a/wintable/new/main.c b/wintable/main.c similarity index 100% rename from wintable/new/main.c rename to wintable/main.c diff --git a/wintable/new/accessnotes b/wintable/new/accessnotes deleted file mode 100644 index edd5029..0000000 --- a/wintable/new/accessnotes +++ /dev/null @@ -1,2 +0,0 @@ -http://msdn.microsoft.com/en-us/library/windows/desktop/dd318017%28v=vs.85%29.aspx -http://msdn.microsoft.com/en-us/library/windows/desktop/dd373624%28v=vs.85%29.aspx diff --git a/wintable/new/resize.h b/wintable/resize.h similarity index 100% rename from wintable/new/resize.h rename to wintable/resize.h diff --git a/wintable/new/scroll.h b/wintable/scroll.h similarity index 100% rename from wintable/new/scroll.h rename to wintable/scroll.h diff --git a/wintable/new/scrollbarseries b/wintable/scrollbarseries similarity index 100% rename from wintable/new/scrollbarseries rename to wintable/scrollbarseries diff --git a/wintable/new/select.h b/wintable/select.h similarity index 100% rename from wintable/new/select.h rename to wintable/select.h diff --git a/wintable/new/util.h b/wintable/util.h similarity index 100% rename from wintable/new/util.h rename to wintable/util.h diff --git a/wintable/new/vscroll.h b/wintable/vscroll.h similarity index 100% rename from wintable/new/vscroll.h rename to wintable/vscroll.h