0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed: Issue in PhysicsGeom where sometimes the Space a Geom was connected to was not being dettached when the Geom was attached to a different Space. More... over 13 years ago
Fixed: Issue where the space attached to a Geom was not being checked for NULL before being referenced. More... over 13 years ago
Added: Lua Bindings for InternalWindows, and UIDrawingSurfaces. More... over 13 years ago
Added: A SortKey to the UIRectangle NodeCore. This sort key is used by the embeded Material of UIRectable as the rendering sort key. More... over 13 years ago
Fixed: Issue where test could be pasted or cut from non-editable TextAreas using the <Ctr>+V or +X keys events. More... over 13 years ago
Added: A new field named Active to Generators, Affectors, SystemAffectors, and MultiParticleSystemAffectors. The respective object is not used by a ParticleSystem if it's Active field is false. More... over 13 years ago
Fixed: Issue where InternalWindow was not correctly comparing Modifier keys when checking accelerator key bindings. More... over 13 years ago
Added: Lua bindings for cloneTree and deepCloneTree. More... over 13 years ago
Added: Capability to load Fonts from files in the xml loader. More... over 13 years ago
Fixed: Issue where ScrollPanel was not checking the ViewComponent held by a UIViewport for NULL. More... over 13 years ago
Changed: ListSelectionEventDetails now includes the selected indexes and the previously selected indexes. More... over 13 years ago
Delete : Deleted Unnecessary files committed in the previous commit More... over 13 years ago
Feature Added : editing file in one pane automatically modifies file opened in the other pane More... over 13 years ago
Fixed: List updates it's preferred size when the contents of it's model changes. More... over 13 years ago
Changed: UIDrawingSurface and ListModel now inherit from AttachmentContainer, so they can have NameAttachments. More... over 13 years ago
Added: A new List Model that represents a list of strings. More... over 13 years ago
Feature Addition : Copy Clipboard functional Added : public function to TextDomArea to accomodate pasting of strings into the document More... over 13 years ago
commit : textdom tutorials More... over 13 years ago
Fixed: getUnclippedCycleLength in FieldAnimation. More... over 13 years ago
Fixed: UIDrawingSurface checks that the MouseTransformFunctor is not NULL when initializing connections. More... over 13 years ago
Added: Methods for removing a LuaActivity from an Event connection. More... over 13 years ago
Fixed: FCPtrFieldEditor checks that the string value to set can be lexically cast to a UInt32. If it cannot then the edinting is cancelled. More... over 13 years ago
Change : Removed unnecessary comments and assigned more meaningful names to variables More... over 13 years ago
Fixed: Gutter Region of the AdvancedTextDomArea . Change: PlainTextFileType to read in '\t' characters. Partially added feature : Copy clipboard More... over 13 years ago
Merge branch 'master' of github.com:djkabala/OpenSGToolbox More... over 13 years ago
CLRF More... over 13 years ago
Working AdvancedTextDomArea More... over 13 years ago
Added: A TreeModel and TreeComponentGenerator for navigating the global Lua tables contents. More... over 13 years ago
Fixed: CameraUtils was using the System library preprocessor defines insead of the Uitl libraries. More... over 13 years ago
Added: Name and type label to the FCPtr editor. More... over 13 years ago