1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Major change to directory structure to cope with path length limits on Windows. There is now an object repository for each stack and empty files named with the UUID act as object references More... over 10 years ago
Added a search github feature More... over 10 years ago
added some resizing to conflicts ui More... over 10 years ago
new conflict resolution interface now functional More... over 10 years ago
Last commit was with wrong branch of LC More... over 10 years ago
Significant changes after working through diffs on a project Started implementing new conflict resolution interface More... over 10 years ago
New project file and bug fix in UUIDForObject More... over 10 years ago
Introducing changes in LC 6+. lcVCS supports use with only the most recent version of LiveCode. More... over 10 years ago
added a plugin architecture for uuid resolution on custom property sets More... about 11 years ago
added code and properties to set data grid uuid to the same on everyone's system, also removed the merge tool button from conflict resolver as it's simpler to invoke the merge tool via command line if required More... about 11 years ago
moved id setting out of the property setting loop so it always happens before uuids to resolve are recorded More... about 11 years ago
added some extremely basic ID support More... about 11 years ago
added conflicted property switching to the conflicts dialog More... about 11 years ago
another fix for the background issue More... about 11 years ago
resolves background group not placed on first card issue More... about 11 years ago
Now using relayer command so 5.5.4+ only. Partially implemented conflict resolution UI. More... about 11 years ago
removing the revGeometry cache custom property sets as revGeometry will regenerate these as needed More... about 11 years ago
changes to the readme and removing group rect of unlocked groups from export More... about 11 years ago
self indexing tree, lots of changes More... about 11 years ago
for some reason textAlign was being skipped in the property filtering. I can't remember why so I have removed it to see if anything breaks. More... about 11 years ago
Resetting the template objects before the export or import and reverting back at the end to ensure the property filtering does it's job correctly and the script doesn't suffer from some other script changing the templateObject More... about 11 years ago
a few ui changes More... about 11 years ago
dispatching lcVCSExport to each object as it's exported so it can be reset to it's default state to avoid unnecessary conflicts from session data More... about 11 years ago
Forcing all elements to be encoded as strings using the }} prefix. This ensures any value with } as the first char will be dealt with correctly. More... about 11 years ago
drag and drop files/folders on import/export mainstack buttons More... about 11 years ago
made the stack a palette with Export/Import Mainstack buttons More... about 11 years ago
Making use of the new mergJSON feature to force all elements to be strings. This reduces the risk of data loss and fits the HyperCard everything is a string mentality. More... about 11 years ago
added the visited property to the keys to kDeleteProps as it's only relevant in the session More... about 11 years ago
forgot to use revDeleteFolder instead of the delete folder command when there's an object or stack removed More... about 11 years ago
removing a few more rareish cRevGeneral properties… which I had some docs on these. also added a safety export before import on lcVCS so we don't lose changes. More... about 11 years ago