src/crypto.c: possible fix for memory leak related
[citadel.git] / webcit / static / wclib.js
2006-01-26 Art CancroComplete overhaul of "Notes" view. Now features AJAX...
2006-01-02 Art CancroNew way to display incoming instant messages. Not...
2005-12-11 Art Cancro* wclib.js: transmit the "no floors expanded" condition...
2005-12-09 Art Cancro* Deleting a message from the Trash folder now actually...
2005-12-02 Art Cancro* wclib.js: fixed a syntax error
2005-12-01 Art Cancro* which_div_expanded is now persistent across page...
2005-12-01 Art Cancro* Clicking on the expanded floor div collapses it.
2005-12-01 Art Cancro* Shortened some of the string lengths in struct wcsess...
2005-11-30 Art CancroDrag-and-drop move messages is now complete.
2005-11-30 Art Cancro* Completed the JavaScript-detection of room names...
2005-11-29 Art Cancrowclib commit
2005-11-29 Art Cancro* Made the iconbar room list somewhat usable (collapse...
2005-11-24 Art Cancro* Placed a mini roomlist in the iconbar. This is not...
2005-11-22 Art Cancro* Set up a toggleable iconbar that can switch between...
2005-11-10 Art Cancro* Completed the implementation of a simple drop target...
2005-11-10 Art Cancro* Removed arbitrary upper bound in message select array...
2005-11-09 Art Cancro* Mailbox view: selected messages are now draggablevi...
2005-11-08 Art Cancro* Now it resizes on mousemove instead of mouseup. ...
2005-11-08 Art Cancro* First cut of message list resize. It works but it...
2005-11-07 Art Cancro* Changed keypress handling so that it works not only...
2005-11-06 Art Cancro* Message delete: table row delete is now handled by...
2005-11-05 Art Cancrominor tweak to previous checkin
2005-11-05 Art Cancro* The checkboxes are gone! Implemented ajax delete...
2005-11-05 Art Cancro* Multi select using ctrl now handles the condition...
2005-11-04 Art Cancro * Multi select (using the ctrl key) is now working.
2005-11-03 Art Cancro* Removed the 'mark message as seen' C code (in the...
2005-11-03 Art Cancro* Mailbox view -- onClick is now implemented by a JavaS...
2005-10-07 Art Cancrore-added binary
2005-10-07 Art Cancroremoving bad statics
2005-09-18 Art Cancro* Switched the wholist updater to Prototype's AJAX...
2005-09-17 Art Cancro* The JavaScript code to activate the ajax-powered...
2005-09-09 Art Cancro* Checked in a copy of the "script.aculo.us" library...
2005-09-01 Art Cancro*** empty log message ***
2005-08-01 Art Cancro* Made the ImportantMessage div less obtrusive
2005-07-28 Art Cancro* Awesome new 2-pane layout with ajax functionality...
2005-06-24 Art Cancro* Added a "preferences and settings" screen for each...
2005-06-24 Art Cancro* The date/time stamp of messages are now output using...
2005-06-21 Art Cancro* Moved some JavaScript functions out of head.html...