0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Broke Nibblet into regular Nibblet and FatNibblet. More... over 15 years ago
Fixed bug dealing with mouse dragging across napplets. More... over 15 years ago
Added support for people who want to set up their own mouseWheelListeners for a NApplet, such as libraries not designed to work with napplet (i.e., all of them). More... over 15 years ago
Minor changes to NApplet and NAppletManager. More... almost 16 years ago
A little more polishing and bug-hunting. Focus events work with Nits now. More... almost 16 years ago
Added all the draw routines from PApplet to Nibblet (formerly DrawNit). Works. More... almost 16 years ago
Working on Animator (again). More... almost 16 years ago
Setting default renderer for NApplets to be P2D for now to get around rendering issues. Also fixed the window resize thing, I think. More... almost 16 years ago
Investigating resize issue. Works fine if the base PApplet uses the P2D renderer, but not if it's using Java2D. More... almost 16 years ago
Still haven't figured out how to resize napplets without choking; disabling for now. More... almost 16 years ago
Version number updated. More... almost 16 years ago
Pruned some of the tracking messages. More... almost 16 years ago
Figured out what was causing the misbehavior of the Animator Napplet; changed the way in which napplets are constructed and run in order to make things flow properly. More... almost 16 years ago
Fixed the bug in NApplet that was leading (indirectly) to overflow of the matrix stack. More... almost 16 years ago
Moved timestamp stuff into its own project. More... almost 16 years ago
Dammit. More... almost 16 years ago
Investigating bug in Animator napplet. Think I've got it; lemme try something. More... almost 16 years ago
Figured out that it's the Java2D renderer that causes the issue with the Animator napplet. It seems that the Java2D version of loadPixels() wants to grab them from screen memory or something like that. More... almost 16 years ago
Added Animator NApplet to napplet.test, fixed bug with standalone napplets calling millis(). More... almost 16 years ago
Updated build with separate default.properties and user-customizable build.properties (second one being untracked). More... almost 16 years ago
Changing build properties file arrangement. More... almost 16 years ago
Do I include .classpath in the repo or not? I think I do, but need to change it to sane values. More... almost 16 years ago
Switched to new version of processingLibraryTemplate. Much slicker -- this thing kicks ass. More... almost 16 years ago
Disabled resize for now. More... almost 16 years ago
Polished the resize code, still trying to make embedded-napplet resizing work but it still doesn't. (Something thread-related maybe?) Disabling resize of embedded napplets for now. More... almost 16 years ago
Got listener implementation working. More... almost 16 years ago
Added resize listener implementation to NAppletManager. More... almost 16 years ago
Filling in javadoc. More... almost 16 years ago
Finally fixed the issue with FireCube (no default ranges on colors for HSB mode) by overriding PApplet.color(int) to add default ranges if they weren't set already. More... almost 16 years ago
Did some re-organization in NApplet. More... almost 16 years ago