.. |
icons
|
give the user feedback about the send while it is occurring
|
2008-11-04 18:34:10 -08:00 |
message
|
cleanly handle unsubscribed/deleted messages still in browser history.
|
2008-11-12 14:02:46 -07:00 |
about.css
|
new about dialog
|
2008-12-03 09:49:34 -05:00 |
about.js
|
new about dialog
|
2008-12-03 09:49:34 -05:00 |
about.xul
|
new about dialog
|
2008-12-03 09:49:34 -05:00 |
arrow-down.png
|
move files to top level instead of bogus extension subdirectory
|
2008-08-04 11:24:48 -07:00 |
arrow-up.png
|
move files to top level instead of bogus extension subdirectory
|
2008-08-04 11:24:48 -07:00 |
browser.css
|
put the main menupopup into the main Firefox popupset and share it with the toolbar and statusbar buttons via the popup attribute for better robustness; add customizable toolbar buttons for the three views
|
2008-10-27 17:07:35 -07:00 |
browser.js
|
new separate subscribe/options dialog
|
2008-12-01 12:24:19 -08:00 |
browser.xul
|
new separate subscribe/options dialog
|
2008-12-01 12:24:19 -08:00 |
collections.css
|
move the general toolbar to a separate overlay so we can include it in the stream view in addition to the list view
|
2008-09-29 16:38:14 -07:00 |
collections.js
|
merge toolbar.xul into the collections view now that it's the only view to use the toolbar overlay
|
2008-12-12 11:52:49 -08:00 |
collections.xul
|
merge toolbar.xul into the collections view now that it's the only view to use the toolbar overlay
|
2008-12-12 11:52:49 -08:00 |
firstrun.html
|
call subscribe dialog tabs 'tabs' instead of 'pages' and add a reference to the stream view into the first run page
|
2008-08-28 15:39:49 -07:00 |
list-sidebar.js
|
implement tree (list and collection) contextmenu foundation, change XXX Utils to DateUtils, some click handling fixes.
|
2008-11-02 10:20:12 -07:00 |
list-sidebar.xul
|
don't initialize list view until the user opens it
|
2008-10-10 18:12:16 -07:00 |
list.css
|
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.
|
2008-10-20 02:05:26 -07:00 |
list.js
|
append asterisks to unquoted words in fulltext search terms so we provide subword matches by default; you can turn off this behavior by quoting the words you want matched in their entirety
|
2008-12-09 15:22:36 -08:00 |
list.xul
|
display the filter textbox's empty text message in the list view as well
|
2008-12-01 16:51:53 -08:00 |
login.js
|
initial implementation of support for multiple twitter accounts; this only supports receiving for now; sending still needs more work
|
2008-11-26 19:03:50 -08:00 |
login.xul
|
replace 40x40 icon with clearer version (that, however, has a white background)
|
2008-10-31 16:57:52 -07:00 |
options.xul
|
move subscribe function into Options, various glue to support this, localize subscribe status messages. only feed subscriptions (via rss icon/link click feed preview handler) displayed in a page now.
|
2008-11-15 18:29:31 -07:00 |
preferences.css
|
let Gecko size the preferences dialog dynamically by default (but make sure it takes the space a status message will take up into account when it does so)
|
2008-12-02 14:48:34 -08:00 |
preferences.js
|
set the preferences dialog's window title programmatically to an OS-specific name (Options on Windows, Preferences elsewhere)
|
2008-12-01 19:13:12 -08:00 |
preferences.xul
|
prefpane needs flex for 1 pane autohide of radio buttons, otherwise status message is truncated.
|
2008-12-02 11:50:07 -05:00 |
river.css
|
make sure content div doesn't stretch wider than the width of the screen when we aren't in columns mode
|
2008-12-09 17:14:24 -08:00 |
river.js
|
update the river view when messages change
|
2008-12-09 16:19:13 -08:00 |
river.xul
|
make the write form use the StringBundle module instead of the stringbundle XBL binding so it doesn't need a special stringbundleset overlay node
|
2008-12-11 15:07:49 -08:00 |
riverContent.css
|
compensate for Mozilla bug 436832 by making the river view's vertical overflow hidden in columns mode; identify bug 463828 as the one that prevents 'move one column' from working
|
2008-11-08 12:30:23 -08:00 |
sources.xul
|
move subscribe function into Options, various glue to support this, localize subscribe status messages. only feed subscriptions (via rss icon/link click feed preview handler) displayed in a page now.
|
2008-11-15 18:29:31 -07:00 |
strands.js
|
suppress JS strict warnings by declaring all global strands variables
|
2008-10-09 14:02:00 -07:00 |
stream-test.xul
|
test content with a link inside it
|
2008-08-27 18:47:37 -07:00 |
stream.css
|
make margins and padding consistent and correct in stream view
|
2008-12-08 19:37:48 -08:00 |
stream.js
|
give the stream view its own toolbar so we can show different buttons on it
|
2008-12-11 14:30:09 -08:00 |
stream.xul
|
merge toolbar.xul into the collections view now that it's the only view to use the toolbar overlay
|
2008-12-12 11:52:49 -08:00 |
subscribe.js
|
generic check source and username in local snowl db to prevent dupe subscriptions for multiple subs per uri sources (twitter)
|
2008-12-01 18:44:58 -05:00 |
subscribe.xul
|
minor fixes: toolbar subscribe button (it attempts to open a blank page in addition to the dialog), add accesskeys to buttons, change the close button in the subscribe page, some new strings, and a css tweak on the status message
|
2008-12-01 10:31:12 -05:00 |
toolbar.css
|
explain where the toolbarbutton active/hover styles came from
|
2008-12-03 14:58:30 -08:00 |
update.html
|
move files to top level instead of bogus extension subdirectory
|
2008-08-04 11:24:48 -07:00 |
write.js
|
make the write form use the StringBundle module instead of the stringbundle XBL binding so it doesn't need a special stringbundleset overlay node
|
2008-12-11 15:07:49 -08:00 |
write.xul
|
make the write form use the StringBundle module instead of the stringbundle XBL binding so it doesn't need a special stringbundleset overlay node
|
2008-12-11 15:07:49 -08:00 |