Comment: | Update URL in copyright. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk |
Files: | files | file ages | folders |
SHA3-256: |
01d7fc95949efb5ff26f23d1d78909b4 |
User & Date: | js on 2012-03-21 11:05:06 |
Other Links: | manifest | tags |
2012-03-21
| ||
11:05 | Update URL in copyright. Leaf check-in: 01d7fc9594 user: js tags: trunk | |
2012-01-08
| ||
15:15 | Don't allow hiding windows as Cocoa can only hide the whole application. check-in: 237f51a5a8 user: js tags: trunk | |
Modified gtk/OGApplication.m from [c959eb8a26] to [8dd22fbf15].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified gtk/OGBox.m from [e7da5e92c6] to [8491b1c363].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified gtk/OGButton.m from [bfa0f4a6aa] to [65a615dd38].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified gtk/OGComboBox.m from [fb9752abdc] to [9403200f3f].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified gtk/OGComboBoxItem.m from [7265999e03] to [445e9c558f].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified gtk/OGHBox.m from [75364a5542] to [e64050049d].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified gtk/OGVBox.m from [02b73d767d] to [06564cf9c7].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified gtk/OGWidget.m from [dd77474386] to [c552b7f716].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified gtk/OGWindow.m from [fcc62e969f] to [e373f95d43].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified gtk/test.m from [a2e0a76eac] to [977e64674e].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified headers/OGApplication.h from [aa438b285c] to [1cb5596c67].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified headers/OGBox.h from [3453308014] to [24307b6170].
1 2 3 4 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified headers/OGButton.h from [a1059a9c56] to [9c969f9ef6].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified headers/OGComboBox.h from [d91ccea8e4] to [d90c36167b].
1 2 3 4 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified headers/OGComboBoxItem.h from [582b10db86] to [640907c21b].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified headers/OGHBox.h from [1c1ab8b852] to [2f4641749d].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified headers/OGVBox.h from [65859bbfad] to [2d1da6122e].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified headers/OGWidget.h from [13a21a6fd6] to [a58adaaebf].
1 2 3 4 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified headers/OGWindow.h from [9886b9cb47] to [a12cded4fb].
1 2 3 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified win32/OGApplication.m from [3fa8bda692] to [addc8cbee2].
1 2 3 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified win32/OGBox.m from [892e0ea3ea] to [cc60cfc5f1].
1 2 3 4 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * Copyright (c) 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * Copyright (c) 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified win32/OGButton.m from [acf4c10e2b] to [55a0d345b9].
1 2 3 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified win32/OGComboBox.m from [2d3c063bd9] to [3cd1766bff].
1 2 3 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified win32/OGComboBoxItem.m from [21d7642f61] to [adf31c918b].
1 2 3 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified win32/OGHBox.m from [dbee2fab85] to [d350259aa9].
1 2 3 4 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * Copyright (c) 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * Copyright (c) 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified win32/OGVBox.m from [615b173fac] to [8696a2aa6c].
1 2 3 4 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * Copyright (c) 2012, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * Copyright (c) 2012, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified win32/OGWidget.m from [d14a1cabbc] to [163824dcfb].
1 2 3 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified win32/OGWindow.m from [cc735c3563] to [bb8c580eb4].
1 2 3 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified win32/test.m from [c8bc2c5dd4] to [028bd90e10].
1 2 3 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2011, 2012, Dillon Aumiller <dillonaumiller@gmail.com> * * https://webkeks.org/git/?p=objgui.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |