openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
D
DB
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Mar 27, 2024 — Mar 27, 2025
Showing page 1 of 16
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Made the filter chooser larger
didib
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.
nkurz
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.
nkurz
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?
nkurz
More...
almost 22 years ago
This is a generated file, and thus shouldn't be in CVS.
nkurz
More...
almost 22 years ago
Stumbling a bit blindly while trying to add release 1.1.0 as HEAD.
nkurz
More...
almost 22 years ago
Initial revision
nkurz
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.
nkurz
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.
nkurz
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.
nkurz
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).
nkurz
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.
nkurz
More...
almost 22 years ago
Bump the version to 1.2.0. Does this need to be elsewhere as well?
nkurz
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.
nkurz
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.
nkurz
More...
about 22 years ago
Brain said MemPtrFree, fingers typed MemHandleFree. Fixed fingers.
nkurz
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...
nkurz
More...
about 22 years ago
Remove partially implemented features involved in creating lists. Possibly good ideas (haven't looked closely) but not yet working.
nkurz
More...
about 22 years ago
Remove "MicroTime" from types list at least until internals work.
nkurz
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.
nkurz
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.
nkurz
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.
nkurz
More...
about 22 years ago
Fix typos in source for two (apparently) rarely used code branches.
nkurz
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.
nkurz
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.
nkurz
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.
nkurz
More...
about 22 years ago
Experimental pre 1.1.4
swallace
More...
over 22 years ago
updated documentation
swallace
More...
almost 23 years ago
update
swallace
More...
about 23 years ago
handle system events
swallace
More...
about 23 years ago
←
1
2
3
4
5
6
7
8
9
…
15
16
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree