diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-15 18:49:45 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-15 18:49:45 -0400 |
| commit | 518a5ddbf15d50a254c732a80d5907ef8878abe0 (patch) | |
| tree | 48cf259f98994e4570e65c389fcd9824272884ad | |
| parent | 50ae3ca045e7f5f5744043df0a4506e2f6930bb1 (diff) | |
Split all OS backends into their own folders.
| -rw-r--r-- | new/darwin/alloc.m (renamed from new/alloc_darwin.m) | 0 | ||||
| -rw-r--r-- | new/darwin/button.m (renamed from new/button_darwin.m) | 0 | ||||
| -rw-r--r-- | new/darwin/checkbox.m (renamed from new/checkbox_darwin.m) | 0 | ||||
| -rw-r--r-- | new/darwin/entry.m (renamed from new/entry_darwin.m) | 0 | ||||
| -rw-r--r-- | new/darwin/init.m (renamed from new/init_darwin.m) | 0 | ||||
| -rw-r--r-- | new/darwin/label.m (renamed from new/label_darwin.m) | 0 | ||||
| -rw-r--r-- | new/darwin/main.m (renamed from new/main_darwin.m) | 0 | ||||
| -rw-r--r-- | new/darwin/newcontrol.m (renamed from new/newcontrol_darwin.m) | 0 | ||||
| -rw-r--r-- | new/darwin/parent.m (renamed from new/parent_darwin.m) | 0 | ||||
| -rw-r--r-- | new/darwin/tab.m (renamed from new/tab_darwin.m) | 0 | ||||
| -rw-r--r-- | new/darwin/text.m (renamed from new/text_darwin.m) | 0 | ||||
| -rw-r--r-- | new/darwin/util.m (renamed from new/util_darwin.m) | 0 | ||||
| -rw-r--r-- | new/darwin/window.m (renamed from new/window_darwin.m) | 0 | ||||
| -rw-r--r-- | new/unix/alloc.c (renamed from new/alloc_unix.c) | 0 | ||||
| -rw-r--r-- | new/unix/button.c (renamed from new/button_unix.c) | 0 | ||||
| -rw-r--r-- | new/unix/checkbox.c (renamed from new/checkbox_unix.c) | 0 | ||||
| -rw-r--r-- | new/unix/entry.c (renamed from new/entry_unix.c) | 0 | ||||
| -rw-r--r-- | new/unix/init.c (renamed from new/init_unix.c) | 0 | ||||
| -rw-r--r-- | new/unix/label.c (renamed from new/label_unix.c) | 0 | ||||
| -rw-r--r-- | new/unix/main.c (renamed from new/main_unix.c) | 0 | ||||
| -rw-r--r-- | new/unix/newcontrol.c (renamed from new/newcontrol_unix.c) | 0 | ||||
| -rw-r--r-- | new/unix/parent.c (renamed from new/parent_unix.c) | 0 | ||||
| -rw-r--r-- | new/unix/tab.c (renamed from new/tab_unix.c) | 0 | ||||
| -rw-r--r-- | new/unix/util.c (renamed from new/util_unix.c) | 0 | ||||
| -rw-r--r-- | new/unix/window.c (renamed from new/window_unix.c) | 0 | ||||
| -rw-r--r-- | new/windows/alloc.c (renamed from new/alloc_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/button.c (renamed from new/button_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/checkbox.c (renamed from new/checkbox_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/comctl32.c (renamed from new/comctl32_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/debug.c (renamed from new/debug_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/entry.c (renamed from new/entry_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/init.c (renamed from new/init_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/label.c (renamed from new/label_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/main.c (renamed from new/main_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/newcontrol.c (renamed from new/newcontrol_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/parent.c (renamed from new/parent_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/tab.c (renamed from new/tab_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/text.c (renamed from new/text_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/util.c (renamed from new/util_windows.c) | 0 | ||||
| -rw-r--r-- | new/windows/window.c (renamed from new/window_windows.c) | 0 |
40 files changed, 0 insertions, 0 deletions
diff --git a/new/alloc_darwin.m b/new/darwin/alloc.m index 8f539af..8f539af 100644 --- a/new/alloc_darwin.m +++ b/new/darwin/alloc.m diff --git a/new/button_darwin.m b/new/darwin/button.m index 92e2c76..92e2c76 100644 --- a/new/button_darwin.m +++ b/new/darwin/button.m diff --git a/new/checkbox_darwin.m b/new/darwin/checkbox.m index ca52389..ca52389 100644 --- a/new/checkbox_darwin.m +++ b/new/darwin/checkbox.m diff --git a/new/entry_darwin.m b/new/darwin/entry.m index f2b208b..f2b208b 100644 --- a/new/entry_darwin.m +++ b/new/darwin/entry.m diff --git a/new/init_darwin.m b/new/darwin/init.m index 4f14a0a..4f14a0a 100644 --- a/new/init_darwin.m +++ b/new/darwin/init.m diff --git a/new/label_darwin.m b/new/darwin/label.m index e3fb351..e3fb351 100644 --- a/new/label_darwin.m +++ b/new/darwin/label.m diff --git a/new/main_darwin.m b/new/darwin/main.m index 8663b58..8663b58 100644 --- a/new/main_darwin.m +++ b/new/darwin/main.m diff --git a/new/newcontrol_darwin.m b/new/darwin/newcontrol.m index 9b7c6c4..9b7c6c4 100644 --- a/new/newcontrol_darwin.m +++ b/new/darwin/newcontrol.m diff --git a/new/parent_darwin.m b/new/darwin/parent.m index abf0e59..abf0e59 100644 --- a/new/parent_darwin.m +++ b/new/darwin/parent.m diff --git a/new/tab_darwin.m b/new/darwin/tab.m index c36181e..c36181e 100644 --- a/new/tab_darwin.m +++ b/new/darwin/tab.m diff --git a/new/text_darwin.m b/new/darwin/text.m index f0d3dab..f0d3dab 100644 --- a/new/text_darwin.m +++ b/new/darwin/text.m diff --git a/new/util_darwin.m b/new/darwin/util.m index 906a0ea..906a0ea 100644 --- a/new/util_darwin.m +++ b/new/darwin/util.m diff --git a/new/window_darwin.m b/new/darwin/window.m index b0cab11..b0cab11 100644 --- a/new/window_darwin.m +++ b/new/darwin/window.m diff --git a/new/alloc_unix.c b/new/unix/alloc.c index 33482b2..33482b2 100644 --- a/new/alloc_unix.c +++ b/new/unix/alloc.c diff --git a/new/button_unix.c b/new/unix/button.c index da09082..da09082 100644 --- a/new/button_unix.c +++ b/new/unix/button.c diff --git a/new/checkbox_unix.c b/new/unix/checkbox.c index ddf9eda..ddf9eda 100644 --- a/new/checkbox_unix.c +++ b/new/unix/checkbox.c diff --git a/new/entry_unix.c b/new/unix/entry.c index 43caea3..43caea3 100644 --- a/new/entry_unix.c +++ b/new/unix/entry.c diff --git a/new/init_unix.c b/new/unix/init.c index b10c05b..b10c05b 100644 --- a/new/init_unix.c +++ b/new/unix/init.c diff --git a/new/label_unix.c b/new/unix/label.c index 1f950d3..1f950d3 100644 --- a/new/label_unix.c +++ b/new/unix/label.c diff --git a/new/main_unix.c b/new/unix/main.c index 10af782..10af782 100644 --- a/new/main_unix.c +++ b/new/unix/main.c diff --git a/new/newcontrol_unix.c b/new/unix/newcontrol.c index 500798b..500798b 100644 --- a/new/newcontrol_unix.c +++ b/new/unix/newcontrol.c diff --git a/new/parent_unix.c b/new/unix/parent.c index 54d5d06..54d5d06 100644 --- a/new/parent_unix.c +++ b/new/unix/parent.c diff --git a/new/tab_unix.c b/new/unix/tab.c index dd69e4c..dd69e4c 100644 --- a/new/tab_unix.c +++ b/new/unix/tab.c diff --git a/new/util_unix.c b/new/unix/util.c index 72b71df..72b71df 100644 --- a/new/util_unix.c +++ b/new/unix/util.c diff --git a/new/window_unix.c b/new/unix/window.c index e3fe6f3..e3fe6f3 100644 --- a/new/window_unix.c +++ b/new/unix/window.c diff --git a/new/alloc_windows.c b/new/windows/alloc.c index 147c90d..147c90d 100644 --- a/new/alloc_windows.c +++ b/new/windows/alloc.c diff --git a/new/button_windows.c b/new/windows/button.c index f89a197..f89a197 100644 --- a/new/button_windows.c +++ b/new/windows/button.c diff --git a/new/checkbox_windows.c b/new/windows/checkbox.c index 951eee9..951eee9 100644 --- a/new/checkbox_windows.c +++ b/new/windows/checkbox.c diff --git a/new/comctl32_windows.c b/new/windows/comctl32.c index 93b3a27..93b3a27 100644 --- a/new/comctl32_windows.c +++ b/new/windows/comctl32.c diff --git a/new/debug_windows.c b/new/windows/debug.c index bc84b63..bc84b63 100644 --- a/new/debug_windows.c +++ b/new/windows/debug.c diff --git a/new/entry_windows.c b/new/windows/entry.c index 2297c28..2297c28 100644 --- a/new/entry_windows.c +++ b/new/windows/entry.c diff --git a/new/init_windows.c b/new/windows/init.c index 9903934..9903934 100644 --- a/new/init_windows.c +++ b/new/windows/init.c diff --git a/new/label_windows.c b/new/windows/label.c index 3d8a5cc..3d8a5cc 100644 --- a/new/label_windows.c +++ b/new/windows/label.c diff --git a/new/main_windows.c b/new/windows/main.c index bd973b7..bd973b7 100644 --- a/new/main_windows.c +++ b/new/windows/main.c diff --git a/new/newcontrol_windows.c b/new/windows/newcontrol.c index 105b70c..105b70c 100644 --- a/new/newcontrol_windows.c +++ b/new/windows/newcontrol.c diff --git a/new/parent_windows.c b/new/windows/parent.c index b3606d1..b3606d1 100644 --- a/new/parent_windows.c +++ b/new/windows/parent.c diff --git a/new/tab_windows.c b/new/windows/tab.c index 00fccb0..00fccb0 100644 --- a/new/tab_windows.c +++ b/new/windows/tab.c diff --git a/new/text_windows.c b/new/windows/text.c index 8d6d0b0..8d6d0b0 100644 --- a/new/text_windows.c +++ b/new/windows/text.c diff --git a/new/util_windows.c b/new/windows/util.c index 93b32d8..93b32d8 100644 --- a/new/util_windows.c +++ b/new/windows/util.c diff --git a/new/window_windows.c b/new/windows/window.c index fb92c0d..fb92c0d 100644 --- a/new/window_windows.c +++ b/new/windows/window.c |
