/[bfilter]/trunk
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /trunk

View Directory Listing Directory Listing


Sticky Revision:

Revision 42 - Directory Listing
Modified Wed Dec 15 15:35:24 2004 UTC (19 years, 3 months ago) by dpavlin
Added show_all to dump all entries (might be useful for comboboxes without
any data entered). On the other hand, it might be very, very, very slow...
You have been warned.


Revision 41 - Directory Listing
Modified Mon Nov 22 13:34:21 2004 UTC (19 years, 4 months ago) by dpavlin
more documentation


Revision 40 - Directory Listing
Modified Sun Nov 21 23:28:51 2004 UTC (19 years, 4 months ago) by dpavlin
added snippet of documentation


Revision 39 - Directory Listing
Modified Sun Nov 21 23:28:31 2004 UTC (19 years, 4 months ago) by dpavlin
make test output from php file


Revision 38 - Directory Listing
Modified Wed Nov 17 09:25:10 2004 UTC (19 years, 4 months ago) by dpavlin
added new combobox implementation by Matko Andjelinic together with example
implementation in php


Revision 37 - Directory Listing
Modified Tue Oct 19 15:45:52 2004 UTC (19 years, 5 months ago) by dpavlin
all test now in show_status (so localisation can be done much more easily)


Revision 36 - Directory Listing
Modified Sun Oct 10 08:30:36 2004 UTC (19 years, 5 months ago) by dpavlin
removed locale fix and locale alltogether -- JavaScript hasn't notion of
locale, so I must sort without locale


Revision 35 - Directory Listing
Modified Sat Oct 9 21:00:06 2004 UTC (19 years, 5 months ago) by dpavlin
re-sort input data in memory to overcome locale problem with spaces


Revision 34 - Directory Listing
Modified Sun Sep 26 22:10:44 2004 UTC (19 years, 6 months ago) by dpavlin
hide dropdown first, and then empty it (prevents flicker in Internet
Explorer)


Revision 33 - Directory Listing
Modified Sat Sep 25 22:14:22 2004 UTC (19 years, 6 months ago) by dpavlin
more-or-less complete implementation of REAL combobox in JavaScript and
html. It's just ugly code (I should re-write it in object-oriented code),
but it works. Also, drop down icon sucks, I know...


Revision 32 - Directory Listing
Modified Sat Sep 25 22:13:13 2004 UTC (19 years, 6 months ago) by dpavlin
once again, API changes: now there are following fuctions
for generating results:

- reset_results (clear results list)
- result (add one result)
- show_results (called after all results)
- filter (filter entries, with timeout)
- show_filter (filter entries, without timeout)

Hopefully, this is last major change in API


Revision 31 - Directory Listing
Modified Sat Sep 25 22:08:27 2004 UTC (19 years, 6 months ago) by dpavlin
sort combo-test.js case insensitive


Revision 30 - Directory Listing
Modified Fri Sep 24 16:58:08 2004 UTC (19 years, 6 months ago) by dpavlin
implemented timeout to start filtering (by default 200ms)


Revision 29 - Directory Listing
Modified Fri Sep 24 15:44:27 2004 UTC (19 years, 6 months ago) by dpavlin
lot of small changes: remove null from display, clear results before filling
new ones, combo that works again...


Revision 28 - Directory Listing
Modified Thu Sep 23 18:22:50 2004 UTC (19 years, 6 months ago) by dpavlin
somewhat incompatible change: now generated html is stored inside object (so
you can overrride result function with createElement or something like that
to get interactive performance)


Revision 27 - Directory Listing
Modified Mon Sep 20 18:55:14 2004 UTC (19 years, 6 months ago) by dpavlin
removed debug


Revision 26 - Directory Listing
Modified Wed Sep 15 16:48:24 2004 UTC (19 years, 6 months ago) by dpavlin
much better quoting for JavaScript (on, why am I re-inventing
Data::JavaScript?)


Revision 25 - Directory Listing
Modified Wed Sep 15 15:30:04 2004 UTC (19 years, 6 months ago) by dpavlin
major refacture: 0 element is searched, all others can be used in result
function to generate html specific to one result. All that will be displayed
by calling display function which can add additional markup before or after
results.


Revision 24 - Directory Listing
Modified Tue Sep 14 22:55:40 2004 UTC (19 years, 6 months ago) by dpavlin
cleanup mostly, test data


Revision 23 - Directory Listing
Modified Tue Sep 14 22:43:16 2004 UTC (19 years, 6 months ago) by dpavlin
hacked combo that works


Revision 22 - Directory Listing
Modified Tue Sep 14 22:42:55 2004 UTC (19 years, 6 months ago) by dpavlin
cleanup code a bit more to be general purpose


Revision 21 - Directory Listing
Modified Tue Sep 14 21:00:40 2004 UTC (19 years, 6 months ago) by dpavlin
just highlight (<span> hopefully :-)


Revision 20 - Directory Listing
Modified Mon Sep 13 13:33:12 2004 UTC (19 years, 6 months ago) by dpavlin
small fixes (guess that last commit wasn't 100% after all :-)


Revision 19 - Directory Listing
Modified Mon Sep 13 12:11:28 2004 UTC (19 years, 6 months ago) by dpavlin
added debug. Internet Explorer getElementById returns elements which have id
*or* name.


Revision 18 - Directory Listing
Modified Mon Sep 13 11:01:22 2004 UTC (19 years, 6 months ago) by dpavlin
fixes and improvement. Now it (should) be 100% correct


Revision 17 - Directory Listing
Modified Sun Sep 12 20:30:47 2004 UTC (19 years, 6 months ago) by dpavlin
new function to outline and display element by id


Revision 16 - Directory Listing
Modified Sun Sep 12 19:08:43 2004 UTC (19 years, 6 months ago) by dpavlin
speedup by document.getElementById cache


Revision 15 - Directory Listing
Modified Sun Sep 12 18:25:03 2004 UTC (19 years, 6 months ago) by dpavlin
forward/back through history of changes (especially important for very large
number of divs -- it's much faster to update only changed ones than all of
them)


Revision 14 - Directory Listing
Modified Sun Sep 12 02:18:42 2004 UTC (19 years, 6 months ago) by dpavlin
not so small any more, but more powerful :-)


Revision 13 - Directory Listing
Modified Sat Sep 11 19:26:41 2004 UTC (19 years, 6 months ago) by dpavlin
simpliest possible (?) show/hide implementation in JavaScript, for later re-use


Revision 12 - Directory Listing
Modified Sat Sep 11 08:21:57 2004 UTC (19 years, 6 months ago) by dpavlin
separate debug div


Revision 11 - Directory Listing
Modified Fri Sep 10 12:42:58 2004 UTC (19 years, 6 months ago) by dpavlin
combobox implementation by Matko Andjelinic


Revision 10 - Directory Listing
Modified Fri Sep 10 12:16:21 2004 UTC (19 years, 6 months ago) by dpavlin
new object-oriented implementation contributed by Matko Adjelinic,
lot more debug output (which goes to debug div), configurable index
name which is argument to constructor


Revision 9 - Directory Listing
Modified Wed Sep 8 17:32:20 2004 UTC (19 years, 6 months ago) by dpavlin
correctly escape ' and \ in input data


Revision 8 - Directory Listing
Modified Tue Sep 7 19:03:11 2004 UTC (19 years, 6 months ago) by dpavlin
fix alternating color spans


Revision 7 - Directory Listing
Modified Tue Sep 7 17:44:56 2004 UTC (19 years, 6 months ago) by dpavlin
added path and headline to index, html_pre, html_mid, html_post JavaScript
variables for result html


Revision 6 - Directory Listing
Modified Tue Sep 7 09:29:36 2004 UTC (19 years, 6 months ago) by dpavlin
cleanup


Revision 5 - Directory Listing
Modified Tue Sep 7 09:16:24 2004 UTC (19 years, 6 months ago) by dpavlin
speedup: create html and then update innerHTML


Revision 4 - Directory Listing
Modified Tue Sep 7 09:16:06 2004 UTC (19 years, 6 months ago) by dpavlin
suggest increasing min_len if needed


Revision 3 - Directory Listing
Modified Tue Sep 7 08:37:33 2004 UTC (19 years, 6 months ago) by dpavlin
dump some statistics while creating index


Revision 2 - Directory Listing
Modified Tue Sep 7 08:37:14 2004 UTC (19 years, 6 months ago) by dpavlin
when filtering use modified binary search to find first element


Revision 1 - Directory Listing
Added Tue Sep 7 08:33:53 2004 UTC (19 years, 6 months ago) by dpavlin
initial import into svn: linear search version


  ViewVC Help
Powered by ViewVC 1.1.26