1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Mar 27, 2024 — Mar 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made the filter chooser larger More... almost 22 years ago
Bug fix contributed by Yedidyah Bar-David. Unfortunately, I waited so long to get it in to CVS that I'm not sure exactly which bug it fixes. More... almost 22 years ago
Hebrew support contributed by Yedidyah Bar-David. Added iw.rcp and mentioned it in db.rcp.in. Removed db.rcp as it is generated and shouldn't be in CVS. More... almost 22 years ago
Change to use PalmOS 5r3 SDK and remove references to PalmOS.h. Should "configure" be removed from CVS since it is generated from configure.in? More... almost 22 years ago
This is a generated file, and thus shouldn't be in CVS. More... almost 22 years ago
Stumbling a bit blindly while trying to add release 1.1.0 as HEAD. More... almost 22 years ago
Initial revision More... almost 22 years ago
Wiping out the entire main branch before replacing it with the contents of the 1.1.0 release. The current CVS contents has become the "Scott" branch. It's quite possible that some useful code is contained in this branch, but after lots of effort it still had deep bugs. Worse, it appears the "Scott" version forked prior to the last release, and thus lacks some of the fixes present in the release. More... almost 22 years ago
It looks as though Fiveways support has been (not quite) systematically removed from all the CVS sources, and that the parts that are left are buggy. This fixes the list view to accept some scrolling from the Fiveways hardware keys. More... almost 22 years ago
Ugly, ugly. This file is generated by 'autoheader', so it shouldn't be included in CVS at all. And the version that is here doesn't seem to agree with the current 'configure.in', which meant that some valid configure options (like --enable-fiveways) were simply ignored. More... almost 22 years ago
Whitespace changes to make the code readable enough to try to fix bug #917590 (Scrolling using the 5-way no longer works). More... almost 22 years ago
Fixed "Boolean fields fail to display" (917592). There are other problems with scaling remaining, as evidenced by the Fatal Error "window.c, Line:84, Bad window" when running under any Debug simulator. See the notes in the code for a few more details. More... almost 22 years ago
Bump the version to 1.2.0. Does this need to be elsewhere as well? More... about 22 years ago
Fix bug #917146 (and several older bugs): a new record added to a database of size greater than AUTO_RETAIN_SIZE would appear in the list view, but would not go to the edit form when clicked. The problem was a check that the row clicked was <= lastModelIndex. More... about 22 years ago
These files were apparently changed to listview.c and listview.h but never removed from CVS. Having just wasted some time looking at how things worked in list.c, I'm going to actually remove them. More... about 22 years ago
Brain said MemPtrFree, fingers typed MemHandleFree. Fixed fingers. More... about 22 years ago
Added missing definition for (non-functional) ListViewEditor_SortBox. Unsure how it was missing, since I don't think I took it out... More... about 22 years ago
Remove partially implemented features involved in creating lists. Possibly good ideas (haven't looked closely) but not yet working. More... about 22 years ago
Remove "MicroTime" from types list at least until internals work. More... about 22 years ago
New ResizeMemPtr function was wrong because internal MemPtrResize does not work like realloc() as I had presumed. Instead, the native function just fails if the pointer needs to be moved. Change here defines a utility function in util.c to work as desired. Untested, but compiles cleanly. More... about 22 years ago
Changes made in anticipation of autosort views. In the future, need to be able save info from Sort form and associate it with views. More... about 22 years ago
Defined ASSERT to "" when not CONFIG_DEBUG. This should allow us to start using ASSERT(test) statements in other files without messing up release versions. More... about 22 years ago
Fix typos in source for two (apparently) rarely used code branches. More... about 22 years ago
Remove a lot of DbgPrintF() calls that Scott left in. Likely, they were left in because something is going hideously wrong in the code. More... about 22 years ago
Update to use sdk5r3, which is current as of Feb 2004. Changes to source files mostly are to stop using <CharAttr.h>. Quite possible that other functional changes might be necessary, but this should compile. More... about 22 years ago
Quick fix attempt to get the current CVS code to compile. Partial support for Microtime type had been added, but with errors. This tries to minimize those errors, but still leaves Microtime broken. More... about 22 years ago
Experimental pre 1.1.4 More... over 22 years ago
updated documentation More... almost 23 years ago
update More... about 23 years ago
handle system events More... about 23 years ago