Latest commit

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Port of the SDL (Simple DirectMedia Layer) library to iPodLinux.


This is a component of iPodLinux that has been split off into it's own separate project.
This project is no longer actively maintained and has been mirrored for archival purposes.

The iPodLinux project's full source code tree: https://github.com/iPodLinux/iPodLinux-SVN
The original SourceForge project: http://sourceforge.net/projects/ipodlinux/
The (now dead) website: http://ipodlinux.org/

All files are licensed under GNU General Public License v2.0 unless otherwise specified.
http://www.gnu.org/licenses/gpl-2.0.html

About

Port of the SDL (Simple DirectMedia Layer) library to iPodLinux

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all \u003cpre\u003e\u003ccode\u003e blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks"); } } catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); } })(); })();
Skip to content

Latest commit

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Port of the SDL (Simple DirectMedia Layer) library to iPodLinux.


This is a component of iPodLinux that has been split off into it's own separate project.
This project is no longer actively maintained and has been mirrored for archival purposes.

The iPodLinux project's full source code tree: https://github.com/iPodLinux/iPodLinux-SVN
The original SourceForge project: http://sourceforge.net/projects/ipodlinux/
The (now dead) website: http://ipodlinux.org/

All files are licensed under GNU General Public License v2.0 unless otherwise specified.
http://www.gnu.org/licenses/gpl-2.0.html

About

Port of the SDL (Simple DirectMedia Layer) library to iPodLinux

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages